wined3d: Don't change the draw buffer in IWineD3DDeviceImpl_SetFrontBackBuffers().
[wine] / configure
index c16637c..1532d88 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,12 +1,14 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.64 for Wine 1.1.30.
+# Generated by GNU Autoconf 2.65 for Wine 1.1.40.
 #
 # Report bugs to <wine-devel@winehq.org>.
 #
+#
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
-# Foundation, Inc.
+# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
+#
 #
 # This configure script is free software; the Free Software Foundation
 # gives unlimited permission to copy, distribute and modify it.
@@ -527,7 +529,8 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
 
-exec 7<&0 </dev/null 6>&1
+test -n "$DJDIR" || exec 7<&0 </dev/null
+exec 6>&1
 
 # Name of the host.
 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
@@ -549,8 +552,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='Wine'
 PACKAGE_TARNAME='wine'
-PACKAGE_VERSION='1.1.30'
-PACKAGE_STRING='Wine 1.1.30'
+PACKAGE_VERSION='1.1.40'
+PACKAGE_STRING='Wine 1.1.40'
 PACKAGE_BUGREPORT='wine-devel@winehq.org'
 PACKAGE_URL='http://www.winehq.org'
 
@@ -593,18 +596,22 @@ ac_includes_default="\
 
 ac_subst_vars='LTLIBOBJS
 LIBOBJS
-ALL_WINETEST_DEPENDS
 ALL_PROGRAM_BIN_INSTALL_DIRS
-ALL_PROGRAM_INSTALL_DIRS
 ALL_PROGRAM_DIRS
+ALL_TEST_BINARIES
 ALL_TEST_DIRS
-ALL_IMPLIB_DIRS
+ALL_INSTALL_DIRS
+ALL_IMPORT_LIBS
+ALL_STATIC_LIBS
+ALL_STATICLIB_DIRS
+ALL_TOOL_DIRS
 ALL_DLL_DIRS
 ALL_TOP_DIRS
+ALL_DIRS
+ALL_WINETEST_DEPENDS
 ALL_MAKEFILE_DEPENDS
-ALL_MAKEFILES
+ALL_SYMLINKS
 ALL_MAKERULES
-DEPENDENCIES
 LDAPLIBS
 LIBPOLL
 LIBDL
@@ -650,7 +657,7 @@ X_PRE_LIBS
 X_CFLAGS
 XMKMF
 LIBPTHREAD
-CROSSTARGETFLAGS
+CROSSTARGET
 CROSSTEST
 CROSSCC
 CARBONLIB
@@ -661,7 +668,6 @@ LDEXECFLAGS
 IOKITLIB
 COREFOUNDATIONLIB
 SECURITYLIB
-MINGWAR
 DLLWRAP
 DLLTOOL
 LDD
@@ -689,7 +695,6 @@ INSTALL_PROGRAM
 LDCONFIG
 EGREP
 GREP
-LN
 LN_S
 STRIP
 RANLIB
@@ -700,8 +705,6 @@ BISON
 FLEX
 TOOLSDIR
 WOW64_DISABLE
-WIN16_INSTALL
-WIN16_FILES
 TARGETFLAGS
 CPPBIN
 ac_ct_CXX
@@ -763,9 +766,9 @@ PACKAGE_NAME
 PATH_SEPARATOR
 SHELL'
 ac_subst_files='MAKE_RULES
+MAKE_TEST_RULES
 MAKE_DLL_RULES
 MAKE_IMPLIB_RULES
-MAKE_TEST_RULES
 MAKE_PROG_RULES'
 ac_user_opts='
 enable_option_checking
@@ -800,6 +803,7 @@ with_oss
 with_png
 with_pthread
 with_sane
+with_v4l
 with_xcomposite
 with_xcursor
 with_xinerama
@@ -1370,7 +1374,7 @@ if test "$ac_init_help" = "long"; then
   # 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 Wine 1.1.30 to adapt to many kinds of systems.
+\`configure' configures Wine 1.1.40 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1439,7 +1443,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Wine 1.1.30:";;
+     short | recursive ) echo "Configuration of Wine 1.1.40:";;
    esac
   cat <<\_ACEOF
 
@@ -1485,6 +1489,7 @@ Optional Packages:
   --without-png           do not use PNG
   --without-pthread       do not use the pthread library
   --without-sane          do not use SANE (scanner support)
+  --without-v4l           do not use v4l1 (v4l support)
   --without-xcomposite    do not use the Xcomposite extension
   --without-xcursor       do not use the Xcursor extension
   --without-xinerama      do not use Xinerama (multi-monitor support)
@@ -1506,7 +1511,7 @@ Some influential environment variables:
   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
               nonstandard directory <lib dir>
   LIBS        libraries to pass to the linker, e.g. -l<library>
-  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
+  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
               you have headers in a nonstandard directory <include dir>
   CXX         C++ compiler command
   CXXFLAGS    C++ compiler flags
@@ -1580,8 +1585,8 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Wine configure 1.1.30
-generated by GNU Autoconf 2.64
+Wine configure 1.1.40
+generated by GNU Autoconf 2.65
 
 Copyright (C) 2009 Free Software Foundation, Inc.
 This configure script is free software; the Free Software Foundation
@@ -1628,7 +1633,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
        ac_retval=1
 fi
   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
-  return $ac_retval
+  as_fn_set_status $ac_retval
 
 } # ac_fn_c_try_compile
 
@@ -1666,7 +1671,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
        ac_retval=1
 fi
   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
-  return $ac_retval
+  as_fn_set_status $ac_retval
 
 } # ac_fn_cxx_try_compile
 
@@ -1712,7 +1717,7 @@ fi
   # left behind by Apple's compiler.  We do this before executing the actions.
   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
-  return $ac_retval
+  as_fn_set_status $ac_retval
 
 } # ac_fn_c_try_link
 
@@ -1749,7 +1754,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
     ac_retval=1
 fi
   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
-  return $ac_retval
+  as_fn_set_status $ac_retval
 
 } # ac_fn_c_try_cpp
 
@@ -1884,7 +1889,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
 fi
   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
-  return $ac_retval
+  as_fn_set_status $ac_retval
 
 } # ac_fn_c_try_run
 
@@ -2100,8 +2105,8 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Wine $as_me 1.1.30, which was
-generated by GNU Autoconf 2.64.  Invocation command line was
+It was created by Wine $as_me 1.1.40, which was
+generated by GNU Autoconf 2.65.  Invocation command line was
 
   $ $0 $@
 
@@ -2354,7 +2359,7 @@ fi
 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
 do
   test "x$ac_site_file" = xNONE && continue
-  if test -r "$ac_site_file"; then
+  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
     sed 's/^/| /' "$ac_site_file" >&5
@@ -2363,9 +2368,9 @@ $as_echo "$as_me: loading site script $ac_site_file" >&6;}
 done
 
 if test -r "$cache_file"; then
-  # Some versions of bash will fail to source /dev/null (special
-  # files actually), so we avoid doing that.
-  if test -f "$cache_file"; then
+  # Some versions of bash will fail to source /dev/null (special files
+  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
+  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
 $as_echo "$as_me: loading cache $cache_file" >&6;}
     case $cache_file in
@@ -2475,6 +2480,7 @@ ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
 
 
 
+
 # Check whether --enable-win16 was given.
 if test "${enable_win16+set}" = set; then :
   enableval=$enable_win16;
@@ -2662,6 +2668,12 @@ if test "${with_sane+set}" = set; then :
 fi
 
 
+# Check whether --with-v4l was given.
+if test "${with_v4l+set}" = set; then :
+  withval=$with_v4l;
+fi
+
+
 # Check whether --with-xcomposite was given.
 if test "${with_xcomposite+set}" = set; then :
   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
@@ -3175,32 +3187,30 @@ $as_echo "$ac_try_echo"; } >&5
 ... rest of stderr output deleted ...
          10q' conftest.err >conftest.er1
     cat conftest.er1 >&5
-    rm -f conftest.er1 conftest.err
   fi
+  rm -f conftest.er1 conftest.err
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }
 done
 
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-#include <stdio.h>
+
 int
 main ()
 {
-FILE *f = fopen ("conftest.out", "w");
- return ferror (f) || fclose (f) != 0;
 
   ;
   return 0;
 }
 _ACEOF
 ac_clean_files_save=$ac_clean_files
-ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
+ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
 # Try to create an executable without -o first, disregard a.out.
 # It will help us diagnose broken compilers, and finding out an intuition
 # of exeext.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
-$as_echo_n "checking for C compiler default output file name... " >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
+$as_echo_n "checking whether the C compiler works... " >&6; }
 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
 
 # The possible output files:
@@ -3262,10 +3272,10 @@ test "$ac_cv_exeext" = no && ac_cv_exeext=
 else
   ac_file=''
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
-$as_echo "$ac_file" >&6; }
 if test -z "$ac_file"; then :
-  $as_echo "$as_me: failed program was:" >&5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+$as_echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
@@ -3273,51 +3283,18 @@ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 { as_fn_set_status 77
 as_fn_error "C compiler cannot create executables
 See \`config.log' for more details." "$LINENO" 5; }; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
+$as_echo_n "checking for C compiler default output file name... " >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
+$as_echo "$ac_file" >&6; }
 ac_exeext=$ac_cv_exeext
 
-# Check that the compiler produces executables we can run.  If not, either
-# the compiler is broken, or we cross compile.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
-$as_echo_n "checking whether the C compiler works... " >&6; }
-# If not cross compiling, check that we can run a simple program.
-if test "$cross_compiling" != yes; then
-  if { ac_try='./$ac_file'
-  { { case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; }; then
-    cross_compiling=no
-  else
-    if test "$cross_compiling" = maybe; then
-       cross_compiling=yes
-    else
-       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error "cannot run C compiled programs.
-If you meant to cross compile, use \`--host'.
-See \`config.log' for more details." "$LINENO" 5; }
-    fi
-  fi
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-
-rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
+rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
 ac_clean_files=$ac_clean_files_save
-# Check that the compiler produces executables we can run.  If not, either
-# 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; }
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
-$as_echo "$cross_compiling" >&6; }
-
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
 $as_echo_n "checking for suffix of executables... " >&6; }
 if { { ac_try="$ac_link"
@@ -3350,13 +3327,72 @@ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error "cannot compute suffix of executables: cannot compile and link
 See \`config.log' for more details." "$LINENO" 5; }
 fi
-rm -f conftest$ac_cv_exeext
+rm -f conftest conftest$ac_cv_exeext
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
 $as_echo "$ac_cv_exeext" >&6; }
 
 rm -f conftest.$ac_ext
 EXEEXT=$ac_cv_exeext
 ac_exeext=$EXEEXT
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <stdio.h>
+int
+main ()
+{
+FILE *f = fopen ("conftest.out", "w");
+ return ferror (f) || fclose (f) != 0;
+
+  ;
+  return 0;
+}
+_ACEOF
+ac_clean_files="$ac_clean_files conftest.out"
+# Check that the compiler produces executables we can run.  If not, either
+# 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" != yes; then
+  { { ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_link") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }
+  if { ac_try='./conftest$ac_cv_exeext'
+  { { case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_try") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; }; then
+    cross_compiling=no
+  else
+    if test "$cross_compiling" = maybe; then
+       cross_compiling=yes
+    else
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error "cannot run C compiled programs.
+If you meant to cross compile, use \`--host'.
+See \`config.log' for more details." "$LINENO" 5; }
+    fi
+  fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
+$as_echo "$cross_compiling" >&6; }
+
+rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
+ac_clean_files=$ac_clean_files_save
 { $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 test "${ac_cv_objext+set}" = set; then :
@@ -3750,8 +3786,8 @@ $as_echo "$ac_try_echo"; } >&5
 ... rest of stderr output deleted ...
          10q' conftest.err >conftest.er1
     cat conftest.er1 >&5
-    rm -f conftest.er1 conftest.err
   fi
+  rm -f conftest.er1 conftest.err
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }
 done
@@ -4067,6 +4103,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     ;;
   *-mingw32*|*-cygwin*)
     enable_win16=${enable_win16:-no}
+    CFLAGS="$CFLAGS -D_WIN32"
     ;;
   i[3456789]86*)
     enable_win16=${enable_win16:-yes}
@@ -4075,19 +4112,7 @@ esac
 
 enable_win16=${enable_win16:-no}
 
-WIN16_FILES="\$(WIN16_FILES)"
-
-WIN16_INSTALL="\$(WIN16_INSTALL)"
-
-if test "x$enable_win16" != "xyes"
-then
-    WIN16_FILES=""
-    WIN16_INSTALL=""
-    enable_w32skrnl=${enable_w32skrnl:-no}
-    enable_winedos=${enable_winedos:-no}
-    enable_winevdm=${enable_winevdm:-no}
-    enable_wow32=${enable_wow32:-no}
-fi
+enable_winetest=${enable_winetest:-$enable_tests}
 
 if test -n "$with_wine64"
 then
@@ -4188,6 +4213,23 @@ if test "$FLEX" = "none"
 then
   as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
+$as_echo_n "checking whether flex is recent enough... " >&6; }
+cat >conftest.l <<EOF
+%top{
+#include "prediluvian.h"
+}
+%%
+EOF
+if $FLEX -t conftest.l >/dev/null 2>&1
+then
+  { $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; }
+  as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
+fi
 
 for ac_prog in bison
 do
@@ -4534,22 +4576,6 @@ else
 $as_echo "no, using $LN_S" >&6; }
 fi
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
-$as_echo_n "checking whether ln works... " >&6; }
-rm -f conf$$ conf$$.file
-echo >conf$$.file
-if ln conf$$.file conf$$ 2>/dev/null; then
-  LN=ln
-
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-else
-  LN="cp -p"
-
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
-$as_echo "no, using $LN" >&6; }
-fi
-rm -f conf$$ conf$$.file
 { $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 test "${ac_cv_path_GREP+set}" = set; then :
@@ -5043,9 +5069,9 @@ test -n "$ICOTOOL" || ICOTOOL="false"
 
 if test "${enable_maintainer_mode+set}" = set
 then
-  if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
-  if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
-  if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
+  if test "$FONTFORGE" = "false"; then as_fn_append wine_warnings "|fontforge is missing, fonts can't be rebuilt."; fi
+  if test "$RSVG" = "false"; then as_fn_append wine_warnings "|rsvg is missing, icons can't be rebuilt."; fi
+  if test "$ICOTOOL" = "false"; then as_fn_append wine_warnings "|icotool is missing, icons can't be rebuilt."; fi
 fi
 
 case $host_cpu in
@@ -5727,6 +5753,7 @@ for ac_header in \
        openssl/ssl.h \
        png.h \
        poll.h \
+       port.h \
        process.h \
        pthread.h \
        pwd.h \
@@ -6036,6 +6063,20 @@ fi
 done
 
 
+for ac_header in ifaddrs.h
+do :
+  ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
+"
+if test "x$ac_cv_header_ifaddrs_h" = x""yes; then :
+  cat >>confdefs.h <<_ACEOF
+#define HAVE_IFADDRS_H 1
+_ACEOF
+
+fi
+
+done
+
+
 for ac_header in ucontext.h
 do :
   ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
@@ -6134,6 +6175,7 @@ LDRPATH_INSTALL=""
 
 LDRPATH_LOCAL=""
 
+STATIC_IMPLIBEXT="def.a"
 # Extract the first word of "ldd", so it can be a program name with args.
 set dummy ldd; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
@@ -6363,104 +6405,13 @@ else
   DLLWRAP="$ac_cv_prog_DLLWRAP"
 fi
 
-    if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
-set dummy ${ac_tool_prefix}ar; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_MINGWAR+set}" = set; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$MINGWAR"; then
-  ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-    ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-MINGWAR=$ac_cv_prog_MINGWAR
-if test -n "$MINGWAR"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
-$as_echo "$MINGWAR" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_prog_MINGWAR"; then
-  ac_ct_MINGWAR=$MINGWAR
-  # Extract the first word of "ar", so it can be a program name with args.
-set dummy ar; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_MINGWAR"; then
-  ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-    ac_cv_prog_ac_ct_MINGWAR="ar"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
-if test -n "$ac_ct_MINGWAR"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MINGWAR" >&5
-$as_echo "$ac_ct_MINGWAR" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-  if test "x$ac_ct_MINGWAR" = x; then
-    MINGWAR="false"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    MINGWAR=$ac_ct_MINGWAR
-  fi
-else
-  MINGWAR="$ac_cv_prog_MINGWAR"
-fi
-
     if test "$DLLWRAP" = "false"; then
       LIBEXT="a"
     else
             LIBEXT="dll"
     fi
     IMPLIBEXT="a"
+    STATIC_IMPLIBEXT="a"
         enable_iphlpapi=${enable_iphlpapi:-no}
     enable_kernel32=${enable_kernel32:-no}
     enable_msvcrt=${enable_msvcrt:-no}
@@ -6608,14 +6559,7 @@ else
 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
+int main(int argc, char **argv) { return 0; }
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
@@ -6640,14 +6584,7 @@ else
 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
+int main(int argc, char **argv) { return 0; }
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
@@ -6674,14 +6611,7 @@ else
 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
+int main(int argc, char **argv) { return 0; }
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
@@ -6707,14 +6637,7 @@ else
 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
+int main(int argc, char **argv) { return 0; }
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
@@ -6741,14 +6664,7 @@ else
 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
+int main(int argc, char **argv) { return 0; }
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
@@ -6775,14 +6691,7 @@ else
 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
+int main(int argc, char **argv) { return 0; }
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
@@ -6810,14 +6719,7 @@ else
 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
+int main(int argc, char **argv) { return 0; }
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   eval "$as_ac_var=yes"
@@ -6845,14 +6747,7 @@ else
 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
+int main(int argc, char **argv) { return 0; }
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   eval "$as_ac_var=yes"
@@ -6881,14 +6776,7 @@ else
 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
+int main(int argc, char **argv) { return 0; }
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   ac_cv_cflags__Wl___enable_new_dtags=yes
@@ -6916,14 +6804,7 @@ else
 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
+int main(int argc, char **argv) { return 0; }
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
@@ -7017,7 +6898,15 @@ fi
 
 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
 then
-    for ac_prog in $host_cpu-pc-mingw32-gcc i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc i686-pc-mingw32-gcc
+    case "$host_cpu" in
+  i[3456789]86*)
+    ac_prefix_list="i686-pc-mingw32-gcc i586-pc-mingw32-gcc i486-pc-mingw32-gcc i386-pc-mingw32-gcc i686-mingw32msvc-gcc i586-mingw32msvc-gcc i486-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc " ;;
+  x86_64)
+    ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
+  *)
+    ac_prefix_list="" ;;
+esac
+for ac_prog in $ac_prefix_list
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
@@ -7060,92 +6949,6 @@ fi
 done
 test -n "$CROSSCC" || CROSSCC="false"
 
-    for ac_prog in $host_cpu-pc-mingw32-dlltool i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool i686-pc-mingw32-dlltool
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-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 test "${ac_cv_prog_DLLTOOL+set}" = set; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$DLLTOOL"; then
-  ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-    ac_cv_prog_DLLTOOL="$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-DLLTOOL=$ac_cv_prog_DLLTOOL
-if test -n "$DLLTOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
-$as_echo "$DLLTOOL" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  test -n "$DLLTOOL" && break
-done
-test -n "$DLLTOOL" || DLLTOOL="false"
-
-    for ac_prog in $host_cpu-pc-mingw32-ar i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar i686-pc-mingw32-ar
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-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 test "${ac_cv_prog_MINGWAR+set}" = set; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$MINGWAR"; then
-  ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-    ac_cv_prog_MINGWAR="$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-MINGWAR=$ac_cv_prog_MINGWAR
-if test -n "$MINGWAR"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
-$as_echo "$MINGWAR" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  test -n "$MINGWAR" && break
-done
-test -n "$MINGWAR" || MINGWAR="false"
-
     if test "$CROSSCC" != "false"
     then
         CROSSTEST="\$(CROSSTEST)"
@@ -7162,7 +6965,7 @@ test -n "$MINGWAR" || MINGWAR="false"
         done
         if test -n "$target"
         then
-            CROSSTARGETFLAGS="-b $target"
+            CROSSTARGET="$target"
 
         fi
     fi
@@ -7940,7 +7743,7 @@ return XCreateWindow ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_X11=`otool -L conftest$ac_exeext | grep "libX11\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libX11\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -7990,7 +7793,7 @@ return XextCreateExtension ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_Xext=`otool -L conftest$ac_exeext | grep "libXext\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXext\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -8122,7 +7925,7 @@ return XcursorImageLoadCursor ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_Xcursor=`otool -L conftest$ac_exeext | grep "libXcursor\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcursor\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -8148,7 +7951,7 @@ fi
         fi
         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
   case "x$with_xcursor" in
-  x)   wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
+  x)   as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
   xno) ;;
   *)   as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
@@ -8184,7 +7987,7 @@ return XOpenDevice ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_Xi=`otool -L conftest$ac_exeext | grep "libXi\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXi\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^       ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -8210,7 +8013,7 @@ fi
         fi
         if test "x$ac_cv_lib_soname_Xi" = "x"; then :
   case "x$with_xinput" in
-  x)   wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
+  x)   as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
   xno) ;;
   *)   as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
@@ -8264,7 +8067,7 @@ fi
         fi
         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
   case "x$with_xshm" in
-  x)   wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
+  x)   as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
   xno) ;;
   *)   as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
@@ -8318,7 +8121,7 @@ fi
         fi
         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
   case "x$with_xshape" in
-  x)   wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
+  x)   as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
   xno) ;;
   *)   as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
@@ -8354,7 +8157,7 @@ return XF86VidModeQueryExtension ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_Xxf86vm=`otool -L conftest$ac_exeext | grep "libXxf86vm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXxf86vm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -8380,7 +8183,7 @@ fi
         fi
         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
   case "x$with_xxf86vm" in
-  x)   wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
+  x)   as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
   xno) ;;
   *)   as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
@@ -8416,7 +8219,7 @@ return XRenderQueryExtension ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_Xrender=`otool -L conftest$ac_exeext | grep "libXrender\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrender\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -8484,7 +8287,7 @@ fi
         fi
         if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
   case "x$with_xrender" in
-  x)   wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
+  x)   as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
   xno) ;;
   *)   as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
@@ -8533,7 +8336,7 @@ return XRRQueryExtension ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_Xrandr=`otool -L conftest$ac_exeext | grep "libXrandr\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrandr\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^   ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -8561,7 +8364,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
         fi
         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
   case "x$with_xrandr" in
-  x)   wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
+  x)   as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
   xno) ;;
   *)   as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
@@ -8610,7 +8413,7 @@ return XineramaQueryScreens ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_Xinerama=`otool -L conftest$ac_exeext | grep "libXinerama\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXinerama\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -8638,7 +8441,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
         fi
         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
   case "x$with_xinerama" in
-  x)   wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
+  x)   as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
   xno) ;;
   *)   as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
@@ -8674,7 +8477,7 @@ return XCompositeRedirectWindow ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_Xcomposite=`otool -L conftest$ac_exeext | grep "libXcomposite\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcomposite\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^       ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -8700,7 +8503,7 @@ fi
         fi
         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
   case "x$with_xcomposite" in
-  x)   wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
+  x)   as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
   xno) ;;
   *)   as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
@@ -8799,7 +8602,7 @@ return glXCreateContext ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^       ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -8838,7 +8641,7 @@ return glXCreateContext ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^       ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -8912,7 +8715,7 @@ return gluLookAt ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_GLU=`otool -L conftest$ac_exeext | grep "libGLU\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGLU\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -8938,7 +8741,7 @@ fi
                  fi
                  if test "x$ac_cv_lib_soname_GLU" = "x"; then :
   case "x$with_glu" in
-  x)   wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
+  x)   as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
   xno) ;;
   *)   as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
 This is an error since --with-glu was requested." "$LINENO" 5 ;;
@@ -8958,7 +8761,7 @@ fi
     fi
     if test -n "$opengl_msg"; then :
   case "x$with_opengl" in
-  x)   wine_warnings="$wine_warnings|$opengl_msg
+  x)   as_fn_append wine_warnings "|$opengl_msg
 OpenGL and Direct3D won't be supported." ;;
   xno) ;;
   *)   as_fn_error "$opengl_msg
@@ -9261,7 +9064,7 @@ done
 fi
 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
   case "x$with_xml" in
-  x)   wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
+  x)   as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
   xno) ;;
   *)   as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
 This is an error since --with-xml was requested." "$LINENO" 5 ;;
@@ -9327,7 +9130,7 @@ return xsltCompilePattern ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_xslt=`otool -L conftest$ac_exeext | grep "libxslt\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libxslt\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -9354,7 +9157,7 @@ fi
 fi
 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
   case "x$with_xslt" in
-  x)   wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
+  x)   as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
   xno) ;;
   *)   as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
@@ -9452,7 +9255,7 @@ return libhal_ctx_new ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_hal=`otool -L conftest$ac_exeext | grep "libhal\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libhal\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -9482,7 +9285,7 @@ fi
 fi
 if test "x$ac_cv_lib_soname_hal" = "x"; then :
   case "x$with_hal" in
-  x)   wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
+  x)   as_fn_append wine_notices "|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
   xno) ;;
   *)   as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
 This is an error since --with-hal was requested." "$LINENO" 5 ;;
@@ -9539,7 +9342,7 @@ return gnutls_global_init ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_gnutls=`otool -L conftest$ac_exeext | grep "libgnutls\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgnutls\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^   ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -9572,7 +9375,7 @@ fi
 fi
 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
   case "x$with_gnutls" in
-  x)   wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
+  x)   as_fn_append wine_notices "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
   xno) ;;
   *)   as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
@@ -9609,7 +9412,7 @@ return waddch ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_ncurses=`otool -L conftest$ac_exeext | grep "libncurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libncurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -9661,7 +9464,7 @@ return waddch ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_curses=`otool -L conftest$ac_exeext | grep "libcurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^   ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -9701,7 +9504,7 @@ done
 LIBS="$ac_save_LIBS"
 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
   case "x$with_curses" in
-  x)   wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
+  x)   as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
   xno) ;;
   *)   as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
 This is an error since --with-curses was requested." "$LINENO" 5 ;;
@@ -9784,7 +9587,7 @@ return sane_init ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_sane=`otool -L conftest$ac_exeext | grep "libsane\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libsane\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -9815,13 +9618,75 @@ fi
 fi
 if test "x$ac_cv_lib_soname_sane" = "x"; then :
   case "x$with_sane" in
-  x)   wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
+  x)   as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
   xno) ;;
   *)   as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
 This is an error since --with-sane was requested." "$LINENO" 5 ;;
 esac
 fi
 
+if test "x$with_v4l" != "xno"
+then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
+$as_echo_n "checking for -lv4l1... " >&6; }
+if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_check_soname_save_LIBS=$LIBS
+LIBS="-lv4l1  $LIBS"
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
+#ifdef __cplusplus
+extern "C"
+#endif
+char v4l1_open ();
+int
+main ()
+{
+return v4l1_open ();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  case "$LIBEXT" in
+    dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
+    dylib) ac_cv_lib_soname_v4l1=`otool -L conftest$ac_exeext | grep "libv4l1\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libv4l1\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
+    *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
+  esac
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  LIBS=$ac_check_soname_save_LIBS
+fi
+if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
+$as_echo "not found" >&6; }
+
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
+$as_echo "$ac_cv_lib_soname_v4l1" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
+_ACEOF
+
+
+fi
+fi
+if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
+  case "x$with_v4l" in
+  x)   as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
+  xno) ;;
+  *)   as_fn_error "libv4l ${notice_platform}development files not found.
+This is an error since --with-v4l was requested." "$LINENO" 5 ;;
+esac
+fi
+
 if test "x$with_gphoto" != "xno"
 then
     ac_save_CPPFLAGS="$CPPFLAGS"
@@ -9970,7 +9835,7 @@ fi
 fi
 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
   case "x$with_gphoto" in
-  x)   wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
+  x)   as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
   xno) ;;
   *)   as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
@@ -10059,7 +9924,7 @@ fi
 fi
 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
   case "x$with_cms" in
-  x)   wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
+  x)   as_fn_append wine_notices "|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
   xno) ;;
   *)   as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
 This is an error since --with-cms was requested." "$LINENO" 5 ;;
@@ -10144,7 +10009,7 @@ return FT_Init_FreeType ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_freetype=`otool -L conftest$ac_exeext | grep "libfreetype\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfreetype\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -10267,6 +10132,9 @@ if test "${ac_cv_c_ppdev+set}" = set; then :
 else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
+#ifdef HAVE_SYS_IOCTL_H
+# include <sys/ioctl.h>
+#endif
 #include <linux/ppdev.h>
 int
 main ()
@@ -10618,7 +10486,7 @@ return capi20_register ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_capi20=`otool -L conftest$ac_exeext | grep "libcapi20\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcapi20\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^   ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -10644,7 +10512,7 @@ fi
 fi
 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
   case "x$with_capi" in
-  x)   wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
+  x)   as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
   xno) ;;
   *)   as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
 This is an error since --with-capi was requested." "$LINENO" 5 ;;
@@ -10693,7 +10561,7 @@ return cupsGetDefault ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_cups=`otool -L conftest$ac_exeext | grep "libcups\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcups\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -10724,7 +10592,7 @@ done
 fi
 if test "x$ac_cv_lib_soname_cups" = "x"; then :
   case "x$with_cups" in
-  x)   wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
+  x)   as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
   xno) ;;
   *)   as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
 This is an error since --with-cups was requested." "$LINENO" 5 ;;
@@ -10760,7 +10628,7 @@ return jack_client_new ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest.exe | grep "jack" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_jack=`otool -L conftest$ac_exeext | grep "libjack-*[0-9.]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjack-*[0-9.]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjack-*[0-9.]*\\.$LIBEXT" | sed -e "s/^.*\(libjack-*[0-9.]*\.$LIBEXT[^       ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -10814,7 +10682,7 @@ return FcInit ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_fontconfig=`otool -L conftest$ac_exeext | grep "libfontconfig\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^       ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -10886,7 +10754,7 @@ return FcInit ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_fontconfig=`otool -L conftest$ac_exeext | grep "libfontconfig\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^       ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -10913,7 +10781,7 @@ fi
 fi
 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
   case "x$with_fontconfig" in
-  x)   wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
+  x)   as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
   xno) ;;
   *)   as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
@@ -10949,7 +10817,7 @@ return SSL_library_init ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest.exe | grep "ssl" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_ssl=`otool -L conftest$ac_exeext | grep "libssl\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libssl\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -10999,7 +10867,7 @@ return BIO_new_socket ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest.exe | grep "crypto" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_crypto=`otool -L conftest$ac_exeext | grep "libcrypto\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcrypto\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^   ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -11025,7 +10893,7 @@ fi
 fi
 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
   case "x$with_openssl" in
-  x)   wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
+  x)   as_fn_append wine_warnings "|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
   xno) ;;
   *)   as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
@@ -11061,7 +10929,7 @@ return gsm_create ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_gsm=`otool -L conftest$ac_exeext | grep "libgsm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgsm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -11087,7 +10955,7 @@ fi
 fi
 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
   case "x$with_gsm" in
-  x)   wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
+  x)   as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
   xno) ;;
   *)   as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
@@ -11123,7 +10991,7 @@ return jpeg_start_decompress ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_jpeg=`otool -L conftest$ac_exeext | grep "libjpeg\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjpeg\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -11149,7 +11017,7 @@ fi
 fi
 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
   case "x$with_jpeg" in
-  x)   wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
+  x)   as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
   xno) ;;
   *)   as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
@@ -11185,7 +11053,7 @@ return png_create_read_struct ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_png=`otool -L conftest$ac_exeext | grep "libpng[0-9]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libpng[0-9]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -11208,6 +11076,49 @@ _ACEOF
 
 
 fi
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
+$as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
+if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lpng -lm -lz $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
+#ifdef __cplusplus
+extern "C"
+#endif
+char png_set_expand_gray_1_2_4_to_8 ();
+int
+main ()
+{
+return png_set_expand_gray_1_2_4_to_8 ();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
+else
+  ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
+$as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
+if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
+
+$as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
+
+
+fi
+
 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
 then
         ac_save_CPPFLAGS="$CPPFLAGS"
@@ -11257,7 +11168,7 @@ return png_create_read_struct ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_png=`otool -L conftest$ac_exeext | grep "libpng[0-9]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libpng[0-9]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -11280,11 +11191,52 @@ _ACEOF
 
 
 fi
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
+$as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
+if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lpng $X_LIBS -lm -lz $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
+#ifdef __cplusplus
+extern "C"
+#endif
+char png_set_expand_gray_1_2_4_to_8 ();
+int
+main ()
+{
+return png_set_expand_gray_1_2_4_to_8 ();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
+else
+  ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
+$as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
+if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
+  $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
+
+fi
+
     fi
 fi
 if test "x$ac_cv_lib_soname_png" = "x"; then :
   case "x$with_png" in
-  x)   wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
+  x)   as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
   xno) ;;
   *)   as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
 This is an error since --with-png was requested." "$LINENO" 5 ;;
@@ -11337,7 +11289,7 @@ fi
 fi
 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then :
   case "x$with_mpg123" in
-  x)   wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
+  x)   as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
   xno) ;;
   *)   as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
@@ -11391,7 +11343,7 @@ fi
 fi
 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
   case "x$with_openal" in
-  x)   wine_notices="$wine_notices|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
+  x)   as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
   xno) ;;
   *)   as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
 This is an error since --with-openal was requested." "$LINENO" 5 ;;
@@ -11474,7 +11426,7 @@ return SQLConnect ();
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   case "$LIBEXT" in
-    dll) ;;
+    dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
     dylib) ac_cv_lib_soname_odbc=`otool -L conftest$ac_exeext | grep "libodbc\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libodbc\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
   esac
@@ -11507,7 +11459,7 @@ if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack"
         "$ac_cv_header_soundcard_h" != "yes" -a \
         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
 then
-    wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
+    as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
 fi
 
 
@@ -11568,14 +11520,7 @@ else
 CFLAGS="$CFLAGS -fno-builtin"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
+int main(int argc, char **argv) { return 0; }
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   ac_cv_cflags__fno_builtin=yes
@@ -11601,14 +11546,7 @@ else
 CFLAGS="$CFLAGS -fno-strict-aliasing"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
+int main(int argc, char **argv) { return 0; }
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   ac_cv_cflags__fno_strict_aliasing=yes
@@ -11633,14 +11571,7 @@ else
 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
+int main(int argc, char **argv) { return 0; }
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   ac_cv_cflags__Wdeclaration_after_statement=yes
@@ -11656,37 +11587,30 @@ $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
 fi
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
-$as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
-if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
+$as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
+if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
   $as_echo_n "(cached) " >&6
 else
   ac_wine_try_cflags_saved=$CFLAGS
-CFLAGS="$CFLAGS -Wwrite-strings"
+CFLAGS="$CFLAGS -Wstrict-prototypes"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
+int main(int argc, char **argv) { return 0; }
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_cflags__Wwrite_strings=yes
+  ac_cv_cflags__Wstrict_prototypes=yes
 else
-  ac_cv_cflags__Wwrite_strings=no
+  ac_cv_cflags__Wstrict_prototypes=no
 fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext
 CFLAGS=$ac_wine_try_cflags_saved
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
-$as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
-if test $ac_cv_cflags__Wwrite_strings = yes; then :
-  EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
+$as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
+if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
+  EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
 fi
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
@@ -11697,14 +11621,7 @@ else
 CFLAGS="$CFLAGS -Wtype-limits"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
+int main(int argc, char **argv) { return 0; }
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
   ac_cv_cflags__Wtype_limits=yes
@@ -11720,6 +11637,31 @@ $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
 if test $ac_cv_cflags__Wtype_limits = yes; then :
   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
 fi
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
+$as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
+if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_wine_try_cflags_saved=$CFLAGS
+CFLAGS="$CFLAGS -Wwrite-strings"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+int main(int argc, char **argv) { return 0; }
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_cflags__Wwrite_strings=yes
+else
+  ac_cv_cflags__Wwrite_strings=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+CFLAGS=$ac_wine_try_cflags_saved
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
+$as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
+if test $ac_cv_cflags__Wwrite_strings = yes; then :
+  EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
+fi
 
     saved_CFLAGS="$CFLAGS"
   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
@@ -11753,6 +11695,73 @@ $as_echo "$ac_cv_c_string_h_warnings" >&6; }
   then
     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
   fi
+
+    if test "${enable_maintainer_mode+set}" = set
+  then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
+$as_echo_n "checking whether the compiler supports -Werror... " >&6; }
+if test "${ac_cv_cflags__Werror+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_wine_try_cflags_saved=$CFLAGS
+CFLAGS="$CFLAGS -Werror"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+int main(int argc, char **argv) { return 0; }
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_cflags__Werror=yes
+else
+  ac_cv_cflags__Werror=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+CFLAGS=$ac_wine_try_cflags_saved
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
+$as_echo "$ac_cv_cflags__Werror" >&6; }
+if test $ac_cv_cflags__Werror = yes; then :
+  EXTRACFLAGS="$EXTRACFLAGS -Werror"
+fi
+  fi
+
+    saved_CFLAGS="$CFLAGS"
+  CFLAGS="$CFLAGS -Werror"
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
+$as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
+if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_have_ms_hook_prologue="yes"
+else
+  ac_cv_have_ms_hook_prologue="no"
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
+$as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
+  CFLAGS="$saved_CFLAGS"
+  if test "$ac_cv_have_ms_hook_prologue" = "yes"
+  then
+
+$as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
+
+  else
+      $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
+
+  fi
 fi
 
 
@@ -12072,7 +12081,7 @@ test -z "$with_wine64" || MAIN_BINARY="wine32"
 case $host_cpu in
   *i[3456789]86*)
     case $host_os in
-      linux* | k*bsd*-gnu)
+      linux*)
         EXTRA_BINARIES="wine-preloader"
  ;;
     esac
@@ -12122,6 +12131,7 @@ for ac_func in \
        pipe2 \
        poll \
        popen \
+       port_create \
        prctl \
        pread \
        pwrite \
@@ -12590,7 +12600,7 @@ LIBS="$ac_wine_check_funcs_save_LIBS"
 fi
 if test "x$LDAPLIBS" = "x"; then :
   case "x$with_ldap" in
-  x)   wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
+  x)   as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
   xno) ;;
   *)   as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
@@ -13435,6 +13445,23 @@ _ACEOF
 fi
 
 
+ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_NET_IF_H
+# include <net/if.h>
+#endif
+"
+if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
+_ACEOF
+
+
+fi
+
+
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
 $as_echo_n "checking for timezone variable... " >&6; }
 if test "${ac_cv_have_timezone+set}" = set; then :
@@ -13730,39 +13757,36 @@ fi ;;
 esac
 
 
-DEPENDENCIES="### Dependencies:
-
-.INIT: Makefile
-.BEGIN: Makefile
-.MAKEFILEDEPS:
-Makefile: dummy
-       -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
-
-\$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
-\$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
-\$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
-\$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
-\$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
-
-
 ALL_MAKERULES=""
 
-ALL_MAKEFILES=""
+ALL_SYMLINKS=""
 
 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
 
+ALL_WINETEST_DEPENDS="# Test binaries"
+
+
+ALL_DIRS=""
 
 ALL_TOP_DIRS=""
 
 ALL_DLL_DIRS=""
 
-ALL_IMPLIB_DIRS=""
+ALL_TOOL_DIRS=""
+
+ALL_STATICLIB_DIRS=""
+
+ALL_STATIC_LIBS=""
+
+ALL_IMPORT_LIBS=""
+
+ALL_INSTALL_DIRS=""
 
 ALL_TEST_DIRS=""
 
-ALL_PROGRAM_DIRS=""
+ALL_TEST_BINARIES=""
 
-ALL_PROGRAM_INSTALL_DIRS=""
+ALL_PROGRAM_DIRS=""
 
 ALL_PROGRAM_BIN_INSTALL_DIRS=""
 
@@ -13772,6 +13796,111 @@ ALL_PROGRAM_BIN_INSTALL_DIRS=""
 ac_config_commands="$ac_config_commands include/stamp-h"
 
 
+wine_fn_append_file ()
+{
+    as_fn_append $1 " \\$as_nl $2"
+}
+
+wine_fn_append_rule ()
+{
+    as_fn_append $1 "$as_nl$2"
+}
+
+wine_fn_config_makefile ()
+{
+    ac_dir=$1
+    ac_deps=$2
+    wine_fn_append_file ALL_DIRS $ac_dir
+    wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
+"$ac_dir/__clean__ $ac_dir/__install__ $ac_dir/__install-dev__ $ac_dir/__install-lib__ $ac_dir/__uninstall__ $ac_dir: $ac_dir/Makefile
+$ac_dir/Makefile $ac_dir/__depend__: $ac_dir/Makefile.in config.status $ac_deps
+       @./config.status --file $ac_dir/Makefile && cd $ac_dir && \$(MAKE) depend"
+}
+
+wine_fn_config_lib ()
+{
+    ac_name=$1
+    wine_fn_append_file ALL_STATIC_LIBS dlls/$ac_name/lib$ac_name.a
+    wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
+"dlls/$ac_name/__install__ dlls/$ac_name/__install-dev__: dlls/$ac_name
+dlls/$ac_name dlls/$ac_name/lib$ac_name.cross.a: tools/widl tools/winebuild tools/winegcc include
+dlls/$ac_name/lib$ac_name.cross.a: dlls/$ac_name/Makefile dummy
+       @cd dlls/$ac_name && \$(MAKE) lib$ac_name.cross.a"
+}
+
+wine_fn_config_dll ()
+{
+    ac_dir=$1
+    ac_implib=$2
+    ac_implibsrc=$3
+    ac_file="dlls/$ac_dir/lib$ac_implib"
+    ac_deps="tools/widl tools/winebuild tools/winegcc include"
+
+    wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
+"dlls/$ac_dir dlls/$ac_dir/__install__ dlls/$ac_dir/__install-lib__ dlls/$ac_dir/__install-dev__: __builddeps__"
+
+    if test -n "$ac_implibsrc"
+    then
+        wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
+"$ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
+$ac_file.def: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile
+       @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`
+$ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: dlls/$ac_dir/Makefile dummy
+       @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`"
+    elif test -n "$ac_implib"
+    then
+        wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
+"$ac_file.$IMPLIBEXT $ac_file.cross.a: $ac_deps
+$ac_file.$IMPLIBEXT $ac_file.cross.a: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile
+       @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`"
+
+        if test "$ac_dir" != "$ac_implib"
+        then
+            wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
+"dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
+       \$(RM) \$@ && \$(LN_S) $ac_dir/lib$ac_implib.$IMPLIBEXT \$@
+dlls/lib$ac_implib.cross.a: $ac_file.cross.a
+       \$(RM) \$@ && \$(LN_S) $ac_dir/lib$ac_implib.cross.a \$@
+clean::
+       \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
+        fi
+    fi
+}
+
+wine_fn_config_program ()
+{
+    ac_dir=$1
+    wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
+"programs/$ac_dir programs/$ac_dir/__install__ programs/$ac_dir/__install-lib__: __builddeps__"
+}
+
+wine_fn_config_test ()
+{
+    ac_dir=$1
+    ac_name=$2
+    wine_fn_append_file ALL_TEST_BINARIES $ac_name.exe
+    wine_fn_append_rule ALL_WINETEST_DEPENDS \
+"$ac_name.exe: \$(TOPOBJDIR)/$ac_dir/$ac_name.exe$DLLEXT
+       cp \$(TOPOBJDIR)/$ac_dir/$ac_name.exe$DLLEXT \$@ && \$(STRIP) \$@
+$ac_name.rc:
+       echo \"$ac_name.exe TESTRES \\\"$ac_name.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
+$ac_name.res: $ac_name.rc $ac_name.exe"
+    wine_fn_append_rule ALL_MAKEFILE_DEPENDS "$ac_dir: __builddeps__"
+    wine_fn_append_rule ALL_MAKEFILE_DEPENDS "$ac_dir/__crosstest__: __buildcrossdeps__ $ac_dir/Makefile"
+}
+ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
+test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "dlls/wineps.drv/generic.ppd"
+ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
+test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/marlett.ttf"
+ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
+test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/symbol.ttf"
+ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
+test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/tahoma.ttf"
+ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
+test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/tahomabd.ttf"
+ac_config_links="$ac_config_links wine:tools/winewrapper"
+wine_fn_append_file ALL_SYMLINKS "wine"
+
 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
 
 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
@@ -13785,4269 +13914,2332 @@ ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
 ac_config_commands="$ac_config_commands include/wine"
 
 
-ALL_MAKERULES="$ALL_MAKERULES \\
-       Make.rules"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-Make.rules: Make.rules.in"
+wine_fn_append_file ALL_MAKERULES "Make.rules"
+wine_fn_append_rule ALL_MAKEFILE_DEPENDS "Make.rules: Make.rules.in config.status"
 MAKE_RULES=Make.rules
 ac_config_files="$ac_config_files Make.rules"
 
-ALL_MAKERULES="$ALL_MAKERULES \\
-       dlls/Makedll.rules"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
+wine_fn_append_file ALL_MAKERULES "Maketest.rules"
+wine_fn_append_rule ALL_MAKEFILE_DEPENDS "Maketest.rules: Maketest.rules.in Make.rules config.status"
+MAKE_TEST_RULES=Maketest.rules
+ac_config_files="$ac_config_files Maketest.rules"
+
+wine_fn_append_file ALL_MAKERULES "dlls/Makedll.rules"
+wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules config.status"
 MAKE_DLL_RULES=dlls/Makedll.rules
 ac_config_files="$ac_config_files dlls/Makedll.rules"
 
-ALL_MAKERULES="$ALL_MAKERULES \\
-       dlls/Makeimplib.rules"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
+wine_fn_append_file ALL_MAKERULES "dlls/Makeimplib.rules"
+wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules config.status"
 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
 
-ALL_MAKERULES="$ALL_MAKERULES \\
-       dlls/Maketest.rules"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
-MAKE_TEST_RULES=dlls/Maketest.rules
-ac_config_files="$ac_config_files dlls/Maketest.rules"
-
-ALL_MAKERULES="$ALL_MAKERULES \\
-       programs/Makeprog.rules"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
+wine_fn_append_file ALL_MAKERULES "programs/Makeprog.rules"
+wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules config.status"
 MAKE_PROG_RULES=programs/Makeprog.rules
 ac_config_files="$ac_config_files programs/Makeprog.rules"
 
 
+wine_fn_append_rule ALL_MAKEFILE_DEPENDS "Makefile: Makefile.in Make.rules config.status"
+ac_config_files="$ac_config_files Makefile"
 
+wine_fn_config_dll acledit
+wine_fn_config_makefile dlls/acledit "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_acledit" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/acledit"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/aclui/libaclui.$IMPLIBEXT"
+wine_fn_config_dll aclui aclui
+wine_fn_config_makefile dlls/aclui "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_aclui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/aclui"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/activeds/libactiveds.$IMPLIBEXT"
+wine_fn_config_dll activeds activeds
+wine_fn_config_makefile dlls/activeds "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_activeds" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/activeds"
+
+wine_fn_config_dll actxprxy
+wine_fn_config_makefile dlls/actxprxy "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_actxprxy" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/actxprxy"
+
+wine_fn_config_lib adsiid
+wine_fn_config_makefile dlls/adsiid "dlls/Makeimplib.rules \$(MAKEDEP)"
+test "x$enable_adsiid" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/adsiid"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/advapi32/libadvapi32.$IMPLIBEXT"
+wine_fn_config_dll advapi32 advapi32
+wine_fn_config_makefile dlls/advapi32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_advapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/advapi32"
+
+wine_fn_config_test dlls/advapi32/tests advapi32_test
+wine_fn_config_makefile dlls/advapi32/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/advapi32/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/advpack/libadvpack.$IMPLIBEXT"
+wine_fn_config_dll advpack advpack
+wine_fn_config_makefile dlls/advpack "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_advpack" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/advpack"
+
+wine_fn_config_test dlls/advpack/tests advpack_test
+wine_fn_config_makefile dlls/advpack/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/advpack/tests"
+
+wine_fn_config_dll amstream
+wine_fn_config_makefile dlls/amstream "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_amstream" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/amstream"
+
+wine_fn_config_test dlls/amstream/tests amstream_test
+wine_fn_config_makefile dlls/amstream/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/amstream/tests"
+
+wine_fn_config_dll appwiz.cpl
+wine_fn_config_makefile dlls/appwiz.cpl "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_appwiz_cpl" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/appwiz.cpl"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/atl/libatl.$IMPLIBEXT"
+wine_fn_config_dll atl atl
+wine_fn_config_makefile dlls/atl "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_atl" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/atl"
+
+wine_fn_config_dll authz
+wine_fn_config_makefile dlls/authz "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_authz" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/authz"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/avicap32/libavicap32.$IMPLIBEXT"
+wine_fn_config_dll avicap32 avicap32
+wine_fn_config_makefile dlls/avicap32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_avicap32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/avicap32"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/avifil32/libavifil32.$IMPLIBEXT"
+wine_fn_config_dll avifil32 avifil32
+wine_fn_config_makefile dlls/avifil32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_avifil32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/avifil32"
+
+wine_fn_config_test dlls/avifil32/tests avifil32_test
+wine_fn_config_makefile dlls/avifil32/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/avifil32/tests"
+
+wine_fn_config_dll avifile.dll16
+wine_fn_config_makefile dlls/avifile.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/avifile.dll16"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/avrt/libavrt.$IMPLIBEXT"
+wine_fn_config_dll avrt avrt
+wine_fn_config_makefile dlls/avrt "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_avrt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/avrt"
+
+wine_fn_config_dll bcrypt
+wine_fn_config_makefile dlls/bcrypt "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_bcrypt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/bcrypt"
+
+wine_fn_config_dll browseui
+wine_fn_config_makefile dlls/browseui "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_browseui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/browseui"
+
+wine_fn_config_test dlls/browseui/tests browseui_test
+wine_fn_config_makefile dlls/browseui/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/browseui/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/cabinet/libcabinet.$IMPLIBEXT"
+wine_fn_config_dll cabinet cabinet
+wine_fn_config_makefile dlls/cabinet "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_cabinet" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cabinet"
+
+wine_fn_config_test dlls/cabinet/tests cabinet_test
+wine_fn_config_makefile dlls/cabinet/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/cabinet/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/capi2032/libcapi2032.$IMPLIBEXT"
+wine_fn_config_dll capi2032 capi2032
+wine_fn_config_makefile dlls/capi2032 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_capi2032" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/capi2032"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/cards/libcards.$IMPLIBEXT"
+wine_fn_config_dll cards cards
+wine_fn_config_makefile dlls/cards "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_cards" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cards"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/cfgmgr32/libcfgmgr32.$IMPLIBEXT"
+wine_fn_config_dll cfgmgr32 cfgmgr32
+wine_fn_config_makefile dlls/cfgmgr32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_cfgmgr32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cfgmgr32"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/clusapi/libclusapi.$IMPLIBEXT"
+wine_fn_config_dll clusapi clusapi
+wine_fn_config_makefile dlls/clusapi "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_clusapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/clusapi"
+
+wine_fn_config_dll comcat
+wine_fn_config_makefile dlls/comcat "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_comcat" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/comcat"
+
+wine_fn_config_test dlls/comcat/tests comcat_test
+wine_fn_config_makefile dlls/comcat/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/comcat/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/comctl32/libcomctl32.$IMPLIBEXT"
+wine_fn_config_dll comctl32 comctl32
+wine_fn_config_makefile dlls/comctl32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_comctl32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/comctl32"
+
+wine_fn_config_test dlls/comctl32/tests comctl32_test
+wine_fn_config_makefile dlls/comctl32/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/comctl32/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/comdlg32/libcomdlg32.$IMPLIBEXT"
+wine_fn_config_dll comdlg32 comdlg32
+wine_fn_config_makefile dlls/comdlg32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_comdlg32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/comdlg32"
+
+wine_fn_config_test dlls/comdlg32/tests comdlg32_test
+wine_fn_config_makefile dlls/comdlg32/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/comdlg32/tests"
+
+wine_fn_config_dll comm.drv16
+wine_fn_config_makefile dlls/comm.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/comm.drv16"
+
+wine_fn_config_dll commdlg.dll16
+wine_fn_config_makefile dlls/commdlg.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/commdlg.dll16"
+
+wine_fn_config_dll compobj.dll16
+wine_fn_config_makefile dlls/compobj.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/compobj.dll16"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/compstui/libcompstui.$IMPLIBEXT"
+wine_fn_config_dll compstui compstui
+wine_fn_config_makefile dlls/compstui "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_compstui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/compstui"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/credui/libcredui.$IMPLIBEXT"
+wine_fn_config_dll credui credui
+wine_fn_config_makefile dlls/credui "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_credui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/credui"
+
+wine_fn_config_test dlls/credui/tests credui_test
+wine_fn_config_makefile dlls/credui/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/credui/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/crtdll/libcrtdll.$IMPLIBEXT"
+wine_fn_config_dll crtdll crtdll
+wine_fn_config_makefile dlls/crtdll "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_crtdll" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/crtdll"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/crypt32/libcrypt32.$IMPLIBEXT"
+wine_fn_config_dll crypt32 crypt32
+wine_fn_config_makefile dlls/crypt32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_crypt32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/crypt32"
+
+wine_fn_config_test dlls/crypt32/tests crypt32_test
+wine_fn_config_makefile dlls/crypt32/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/crypt32/tests"
+
+wine_fn_config_dll cryptdlg
+wine_fn_config_makefile dlls/cryptdlg "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_cryptdlg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cryptdlg"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/cryptdll/libcryptdll.$IMPLIBEXT"
+wine_fn_config_dll cryptdll cryptdll
+wine_fn_config_makefile dlls/cryptdll "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_cryptdll" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cryptdll"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/cryptnet/libcryptnet.$IMPLIBEXT"
+wine_fn_config_dll cryptnet cryptnet
+wine_fn_config_makefile dlls/cryptnet "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_cryptnet" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cryptnet"
+
+wine_fn_config_test dlls/cryptnet/tests cryptnet_test
+wine_fn_config_makefile dlls/cryptnet/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/cryptnet/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/cryptui/libcryptui.$IMPLIBEXT"
+wine_fn_config_dll cryptui cryptui
+wine_fn_config_makefile dlls/cryptui "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_cryptui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cryptui"
+
+wine_fn_config_test dlls/cryptui/tests cryptui_test
+wine_fn_config_makefile dlls/cryptui/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/cryptui/tests"
+
+wine_fn_config_dll ctapi32
+wine_fn_config_makefile dlls/ctapi32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_ctapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ctapi32"
+
+wine_fn_config_dll ctl3d.dll16
+wine_fn_config_makefile dlls/ctl3d.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ctl3d.dll16"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/ctl3d32/libctl3d32.$IMPLIBEXT"
+wine_fn_config_dll ctl3d32 ctl3d32
+wine_fn_config_makefile dlls/ctl3d32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_ctl3d32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ctl3d32"
+
+wine_fn_config_dll ctl3dv2.dll16
+wine_fn_config_makefile dlls/ctl3dv2.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ctl3dv2.dll16"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3d10/libd3d10.$IMPLIBEXT"
+wine_fn_config_dll d3d10 d3d10
+wine_fn_config_makefile dlls/d3d10 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_d3d10" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3d10"
+
+wine_fn_config_test dlls/d3d10/tests d3d10_test
+wine_fn_config_makefile dlls/d3d10/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3d10/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3d10core/libd3d10core.$IMPLIBEXT"
+wine_fn_config_dll d3d10core d3d10core
+wine_fn_config_makefile dlls/d3d10core "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_d3d10core" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3d10core"
+
+wine_fn_config_test dlls/d3d10core/tests d3d10core_test
+wine_fn_config_makefile dlls/d3d10core/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3d10core/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3d8/libd3d8.$IMPLIBEXT"
+wine_fn_config_dll d3d8 d3d8
+wine_fn_config_makefile dlls/d3d8 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_d3d8" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3d8"
+
+wine_fn_config_test dlls/d3d8/tests d3d8_test
+wine_fn_config_makefile dlls/d3d8/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3d8/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3d9/libd3d9.$IMPLIBEXT"
+wine_fn_config_dll d3d9 d3d9
+wine_fn_config_makefile dlls/d3d9 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_d3d9" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3d9"
+
+wine_fn_config_test dlls/d3d9/tests d3d9_test
+wine_fn_config_makefile dlls/d3d9/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3d9/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3dim/libd3dim.$IMPLIBEXT"
+wine_fn_config_dll d3dim d3dim
+wine_fn_config_makefile dlls/d3dim "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_d3dim" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dim"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3drm/libd3drm.$IMPLIBEXT"
+wine_fn_config_dll d3drm d3drm
+wine_fn_config_makefile dlls/d3drm "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_d3drm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3drm"
+
+wine_fn_config_test dlls/d3drm/tests d3drm_test
+wine_fn_config_makefile dlls/d3drm/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3drm/tests"
+
+wine_fn_config_dll d3dx9_24
+wine_fn_config_makefile dlls/d3dx9_24 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_d3dx9_24" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_24"
+
+wine_fn_config_dll d3dx9_25
+wine_fn_config_makefile dlls/d3dx9_25 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_d3dx9_25" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_25"
+
+wine_fn_config_dll d3dx9_26
+wine_fn_config_makefile dlls/d3dx9_26 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_d3dx9_26" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_26"
+
+wine_fn_config_dll d3dx9_27
+wine_fn_config_makefile dlls/d3dx9_27 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_d3dx9_27" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_27"
+
+wine_fn_config_dll d3dx9_28
+wine_fn_config_makefile dlls/d3dx9_28 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_d3dx9_28" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_28"
+
+wine_fn_config_dll d3dx9_29
+wine_fn_config_makefile dlls/d3dx9_29 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_d3dx9_29" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_29"
+
+wine_fn_config_dll d3dx9_30
+wine_fn_config_makefile dlls/d3dx9_30 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_d3dx9_30" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_30"
+
+wine_fn_config_dll d3dx9_31
+wine_fn_config_makefile dlls/d3dx9_31 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_d3dx9_31" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_31"
+
+wine_fn_config_dll d3dx9_32
+wine_fn_config_makefile dlls/d3dx9_32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_d3dx9_32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_32"
+
+wine_fn_config_dll d3dx9_33
+wine_fn_config_makefile dlls/d3dx9_33 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_d3dx9_33" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_33"
+
+wine_fn_config_dll d3dx9_34
+wine_fn_config_makefile dlls/d3dx9_34 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_d3dx9_34" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_34"
+
+wine_fn_config_dll d3dx9_35
+wine_fn_config_makefile dlls/d3dx9_35 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_d3dx9_35" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_35"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3dx9_36/libd3dx9.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/libd3dx9.$IMPLIBEXT"
+wine_fn_config_dll d3dx9_36 d3dx9
+wine_fn_config_makefile dlls/d3dx9_36 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_d3dx9_36" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_36"
+
+wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
+wine_fn_config_makefile dlls/d3dx9_36/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3dx9_36/tests"
+
+wine_fn_config_dll d3dx9_37
+wine_fn_config_makefile dlls/d3dx9_37 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_d3dx9_37" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_37"
+
+wine_fn_config_dll d3dx9_38
+wine_fn_config_makefile dlls/d3dx9_38 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_d3dx9_38" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_38"
+
+wine_fn_config_dll d3dx9_39
+wine_fn_config_makefile dlls/d3dx9_39 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_d3dx9_39" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_39"
+
+wine_fn_config_dll d3dx9_40
+wine_fn_config_makefile dlls/d3dx9_40 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_d3dx9_40" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_40"
+
+wine_fn_config_dll d3dx9_41
+wine_fn_config_makefile dlls/d3dx9_41 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_d3dx9_41" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_41"
+
+wine_fn_config_dll d3dx9_42
+wine_fn_config_makefile dlls/d3dx9_42 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_d3dx9_42" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_42"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3dxof/libd3dxof.$IMPLIBEXT"
+wine_fn_config_dll d3dxof d3dxof
+wine_fn_config_makefile dlls/d3dxof "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_d3dxof" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dxof"
+
+wine_fn_config_test dlls/d3dxof/tests d3dxof_test
+wine_fn_config_makefile dlls/d3dxof/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3dxof/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/dbghelp/libdbghelp.$IMPLIBEXT"
+wine_fn_config_dll dbghelp dbghelp
+wine_fn_config_makefile dlls/dbghelp "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_dbghelp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dbghelp"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/dciman32/libdciman32.$IMPLIBEXT"
+wine_fn_config_dll dciman32 dciman32
+wine_fn_config_makefile dlls/dciman32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_dciman32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dciman32"
+
+wine_fn_config_dll ddeml.dll16
+wine_fn_config_makefile dlls/ddeml.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ddeml.dll16"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/ddraw/libddraw.$IMPLIBEXT"
+wine_fn_config_dll ddraw ddraw
+wine_fn_config_makefile dlls/ddraw "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_ddraw" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ddraw"
+
+wine_fn_config_test dlls/ddraw/tests ddraw_test
+wine_fn_config_makefile dlls/ddraw/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ddraw/tests"
+
+wine_fn_config_dll ddrawex
+wine_fn_config_makefile dlls/ddrawex "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_ddrawex" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ddrawex"
+
+wine_fn_config_test dlls/ddrawex/tests ddrawex_test
+wine_fn_config_makefile dlls/ddrawex/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ddrawex/tests"
+
+wine_fn_config_dll devenum
+wine_fn_config_makefile dlls/devenum "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_devenum" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/devenum"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/dinput/libdinput.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/dinput/libdinput.$STATIC_IMPLIBEXT"
+wine_fn_config_dll dinput dinput "data_formats.c"
+wine_fn_config_makefile dlls/dinput "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_dinput" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dinput"
+
+wine_fn_config_test dlls/dinput/tests dinput_test
+wine_fn_config_makefile dlls/dinput/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dinput/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/dinput8/libdinput8.$IMPLIBEXT"
+wine_fn_config_dll dinput8 dinput8
+wine_fn_config_makefile dlls/dinput8 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_dinput8" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dinput8"
+
+wine_fn_config_dll dispdib.dll16
+wine_fn_config_makefile dlls/dispdib.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dispdib.dll16"
+
+wine_fn_config_dll dispex
+wine_fn_config_makefile dlls/dispex "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_dispex" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dispex"
+
+wine_fn_config_dll display.drv16
+wine_fn_config_makefile dlls/display.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/display.drv16"
+
+wine_fn_config_dll dmband
+wine_fn_config_makefile dlls/dmband "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_dmband" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmband"
+
+wine_fn_config_dll dmcompos
+wine_fn_config_makefile dlls/dmcompos "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_dmcompos" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmcompos"
+
+wine_fn_config_dll dmime
+wine_fn_config_makefile dlls/dmime "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_dmime" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmime"
+
+wine_fn_config_dll dmloader
+wine_fn_config_makefile dlls/dmloader "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_dmloader" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmloader"
+
+wine_fn_config_test dlls/dmloader/tests dmloader_test
+wine_fn_config_makefile dlls/dmloader/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dmloader/tests"
+
+wine_fn_config_dll dmscript
+wine_fn_config_makefile dlls/dmscript "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_dmscript" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmscript"
+
+wine_fn_config_dll dmstyle
+wine_fn_config_makefile dlls/dmstyle "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_dmstyle" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmstyle"
+
+wine_fn_config_dll dmsynth
+wine_fn_config_makefile dlls/dmsynth "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_dmsynth" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmsynth"
+
+wine_fn_config_dll dmusic
+wine_fn_config_makefile dlls/dmusic "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_dmusic" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmusic"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/dmusic32/libdmusic32.$IMPLIBEXT"
+wine_fn_config_dll dmusic32 dmusic32
+wine_fn_config_makefile dlls/dmusic32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_dmusic32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmusic32"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/dnsapi/libdnsapi.$IMPLIBEXT"
+wine_fn_config_dll dnsapi dnsapi
+wine_fn_config_makefile dlls/dnsapi "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_dnsapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dnsapi"
+
+wine_fn_config_test dlls/dnsapi/tests dnsapi_test
+wine_fn_config_makefile dlls/dnsapi/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dnsapi/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/dplay/libdplay.$IMPLIBEXT"
+wine_fn_config_dll dplay dplay
+wine_fn_config_makefile dlls/dplay "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_dplay" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dplay"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/dplayx/libdplayx.$IMPLIBEXT"
+wine_fn_config_dll dplayx dplayx
+wine_fn_config_makefile dlls/dplayx "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_dplayx" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dplayx"
+
+wine_fn_config_test dlls/dplayx/tests dplayx_test
+wine_fn_config_makefile dlls/dplayx/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dplayx/tests"
+
+wine_fn_config_dll dpnaddr
+wine_fn_config_makefile dlls/dpnaddr "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_dpnaddr" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpnaddr"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/dpnet/libdpnet.$IMPLIBEXT"
+wine_fn_config_dll dpnet dpnet
+wine_fn_config_makefile dlls/dpnet "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_dpnet" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpnet"
+
+wine_fn_config_dll dpnhpast
+wine_fn_config_makefile dlls/dpnhpast "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_dpnhpast" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpnhpast"
+
+wine_fn_config_dll dpnlobby
+wine_fn_config_makefile dlls/dpnlobby "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_dpnlobby" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpnlobby"
+
+wine_fn_config_dll dpwsockx
+wine_fn_config_makefile dlls/dpwsockx "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_dpwsockx" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpwsockx"
+
+wine_fn_config_dll drmclien
+wine_fn_config_makefile dlls/drmclien "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_drmclien" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/drmclien"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/dsound/libdsound.$IMPLIBEXT"
+wine_fn_config_dll dsound dsound
+wine_fn_config_makefile dlls/dsound "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_dsound" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dsound"
+
+wine_fn_config_test dlls/dsound/tests dsound_test
+wine_fn_config_makefile dlls/dsound/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dsound/tests"
+
+wine_fn_config_dll dssenh
+wine_fn_config_makefile dlls/dssenh "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_dssenh" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dssenh"
+
+wine_fn_config_dll dswave
+wine_fn_config_makefile dlls/dswave "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_dswave" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dswave"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/dwmapi/libdwmapi.$IMPLIBEXT"
+wine_fn_config_dll dwmapi dwmapi
+wine_fn_config_makefile dlls/dwmapi "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_dwmapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dwmapi"
+
+wine_fn_config_dll dxdiagn
+wine_fn_config_makefile dlls/dxdiagn "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_dxdiagn" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dxdiagn"
+
+wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
+wine_fn_config_makefile dlls/dxdiagn/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dxdiagn/tests"
+
+wine_fn_config_lib dxerr8
+wine_fn_config_makefile dlls/dxerr8 "dlls/Makeimplib.rules \$(MAKEDEP)"
+test "x$enable_dxerr8" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/dxerr8"
+
+wine_fn_config_lib dxerr9
+wine_fn_config_makefile dlls/dxerr9 "dlls/Makeimplib.rules \$(MAKEDEP)"
+test "x$enable_dxerr9" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/dxerr9"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/dxgi/libdxgi.$IMPLIBEXT"
+wine_fn_config_dll dxgi dxgi
+wine_fn_config_makefile dlls/dxgi "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_dxgi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dxgi"
+
+wine_fn_config_test dlls/dxgi/tests dxgi_test
+wine_fn_config_makefile dlls/dxgi/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dxgi/tests"
+
+wine_fn_config_lib dxguid
+wine_fn_config_makefile dlls/dxguid "dlls/Makeimplib.rules \$(MAKEDEP)"
+test "x$enable_dxguid" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/dxguid"
+
+wine_fn_config_dll faultrep
+wine_fn_config_makefile dlls/faultrep "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_faultrep" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/faultrep"
+
+wine_fn_config_dll fltlib
+wine_fn_config_makefile dlls/fltlib "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_fltlib" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/fltlib"
+
+wine_fn_config_dll fusion
+wine_fn_config_makefile dlls/fusion "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_fusion" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/fusion"
+
+wine_fn_config_test dlls/fusion/tests fusion_test
+wine_fn_config_makefile dlls/fusion/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/fusion/tests"
+
+wine_fn_config_dll fwpuclnt
+wine_fn_config_makefile dlls/fwpuclnt "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_fwpuclnt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/fwpuclnt"
+
+wine_fn_config_dll gdi.exe16
+wine_fn_config_makefile dlls/gdi.exe16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gdi.exe16"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/gdi32/libgdi32.$IMPLIBEXT"
+wine_fn_config_dll gdi32 gdi32
+wine_fn_config_makefile dlls/gdi32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_gdi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gdi32"
+
+wine_fn_config_test dlls/gdi32/tests gdi32_test
+wine_fn_config_makefile dlls/gdi32/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/gdi32/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/gdiplus/libgdiplus.$IMPLIBEXT"
+wine_fn_config_dll gdiplus gdiplus
+wine_fn_config_makefile dlls/gdiplus "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_gdiplus" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gdiplus"
+
+wine_fn_config_test dlls/gdiplus/tests gdiplus_test
+wine_fn_config_makefile dlls/gdiplus/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/gdiplus/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/glu32/libglu32.$IMPLIBEXT"
+wine_fn_config_dll glu32 glu32
+wine_fn_config_makefile dlls/glu32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_glu32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/glu32"
+
+wine_fn_config_dll gphoto2.ds
+wine_fn_config_makefile dlls/gphoto2.ds "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_gphoto2_ds" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gphoto2.ds"
+
+wine_fn_config_dll gpkcsp
+wine_fn_config_makefile dlls/gpkcsp "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_gpkcsp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gpkcsp"
+
+wine_fn_config_dll hal
+wine_fn_config_makefile dlls/hal "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_hal" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hal"
+
+wine_fn_config_dll hhctrl.ocx
+wine_fn_config_makefile dlls/hhctrl.ocx "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_hhctrl_ocx" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hhctrl.ocx"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/hid/libhid.$IMPLIBEXT"
+wine_fn_config_dll hid hid
+wine_fn_config_makefile dlls/hid "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_hid" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hid"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/hlink/libhlink.$IMPLIBEXT"
+wine_fn_config_dll hlink hlink
+wine_fn_config_makefile dlls/hlink "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_hlink" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hlink"
+
+wine_fn_config_test dlls/hlink/tests hlink_test
+wine_fn_config_makefile dlls/hlink/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/hlink/tests"
+
+wine_fn_config_dll hnetcfg
+wine_fn_config_makefile dlls/hnetcfg "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_hnetcfg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hnetcfg"
+
+wine_fn_config_dll httpapi
+wine_fn_config_makefile dlls/httpapi "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_httpapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/httpapi"
+
+wine_fn_config_dll iccvid
+wine_fn_config_makefile dlls/iccvid "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_iccvid" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/iccvid"
+
+wine_fn_config_dll icmp
+wine_fn_config_makefile dlls/icmp "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_icmp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/icmp"
+
+wine_fn_config_dll ifsmgr.vxd
+wine_fn_config_makefile dlls/ifsmgr.vxd "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ifsmgr.vxd"
+
+wine_fn_config_dll imaadp32.acm
+wine_fn_config_makefile dlls/imaadp32.acm "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_imaadp32_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/imaadp32.acm"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/imagehlp/libimagehlp.$IMPLIBEXT"
+wine_fn_config_dll imagehlp imagehlp
+wine_fn_config_makefile dlls/imagehlp "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_imagehlp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/imagehlp"
+
+wine_fn_config_test dlls/imagehlp/tests imagehlp_test
+wine_fn_config_makefile dlls/imagehlp/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/imagehlp/tests"
+
+wine_fn_config_dll imm.dll16
+wine_fn_config_makefile dlls/imm.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/imm.dll16"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/imm32/libimm32.$IMPLIBEXT"
+wine_fn_config_dll imm32 imm32
+wine_fn_config_makefile dlls/imm32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_imm32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/imm32"
+
+wine_fn_config_test dlls/imm32/tests imm32_test
+wine_fn_config_makefile dlls/imm32/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/imm32/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/inetcomm/libinetcomm.$IMPLIBEXT"
+wine_fn_config_dll inetcomm inetcomm
+wine_fn_config_makefile dlls/inetcomm "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_inetcomm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/inetcomm"
+
+wine_fn_config_test dlls/inetcomm/tests inetcomm_test
+wine_fn_config_makefile dlls/inetcomm/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/inetcomm/tests"
+
+wine_fn_config_dll inetmib1
+wine_fn_config_makefile dlls/inetmib1 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_inetmib1" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/inetmib1"
+
+wine_fn_config_test dlls/inetmib1/tests inetmib1_test
+wine_fn_config_makefile dlls/inetmib1/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/inetmib1/tests"
+
+wine_fn_config_dll infosoft
+wine_fn_config_makefile dlls/infosoft "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_infosoft" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/infosoft"
+
+wine_fn_config_test dlls/infosoft/tests infosoft_test
+wine_fn_config_makefile dlls/infosoft/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/infosoft/tests"
+
+wine_fn_config_dll initpki
+wine_fn_config_makefile dlls/initpki "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_initpki" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/initpki"
+
+wine_fn_config_dll inkobj
+wine_fn_config_makefile dlls/inkobj "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_inkobj" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/inkobj"
+
+wine_fn_config_dll inseng
+wine_fn_config_makefile dlls/inseng "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_inseng" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/inseng"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/iphlpapi/libiphlpapi.$IMPLIBEXT"
+wine_fn_config_dll iphlpapi iphlpapi
+wine_fn_config_makefile dlls/iphlpapi "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_iphlpapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/iphlpapi"
+
+wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
+wine_fn_config_makefile dlls/iphlpapi/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/iphlpapi/tests"
+
+wine_fn_config_dll itircl
+wine_fn_config_makefile dlls/itircl "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_itircl" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/itircl"
+
+wine_fn_config_dll itss
+wine_fn_config_makefile dlls/itss "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_itss" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/itss"
+
+wine_fn_config_test dlls/itss/tests itss_test
+wine_fn_config_makefile dlls/itss/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/itss/tests"
+
+wine_fn_config_dll jscript
+wine_fn_config_makefile dlls/jscript "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_jscript" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/jscript"
+
+wine_fn_config_test dlls/jscript/tests jscript_test
+wine_fn_config_makefile dlls/jscript/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/jscript/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/kernel32/libkernel32.$IMPLIBEXT"
+wine_fn_config_dll kernel32 kernel32
+wine_fn_config_makefile dlls/kernel32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_kernel32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/kernel32"
+
+wine_fn_config_test dlls/kernel32/tests kernel32_test
+wine_fn_config_makefile dlls/kernel32/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/kernel32/tests"
+
+wine_fn_config_dll keyboard.drv16
+wine_fn_config_makefile dlls/keyboard.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/keyboard.drv16"
+
+test "x$enable_win16" != xno && wine_fn_append_file ALL_IMPORT_LIBS "dlls/krnl386.exe16/libkernel.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/libkernel.$IMPLIBEXT"
+wine_fn_config_dll krnl386.exe16 kernel
+wine_fn_config_makefile dlls/krnl386.exe16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/krnl386.exe16"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/loadperf/libloadperf.$IMPLIBEXT"
+wine_fn_config_dll loadperf loadperf
+wine_fn_config_makefile dlls/loadperf "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_loadperf" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/loadperf"
+
+wine_fn_config_dll localspl
+wine_fn_config_makefile dlls/localspl "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_localspl" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/localspl"
+
+wine_fn_config_test dlls/localspl/tests localspl_test
+wine_fn_config_makefile dlls/localspl/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/localspl/tests"
+
+wine_fn_config_dll localui
+wine_fn_config_makefile dlls/localui "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_localui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/localui"
+
+wine_fn_config_test dlls/localui/tests localui_test
+wine_fn_config_makefile dlls/localui/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/localui/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/lz32/liblz32.$IMPLIBEXT"
+wine_fn_config_dll lz32 lz32
+wine_fn_config_makefile dlls/lz32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_lz32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/lz32"
+
+wine_fn_config_test dlls/lz32/tests lz32_test
+wine_fn_config_makefile dlls/lz32/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/lz32/tests"
+
+wine_fn_config_dll lzexpand.dll16
+wine_fn_config_makefile dlls/lzexpand.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/lzexpand.dll16"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/mapi32/libmapi32.$IMPLIBEXT"
+wine_fn_config_dll mapi32 mapi32
+wine_fn_config_makefile dlls/mapi32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_mapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mapi32"
+
+wine_fn_config_test dlls/mapi32/tests mapi32_test
+wine_fn_config_makefile dlls/mapi32/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mapi32/tests"
+
+wine_fn_config_dll mapistub
+wine_fn_config_makefile dlls/mapistub "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_mapistub" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mapistub"
+
+wine_fn_config_dll mciavi32
+wine_fn_config_makefile dlls/mciavi32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_mciavi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mciavi32"
+
+wine_fn_config_dll mcicda
+wine_fn_config_makefile dlls/mcicda "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_mcicda" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mcicda"
+
+wine_fn_config_dll mciqtz32
+wine_fn_config_makefile dlls/mciqtz32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_mciqtz32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mciqtz32"
+
+wine_fn_config_dll mciseq
+wine_fn_config_makefile dlls/mciseq "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_mciseq" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mciseq"
+
+wine_fn_config_dll mciwave
+wine_fn_config_makefile dlls/mciwave "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_mciwave" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mciwave"
+
+wine_fn_config_dll midimap
+wine_fn_config_makefile dlls/midimap "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_midimap" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/midimap"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/mlang/libmlang.$IMPLIBEXT"
+wine_fn_config_dll mlang mlang
+wine_fn_config_makefile dlls/mlang "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_mlang" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mlang"
+
+wine_fn_config_test dlls/mlang/tests mlang_test
+wine_fn_config_makefile dlls/mlang/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mlang/tests"
+
+wine_fn_config_dll mmdevapi
+wine_fn_config_makefile dlls/mmdevapi "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_mmdevapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mmdevapi"
+
+wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
+wine_fn_config_makefile dlls/mmdevapi/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mmdevapi/tests"
+
+wine_fn_config_dll mmdevldr.vxd
+wine_fn_config_makefile dlls/mmdevldr.vxd "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mmdevldr.vxd"
+
+wine_fn_config_dll mmsystem.dll16
+wine_fn_config_makefile dlls/mmsystem.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mmsystem.dll16"
+
+wine_fn_config_dll monodebg.vxd
+wine_fn_config_makefile dlls/monodebg.vxd "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/monodebg.vxd"
+
+wine_fn_config_dll mountmgr.sys
+wine_fn_config_makefile dlls/mountmgr.sys "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_mountmgr_sys" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mountmgr.sys"
+
+wine_fn_config_dll mouse.drv16
+wine_fn_config_makefile dlls/mouse.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mouse.drv16"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/mpr/libmpr.$IMPLIBEXT"
+wine_fn_config_dll mpr mpr
+wine_fn_config_makefile dlls/mpr "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_mpr" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mpr"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/mprapi/libmprapi.$IMPLIBEXT"
+wine_fn_config_dll mprapi mprapi
+wine_fn_config_makefile dlls/mprapi "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_mprapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mprapi"
+
+wine_fn_config_dll msacm.dll16
+wine_fn_config_makefile dlls/msacm.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msacm.dll16"
+
+wine_fn_config_dll msacm32.drv
+wine_fn_config_makefile dlls/msacm32.drv "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_msacm32_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msacm32.drv"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/msacm32/libmsacm32.$IMPLIBEXT"
+wine_fn_config_dll msacm32 msacm32
+wine_fn_config_makefile dlls/msacm32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_msacm32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msacm32"
+
+wine_fn_config_test dlls/msacm32/tests msacm32_test
+wine_fn_config_makefile dlls/msacm32/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msacm32/tests"
+
+wine_fn_config_dll msadp32.acm
+wine_fn_config_makefile dlls/msadp32.acm "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_msadp32_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msadp32.acm"
+
+wine_fn_config_dll mscat32
+wine_fn_config_makefile dlls/mscat32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_mscat32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mscat32"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/mscms/libmscms.$IMPLIBEXT"
+wine_fn_config_dll mscms mscms
+wine_fn_config_makefile dlls/mscms "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_mscms" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mscms"
+
+wine_fn_config_test dlls/mscms/tests mscms_test
+wine_fn_config_makefile dlls/mscms/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mscms/tests"
+
+wine_fn_config_dll mscoree
+wine_fn_config_makefile dlls/mscoree "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_mscoree" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mscoree"
+
+wine_fn_config_dll msctf
+wine_fn_config_makefile dlls/msctf "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_msctf" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msctf"
+
+wine_fn_config_test dlls/msctf/tests msctf_test
+wine_fn_config_makefile dlls/msctf/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msctf/tests"
+
+wine_fn_config_dll msdaps
+wine_fn_config_makefile dlls/msdaps "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_msdaps" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msdaps"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/msdmo/libmsdmo.$IMPLIBEXT"
+wine_fn_config_dll msdmo msdmo
+wine_fn_config_makefile dlls/msdmo "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_msdmo" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msdmo"
+
+wine_fn_config_dll msftedit
+wine_fn_config_makefile dlls/msftedit "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_msftedit" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msftedit"
+
+wine_fn_config_dll msg711.acm
+wine_fn_config_makefile dlls/msg711.acm "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_msg711_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msg711.acm"
+
+wine_fn_config_dll msgsm32.acm
+wine_fn_config_makefile dlls/msgsm32.acm "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_msgsm32_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msgsm32.acm"
+
+wine_fn_config_dll mshtml.tlb
+wine_fn_config_makefile dlls/mshtml.tlb "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_mshtml_tlb" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mshtml.tlb"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/mshtml/libmshtml.$IMPLIBEXT"
+wine_fn_config_dll mshtml mshtml
+wine_fn_config_makefile dlls/mshtml "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_mshtml" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mshtml"
+
+wine_fn_config_test dlls/mshtml/tests mshtml_test
+wine_fn_config_makefile dlls/mshtml/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mshtml/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/msi/libmsi.$IMPLIBEXT"
+wine_fn_config_dll msi msi
+wine_fn_config_makefile dlls/msi "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_msi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msi"
+
+wine_fn_config_test dlls/msi/tests msi_test
+wine_fn_config_makefile dlls/msi/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msi/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/msimg32/libmsimg32.$IMPLIBEXT"
+wine_fn_config_dll msimg32 msimg32
+wine_fn_config_makefile dlls/msimg32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_msimg32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msimg32"
+
+wine_fn_config_dll msimtf
+wine_fn_config_makefile dlls/msimtf "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_msimtf" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msimtf"
+
+wine_fn_config_dll msisip
+wine_fn_config_makefile dlls/msisip "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_msisip" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msisip"
+
+wine_fn_config_dll msisys.ocx
+wine_fn_config_makefile dlls/msisys.ocx "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_msisys_ocx" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msisys.ocx"
+
+wine_fn_config_dll msnet32
+wine_fn_config_makefile dlls/msnet32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_msnet32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msnet32"
+
+wine_fn_config_dll msrle32
+wine_fn_config_makefile dlls/msrle32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_msrle32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msrle32"
+
+wine_fn_config_dll mssign32
+wine_fn_config_makefile dlls/mssign32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_mssign32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mssign32"
+
+wine_fn_config_dll mssip32
+wine_fn_config_makefile dlls/mssip32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_mssip32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mssip32"
+
+wine_fn_config_dll mstask
+wine_fn_config_makefile dlls/mstask "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_mstask" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mstask"
+
+wine_fn_config_test dlls/mstask/tests mstask_test
+wine_fn_config_makefile dlls/mstask/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mstask/tests"
+
+wine_fn_config_dll msvcirt
+wine_fn_config_makefile dlls/msvcirt "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_msvcirt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcirt"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcr70/libmsvcr70.$IMPLIBEXT"
+wine_fn_config_dll msvcr70 msvcr70
+wine_fn_config_makefile dlls/msvcr70 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_msvcr70" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcr70"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcr71/libmsvcr71.$IMPLIBEXT"
+wine_fn_config_dll msvcr71 msvcr71
+wine_fn_config_makefile dlls/msvcr71 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_msvcr71" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcr71"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcr80/libmsvcr80.$IMPLIBEXT"
+wine_fn_config_dll msvcr80 msvcr80
+wine_fn_config_makefile dlls/msvcr80 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_msvcr80" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcr80"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcr90/libmsvcr90.$IMPLIBEXT"
+wine_fn_config_dll msvcr90 msvcr90
+wine_fn_config_makefile dlls/msvcr90 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_msvcr90" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcr90"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcrt/libmsvcrt.$IMPLIBEXT"
+wine_fn_config_dll msvcrt msvcrt
+wine_fn_config_makefile dlls/msvcrt "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_msvcrt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcrt"
+
+wine_fn_config_test dlls/msvcrt/tests msvcrt_test
+wine_fn_config_makefile dlls/msvcrt/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msvcrt/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcrt20/libmsvcrt20.$IMPLIBEXT"
+wine_fn_config_dll msvcrt20 msvcrt20
+wine_fn_config_makefile dlls/msvcrt20 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_msvcrt20" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcrt20"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcrt40/libmsvcrt40.$IMPLIBEXT"
+wine_fn_config_dll msvcrt40 msvcrt40
+wine_fn_config_makefile dlls/msvcrt40 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_msvcrt40" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcrt40"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcrtd/libmsvcrtd.$IMPLIBEXT"
+wine_fn_config_dll msvcrtd msvcrtd
+wine_fn_config_makefile dlls/msvcrtd "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_msvcrtd" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcrtd"
+
+wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
+wine_fn_config_makefile dlls/msvcrtd/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msvcrtd/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvfw32/libmsvfw32.$IMPLIBEXT"
+wine_fn_config_dll msvfw32 msvfw32
+wine_fn_config_makefile dlls/msvfw32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_msvfw32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvfw32"
+
+wine_fn_config_test dlls/msvfw32/tests msvfw32_test
+wine_fn_config_makefile dlls/msvfw32/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msvfw32/tests"
+
+wine_fn_config_dll msvidc32
+wine_fn_config_makefile dlls/msvidc32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_msvidc32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvidc32"
+
+wine_fn_config_dll msvideo.dll16
+wine_fn_config_makefile dlls/msvideo.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvideo.dll16"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/mswsock/libmswsock.$IMPLIBEXT"
+wine_fn_config_dll mswsock mswsock
+wine_fn_config_makefile dlls/mswsock "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_mswsock" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mswsock"
+
+wine_fn_config_dll msxml3
+wine_fn_config_makefile dlls/msxml3 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_msxml3" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msxml3"
+
+wine_fn_config_test dlls/msxml3/tests msxml3_test
+wine_fn_config_makefile dlls/msxml3/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msxml3/tests"
+
+wine_fn_config_dll msxml4
+wine_fn_config_makefile dlls/msxml4 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_msxml4" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msxml4"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/nddeapi/libnddeapi.$IMPLIBEXT"
+wine_fn_config_dll nddeapi nddeapi
+wine_fn_config_makefile dlls/nddeapi "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_nddeapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/nddeapi"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/netapi32/libnetapi32.$IMPLIBEXT"
+wine_fn_config_dll netapi32 netapi32
+wine_fn_config_makefile dlls/netapi32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_netapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/netapi32"
+
+wine_fn_config_test dlls/netapi32/tests netapi32_test
+wine_fn_config_makefile dlls/netapi32/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/netapi32/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/newdev/libnewdev.$IMPLIBEXT"
+wine_fn_config_dll newdev newdev
+wine_fn_config_makefile dlls/newdev "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_newdev" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/newdev"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/ntdll/libntdll.$IMPLIBEXT"
+wine_fn_config_dll ntdll ntdll
+wine_fn_config_makefile dlls/ntdll "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_ntdll" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ntdll"
+
+wine_fn_config_test dlls/ntdll/tests ntdll_test
+wine_fn_config_makefile dlls/ntdll/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ntdll/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/ntdsapi/libntdsapi.$IMPLIBEXT"
+wine_fn_config_dll ntdsapi ntdsapi
+wine_fn_config_makefile dlls/ntdsapi "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_ntdsapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ntdsapi"
+
+wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
+wine_fn_config_makefile dlls/ntdsapi/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ntdsapi/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT"
+wine_fn_config_dll ntoskrnl.exe ntoskrnl.exe
+wine_fn_config_makefile dlls/ntoskrnl.exe "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_ntoskrnl_exe" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ntoskrnl.exe"
+
+wine_fn_config_dll ntprint
+wine_fn_config_makefile dlls/ntprint "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_ntprint" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ntprint"
+
+wine_fn_config_test dlls/ntprint/tests ntprint_test
+wine_fn_config_makefile dlls/ntprint/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ntprint/tests"
+
+wine_fn_config_dll objsel
+wine_fn_config_makefile dlls/objsel "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_objsel" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/objsel"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/odbc32/libodbc32.$IMPLIBEXT"
+wine_fn_config_dll odbc32 odbc32
+wine_fn_config_makefile dlls/odbc32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_odbc32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/odbc32"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/odbccp32/libodbccp32.$IMPLIBEXT"
+wine_fn_config_dll odbccp32 odbccp32
+wine_fn_config_makefile dlls/odbccp32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_odbccp32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/odbccp32"
+
+wine_fn_config_test dlls/odbccp32/tests odbccp32_test
+wine_fn_config_makefile dlls/odbccp32/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/odbccp32/tests"
+
+wine_fn_config_dll ole2.dll16
+wine_fn_config_makefile dlls/ole2.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2.dll16"
+
+wine_fn_config_dll ole2conv.dll16
+wine_fn_config_makefile dlls/ole2conv.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2conv.dll16"
+
+wine_fn_config_dll ole2disp.dll16
+wine_fn_config_makefile dlls/ole2disp.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2disp.dll16"
+
+wine_fn_config_dll ole2nls.dll16
+wine_fn_config_makefile dlls/ole2nls.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2nls.dll16"
+
+wine_fn_config_dll ole2prox.dll16
+wine_fn_config_makefile dlls/ole2prox.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2prox.dll16"
+
+wine_fn_config_dll ole2thk.dll16
+wine_fn_config_makefile dlls/ole2thk.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2thk.dll16"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/ole32/libole32.$IMPLIBEXT"
+wine_fn_config_dll ole32 ole32
+wine_fn_config_makefile dlls/ole32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_ole32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole32"
+
+wine_fn_config_test dlls/ole32/tests ole32_test
+wine_fn_config_makefile dlls/ole32/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ole32/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/oleacc/liboleacc.$IMPLIBEXT"
+wine_fn_config_dll oleacc oleacc
+wine_fn_config_makefile dlls/oleacc "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_oleacc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/oleacc"
+
+wine_fn_config_test dlls/oleacc/tests oleacc_test
+wine_fn_config_makefile dlls/oleacc/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/oleacc/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/oleaut32/liboleaut32.$IMPLIBEXT"
+wine_fn_config_dll oleaut32 oleaut32
+wine_fn_config_makefile dlls/oleaut32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_oleaut32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/oleaut32"
+
+wine_fn_config_test dlls/oleaut32/tests oleaut32_test
+wine_fn_config_makefile dlls/oleaut32/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/oleaut32/tests"
+
+wine_fn_config_dll olecli.dll16
+wine_fn_config_makefile dlls/olecli.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olecli.dll16"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/olecli32/libolecli32.$IMPLIBEXT"
+wine_fn_config_dll olecli32 olecli32
+wine_fn_config_makefile dlls/olecli32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_olecli32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olecli32"
+
+wine_fn_config_dll oledb32
+wine_fn_config_makefile dlls/oledb32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_oledb32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/oledb32"
+
+wine_fn_config_test dlls/oledb32/tests oledb32_test
+wine_fn_config_makefile dlls/oledb32/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/oledb32/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/oledlg/liboledlg.$IMPLIBEXT"
+wine_fn_config_dll oledlg oledlg
+wine_fn_config_makefile dlls/oledlg "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_oledlg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/oledlg"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/olepro32/libolepro32.$IMPLIBEXT"
+wine_fn_config_dll olepro32 olepro32
+wine_fn_config_makefile dlls/olepro32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_olepro32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olepro32"
+
+wine_fn_config_dll olesvr.dll16
+wine_fn_config_makefile dlls/olesvr.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olesvr.dll16"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/olesvr32/libolesvr32.$IMPLIBEXT"
+wine_fn_config_dll olesvr32 olesvr32
+wine_fn_config_makefile dlls/olesvr32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_olesvr32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olesvr32"
+
+wine_fn_config_dll olethk32
+wine_fn_config_makefile dlls/olethk32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_olethk32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olethk32"
+
+wine_fn_config_dll openal32
+wine_fn_config_makefile dlls/openal32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_openal32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/openal32"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/opengl32/libopengl32.$IMPLIBEXT"
+wine_fn_config_dll opengl32 opengl32
+wine_fn_config_makefile dlls/opengl32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_opengl32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/opengl32"
+
+wine_fn_config_test dlls/opengl32/tests opengl32_test
+wine_fn_config_makefile dlls/opengl32/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/opengl32/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/pdh/libpdh.$IMPLIBEXT"
+wine_fn_config_dll pdh pdh
+wine_fn_config_makefile dlls/pdh "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_pdh" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/pdh"
+
+wine_fn_config_test dlls/pdh/tests pdh_test
+wine_fn_config_makefile dlls/pdh/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/pdh/tests"
+
+wine_fn_config_dll pidgen
+wine_fn_config_makefile dlls/pidgen "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_pidgen" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/pidgen"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/powrprof/libpowrprof.$IMPLIBEXT"
+wine_fn_config_dll powrprof powrprof
+wine_fn_config_makefile dlls/powrprof "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_powrprof" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/powrprof"
+
+wine_fn_config_dll printui
+wine_fn_config_makefile dlls/printui "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_printui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/printui"
+
+wine_fn_config_dll propsys
+wine_fn_config_makefile dlls/propsys "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_propsys" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/propsys"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/psapi/libpsapi.$IMPLIBEXT"
+wine_fn_config_dll psapi psapi
+wine_fn_config_makefile dlls/psapi "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_psapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/psapi"
+
+wine_fn_config_test dlls/psapi/tests psapi_test
+wine_fn_config_makefile dlls/psapi/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/psapi/tests"
+
+wine_fn_config_dll pstorec
+wine_fn_config_makefile dlls/pstorec "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_pstorec" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/pstorec"
+
+wine_fn_config_dll qcap
+wine_fn_config_makefile dlls/qcap "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_qcap" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/qcap"
+
+wine_fn_config_dll qedit
+wine_fn_config_makefile dlls/qedit "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_qedit" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/qedit"
+
+wine_fn_config_test dlls/qedit/tests qedit_test
+wine_fn_config_makefile dlls/qedit/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/qedit/tests"
+
+wine_fn_config_dll qmgr
+wine_fn_config_makefile dlls/qmgr "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_qmgr" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/qmgr"
+
+wine_fn_config_test dlls/qmgr/tests qmgr_test
+wine_fn_config_makefile dlls/qmgr/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/qmgr/tests"
+
+wine_fn_config_dll qmgrprxy
+wine_fn_config_makefile dlls/qmgrprxy "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_qmgrprxy" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/qmgrprxy"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/quartz/libquartz.$IMPLIBEXT"
+wine_fn_config_dll quartz quartz
+wine_fn_config_makefile dlls/quartz "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_quartz" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/quartz"
+
+wine_fn_config_test dlls/quartz/tests quartz_test
+wine_fn_config_makefile dlls/quartz/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/quartz/tests"
+
+wine_fn_config_dll query
+wine_fn_config_makefile dlls/query "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_query" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/query"
+
+wine_fn_config_dll rasapi16.dll16
+wine_fn_config_makefile dlls/rasapi16.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rasapi16.dll16"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/rasapi32/librasapi32.$IMPLIBEXT"
+wine_fn_config_dll rasapi32 rasapi32
+wine_fn_config_makefile dlls/rasapi32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_rasapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rasapi32"
+
+wine_fn_config_test dlls/rasapi32/tests rasapi32_test
+wine_fn_config_makefile dlls/rasapi32/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/rasapi32/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/rasdlg/librasdlg.$IMPLIBEXT"
+wine_fn_config_dll rasdlg rasdlg
+wine_fn_config_makefile dlls/rasdlg "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_rasdlg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rasdlg"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/resutils/libresutils.$IMPLIBEXT"
+wine_fn_config_dll resutils resutils
+wine_fn_config_makefile dlls/resutils "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_resutils" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/resutils"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/riched20/libriched20.$IMPLIBEXT"
+wine_fn_config_dll riched20 riched20
+wine_fn_config_makefile dlls/riched20 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_riched20" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/riched20"
+
+wine_fn_config_test dlls/riched20/tests riched20_test
+wine_fn_config_makefile dlls/riched20/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/riched20/tests"
+
+wine_fn_config_dll riched32
+wine_fn_config_makefile dlls/riched32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_riched32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/riched32"
+
+wine_fn_config_test dlls/riched32/tests riched32_test
+wine_fn_config_makefile dlls/riched32/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/riched32/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/rpcrt4/librpcrt4.$IMPLIBEXT"
+wine_fn_config_dll rpcrt4 rpcrt4
+wine_fn_config_makefile dlls/rpcrt4 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_rpcrt4" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rpcrt4"
+
+wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test
+wine_fn_config_makefile dlls/rpcrt4/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/rpcrt4/tests"
+
+wine_fn_config_dll rsabase
+wine_fn_config_makefile dlls/rsabase "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_rsabase" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rsabase"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/rsaenh/librsaenh.$IMPLIBEXT"
+wine_fn_config_dll rsaenh rsaenh
+wine_fn_config_makefile dlls/rsaenh "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_rsaenh" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rsaenh"
+
+wine_fn_config_test dlls/rsaenh/tests rsaenh_test
+wine_fn_config_makefile dlls/rsaenh/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/rsaenh/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/rtutils/librtutils.$IMPLIBEXT"
+wine_fn_config_dll rtutils rtutils
+wine_fn_config_makefile dlls/rtutils "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_rtutils" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rtutils"
+
+wine_fn_config_dll sane.ds
+wine_fn_config_makefile dlls/sane.ds "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_sane_ds" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sane.ds"
+
+wine_fn_config_dll sccbase
+wine_fn_config_makefile dlls/sccbase "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_sccbase" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sccbase"
+
+wine_fn_config_dll schannel
+wine_fn_config_makefile dlls/schannel "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_schannel" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/schannel"
+
+wine_fn_config_test dlls/schannel/tests schannel_test
+wine_fn_config_makefile dlls/schannel/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/schannel/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/secur32/libsecur32.$IMPLIBEXT"
+wine_fn_config_dll secur32 secur32
+wine_fn_config_makefile dlls/secur32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_secur32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/secur32"
+
+wine_fn_config_test dlls/secur32/tests secur32_test
+wine_fn_config_makefile dlls/secur32/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/secur32/tests"
+
+wine_fn_config_dll security
+wine_fn_config_makefile dlls/security "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_security" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/security"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/sensapi/libsensapi.$IMPLIBEXT"
+wine_fn_config_dll sensapi sensapi
+wine_fn_config_makefile dlls/sensapi "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_sensapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sensapi"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/serialui/libserialui.$IMPLIBEXT"
+wine_fn_config_dll serialui serialui
+wine_fn_config_makefile dlls/serialui "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_serialui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/serialui"
+
+wine_fn_config_test dlls/serialui/tests serialui_test
+wine_fn_config_makefile dlls/serialui/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/serialui/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/setupapi/libsetupapi.$IMPLIBEXT"
+wine_fn_config_dll setupapi setupapi
+wine_fn_config_makefile dlls/setupapi "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_setupapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/setupapi"
+
+wine_fn_config_test dlls/setupapi/tests setupapi_test
+wine_fn_config_makefile dlls/setupapi/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/setupapi/tests"
+
+wine_fn_config_dll setupx.dll16
+wine_fn_config_makefile dlls/setupx.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/setupx.dll16"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/sfc/libsfc.$IMPLIBEXT"
+wine_fn_config_dll sfc sfc
+wine_fn_config_makefile dlls/sfc "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_sfc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sfc"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/sfc_os/libsfc_os.$IMPLIBEXT"
+wine_fn_config_dll sfc_os sfc_os
+wine_fn_config_makefile dlls/sfc_os "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_sfc_os" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sfc_os"
+
+wine_fn_config_dll shdoclc
+wine_fn_config_makefile dlls/shdoclc "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_shdoclc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shdoclc"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/shdocvw/libshdocvw.$IMPLIBEXT"
+wine_fn_config_dll shdocvw shdocvw
+wine_fn_config_makefile dlls/shdocvw "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_shdocvw" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shdocvw"
+
+wine_fn_config_test dlls/shdocvw/tests shdocvw_test
+wine_fn_config_makefile dlls/shdocvw/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/shdocvw/tests"
+
+wine_fn_config_dll shell.dll16
+wine_fn_config_makefile dlls/shell.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shell.dll16"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/shell32/libshell32.$IMPLIBEXT"
+wine_fn_config_dll shell32 shell32
+wine_fn_config_makefile dlls/shell32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_shell32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shell32"
+
+wine_fn_config_test dlls/shell32/tests shell32_test
+wine_fn_config_makefile dlls/shell32/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/shell32/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/shfolder/libshfolder.$IMPLIBEXT"
+wine_fn_config_dll shfolder shfolder
+wine_fn_config_makefile dlls/shfolder "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_shfolder" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shfolder"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/shlwapi/libshlwapi.$IMPLIBEXT"
+wine_fn_config_dll shlwapi shlwapi
+wine_fn_config_makefile dlls/shlwapi "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_shlwapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shlwapi"
+
+wine_fn_config_test dlls/shlwapi/tests shlwapi_test
+wine_fn_config_makefile dlls/shlwapi/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/shlwapi/tests"
+
+wine_fn_config_dll slbcsp
+wine_fn_config_makefile dlls/slbcsp "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_slbcsp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/slbcsp"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/slc/libslc.$IMPLIBEXT"
+wine_fn_config_dll slc slc
+wine_fn_config_makefile dlls/slc "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_slc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/slc"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/snmpapi/libsnmpapi.$IMPLIBEXT"
+wine_fn_config_dll snmpapi snmpapi
+wine_fn_config_makefile dlls/snmpapi "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_snmpapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/snmpapi"
+
+wine_fn_config_test dlls/snmpapi/tests snmpapi_test
+wine_fn_config_makefile dlls/snmpapi/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/snmpapi/tests"
+
+wine_fn_config_dll softpub
+wine_fn_config_makefile dlls/softpub "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_softpub" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/softpub"
+
+wine_fn_config_dll sound.drv16
+wine_fn_config_makefile dlls/sound.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sound.drv16"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/spoolss/libspoolss.$IMPLIBEXT"
+wine_fn_config_dll spoolss spoolss
+wine_fn_config_makefile dlls/spoolss "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_spoolss" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/spoolss"
+
+wine_fn_config_test dlls/spoolss/tests spoolss_test
+wine_fn_config_makefile dlls/spoolss/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/spoolss/tests"
+
+wine_fn_config_dll stdole2.tlb
+wine_fn_config_makefile dlls/stdole2.tlb "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_stdole2_tlb" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/stdole2.tlb"
+
+wine_fn_config_dll stdole32.tlb
+wine_fn_config_makefile dlls/stdole32.tlb "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_stdole32_tlb" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/stdole32.tlb"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/sti/libsti.$IMPLIBEXT"
+wine_fn_config_dll sti sti
+wine_fn_config_makefile dlls/sti "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_sti" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sti"
+
+wine_fn_config_test dlls/sti/tests sti_test
+wine_fn_config_makefile dlls/sti/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/sti/tests"
+
+wine_fn_config_dll storage.dll16
+wine_fn_config_makefile dlls/storage.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/storage.dll16"
+
+wine_fn_config_dll stress.dll16
+wine_fn_config_makefile dlls/stress.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/stress.dll16"
+
+wine_fn_config_lib strmiids
+wine_fn_config_makefile dlls/strmiids "dlls/Makeimplib.rules \$(MAKEDEP)"
+test "x$enable_strmiids" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/strmiids"
+
+wine_fn_config_dll svrapi
+wine_fn_config_makefile dlls/svrapi "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_svrapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/svrapi"
+
+wine_fn_config_dll sxs
+wine_fn_config_makefile dlls/sxs "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_sxs" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sxs"
+
+wine_fn_config_dll system.drv16
+wine_fn_config_makefile dlls/system.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/system.drv16"
+
+wine_fn_config_dll t2embed
+wine_fn_config_makefile dlls/t2embed "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_t2embed" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/t2embed"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/tapi32/libtapi32.$IMPLIBEXT"
+wine_fn_config_dll tapi32 tapi32
+wine_fn_config_makefile dlls/tapi32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_tapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/tapi32"
+
+wine_fn_config_dll toolhelp.dll16
+wine_fn_config_makefile dlls/toolhelp.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/toolhelp.dll16"
+
+wine_fn_config_dll traffic
+wine_fn_config_makefile dlls/traffic "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_traffic" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/traffic"
+
+wine_fn_config_dll twain.dll16
+wine_fn_config_makefile dlls/twain.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/twain.dll16"
+
+wine_fn_config_dll twain_32
+wine_fn_config_makefile dlls/twain_32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_twain_32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/twain_32"
+
+wine_fn_config_test dlls/twain_32/tests twain_32_test
+wine_fn_config_makefile dlls/twain_32/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/twain_32/tests"
+
+wine_fn_config_dll typelib.dll16
+wine_fn_config_makefile dlls/typelib.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/typelib.dll16"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/unicows/libunicows.$IMPLIBEXT"
+wine_fn_config_dll unicows unicows
+wine_fn_config_makefile dlls/unicows "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_unicows" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/unicows"
+
+wine_fn_config_dll updspapi
+wine_fn_config_makefile dlls/updspapi "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_updspapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/updspapi"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/url/liburl.$IMPLIBEXT"
+wine_fn_config_dll url url
+wine_fn_config_makefile dlls/url "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_url" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/url"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/urlmon/liburlmon.$IMPLIBEXT"
+wine_fn_config_dll urlmon urlmon
+wine_fn_config_makefile dlls/urlmon "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_urlmon" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/urlmon"
+
+wine_fn_config_test dlls/urlmon/tests urlmon_test
+wine_fn_config_makefile dlls/urlmon/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/urlmon/tests"
+
+wine_fn_config_dll user.exe16
+wine_fn_config_makefile dlls/user.exe16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/user.exe16"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/user32/libuser32.$IMPLIBEXT"
+wine_fn_config_dll user32 user32
+wine_fn_config_makefile dlls/user32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_user32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/user32"
+
+wine_fn_config_test dlls/user32/tests user32_test
+wine_fn_config_makefile dlls/user32/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/user32/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/userenv/libuserenv.$IMPLIBEXT"
+wine_fn_config_dll userenv userenv
+wine_fn_config_makefile dlls/userenv "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_userenv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/userenv"
+
+wine_fn_config_test dlls/userenv/tests userenv_test
+wine_fn_config_makefile dlls/userenv/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/userenv/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/usp10/libusp10.$IMPLIBEXT"
+wine_fn_config_dll usp10 usp10
+wine_fn_config_makefile dlls/usp10 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_usp10" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/usp10"
+
+wine_fn_config_test dlls/usp10/tests usp10_test
+wine_fn_config_makefile dlls/usp10/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/usp10/tests"
+
+wine_fn_config_lib uuid
+wine_fn_config_makefile dlls/uuid "dlls/Makeimplib.rules \$(MAKEDEP)"
+test "x$enable_uuid" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/uuid"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/uxtheme/libuxtheme.$IMPLIBEXT"
+wine_fn_config_dll uxtheme uxtheme
+wine_fn_config_makefile dlls/uxtheme "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_uxtheme" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/uxtheme"
+
+wine_fn_config_test dlls/uxtheme/tests uxtheme_test
+wine_fn_config_makefile dlls/uxtheme/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/uxtheme/tests"
+
+wine_fn_config_dll vdhcp.vxd
+wine_fn_config_makefile dlls/vdhcp.vxd "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vdhcp.vxd"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/vdmdbg/libvdmdbg.$IMPLIBEXT"
+wine_fn_config_dll vdmdbg vdmdbg
+wine_fn_config_makefile dlls/vdmdbg "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_vdmdbg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vdmdbg"
+
+wine_fn_config_dll ver.dll16
+wine_fn_config_makefile dlls/ver.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ver.dll16"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/version/libversion.$IMPLIBEXT"
+wine_fn_config_dll version version
+wine_fn_config_makefile dlls/version "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_version" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/version"
+
+wine_fn_config_test dlls/version/tests version_test
+wine_fn_config_makefile dlls/version/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/version/tests"
+
+wine_fn_config_dll vmm.vxd
+wine_fn_config_makefile dlls/vmm.vxd "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vmm.vxd"
+
+wine_fn_config_dll vnbt.vxd
+wine_fn_config_makefile dlls/vnbt.vxd "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vnbt.vxd"
+
+wine_fn_config_dll vnetbios.vxd
+wine_fn_config_makefile dlls/vnetbios.vxd "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vnetbios.vxd"
+
+wine_fn_config_dll vtdapi.vxd
+wine_fn_config_makefile dlls/vtdapi.vxd "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vtdapi.vxd"
+
+wine_fn_config_dll vwin32.vxd
+wine_fn_config_makefile dlls/vwin32.vxd "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vwin32.vxd"
+
+wine_fn_config_dll w32skrnl
+wine_fn_config_makefile dlls/w32skrnl "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/w32skrnl"
+
+wine_fn_config_dll w32sys.dll16
+wine_fn_config_makefile dlls/w32sys.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/w32sys.dll16"
+
+wine_fn_config_dll wbemprox
+wine_fn_config_makefile dlls/wbemprox "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_wbemprox" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wbemprox"
+
+wine_fn_config_dll wiaservc
+wine_fn_config_makefile dlls/wiaservc "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_wiaservc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wiaservc"
+
+wine_fn_config_dll win32s16.dll16
+wine_fn_config_makefile dlls/win32s16.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/win32s16.dll16"
+
+wine_fn_config_dll win87em.dll16
+wine_fn_config_makefile dlls/win87em.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/win87em.dll16"
+
+wine_fn_config_dll winaspi.dll16
+wine_fn_config_makefile dlls/winaspi.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winaspi.dll16"
+
+wine_fn_config_dll windebug.dll16
+wine_fn_config_makefile dlls/windebug.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/windebug.dll16"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/windowscodecs/libwindowscodecs.$IMPLIBEXT"
+wine_fn_config_dll windowscodecs windowscodecs
+wine_fn_config_makefile dlls/windowscodecs "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_windowscodecs" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/windowscodecs"
+
+wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
+wine_fn_config_makefile dlls/windowscodecs/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/windowscodecs/tests"
+
+wine_fn_config_dll winealsa.drv
+wine_fn_config_makefile dlls/winealsa.drv "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_winealsa_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winealsa.drv"
+
+wine_fn_config_dll wineaudioio.drv
+wine_fn_config_makefile dlls/wineaudioio.drv "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_wineaudioio_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineaudioio.drv"
+
+wine_fn_config_dll winecoreaudio.drv
+wine_fn_config_makefile dlls/winecoreaudio.drv "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_winecoreaudio_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winecoreaudio.drv"
+
+wine_fn_config_lib winecrt0
+wine_fn_config_makefile dlls/winecrt0 "dlls/Makeimplib.rules \$(MAKEDEP)"
+test "x$enable_winecrt0" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/winecrt0"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/wined3d/libwined3d.$IMPLIBEXT"
+wine_fn_config_dll wined3d wined3d
+wine_fn_config_makefile dlls/wined3d "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_wined3d" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wined3d"
+
+wine_fn_config_dll wineesd.drv
+wine_fn_config_makefile dlls/wineesd.drv "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_wineesd_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineesd.drv"
+
+wine_fn_config_dll winejack.drv
+wine_fn_config_makefile dlls/winejack.drv "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_winejack_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winejack.drv"
+
+wine_fn_config_dll winejoystick.drv
+wine_fn_config_makefile dlls/winejoystick.drv "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_winejoystick_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winejoystick.drv"
+
+wine_fn_config_dll winemapi
+wine_fn_config_makefile dlls/winemapi "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_winemapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winemapi"
+
+wine_fn_config_dll winemp3.acm
+wine_fn_config_makefile dlls/winemp3.acm "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_winemp3_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winemp3.acm"
+
+wine_fn_config_dll winenas.drv
+wine_fn_config_makefile dlls/winenas.drv "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_winenas_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winenas.drv"
+
+wine_fn_config_dll wineoss.drv
+wine_fn_config_makefile dlls/wineoss.drv "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_wineoss_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineoss.drv"
+
+wine_fn_config_dll wineps.drv
+wine_fn_config_makefile dlls/wineps.drv "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_wineps_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineps.drv"
+
+wine_fn_config_dll wineps16.drv16
+wine_fn_config_makefile dlls/wineps16.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineps16.drv16"
+
+wine_fn_config_dll winequartz.drv
+wine_fn_config_makefile dlls/winequartz.drv "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_winequartz_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winequartz.drv"
+
+wine_fn_config_dll winex11.drv
+wine_fn_config_makefile dlls/winex11.drv "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_winex11_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winex11.drv"
+
+wine_fn_config_dll wing.dll16
+wine_fn_config_makefile dlls/wing.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wing.dll16"
+
+wine_fn_config_dll wing32
+wine_fn_config_makefile dlls/wing32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_wing32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wing32"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/winhttp/libwinhttp.$IMPLIBEXT"
+wine_fn_config_dll winhttp winhttp
+wine_fn_config_makefile dlls/winhttp "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_winhttp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winhttp"
+
+wine_fn_config_test dlls/winhttp/tests winhttp_test
+wine_fn_config_makefile dlls/winhttp/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/winhttp/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/wininet/libwininet.$IMPLIBEXT"
+wine_fn_config_dll wininet wininet
+wine_fn_config_makefile dlls/wininet "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_wininet" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wininet"
+
+wine_fn_config_test dlls/wininet/tests wininet_test
+wine_fn_config_makefile dlls/wininet/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/wininet/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/winmm/libwinmm.$IMPLIBEXT"
+wine_fn_config_dll winmm winmm
+wine_fn_config_makefile dlls/winmm "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_winmm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winmm"
+
+wine_fn_config_test dlls/winmm/tests winmm_test
+wine_fn_config_makefile dlls/winmm/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/winmm/tests"
+
+wine_fn_config_dll winnls.dll16
+wine_fn_config_makefile dlls/winnls.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winnls.dll16"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/winnls32/libwinnls32.$IMPLIBEXT"
+wine_fn_config_dll winnls32 winnls32
+wine_fn_config_makefile dlls/winnls32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_winnls32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winnls32"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/winscard/libwinscard.$IMPLIBEXT"
+wine_fn_config_dll winscard winscard
+wine_fn_config_makefile dlls/winscard "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_winscard" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winscard"
+
+wine_fn_config_dll winsock.dll16
+wine_fn_config_makefile dlls/winsock.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winsock.dll16"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/winspool.drv/libwinspool.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/libwinspool.$IMPLIBEXT"
+wine_fn_config_dll winspool.drv winspool
+wine_fn_config_makefile dlls/winspool.drv "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_winspool_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winspool.drv"
+
+wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
+wine_fn_config_makefile dlls/winspool.drv/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/winspool.drv/tests"
+
+wine_fn_config_dll wintab.dll16
+wine_fn_config_makefile dlls/wintab.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wintab.dll16"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/wintab32/libwintab32.$IMPLIBEXT"
+wine_fn_config_dll wintab32 wintab32
+wine_fn_config_makefile dlls/wintab32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_wintab32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wintab32"
+
+wine_fn_config_test dlls/wintab32/tests wintab32_test
+wine_fn_config_makefile dlls/wintab32/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/wintab32/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/wintrust/libwintrust.$IMPLIBEXT"
+wine_fn_config_dll wintrust wintrust
+wine_fn_config_makefile dlls/wintrust "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_wintrust" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wintrust"
+
+wine_fn_config_test dlls/wintrust/tests wintrust_test
+wine_fn_config_makefile dlls/wintrust/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/wintrust/tests"
 
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-Makefile: Makefile.in Make.rules"
-ac_config_files="$ac_config_files Makefile"
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/wldap32/libwldap32.$IMPLIBEXT"
+wine_fn_config_dll wldap32 wldap32
+wine_fn_config_makefile dlls/wldap32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_wldap32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wldap32"
 
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/Makefile"
-test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
-       dlls"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/Makefile: dlls/Makefile.in Make.rules"
-ac_config_files="$ac_config_files dlls/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/acledit/Makefile"
-test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       acledit"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/acledit/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/aclui/Makefile"
-test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       aclui"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/aclui/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/activeds/Makefile"
-test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       activeds"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/activeds/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/actxprxy/Makefile"
-test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       actxprxy"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/adsiid/Makefile"
-test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
-       adsiid"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
-ac_config_files="$ac_config_files dlls/adsiid/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/advapi32/Makefile"
-test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       advapi32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/advapi32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/advapi32/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       advapi32/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/advpack/Makefile"
-test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       advpack"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/advpack/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/advpack/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       advpack/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/amstream/Makefile"
-test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       amstream"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/amstream/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/amstream/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       amstream/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/appwiz.cpl/Makefile"
-test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       appwiz.cpl"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/atl/Makefile"
-test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       atl"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/atl/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/authz/Makefile"
-test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       authz"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/authz/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/avicap32/Makefile"
-test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       avicap32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/avicap32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/avifil32/Makefile"
-test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       avifil32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/avifil32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/avifile.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       avifile.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/bcrypt/Makefile"
-test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       bcrypt"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/browseui/Makefile"
-test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       browseui"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/browseui/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/browseui/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       browseui/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/cabinet/Makefile"
-test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       cabinet"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/cabinet/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/cabinet/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       cabinet/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/capi2032/Makefile"
-test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       capi2032"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/capi2032/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/cards/Makefile"
-test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       cards"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/cards/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/cfgmgr32/Makefile"
-test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       cfgmgr32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/clusapi/Makefile"
-test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       clusapi"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/clusapi/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/comcat/Makefile"
-test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       comcat"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/comcat/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/comcat/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       comcat/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/comctl32/Makefile"
-test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       comctl32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/comctl32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/comctl32/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       comctl32/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/comdlg32/Makefile"
-test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       comdlg32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/comdlg32/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       comdlg32/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/comm.drv16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       comm.drv16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/compobj.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       compobj.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/compstui/Makefile"
-test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       compstui"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/compstui/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/credui/Makefile"
-test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       credui"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/credui/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/credui/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       credui/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/crtdll/Makefile"
-test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       crtdll"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/crtdll/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/crypt32/Makefile"
-test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       crypt32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/crypt32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/crypt32/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       crypt32/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/cryptdlg/Makefile"
-test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       cryptdlg"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/cryptdll/Makefile"
-test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       cryptdll"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/cryptnet/Makefile"
-test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       cryptnet"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/cryptnet/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       cryptnet/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/cryptui/Makefile"
-test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       cryptui"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/cryptui/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/cryptui/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       cryptui/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/ctapi32/Makefile"
-test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       ctapi32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/ctl3d.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       ctl3d.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/ctl3d32/Makefile"
-test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       ctl3d32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/ctl3dv2.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       ctl3dv2.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3d10/Makefile"
-test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       d3d10"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/d3d10/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3d10/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       d3d10/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3d10core/Makefile"
-test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       d3d10core"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3d10core/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       d3d10core/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3d8/Makefile"
-test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       d3d8"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/d3d8/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3d8/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       d3d8/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3d9/Makefile"
-test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       d3d9"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/d3d9/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3d9/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       d3d9/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3dim/Makefile"
-test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       d3dim"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/d3dim/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3drm/Makefile"
-test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       d3drm"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/d3drm/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3drm/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       d3drm/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3dx9_24/Makefile"
-test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       d3dx9_24"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3dx9_25/Makefile"
-test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       d3dx9_25"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3dx9_26/Makefile"
-test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       d3dx9_26"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3dx9_27/Makefile"
-test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       d3dx9_27"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3dx9_28/Makefile"
-test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       d3dx9_28"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3dx9_29/Makefile"
-test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       d3dx9_29"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3dx9_30/Makefile"
-test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       d3dx9_30"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3dx9_31/Makefile"
-test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       d3dx9_31"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3dx9_32/Makefile"
-test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       d3dx9_32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3dx9_33/Makefile"
-test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       d3dx9_33"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3dx9_34/Makefile"
-test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       d3dx9_34"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3dx9_35/Makefile"
-test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       d3dx9_35"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3dx9_36/Makefile"
-test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       d3dx9_36"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3dx9_36/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       d3dx9_36/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3dx9_37/Makefile"
-test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       d3dx9_37"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3dx9_38/Makefile"
-test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       d3dx9_38"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3dx9_39/Makefile"
-test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       d3dx9_39"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3dx9_40/Makefile"
-test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       d3dx9_40"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3dx9_41/Makefile"
-test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       d3dx9_41"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3dx9_42/Makefile"
-test "x$enable_d3dx9_42" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       d3dx9_42"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3dxof/Makefile"
-test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       d3dxof"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/d3dxof/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       d3dxof/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dbghelp/Makefile"
-test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       dbghelp"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dciman32/Makefile"
-test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       dciman32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/dciman32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/ddeml.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       ddeml.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/ddraw/Makefile"
-test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       ddraw"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/ddraw/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/ddraw/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       ddraw/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/ddrawex/Makefile"
-test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       ddrawex"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/ddrawex/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       ddrawex/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/devenum/Makefile"
-test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       devenum"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/devenum/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dinput/Makefile"
-test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       dinput"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/dinput/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dinput/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       dinput/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dinput8/Makefile"
-test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       dinput8"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/dinput8/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dispdib.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       dispdib.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/display.drv16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       display.drv16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dmband/Makefile"
-test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       dmband"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/dmband/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dmcompos/Makefile"
-test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       dmcompos"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dmime/Makefile"
-test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       dmime"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/dmime/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dmloader/Makefile"
-test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       dmloader"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/dmloader/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dmscript/Makefile"
-test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       dmscript"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/dmscript/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dmstyle/Makefile"
-test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       dmstyle"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dmsynth/Makefile"
-test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       dmsynth"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dmusic/Makefile"
-test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       dmusic"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/dmusic/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dmusic32/Makefile"
-test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       dmusic32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dnsapi/Makefile"
-test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       dnsapi"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dnsapi/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       dnsapi/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dplay/Makefile"
-test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       dplay"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/dplay/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dplayx/Makefile"
-test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       dplayx"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/dplayx/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dplayx/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       dplayx/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dpnaddr/Makefile"
-test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       dpnaddr"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dpnet/Makefile"
-test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       dpnet"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/dpnet/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dpnhpast/Makefile"
-test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       dpnhpast"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dpnlobby/Makefile"
-test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       dpnlobby"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dpwsockx/Makefile"
-test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       dpwsockx"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/drmclien/Makefile"
-test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       drmclien"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/drmclien/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dsound/Makefile"
-test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       dsound"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/dsound/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dsound/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       dsound/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dssenh/Makefile"
-test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       dssenh"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/dssenh/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dswave/Makefile"
-test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       dswave"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/dswave/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dwmapi/Makefile"
-test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       dwmapi"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dxdiagn/Makefile"
-test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       dxdiagn"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dxerr8/Makefile"
-test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
-       dxerr8"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
-ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dxerr9/Makefile"
-test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
-       dxerr9"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
-ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dxgi/Makefile"
-test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       dxgi"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/dxgi/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dxgi/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       dxgi/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/dxguid/Makefile"
-test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
-       dxguid"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
-ac_config_files="$ac_config_files dlls/dxguid/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/faultrep/Makefile"
-test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       faultrep"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/faultrep/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/fltlib/Makefile"
-test "x$enable_fltlib" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       fltlib"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/fltlib/Makefile: dlls/fltlib/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/fltlib/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/fusion/Makefile"
-test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       fusion"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/fusion/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/fusion/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       fusion/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/gdi32/Makefile"
-test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       gdi32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/gdi32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/gdi32/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       gdi32/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/gdiplus/Makefile"
-test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       gdiplus"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/gdiplus/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       gdiplus/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/glu32/Makefile"
-test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       glu32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/glu32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/gphoto2.ds/Makefile"
-test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       gphoto2.ds"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/gpkcsp/Makefile"
-test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       gpkcsp"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/hal/Makefile"
-test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       hal"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/hal/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/hhctrl.ocx/Makefile"
-test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       hhctrl.ocx"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/hid/Makefile"
-test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       hid"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/hid/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/hlink/Makefile"
-test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       hlink"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/hlink/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/hlink/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       hlink/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/hnetcfg/Makefile"
-test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       hnetcfg"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/httpapi/Makefile"
-test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       httpapi"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/httpapi/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/iccvid/Makefile"
-test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       iccvid"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/iccvid/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/icmp/Makefile"
-test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       icmp"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/icmp/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/ifsmgr.vxd/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       ifsmgr.vxd"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/imaadp32.acm/Makefile"
-test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       imaadp32.acm"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/imagehlp/Makefile"
-test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       imagehlp"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/imm.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       imm.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/imm32/Makefile"
-test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       imm32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/imm32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/imm32/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       imm32/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/inetcomm/Makefile"
-test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       inetcomm"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/inetcomm/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       inetcomm/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/inetmib1/Makefile"
-test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       inetmib1"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/inetmib1/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       inetmib1/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/infosoft/Makefile"
-test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       infosoft"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/infosoft/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/infosoft/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       infosoft/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/initpki/Makefile"
-test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       initpki"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/initpki/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/inkobj/Makefile"
-test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       inkobj"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/inkobj/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/inseng/Makefile"
-test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       inseng"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/inseng/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/iphlpapi/Makefile"
-test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       iphlpapi"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/iphlpapi/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       iphlpapi/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/itircl/Makefile"
-test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       itircl"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/itircl/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/itss/Makefile"
-test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       itss"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/itss/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/itss/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       itss/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/jscript/Makefile"
-test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       jscript"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/jscript/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/jscript/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       jscript/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/kernel32/Makefile"
-test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       kernel32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/kernel32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/kernel32/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       kernel32/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/keyboard.drv16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       keyboard.drv16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/loadperf/Makefile"
-test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       loadperf"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/loadperf/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/localspl/Makefile"
-test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       localspl"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/localspl/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/localspl/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       localspl/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/localui/Makefile"
-test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       localui"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/localui/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/localui/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       localui/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/lz32/Makefile"
-test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       lz32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/lz32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/lz32/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       lz32/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/lzexpand.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       lzexpand.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/mapi32/Makefile"
-test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       mapi32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/mapi32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/mapi32/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       mapi32/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/mciavi32/Makefile"
-test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       mciavi32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/mcicda/Makefile"
-test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       mcicda"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/mcicda/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/mciqtz32/Makefile"
-test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       mciqtz32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/mciseq/Makefile"
-test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       mciseq"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/mciseq/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/mciwave/Makefile"
-test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       mciwave"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/mciwave/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/midimap/Makefile"
-test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       midimap"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/midimap/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/mlang/Makefile"
-test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       mlang"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/mlang/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/mlang/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       mlang/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/mmdevldr.vxd/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       mmdevldr.vxd"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/monodebg.vxd/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       monodebg.vxd"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/mountmgr.sys/Makefile"
-test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       mountmgr.sys"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/mouse.drv16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       mouse.drv16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/mpr/Makefile"
-test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       mpr"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/mpr/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/mprapi/Makefile"
-test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       mprapi"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/mprapi/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msacm.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       msacm.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msacm32.drv/Makefile"
-test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       msacm32.drv"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msacm32/Makefile"
-test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       msacm32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/msacm32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msacm32/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       msacm32/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msadp32.acm/Makefile"
-test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       msadp32.acm"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/mscat32/Makefile"
-test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       mscat32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/mscat32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/mscms/Makefile"
-test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       mscms"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/mscms/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/mscms/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       mscms/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/mscoree/Makefile"
-test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       mscoree"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/mscoree/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msctf/Makefile"
-test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       msctf"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/msctf/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msctf/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       msctf/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msdaps/Makefile"
-test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       msdaps"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/msdaps/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msdmo/Makefile"
-test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       msdmo"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/msdmo/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msftedit/Makefile"
-test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       msftedit"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/msftedit/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msg711.acm/Makefile"
-test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       msg711.acm"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msgsm32.acm/Makefile"
-test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       msgsm32.acm"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/mshtml.tlb/Makefile"
-test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       mshtml.tlb"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/mshtml/Makefile"
-test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       mshtml"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/mshtml/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/mshtml/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       mshtml/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msi/Makefile"
-test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       msi"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/msi/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msi/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       msi/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msimg32/Makefile"
-test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       msimg32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/msimg32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msimtf/Makefile"
-test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       msimtf"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/msimtf/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msisip/Makefile"
-test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       msisip"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/msisip/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msisys.ocx/Makefile"
-test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       msisys.ocx"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msnet32/Makefile"
-test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       msnet32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/msnet32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msrle32/Makefile"
-test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       msrle32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/msrle32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/mssign32/Makefile"
-test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       mssign32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/mssign32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/mssip32/Makefile"
-test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       mssip32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/mssip32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/mstask/Makefile"
-test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       mstask"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/mstask/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/mstask/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       mstask/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msvcirt/Makefile"
-test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       msvcirt"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msvcr71/Makefile"
-test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       msvcr71"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msvcrt/Makefile"
-test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       msvcrt"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msvcrt/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       msvcrt/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msvcrt20/Makefile"
-test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       msvcrt20"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msvcrt40/Makefile"
-test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       msvcrt40"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msvcrtd/Makefile"
-test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       msvcrtd"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msvcrtd/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       msvcrtd/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msvfw32/Makefile"
-test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       msvfw32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msvfw32/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       msvfw32/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msvidc32/Makefile"
-test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       msvidc32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msvideo.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       msvideo.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/mswsock/Makefile"
-test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       mswsock"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/mswsock/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msxml3/Makefile"
-test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       msxml3"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/msxml3/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/msxml3/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       msxml3/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/nddeapi/Makefile"
-test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       nddeapi"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/netapi32/Makefile"
-test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       netapi32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/netapi32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/netapi32/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       netapi32/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/newdev/Makefile"
-test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       newdev"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/newdev/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/ntdll/Makefile"
-test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       ntdll"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/ntdll/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/ntdll/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       ntdll/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/ntdsapi/Makefile"
-test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       ntdsapi"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/ntdsapi/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       ntdsapi/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/ntoskrnl.exe/Makefile"
-test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       ntoskrnl.exe"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/ntprint/Makefile"
-test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       ntprint"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/ntprint/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/ntprint/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       ntprint/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/objsel/Makefile"
-test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       objsel"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/objsel/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/odbc32/Makefile"
-test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       odbc32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/odbc32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/odbccp32/Makefile"
-test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       odbccp32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/odbccp32/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       odbccp32/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/ole2.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       ole2.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/ole2conv.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       ole2conv.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/ole2disp.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       ole2disp.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/ole2nls.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       ole2nls.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/ole2prox.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       ole2prox.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/ole2thk.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       ole2thk.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/ole32/Makefile"
-test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       ole32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/ole32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/ole32/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       ole32/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/oleacc/Makefile"
-test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       oleacc"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/oleacc/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/oleacc/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       oleacc/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/oleaut32/Makefile"
-test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       oleaut32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/oleaut32/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       oleaut32/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/olecli.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       olecli.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/olecli32/Makefile"
-test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       olecli32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/olecli32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/oledb32/Makefile"
-test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       oledb32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/oledb32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/oledb32/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       oledb32/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/oledlg/Makefile"
-test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       oledlg"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/oledlg/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/olepro32/Makefile"
-test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       olepro32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/olepro32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/olesvr.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       olesvr.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/olesvr32/Makefile"
-test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       olesvr32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/olethk32/Makefile"
-test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       olethk32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/olethk32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/openal32/Makefile"
-test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       openal32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/openal32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/opengl32/Makefile"
-test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       opengl32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/opengl32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/opengl32/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       opengl32/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/pdh/Makefile"
-test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       pdh"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/pdh/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/pdh/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       pdh/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/pidgen/Makefile"
-test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       pidgen"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/pidgen/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/powrprof/Makefile"
-test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       powrprof"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/powrprof/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/printui/Makefile"
-test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       printui"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/printui/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/propsys/Makefile"
-test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       propsys"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/propsys/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/psapi/Makefile"
-test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       psapi"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/psapi/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/psapi/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       psapi/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/pstorec/Makefile"
-test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       pstorec"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/pstorec/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/qcap/Makefile"
-test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       qcap"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/qcap/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/qedit/Makefile"
-test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       qedit"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/qedit/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/qedit/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       qedit/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/qmgr/Makefile"
-test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       qmgr"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/qmgr/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/qmgr/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       qmgr/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/qmgrprxy/Makefile"
-test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       qmgrprxy"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/quartz/Makefile"
-test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       quartz"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/quartz/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/quartz/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       quartz/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/query/Makefile"
-test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       query"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/query/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/rasapi16.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       rasapi16.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/rasapi32/Makefile"
-test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       rasapi32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/rasapi32/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       rasapi32/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/rasdlg/Makefile"
-test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       rasdlg"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/resutils/Makefile"
-test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       resutils"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/resutils/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/riched20/Makefile"
-test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       riched20"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/riched20/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/riched20/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       riched20/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/riched32/Makefile"
-test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       riched32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/riched32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/riched32/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       riched32/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/rpcrt4/Makefile"
-test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       rpcrt4"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/rpcrt4/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       rpcrt4/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/rsabase/Makefile"
-test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       rsabase"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/rsabase/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/rsaenh/Makefile"
-test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       rsaenh"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/rsaenh/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       rsaenh/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/rtutils/Makefile"
-test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       rtutils"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/rtutils/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/sane.ds/Makefile"
-test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       sane.ds"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/sccbase/Makefile"
-test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       sccbase"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/sccbase/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/schannel/Makefile"
-test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       schannel"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/schannel/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/schannel/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       schannel/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/secur32/Makefile"
-test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       secur32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/secur32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/secur32/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       secur32/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/security/Makefile"
-test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       security"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/security/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/sensapi/Makefile"
-test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       sensapi"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/sensapi/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/serialui/Makefile"
-test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       serialui"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/serialui/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/serialui/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       serialui/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/setupapi/Makefile"
-test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       setupapi"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/setupapi/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/setupapi/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       setupapi/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/setupx.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       setupx.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/setupx.dll16/Makefile: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/sfc/Makefile"
-test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       sfc"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/sfc/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/sfc_os/Makefile"
-test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       sfc_os"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/shdoclc/Makefile"
-test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       shdoclc"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/shdocvw/Makefile"
-test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       shdocvw"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/shdocvw/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       shdocvw/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/shell.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       shell.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/shell32/Makefile"
-test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       shell32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/shell32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/shell32/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       shell32/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/shfolder/Makefile"
-test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       shfolder"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/shfolder/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/shlwapi/Makefile"
-test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       shlwapi"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/shlwapi/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       shlwapi/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/slbcsp/Makefile"
-test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       slbcsp"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/slc/Makefile"
-test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       slc"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/slc/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/snmpapi/Makefile"
-test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       snmpapi"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/snmpapi/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       snmpapi/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/softpub/Makefile"
-test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       softpub"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/softpub/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/sound.drv16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       sound.drv16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/spoolss/Makefile"
-test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       spoolss"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/spoolss/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/spoolss/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       spoolss/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/stdole2.tlb/Makefile"
-test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       stdole2.tlb"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/stdole32.tlb/Makefile"
-test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       stdole32.tlb"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/sti/Makefile"
-test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       sti"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/sti/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/sti/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       sti/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/storage.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       storage.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/stress.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       stress.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/strmiids/Makefile"
-test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
-       strmiids"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
-ac_config_files="$ac_config_files dlls/strmiids/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/svrapi/Makefile"
-test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       svrapi"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/svrapi/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/sxs/Makefile"
-test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       sxs"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/sxs/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/system.drv16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       system.drv16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/t2embed/Makefile"
-test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       t2embed"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/t2embed/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/tapi32/Makefile"
-test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       tapi32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/tapi32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/toolhelp.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       toolhelp.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/traffic/Makefile"
-test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       traffic"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/traffic/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/twain.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       twain.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/twain_32/Makefile"
-test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       twain_32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/twain_32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/twain_32/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       twain_32/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/typelib.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       typelib.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/unicows/Makefile"
-test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       unicows"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/unicows/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/updspapi/Makefile"
-test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       updspapi"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/updspapi/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/url/Makefile"
-test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       url"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/url/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/urlmon/Makefile"
-test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       urlmon"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/urlmon/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/urlmon/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       urlmon/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/user32/Makefile"
-test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       user32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/user32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/user32/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       user32/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/userenv/Makefile"
-test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       userenv"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/userenv/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/userenv/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       userenv/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/usp10/Makefile"
-test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       usp10"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/usp10/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/usp10/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       usp10/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/uuid/Makefile"
-test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
-       uuid"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
-ac_config_files="$ac_config_files dlls/uuid/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/uxtheme/Makefile"
-test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       uxtheme"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/uxtheme/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       uxtheme/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/vdhcp.vxd/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       vdhcp.vxd"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/vdmdbg/Makefile"
-test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       vdmdbg"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/ver.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       ver.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/ver.dll16/Makefile: dlls/ver.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/version/Makefile"
-test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       version"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/version/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/version/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       version/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/version/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/vmm.vxd/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       vmm.vxd"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/vnbt.vxd/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       vnbt.vxd"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/vnetbios.vxd/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       vnetbios.vxd"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/vtdapi.vxd/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       vtdapi.vxd"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/vwin32.vxd/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       vwin32.vxd"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/w32skrnl/Makefile"
-test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       w32skrnl"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/w32sys.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       w32sys.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/wbemprox/Makefile"
-test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       wbemprox"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/win32s16.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       win32s16.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/win87em.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       win87em.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/winaspi.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       winaspi.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/windebug.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       windebug.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/windowscodecs/Makefile"
-test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       windowscodecs"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/windowscodecs/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       windowscodecs/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/winealsa.drv/Makefile"
-test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       winealsa.drv"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/wineaudioio.drv/Makefile"
-test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       wineaudioio.drv"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/winecoreaudio.drv/Makefile"
-test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       winecoreaudio.drv"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/winecrt0/Makefile"
-test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
-       winecrt0"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
-ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/wined3d/Makefile"
-test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       wined3d"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/wined3d/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/winedos/Makefile"
-test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       winedos"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/winedos/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/wineesd.drv/Makefile"
-test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       wineesd.drv"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/winejack.drv/Makefile"
-test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       winejack.drv"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/winejoystick.drv/Makefile"
-test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       winejoystick.drv"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/winemp3.acm/Makefile"
-test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       winemp3.acm"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/winenas.drv/Makefile"
-test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       winenas.drv"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/wineoss.drv/Makefile"
-test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       wineoss.drv"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/wineps.drv/Makefile"
-test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       wineps.drv"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/wineps16.drv16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       wineps16.drv16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/wineps16.drv16/Makefile: dlls/wineps16.drv16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/wineps16.drv16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/winequartz.drv/Makefile"
-test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       winequartz.drv"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/winex11.drv/Makefile"
-test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       winex11.drv"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/wing.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       wing.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/wing.dll16/Makefile: dlls/wing.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/wing32/Makefile"
-test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       wing32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/wing32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/winhttp/Makefile"
-test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       winhttp"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/winhttp/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/winhttp/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       winhttp/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/wininet/Makefile"
-test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       wininet"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/wininet/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/wininet/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       wininet/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/winmm/Makefile"
-test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       winmm"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/winmm/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/winmm/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       winmm/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/winnls.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       winnls.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/winnls32/Makefile"
-test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       winnls32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/winnls32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/winscard/Makefile"
-test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       winscard"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/winscard/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/winsock.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       winsock.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/winsock.dll16/Makefile: dlls/winsock.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/winsock.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/winspool.drv/Makefile"
-test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       winspool.drv"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/winspool.drv/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       winspool.drv/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/wintab.dll16/Makefile"
-test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       wintab.dll16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/wintab32/Makefile"
-test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       wintab32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/wintab32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/wintab32/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       wintab32/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/wintrust/Makefile"
-test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       wintrust"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/wintrust/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/wintrust/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       wintrust/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/wldap32/Makefile"
-test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       wldap32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/wldap32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/wldap32/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       wldap32/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/wmi/Makefile"
-test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       wmi"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/wmi/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/wmiutils/Makefile"
-test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       wmiutils"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/wnaspi32/Makefile"
-test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       wnaspi32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/wow32/Makefile"
-test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       wow32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/wow32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/ws2_32/Makefile"
-test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       ws2_32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/ws2_32/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       ws2_32/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/wsock32/Makefile"
-test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       wsock32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/wsock32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/wtsapi32/Makefile"
-test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       wtsapi32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/wuapi/Makefile"
-test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       wuapi"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/wuapi/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/xinput1_1/Makefile"
-test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       xinput1_1"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/xinput1_2/Makefile"
-test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       xinput1_2"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/xinput1_3/Makefile"
-test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       xinput1_3"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/xinput1_3/tests/Makefile"
-test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
-       xinput1_3/tests"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
-ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/xinput9_1_0/Makefile"
-test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       xinput9_1_0"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       dlls/xmllite/Makefile"
-test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
-       xmllite"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
-ac_config_files="$ac_config_files dlls/xmllite/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       documentation/Makefile"
-test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
-       documentation"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-documentation/Makefile: documentation/Makefile.in Make.rules"
-ac_config_files="$ac_config_files documentation/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       fonts/Makefile"
-test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
-       fonts"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-fonts/Makefile: fonts/Makefile.in Make.rules"
-ac_config_files="$ac_config_files fonts/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       include/Makefile"
-test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
-       include"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-include/Makefile: include/Makefile.in Make.rules"
-ac_config_files="$ac_config_files include/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       libs/Makefile"
-test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
-       libs"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-libs/Makefile: libs/Makefile.in Make.rules"
-ac_config_files="$ac_config_files libs/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       libs/port/Makefile"
-
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-libs/port/Makefile: libs/port/Makefile.in Make.rules"
-ac_config_files="$ac_config_files libs/port/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       libs/wine/Makefile"
-
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
-ac_config_files="$ac_config_files libs/wine/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       libs/wpp/Makefile"
-
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
-ac_config_files="$ac_config_files libs/wpp/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       loader/Makefile"
-test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
-       loader"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-loader/Makefile: loader/Makefile.in Make.rules"
-ac_config_files="$ac_config_files loader/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/Makefile"
-test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
-       programs"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/Makefile: programs/Makefile.in Make.rules"
-ac_config_files="$ac_config_files programs/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/cacls/Makefile"
-test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       cacls"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/cacls/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/clock/Makefile"
-test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       clock"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/clock/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/cmd/Makefile"
-test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       cmd"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/cmd/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/cmdlgtst/Makefile"
-test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       cmdlgtst"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/control/Makefile"
-test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       control"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/control/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/dxdiag/Makefile"
-test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       dxdiag"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/dxdiag/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/eject/Makefile"
-test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       eject"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/eject/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/expand/Makefile"
-test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       expand"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/expand/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/explorer/Makefile"
-test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       explorer"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/explorer/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/hh/Makefile"
-test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       hh"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/hh/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/icinfo/Makefile"
-test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       icinfo"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/icinfo/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/iexplore/Makefile"
-test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       iexplore"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/iexplore/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/lodctr/Makefile"
-test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       lodctr"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/lodctr/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/msiexec/Makefile"
-test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
-       msiexec"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/msiexec/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/net/Makefile"
-test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       net"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/net/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/notepad/Makefile"
-test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
-       notepad"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/notepad/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/oleview/Makefile"
-test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       oleview"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/oleview/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/progman/Makefile"
-test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       progman"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/progman/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/reg/Makefile"
-test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       reg"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/reg/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/regedit/Makefile"
-test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
-       regedit"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/regedit/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/regsvr32/Makefile"
-test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
-       regsvr32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/regsvr32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/rpcss/Makefile"
-test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       rpcss"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/rpcss/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/rundll32/Makefile"
-test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       rundll32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/rundll32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/secedit/Makefile"
-test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       secedit"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/secedit/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/services/Makefile"
-test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       services"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/services/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/spoolsv/Makefile"
-test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       spoolsv"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/spoolsv/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/start/Makefile"
-test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       start"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/start/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/svchost/Makefile"
-test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       svchost"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/svchost/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/taskmgr/Makefile"
-test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       taskmgr"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/taskmgr/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/termsv/Makefile"
-test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       termsv"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/termsv/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/uninstaller/Makefile"
-test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       uninstaller"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/uninstaller/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/unlodctr/Makefile"
-test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       unlodctr"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/unlodctr/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/view/Makefile"
-test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       view"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/view/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/wineboot/Makefile"
-test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
-       wineboot"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/wineboot/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/winebrowser/Makefile"
-test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       winebrowser"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/winebrowser/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/winecfg/Makefile"
-test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
-       winecfg"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/winecfg/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/wineconsole/Makefile"
-test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
-       wineconsole"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/wineconsole/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/winedbg/Makefile"
-test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
-       winedbg"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/winedbg/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/winedevice/Makefile"
-test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       winedevice"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/winedevice/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/winefile/Makefile"
-test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
-       winefile"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/winefile/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/winemenubuilder/Makefile"
-test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       winemenubuilder"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/winemine/Makefile"
-test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
-       winemine"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/winemine/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/winepath/Makefile"
-test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
-       winepath"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/winepath/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/winetest/Makefile"
-test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       winetest"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/winetest/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/winevdm/Makefile"
-test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       winevdm"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/winevdm/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/winhelp.exe16/Makefile"
-test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       winhelp.exe16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/winhlp32/Makefile"
-test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       winhlp32"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/winhlp32/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/winoldap.mod16/Makefile"
-test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       winoldap.mod16"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/winver/Makefile"
-test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       winver"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/winver/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/wordpad/Makefile"
-test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       wordpad"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/wordpad/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/write/Makefile"
-test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       write"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/write/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       programs/xcopy/Makefile"
-test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
-       xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
-       xcopy"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
-ac_config_files="$ac_config_files programs/xcopy/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       server/Makefile"
-test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
-       server"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-server/Makefile: server/Makefile.in Make.rules"
-ac_config_files="$ac_config_files server/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       tools/Makefile"
-test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
-       tools"
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-tools/Makefile: tools/Makefile.in Make.rules"
-ac_config_files="$ac_config_files tools/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       tools/widl/Makefile"
-
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
-ac_config_files="$ac_config_files tools/widl/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       tools/winebuild/Makefile"
-
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
-ac_config_files="$ac_config_files tools/winebuild/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       tools/winedump/Makefile"
-
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
-ac_config_files="$ac_config_files tools/winedump/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       tools/winegcc/Makefile"
-
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
-ac_config_files="$ac_config_files tools/winegcc/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       tools/wmc/Makefile"
-
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
-ac_config_files="$ac_config_files tools/wmc/Makefile"
-
-ALL_MAKEFILES="$ALL_MAKEFILES \\
-       tools/wrc/Makefile"
-
-ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
-tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
-ac_config_files="$ac_config_files tools/wrc/Makefile"
+wine_fn_config_test dlls/wldap32/tests wldap32_test
+wine_fn_config_makefile dlls/wldap32/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/wldap32/tests"
 
+wine_fn_config_dll wmi
+wine_fn_config_makefile dlls/wmi "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_wmi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wmi"
 
+wine_fn_config_dll wmiutils
+wine_fn_config_makefile dlls/wmiutils "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_wmiutils" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wmiutils"
 
-ALL_WINETEST_DEPENDS="# Test binaries"
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/wnaspi32/libwnaspi32.$IMPLIBEXT"
+wine_fn_config_dll wnaspi32 wnaspi32
+wine_fn_config_makefile dlls/wnaspi32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_wnaspi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wnaspi32"
+
+test "x$enable_win16" != xno && wine_fn_append_file ALL_IMPORT_LIBS "dlls/wow32/libwow32.$IMPLIBEXT"
+wine_fn_config_dll wow32 wow32
+wine_fn_config_makefile dlls/wow32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wow32"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/ws2_32/libws2_32.$IMPLIBEXT"
+wine_fn_config_dll ws2_32 ws2_32
+wine_fn_config_makefile dlls/ws2_32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_ws2_32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ws2_32"
+
+wine_fn_config_test dlls/ws2_32/tests ws2_32_test
+wine_fn_config_makefile dlls/ws2_32/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ws2_32/tests"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/wsock32/libwsock32.$IMPLIBEXT"
+wine_fn_config_dll wsock32 wsock32
+wine_fn_config_makefile dlls/wsock32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_wsock32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wsock32"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/wtsapi32/libwtsapi32.$IMPLIBEXT"
+wine_fn_config_dll wtsapi32 wtsapi32
+wine_fn_config_makefile dlls/wtsapi32 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_wtsapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wtsapi32"
+
+wine_fn_config_dll wuapi
+wine_fn_config_makefile dlls/wuapi "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_wuapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wuapi"
+
+wine_fn_config_dll wuaueng
+wine_fn_config_makefile dlls/wuaueng "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_wuaueng" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wuaueng"
+
+wine_fn_config_dll xinput1_1
+wine_fn_config_makefile dlls/xinput1_1 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_xinput1_1" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xinput1_1"
+
+wine_fn_config_dll xinput1_2
+wine_fn_config_makefile dlls/xinput1_2 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_xinput1_2" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xinput1_2"
+
+wine_fn_append_file ALL_IMPORT_LIBS "dlls/xinput1_3/libxinput.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/libxinput.$IMPLIBEXT"
+wine_fn_config_dll xinput1_3 xinput
+wine_fn_config_makefile dlls/xinput1_3 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_xinput1_3" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xinput1_3"
+
+wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
+wine_fn_config_makefile dlls/xinput1_3/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/xinput1_3/tests"
+
+wine_fn_config_dll xinput9_1_0
+wine_fn_config_makefile dlls/xinput9_1_0 "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_xinput9_1_0" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xinput9_1_0"
+
+wine_fn_config_dll xmllite
+wine_fn_config_makefile dlls/xmllite "dlls/Makedll.rules \$(MAKEDEP)"
+test "x$enable_xmllite" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xmllite"
+
+wine_fn_config_test dlls/xmllite/tests xmllite_test
+wine_fn_config_makefile dlls/xmllite/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/xmllite/tests"
+
+wine_fn_config_makefile documentation "Make.rules \$(MAKEDEP)"
+test "x$enable_documentation" != xno && wine_fn_append_file ALL_TOP_DIRS "documentation"
+
+wine_fn_config_makefile fonts "Make.rules \$(MAKEDEP)"
+test "x$enable_fonts" != xno && wine_fn_append_file ALL_TOP_DIRS "fonts"
+
+wine_fn_config_makefile include "Make.rules \$(MAKEDEP)"
+test "x$enable_include" != xno && wine_fn_append_file ALL_TOP_DIRS "include"
+
+wine_fn_config_makefile libs/port "Make.rules \$(MAKEDEP)"
+
+
+wine_fn_config_makefile libs/wine "Make.rules \$(MAKEDEP)"
+
+
+wine_fn_config_makefile libs/wpp "Make.rules \$(MAKEDEP)"
+
+
+wine_fn_config_makefile loader "Make.rules \$(MAKEDEP)"
+test "x$enable_loader" != xno && wine_fn_append_file ALL_TOP_DIRS "loader"
+
+wine_fn_config_makefile programs "Make.rules \$(MAKEDEP)"
+test "x$enable_programs" != xno && wine_fn_append_file ALL_TOP_DIRS "programs"
+
+wine_fn_config_program cacls
+wine_fn_config_makefile programs/cacls "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_cacls" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/cacls" && wine_fn_append_file ALL_INSTALL_DIRS "programs/cacls"
+
+wine_fn_config_program clock
+wine_fn_config_makefile programs/clock "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_clock" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/clock" && wine_fn_append_file ALL_INSTALL_DIRS "programs/clock"
+
+wine_fn_config_program cmd
+wine_fn_config_makefile programs/cmd "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_cmd" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/cmd" && wine_fn_append_file ALL_INSTALL_DIRS "programs/cmd"
+
+wine_fn_config_test programs/cmd/tests cmd.exe_test
+wine_fn_config_makefile programs/cmd/tests "Maketest.rules \$(MAKEDEP)"
+test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "programs/cmd/tests"
+
+wine_fn_config_program cmdlgtst
+wine_fn_config_makefile programs/cmdlgtst "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_cmdlgtst" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/cmdlgtst"
+
+wine_fn_config_program control
+wine_fn_config_makefile programs/control "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_control" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/control" && wine_fn_append_file ALL_INSTALL_DIRS "programs/control"
+
+wine_fn_config_program dxdiag
+wine_fn_config_makefile programs/dxdiag "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_dxdiag" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/dxdiag" && wine_fn_append_file ALL_INSTALL_DIRS "programs/dxdiag"
+
+wine_fn_config_program eject
+wine_fn_config_makefile programs/eject "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_eject" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/eject" && wine_fn_append_file ALL_INSTALL_DIRS "programs/eject"
+
+wine_fn_config_program expand
+wine_fn_config_makefile programs/expand "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_expand" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/expand" && wine_fn_append_file ALL_INSTALL_DIRS "programs/expand"
+
+wine_fn_config_program explorer
+wine_fn_config_makefile programs/explorer "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_explorer" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/explorer" && wine_fn_append_file ALL_INSTALL_DIRS "programs/explorer"
+
+wine_fn_config_program extrac32
+wine_fn_config_makefile programs/extrac32 "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_extrac32" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/extrac32" && wine_fn_append_file ALL_INSTALL_DIRS "programs/extrac32"
+
+wine_fn_config_program hh
+wine_fn_config_makefile programs/hh "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_hh" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/hh" && wine_fn_append_file ALL_INSTALL_DIRS "programs/hh"
+
+wine_fn_config_program icinfo
+wine_fn_config_makefile programs/icinfo "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_icinfo" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/icinfo" && wine_fn_append_file ALL_INSTALL_DIRS "programs/icinfo"
+
+wine_fn_config_program iexplore
+wine_fn_config_makefile programs/iexplore "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_iexplore" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/iexplore" && wine_fn_append_file ALL_INSTALL_DIRS "programs/iexplore"
+
+wine_fn_config_program lodctr
+wine_fn_config_makefile programs/lodctr "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_lodctr" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/lodctr" && wine_fn_append_file ALL_INSTALL_DIRS "programs/lodctr"
+
+wine_fn_config_program mshta
+wine_fn_config_makefile programs/mshta "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_mshta" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/mshta" && wine_fn_append_file ALL_INSTALL_DIRS "programs/mshta"
+
+wine_fn_config_program msiexec
+wine_fn_config_makefile programs/msiexec "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_msiexec" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/msiexec" && wine_fn_append_file ALL_INSTALL_DIRS "programs/msiexec" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/msiexec"
+
+wine_fn_config_program net
+wine_fn_config_makefile programs/net "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_net" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/net" && wine_fn_append_file ALL_INSTALL_DIRS "programs/net"
+
+wine_fn_config_program notepad
+wine_fn_config_makefile programs/notepad "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_notepad" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/notepad" && wine_fn_append_file ALL_INSTALL_DIRS "programs/notepad" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/notepad"
+
+wine_fn_config_program oleview
+wine_fn_config_makefile programs/oleview "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_oleview" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/oleview" && wine_fn_append_file ALL_INSTALL_DIRS "programs/oleview"
+
+wine_fn_config_program progman
+wine_fn_config_makefile programs/progman "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_progman" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/progman" && wine_fn_append_file ALL_INSTALL_DIRS "programs/progman"
+
+wine_fn_config_program reg
+wine_fn_config_makefile programs/reg "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_reg" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/reg" && wine_fn_append_file ALL_INSTALL_DIRS "programs/reg"
+
+wine_fn_config_program regedit
+wine_fn_config_makefile programs/regedit "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_regedit" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/regedit" && wine_fn_append_file ALL_INSTALL_DIRS "programs/regedit" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/regedit"
+
+wine_fn_config_program regsvr32
+wine_fn_config_makefile programs/regsvr32 "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_regsvr32" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/regsvr32" && wine_fn_append_file ALL_INSTALL_DIRS "programs/regsvr32" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/regsvr32"
+
+wine_fn_config_program rpcss
+wine_fn_config_makefile programs/rpcss "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_rpcss" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/rpcss" && wine_fn_append_file ALL_INSTALL_DIRS "programs/rpcss"
+
+wine_fn_config_program rundll32
+wine_fn_config_makefile programs/rundll32 "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_rundll32" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/rundll32" && wine_fn_append_file ALL_INSTALL_DIRS "programs/rundll32"
+
+wine_fn_config_program secedit
+wine_fn_config_makefile programs/secedit "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_secedit" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/secedit" && wine_fn_append_file ALL_INSTALL_DIRS "programs/secedit"
+
+wine_fn_config_program services
+wine_fn_config_makefile programs/services "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_services" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/services" && wine_fn_append_file ALL_INSTALL_DIRS "programs/services"
+
+wine_fn_config_program spoolsv
+wine_fn_config_makefile programs/spoolsv "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_spoolsv" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/spoolsv" && wine_fn_append_file ALL_INSTALL_DIRS "programs/spoolsv"
+
+wine_fn_config_program start
+wine_fn_config_makefile programs/start "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_start" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/start" && wine_fn_append_file ALL_INSTALL_DIRS "programs/start"
+
+wine_fn_config_program svchost
+wine_fn_config_makefile programs/svchost "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_svchost" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/svchost" && wine_fn_append_file ALL_INSTALL_DIRS "programs/svchost"
+
+wine_fn_config_program taskmgr
+wine_fn_config_makefile programs/taskmgr "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_taskmgr" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/taskmgr" && wine_fn_append_file ALL_INSTALL_DIRS "programs/taskmgr"
+
+wine_fn_config_program termsv
+wine_fn_config_makefile programs/termsv "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_termsv" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/termsv" && wine_fn_append_file ALL_INSTALL_DIRS "programs/termsv"
+
+wine_fn_config_program uninstaller
+wine_fn_config_makefile programs/uninstaller "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_uninstaller" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/uninstaller" && wine_fn_append_file ALL_INSTALL_DIRS "programs/uninstaller"
+
+wine_fn_config_program unlodctr
+wine_fn_config_makefile programs/unlodctr "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_unlodctr" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/unlodctr" && wine_fn_append_file ALL_INSTALL_DIRS "programs/unlodctr"
+
+wine_fn_config_program view
+wine_fn_config_makefile programs/view "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_view" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/view"
+
+wine_fn_config_program wineboot
+wine_fn_config_makefile programs/wineboot "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_wineboot" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/wineboot" && wine_fn_append_file ALL_INSTALL_DIRS "programs/wineboot" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/wineboot"
+
+wine_fn_config_program winebrowser
+wine_fn_config_makefile programs/winebrowser "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_winebrowser" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winebrowser" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winebrowser"
+
+wine_fn_config_program winecfg
+wine_fn_config_makefile programs/winecfg "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_winecfg" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winecfg" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winecfg" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/winecfg"
+
+wine_fn_config_program wineconsole
+wine_fn_config_makefile programs/wineconsole "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_wineconsole" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/wineconsole" && wine_fn_append_file ALL_INSTALL_DIRS "programs/wineconsole" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/wineconsole"
+
+wine_fn_config_program winedbg
+wine_fn_config_makefile programs/winedbg "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_winedbg" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winedbg" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winedbg" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/winedbg"
+
+wine_fn_config_program winedevice
+wine_fn_config_makefile programs/winedevice "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_winedevice" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winedevice" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winedevice"
+
+wine_fn_config_program winefile
+wine_fn_config_makefile programs/winefile "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_winefile" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winefile" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winefile" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/winefile"
+
+wine_fn_config_program winemenubuilder
+wine_fn_config_makefile programs/winemenubuilder "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_winemenubuilder" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winemenubuilder" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winemenubuilder"
+
+wine_fn_config_program winemine
+wine_fn_config_makefile programs/winemine "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_winemine" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winemine" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winemine" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/winemine"
+
+wine_fn_config_program winepath
+wine_fn_config_makefile programs/winepath "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_winepath" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winepath" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winepath" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/winepath"
+
+wine_fn_config_program winetest
+wine_fn_config_makefile programs/winetest "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_winetest" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winetest"
+
+wine_fn_config_program winevdm
+wine_fn_config_makefile programs/winevdm "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winevdm" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winevdm"
+
+wine_fn_config_program winhelp.exe16
+wine_fn_config_makefile programs/winhelp.exe16 "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winhelp.exe16" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winhelp.exe16"
+
+wine_fn_config_program winhlp32
+wine_fn_config_makefile programs/winhlp32 "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_winhlp32" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winhlp32" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winhlp32"
+
+wine_fn_config_program winoldap.mod16
+wine_fn_config_makefile programs/winoldap.mod16 "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_win16" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winoldap.mod16" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winoldap.mod16"
+
+wine_fn_config_program winver
+wine_fn_config_makefile programs/winver "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_winver" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winver" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winver"
+
+wine_fn_config_program wordpad
+wine_fn_config_makefile programs/wordpad "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_wordpad" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/wordpad" && wine_fn_append_file ALL_INSTALL_DIRS "programs/wordpad"
+
+wine_fn_config_program write
+wine_fn_config_makefile programs/write "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_write" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/write" && wine_fn_append_file ALL_INSTALL_DIRS "programs/write"
+
+wine_fn_config_program xcopy
+wine_fn_config_makefile programs/xcopy "programs/Makeprog.rules \$(MAKEDEP)"
+test "x$enable_xcopy" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/xcopy" && wine_fn_append_file ALL_INSTALL_DIRS "programs/xcopy"
+
+wine_fn_config_makefile server "Make.rules \$(MAKEDEP)"
+test "x$enable_server" != xno && wine_fn_append_file ALL_TOP_DIRS "server"
+
+wine_fn_config_makefile tools Make.rules
+test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools"
+
+wine_fn_config_makefile tools/widl "Make.rules \$(MAKEDEP)"
+test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/widl"
+
+wine_fn_config_makefile tools/winebuild "Make.rules \$(MAKEDEP)"
+test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/winebuild"
+
+wine_fn_config_makefile tools/winedump "Make.rules \$(MAKEDEP)"
+test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/winedump"
+
+wine_fn_config_makefile tools/winegcc "Make.rules \$(MAKEDEP)"
+test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/winegcc"
+
+wine_fn_config_makefile tools/wmc "Make.rules \$(MAKEDEP)"
+test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/wmc"
+
+wine_fn_config_makefile tools/wrc "Make.rules \$(MAKEDEP)"
+test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/wrc"
 
-for dir in $ALL_TEST_DIRS
-do
-    if test "$dir" != "\\"
-    then
-        testname=`expr $dir : '\(.*\)/tests'`_test
-        ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
-
-$testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
-       cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
-$testname.rc:
-       echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
-$testname.res: $testname.rc $testname.exe"
-    fi
-done
 
 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
 
@@ -18556,8 +16748,8 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Wine $as_me 1.1.30, which was
-generated by GNU Autoconf 2.64.  Invocation command line was
+This file was extended by Wine $as_me 1.1.40, which was
+generated by GNU Autoconf 2.65.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
   CONFIG_HEADERS  = $CONFIG_HEADERS
@@ -18583,6 +16775,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 # Files that config.status was made for.
 config_files="$ac_config_files"
 config_headers="$ac_config_headers"
+config_links="$ac_config_links"
 config_commands="$ac_config_commands"
 
 _ACEOF
@@ -18597,6 +16790,7 @@ Usage: $0 [OPTION]... [TAG]...
 
   -h, --help       print this help, then exit
   -V, --version    print version number and configuration settings, then exit
+      --config     print configuration, then exit
   -q, --quiet, --silent
                    do not print progress messages
   -d, --debug      don't remove temporary files
@@ -18612,6 +16806,9 @@ $config_files
 Configuration headers:
 $config_headers
 
+Configuration links:
+$config_links
+
 Configuration commands:
 $config_commands
 
@@ -18620,10 +16817,11 @@ Wine home page: <http://www.winehq.org>."
 
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-Wine config.status 1.1.30
-configured by $0, generated by GNU Autoconf 2.64,
-  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
+Wine config.status 1.1.40
+configured by $0, generated by GNU Autoconf 2.65,
+  with options \\"\$ac_cs_config\\"
 
 Copyright (C) 2009 Free Software Foundation, Inc.
 This config.status script is free software; the Free Software Foundation
@@ -18659,6 +16857,8 @@ do
     ac_cs_recheck=: ;;
   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
     $as_echo "$ac_cs_version"; exit ;;
+  --config | --confi | --conf | --con | --co | --c )
+    $as_echo "$ac_cs_config"; exit ;;
   --debug | --debu | --deb | --de | --d | -d )
     debug=: ;;
   --file | --fil | --fi | --f )
   case $ac_config_target in
     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
+    "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
+    "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
+    "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
+    "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
+    "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
+    "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
+    "Maketest.rules") CONFIG_FILES="$CONFIG_FILES Maketest.rules" ;;
     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
-    "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
-    "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
     "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
@@ -18766,7 +16971,9 @@ do
     "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
+    "dlls/avifil32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/tests/Makefile" ;;
     "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
+    "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
     "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
@@ -18783,6 +16990,7 @@ do
     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
     "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
+    "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
     "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
     "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
+    "dlls/dispex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispex/Makefile" ;;
     "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
+    "dlls/dmloader/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/tests/Makefile" ;;
     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
@@ -18872,6 +17082,7 @@ do
     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
+    "dlls/dxdiagn/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/tests/Makefile" ;;
     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
@@ -18881,6 +17092,8 @@ do
     "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
+    "dlls/fwpuclnt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fwpuclnt/Makefile" ;;
+    "dlls/gdi.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi.exe16/Makefile" ;;
     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
@@ -18900,6 +17113,7 @@ do
     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
+    "dlls/imagehlp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/tests/Makefile" ;;
     "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
@@ -18922,6 +17136,7 @@ do
     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
     "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
+    "dlls/krnl386.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/krnl386.exe16/Makefile" ;;
     "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
@@ -18932,6 +17147,7 @@ do
     "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
+    "dlls/mapistub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapistub/Makefile" ;;
     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
     "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
+    "dlls/mmdevapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/Makefile" ;;
+    "dlls/mmdevapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/tests/Makefile" ;;
     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
+    "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
     "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
+    "dlls/msvcr70/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr70/Makefile" ;;
     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
+    "dlls/msvcr80/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr80/Makefile" ;;
+    "dlls/msvcr90/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr90/Makefile" ;;
     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
@@ -18992,6 +17214,7 @@ do
     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
+    "dlls/msxml4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml4/Makefile" ;;
     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
@@ -19119,6 +17342,7 @@ do
     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
+    "dlls/user.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user.exe16/Makefile" ;;
     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
@@ -19141,6 +17365,7 @@ do
     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
     "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
     "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
+    "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
     "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
     "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
     "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
-    "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
+    "dlls/winemapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemapi/Makefile" ;;
     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
     "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
+    "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
     "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
+    "dlls/xmllite/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/tests/Makefile" ;;
     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
-    "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
     "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
+    "programs/cmd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/tests/Makefile" ;;
     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
     "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
+    "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
     "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
+    "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
@@ -19281,6 +17510,7 @@ done
 if $ac_need_defaults; then
   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
+  test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
 fi
 
@@ -19399,7 +17629,7 @@ s/'"$ac_delim"'$//
 t delim
 :nl
 h
-s/\(.\{148\}\).*/\1/
+s/\(.\{148\}\)..*/\1/
 t more1
 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
 p
@@ -19413,7 +17643,7 @@ s/.\{148\}//
 t nl
 :delim
 h
-s/\(.\{148\}\).*/\1/
+s/\(.\{148\}\)..*/\1/
 t more2
 s/["\\]/\\&/g; s/^/"/; s/$/"/
 p
@@ -19602,7 +17832,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 fi # test -n "$CONFIG_HEADERS"
 
 
-eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
+eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS  :L $CONFIG_LINKS  :C $CONFIG_COMMANDS"
 shift
 for ac_tag
 do
@@ -19843,7 +18073,38 @@ $as_echo "$as_me: $ac_file is unchanged" >&6;}
       || as_fn_error "could not create -" "$LINENO" 5
   fi
  ;;
+  :L)
+  #
+  # CONFIG_LINK
+  #
 
+  if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
+    :
+  else
+    # Prefer the file from the source tree if names are identical.
+    if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
+      ac_source=$srcdir/$ac_source
+    fi
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
+$as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
+
+    if test ! -r "$ac_source"; then
+      as_fn_error "$ac_source: file not found" "$LINENO" 5
+    fi
+    rm -f "$ac_file"
+
+    # Try a relative symlink, then a hard link, then a copy.
+    case $srcdir in
+    [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
+       *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
+    esac
+    ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
+      ln "$ac_source" "$ac_file" 2>/dev/null ||
+      cp -p "$ac_source" "$ac_file" ||
+      as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
+  fi
+ ;;
   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
 $as_echo "$as_me: executing $ac_file commands" >&6;}
  ;;
@@ -19852,18 +18113,18 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
 
   case $ac_file$ac_mode in
     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
-    "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
-$as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
-    "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
-$as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
-    "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
-$as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
-    "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
-$as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
-    "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
-$as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
-    "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
-$as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
+    "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
+$as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;}; as_dir="dlls/gdi32/enhmfdrv"; as_fn_mkdir_p; } ;;
+    "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
+$as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;}; as_dir="dlls/gdi32/mfdrv"; as_fn_mkdir_p; } ;;
+    "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
+$as_echo "$as_me: creating dlls/kernel32/nls" >&6;}; as_dir="dlls/kernel32/nls"; as_fn_mkdir_p; } ;;
+    "dlls/user32/resources":C) test -d "dlls/user32/resources" || { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
+$as_echo "$as_me: creating dlls/user32/resources" >&6;}; as_dir="dlls/user32/resources"; as_fn_mkdir_p; } ;;
+    "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
+$as_echo "$as_me: creating dlls/wineps.drv/data" >&6;}; as_dir="dlls/wineps.drv/data"; as_fn_mkdir_p; } ;;
+    "include/wine":C) test -d "include/wine" || { $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
+$as_echo "$as_me: creating include/wine" >&6;}; as_dir="include/wine"; as_fn_mkdir_p; } ;;
 
   esac
 done # for ac_tag
@@ -19932,6 +18193,6 @@ done
 IFS="$ac_save_IFS"
 
 echo "
-$as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
+$as_me: Finished.  Do '${ac_make}' to compile Wine.
 " >&6