[pkg-wine-party] [SCM] Debian Wine packaging branch, master, updated. wine-1.1.3-1-605-g00e1995

Ove Kaaven ovek at arcticnet.no
Wed Oct 1 06:20:48 UTC 2008


The following commit has been merged in the master branch:
commit e97bce2c72961953ab5da3dc85234ee20a6facd7
Merge: 0ace1f442ee704f9eb85e974e75a024d0573198f 878737580dd4f0bcc5e9d67858039836a7962780
Author: Ove Kaaven <ovek at arcticnet.no>
Date:   Wed Oct 1 05:58:03 2008 +0200

    New upstream release 1.1.4, released Sep 5, 2008.
    - Substantial chunks of WinHTTP are implemented.
    - More JavaScript support.
    - Beginnings of shell AppBar implementation.
    - Several fixes for Google Chrome support.
    - Chinese translations.
    - Various bug fixes.

diff --combined configure
index eff8308,7be7427..f6a44e0
--- a/configure
+++ b/configure
@@@ -1,6 -1,6 +1,6 @@@
  #! /bin/sh
  # Guess values for system-dependent variables and create Makefiles.
- # Generated by GNU Autoconf 2.61 for Wine 1.1.3.
+ # Generated by GNU Autoconf 2.61 for Wine 1.1.4.
  #
  # Report bugs to <wine-devel at winehq.org>.
  #
@@@ -574,8 -574,8 +574,8 @@@ SHELL=${CONFIG_SHELL-/bin/sh
  # Identity of this package.
  PACKAGE_NAME='Wine'
  PACKAGE_TARNAME='wine'
- PACKAGE_VERSION='1.1.3'
- PACKAGE_STRING='Wine 1.1.3'
+ PACKAGE_VERSION='1.1.4'
+ PACKAGE_STRING='Wine 1.1.4'
  PACKAGE_BUGREPORT='wine-devel at winehq.org'
  
  ac_unique_file="server/atom.c"
@@@ -713,11 -713,7 +713,7 @@@ ICOTOO
  PRELINK
  LIBPTHREAD
  XLIB
- XFILES
- OPENGLFILES
- GLU32FILES
  OPENGL_LIBS
- QUARTZFILES
  DLLEXT
  DLLFLAGS
  LDSHARED
@@@ -757,7 -753,6 +753,6 @@@ LCMSLIB
  ft_devel
  FREETYPELIBS
  FREETYPEINCL
- FONTSSUBDIRS
  ESDCONFIG
  ESDINCL
  ESDLIBS
@@@ -779,6 -774,14 +774,14 @@@ DEPENDENCIE
  ALL_MAKERULES
  ALL_MAKEFILES
  ALL_MAKEFILE_DEPENDS
+ ALL_TOP_DIRS
+ ALL_DLL_DIRS
+ ALL_IMPLIB_DIRS
+ ALL_TEST_DIRS
+ ALL_PROGRAM_DIRS
+ ALL_PROGRAM_INSTALL_DIRS
+ ALL_PROGRAM_BIN_INSTALL_DIRS
+ ALL_WINETEST_DEPENDS
  LIBOBJS
  LTLIBOBJS'
  ac_subst_files='MAKE_RULES
@@@ -1301,7 -1304,7 +1304,7 @@@ if test "$ac_init_help" = "long"; the
    # 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.3 to adapt to many kinds of systems.
+ \`configure' configures Wine 1.1.4 to adapt to many kinds of systems.
  
  Usage: $0 [OPTION]... [VAR=VALUE]...
  
@@@ -1370,7 -1373,7 +1373,7 @@@ f
  
  if test -n "$ac_init_help"; then
    case $ac_init_help in
-      short | recursive ) echo "Configuration of Wine 1.1.3:";;
+      short | recursive ) echo "Configuration of Wine 1.1.4:";;
     esac
    cat <<\_ACEOF
  
@@@ -1499,7 -1502,7 +1502,7 @@@ f
  test -n "$ac_init_help" && exit $ac_status
  if $ac_init_version; then
    cat <<\_ACEOF
- Wine configure 1.1.3
+ Wine configure 1.1.4
  generated by GNU Autoconf 2.61
  
  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@@ -1513,7 -1516,7 +1516,7 @@@ cat >config.log <<_ACEO
  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.3, which was
+ It was created by Wine $as_me 1.1.4, which was
  generated by GNU Autoconf 2.61.  Invocation command line was
  
    $ $0 $@
@@@ -6848,16 -6851,8 +6851,8 @@@ f
  
  XLIB=""
  
- XFILES=""
- 
- OPENGLFILES=""
- 
- GLU32FILES=""
- 
  OPENGL_LIBS=""
  
- QUARTZFILES=""
- 
  
  
  { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
@@@ -8586,6 -8581,13 +8581,13 @@@ f
      IMPLIBEXT="a"
          WIN16_FILES=""
      WIN16_INSTALL=""
+         enable_iphlpapi=${enable_iphlpapi:-no}
+     enable_kernel32=${enable_kernel32:-no}
+     enable_msvcrt=${enable_msvcrt:-no}
+     enable_ntdll=${enable_ntdll:-no}
+     enable_ws2_32=${enable_ws2_32:-no}
+     enable_loader=${enable_loader:-no}
+     enable_server=${enable_server:-no}
      ;;
    darwin*|macosx*)
      DLLEXT=".so"
@@@ -8622,7 -8624,7 +8624,7 @@@
      then
          CARBONLIB="-framework Carbon"
  
-         QUARTZFILES='$(QUARTZFILES)'
+         enable_winequartz_drv=${enable_winequartz_drv:-yes}
      fi
      ;;
    *)
@@@ -9031,6 -9033,130 +9033,6 @@@ if test $ac_cv_cflags__fPIC__Wl___expor
  fi
  
  
 -      as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
 -{ echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
 -echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
 -if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 -  echo $ECHO_N "(cached) $ECHO_C" >&6
 -else
 -  ac_wine_try_cflags_saved=$CFLAGS
 -CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
 -cat >conftest.$ac_ext <<_ACEOF
 -/* confdefs.h.  */
 -_ACEOF
 -cat confdefs.h >>conftest.$ac_ext
 -cat >>conftest.$ac_ext <<_ACEOF
 -/* end confdefs.h.  */
 -
 -int
 -main ()
 -{
 -
 -  ;
 -  return 0;
 -}
 -_ACEOF
 -rm -f conftest.$ac_objext conftest$ac_exeext
 -if { (ac_try="$ac_link"
 -case "(($ac_try" in
 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 -  *) ac_try_echo=$ac_try;;
 -esac
 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 -  (eval "$ac_link") 2>conftest.er1
 -  ac_status=$?
 -  grep -v '^ *+' conftest.er1 >conftest.err
 -  rm -f conftest.er1
 -  cat conftest.err >&5
 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 -  (exit $ac_status); } && {
 -	 test -z "$ac_c_werror_flag" ||
 -	 test ! -s conftest.err
 -       } && test -s conftest$ac_exeext &&
 -       $as_test_x conftest$ac_exeext; then
 -  eval "$as_ac_var=yes"
 -else
 -  echo "$as_me: failed program was:" >&5
 -sed 's/^/| /' conftest.$ac_ext >&5
 -
 -	eval "$as_ac_var=no"
 -fi
 -
 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 -      conftest$ac_exeext conftest.$ac_ext
 -CFLAGS=$ac_wine_try_cflags_saved
 -fi
 -ac_res=`eval echo '${'$as_ac_var'}'`
 -	       { echo "$as_me:$LINENO: result: $ac_res" >&5
 -echo "${ECHO_T}$ac_res" >&6; }
 -if test `eval echo '${'$as_ac_var'}'` = yes; then
 -  LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
 -                       LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
 -else
 -  as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
 -{ echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
 -echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
 -if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 -  echo $ECHO_N "(cached) $ECHO_C" >&6
 -else
 -  ac_wine_try_cflags_saved=$CFLAGS
 -CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
 -cat >conftest.$ac_ext <<_ACEOF
 -/* confdefs.h.  */
 -_ACEOF
 -cat confdefs.h >>conftest.$ac_ext
 -cat >>conftest.$ac_ext <<_ACEOF
 -/* end confdefs.h.  */
 -
 -int
 -main ()
 -{
 -
 -  ;
 -  return 0;
 -}
 -_ACEOF
 -rm -f conftest.$ac_objext conftest$ac_exeext
 -if { (ac_try="$ac_link"
 -case "(($ac_try" in
 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 -  *) ac_try_echo=$ac_try;;
 -esac
 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 -  (eval "$ac_link") 2>conftest.er1
 -  ac_status=$?
 -  grep -v '^ *+' conftest.er1 >conftest.err
 -  rm -f conftest.er1
 -  cat conftest.err >&5
 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 -  (exit $ac_status); } && {
 -	 test -z "$ac_c_werror_flag" ||
 -	 test ! -s conftest.err
 -       } && test -s conftest$ac_exeext &&
 -       $as_test_x conftest$ac_exeext; then
 -  eval "$as_ac_var=yes"
 -else
 -  echo "$as_me: failed program was:" >&5
 -sed 's/^/| /' conftest.$ac_ext >&5
 -
 -	eval "$as_ac_var=no"
 -fi
 -
 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 -      conftest$ac_exeext conftest.$ac_ext
 -CFLAGS=$ac_wine_try_cflags_saved
 -fi
 -ac_res=`eval echo '${'$as_ac_var'}'`
 -	       { echo "$as_me:$LINENO: result: $ac_res" >&5
 -echo "${ECHO_T}$ac_res" >&6; }
 -if test `eval echo '${'$as_ac_var'}'` = yes; then
 -  LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
 -                            LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
 -fi
 -
 -fi
 -
 -
        { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
  echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
  if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
@@@ -9435,6 -9561,8 +9437,8 @@@ test -n "$MINGWAR" || MINGWAR="false
      ;;
  esac
  
+ enable_winequartz_drv=${enable_winequartz_drv:-no}
+ 
  if test "$LIBEXT" = "a"; then
    { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
  It is currently not possible to build Wine without shared library
@@@ -11129,7 -11257,6 +11133,6 @@@ cat >>confdefs.h <<_ACEO
  _ACEOF
  
         OPENGL_LIBS="-Xlinker -dylib_file -Xlinker /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -lGL"
- 	                            OPENGLFILES='$(OPENGLFILES)'
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_OPENGL 1
@@@ -11146,7 -11273,6 +11149,6 @@@ cat >>confdefs.h <<_ACEO
  _ACEOF
  
         OPENGL_LIBS="-lGL"
-                              OPENGLFILES='$(OPENGLFILES)'
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_OPENGL 1
@@@ -11231,7 -11357,7 +11233,7 @@@ cat >>confdefs.h <<_ACEO
  #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
  _ACEOF
  
-        GLU32FILES='$(GLU32FILES)'
+ 
  fi
  
                   fi
@@@ -11270,6 -11396,9 +11272,9 @@@ esa
  fi
  
  
+     test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
+     test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
+ 
          NASLIBS=""
  
  
@@@ -11613,11 -11742,13 +11618,13 @@@ don
  
  
      CPPFLAGS="$ac_save_CPPFLAGS"
-     XFILES='$(XFILES)'
  else
      XLIB=""
      X_CFLAGS=""
      X_LIBS=""
+     enable_winex11_drv=${enable_winex11_drv:-no}
+     enable_opengl32=${enable_opengl32:-no}
+     enable_glu32=${enable_glu32:-no}
  fi
  if test "x$XLIB" = "x"; then
    case "x$with_x" in
@@@ -14040,8 -14171,6 +14047,6 @@@ _ACEO
  
              FREETYPEINCL="$ac_freetype_incl"
  
-             FONTSSUBDIRS="fonts"
- 
  	fi
      fi
  fi
@@@ -14058,6 -14187,7 +14063,7 @@@ Use the --without-freetype option if yo
  esac
  fi
  
+ test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
  
  { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
  echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
@@@ -22050,6 -22180,21 +22056,21 @@@ ALL_MAKEFILES="
  ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
  
  
+ ALL_TOP_DIRS=""
+ 
+ ALL_DLL_DIRS=""
+ 
+ ALL_IMPLIB_DIRS=""
+ 
+ ALL_TEST_DIRS=""
+ 
+ ALL_PROGRAM_DIRS=""
+ 
+ ALL_PROGRAM_INSTALL_DIRS=""
+ 
+ ALL_PROGRAM_BIN_INSTALL_DIRS=""
+ 
+ 
  
  
  
@@@ -22106,2525 -22251,3425 +22127,3425 @@@ ac_config_files="$ac_config_files progr
  
  
  
+ 
  ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
  Makefile: Makefile.in Make.rules"
  ac_config_files="$ac_config_files Makefile"
  
  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/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_advapi32_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_advpack_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/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/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/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_browseui_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_cabinet_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_comcat_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_comctl32_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_comdlg32_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/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_credui_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_crypt32_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_cryptnet_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/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/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/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/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_d3d8_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_d3d9_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_d3drm_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/d3dx8/Makefile"
+ test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
+ 	d3dx8"
  ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
  dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
  ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
  
  ALL_MAKEFILES="$ALL_MAKEFILES \\
  	dlls/d3dx8/tests/Makefile"
+ test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
+ 	d3dx8/tests"
  ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
  dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
  ac_config_files="$ac_config_files dlls/d3dx8/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_d3dx9_36_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/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_d3dxof_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/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_ddraw_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/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_dinput_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/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_dnsapi_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_dplayx_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/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_dsound_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/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/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_fusion_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_gdi32_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_gdiplus_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_hlink_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/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_ifsmgr_vxd" != 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/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_imm32_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_inetcomm_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_inetmib1_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_infosoft_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_iphlpapi_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_itss_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_jscript_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_kernel32_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/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_localspl_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_localui_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_lz32_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/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_mapi32_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/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_mlang_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_mmdevldr_vxd" != 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_monodebg_vxd" != 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/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/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_msacm32_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_mscms_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/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/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_mshtml_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_msi_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/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_mstask_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_msvcrt_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_msvcrtd_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/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/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_msxml3_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_netapi32_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_ntdll_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_ntdsapi_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_ntprint_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_odbccp32_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/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_ole32_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/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_oleaut32_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/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/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/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/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_opengl32_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_pdh_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/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_psapi_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_qedit_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_qmgr_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_quartz_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/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_rasapi32_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/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_riched20_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_riched32_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_rpcrt4_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_rsaenh_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/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_schannel_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_secur32_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_serialui_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_setupapi_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/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_shdocvw_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/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_shell32_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_shlwapi_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_snmpapi_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/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_spoolss_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/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/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/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/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/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_urlmon_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_user32_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_userenv_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_usp10_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_uxtheme_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_vdhcp_vxd" != 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/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_version_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_vmm_vxd" != 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_vnbt_vxd" != 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_vnetbios_vxd" != 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_vtdapi_vxd" != 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_vwin32_vxd" != 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/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/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/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_winhttp_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_wininet_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_winmm_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/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/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_winspool_drv_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/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/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_wintrust_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/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/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_ws2_32_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 \\
  	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/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/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/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_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_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/uninstaller/Makefile"
+ test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
+ 	uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
+ 	uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_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/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_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_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/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/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"
  
  
+ 
+ ALL_WINETEST_DEPENDS="# Test binaries"
+ 
+ for dir in $ALL_TEST_DIRS
+ do
+     if test "$dir" != "\\"
+     then
+         testname=`expr $dir : '\(.*\)/tests'`_test.exe
+         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
+ $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
+ 	cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
+     fi
+ done
+ 
  cat >confcache <<\_ACEOF
  # This file is a shell script that caches the results of configure
  # tests run on this system so they can be shared between configure
@@@ -25021,7 -26066,7 +25942,7 @@@ exec 6>&
  # 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.3, which was
+ This file was extended by Wine $as_me 1.1.4, which was
  generated by GNU Autoconf 2.61.  Invocation command line was
  
    CONFIG_FILES    = $CONFIG_FILES
@@@ -25074,7 -26119,7 +25995,7 @@@ Report bugs to <bug-autoconf at gnu.org>.
  _ACEOF
  cat >>$CONFIG_STATUS <<_ACEOF
  ac_cs_version="\\
- Wine config.status 1.1.3
+ Wine config.status 1.1.4
  configured by $0, generated by GNU Autoconf 2.61,
    with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
  
@@@ -25841,11 -26886,7 +26762,7 @@@ ICOTOOL!$ICOTOOL$ac_deli
  PRELINK!$PRELINK$ac_delim
  LIBPTHREAD!$LIBPTHREAD$ac_delim
  XLIB!$XLIB$ac_delim
- XFILES!$XFILES$ac_delim
- OPENGLFILES!$OPENGLFILES$ac_delim
- GLU32FILES!$GLU32FILES$ac_delim
  OPENGL_LIBS!$OPENGL_LIBS$ac_delim
- QUARTZFILES!$QUARTZFILES$ac_delim
  DLLEXT!$DLLEXT$ac_delim
  DLLFLAGS!$DLLFLAGS$ac_delim
  LDSHARED!$LDSHARED$ac_delim
@@@ -25885,7 -26926,6 +26802,6 @@@ LCMSLIBS!$LCMSLIBS$ac_deli
  ft_devel!$ft_devel$ac_delim
  FREETYPELIBS!$FREETYPELIBS$ac_delim
  FREETYPEINCL!$FREETYPEINCL$ac_delim
- FONTSSUBDIRS!$FONTSSUBDIRS$ac_delim
  ESDCONFIG!$ESDCONFIG$ac_delim
  ESDINCL!$ESDINCL$ac_delim
  ESDLIBS!$ESDLIBS$ac_delim
@@@ -25907,11 -26947,19 +26823,19 @@@ DEPENDENCIES!$DEPENDENCIES$ac_deli
  ALL_MAKERULES!$ALL_MAKERULES$ac_delim
  ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
  ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
+ ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
+ ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
+ ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
+ ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
+ ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
+ ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
+ ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
+ ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
  LIBOBJS!$LIBOBJS$ac_delim
  LTLIBOBJS!$LTLIBOBJS$ac_delim
  _ACEOF
  
-   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 84; then
+   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 87; then
      break
    elif $ac_last_try; then
      { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
diff --combined configure.ac
index 871d378,46d071e..c785692
--- a/configure.ac
+++ b/configure.ac
@@@ -218,11 -218,7 +218,7 @@@ dnl Check for -lpthrea
  AC_CHECK_LIB(pthread,pthread_create,AC_SUBST(LIBPTHREAD,"-lpthread"))
  
  AC_SUBST(XLIB,"")
- AC_SUBST(XFILES,"")
- AC_SUBST(OPENGLFILES,"")
- AC_SUBST(GLU32FILES,"")
  AC_SUBST(OPENGL_LIBS,"")
- AC_SUBST(QUARTZFILES,"")
  
  dnl **** Check for header files ****
  
@@@ -479,6 -475,14 +475,14 @@@ case $host_os i
      dnl We can't build 16-bit NE dlls
      WIN16_FILES=""
      WIN16_INSTALL=""
+     dnl Disable modules that can't be used on Windows
+     enable_iphlpapi=${enable_iphlpapi:-no}
+     enable_kernel32=${enable_kernel32:-no}
+     enable_msvcrt=${enable_msvcrt:-no}
+     enable_ntdll=${enable_ntdll:-no}
+     enable_ws2_32=${enable_ws2_32:-no}
+     enable_loader=${enable_loader:-no}
+     enable_server=${enable_server:-no}
      ;;
    darwin*|macosx*)
      DLLEXT=".so"
@@@ -513,7 -517,7 +517,7 @@@
      if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
      then
          AC_SUBST(CARBONLIB,"-framework Carbon")
-         QUARTZFILES='$(QUARTZFILES)'
+         enable_winequartz_drv=${enable_winequartz_drv:-yes}
      fi
      ;;
    *)
@@@ -544,6 -548,13 +548,6 @@@
        WINE_TRY_CFLAGS([-fPIC -Wl,--export-dynamic],
                        [AC_SUBST(LDEXECFLAGS,["-Wl,--export-dynamic"])])
  
 -      WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib],
 -                      [LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
 -                       LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"],
 -          [WINE_TRY_CFLAGS([-fPIC -Wl,-R,\$ORIGIN/../lib],
 -                           [LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
 -                            LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"])])
 -
        WINE_TRY_CFLAGS([-Wl,--enable-new-dtags],
                        [LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"])
  
@@@ -589,6 -600,8 +593,8 @@@
      ;;
  esac
  
+ enable_winequartz_drv=${enable_winequartz_drv:-no}
+ 
  if test "$LIBEXT" = "a"; then
    AC_MSG_ERROR(
  [could not find a way to build shared libraries.
@@@ -751,11 -764,9 +757,9 @@@ the
  		dnl Check for the presence of the library
  		WINE_CHECK_SONAME(GL,glXCreateContext,
  			     [OPENGL_LIBS="-lGL"
-                              OPENGLFILES='$(OPENGLFILES)'
                               AC_DEFINE(HAVE_OPENGL, 1, [Define if OpenGL is present on the system])],
                               [WINE_CHECK_SONAME(GL,glXCreateContext,
  				    [OPENGL_LIBS="-Xlinker -dylib_file -Xlinker /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -lGL"
- 	                            OPENGLFILES='$(OPENGLFILES)'
  	                            AC_DEFINE(HAVE_OPENGL, 1, [Define if OpenGL is present on the system])],
  				    [if test -f /usr/X11R6/lib/libGL.a
  	                            then
@@@ -768,8 -779,7 +772,7 @@@ This probably prevents linking to OpenG
  			     $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS)
                   if test "$ac_cv_header_GL_glu_h" = "yes"
                   then
-                     WINE_CHECK_SONAME(GLU,gluLookAt,[GLU32FILES='$(GLU32FILES)'],,
-                                       [$OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS])
+                     WINE_CHECK_SONAME(GLU,gluLookAt,,,[$OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS])
                   fi
                   WINE_NOTICE_WITH(glu,[test "x$ac_cv_lib_soname_GLU" = "x"],
                                   [libGLU development files not found, GLU won't be supported.])
@@@ -783,6 -793,9 +786,9 @@@
      WINE_WARNING_WITH(opengl,[test -n "$opengl_msg"],[$opengl_msg
  OpenGL and Direct3D won't be supported.])
  
+     test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
+     test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
+ 
      dnl **** Check for NAS ****
      AC_SUBST(NASLIBS,"")
      AC_CHECK_HEADERS(audio/audiolib.h,
@@@ -797,11 -810,13 +803,13 @@@
                         [-lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS])])
  
      CPPFLAGS="$ac_save_CPPFLAGS"
-     XFILES='$(XFILES)'
  else
      XLIB=""
      X_CFLAGS=""
      X_LIBS=""
+     enable_winex11_drv=${enable_winex11_drv:-no}
+     enable_opengl32=${enable_opengl32:-no}
+     enable_glu32=${enable_glu32:-no}
  fi
  WINE_ERROR_WITH(x,[test "x$XLIB" = "x"],[X development files not found. Wine will be built
  without X support, which probably isn't what you want. You will need to install
@@@ -1013,12 -1028,12 +1021,12 @@@ the
  	    AC_DEFINE(HAVE_FREETYPE, 1, [Define if FreeType 2 is installed])
              AC_SUBST(FREETYPELIBS,"$ac_freetype_libs")
              AC_SUBST(FREETYPEINCL,"$ac_freetype_incl")
-             AC_SUBST(FONTSSUBDIRS,"fonts")
  	fi
      fi
  fi
  WINE_ERROR_WITH(freetype,[test "x$FREETYPELIBS" = "x"],[FreeType development files not found.
  Fonts will not be built. Dialog text may be invisible or unaligned.])
+ test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
  
  dnl **** Check for parport (currently Linux only) ****
  AC_CACHE_CHECK([for parport header/ppdev.h], ac_cv_c_ppdev,
@@@ -1668,6 -1683,14 +1676,14 @@@ AC_SUBST(ALL_MAKERULES,""
  AC_SUBST(ALL_MAKEFILES,"")
  AC_SUBST(ALL_MAKEFILE_DEPENDS,["# Makefile dependencies"])
  
+ AC_SUBST(ALL_TOP_DIRS,"")
+ AC_SUBST(ALL_DLL_DIRS,"")
+ AC_SUBST(ALL_IMPLIB_DIRS,"")
+ AC_SUBST(ALL_TEST_DIRS,"")
+ AC_SUBST(ALL_PROGRAM_DIRS,"")
+ AC_SUBST(ALL_PROGRAM_INSTALL_DIRS,"")
+ AC_SUBST(ALL_PROGRAM_BIN_INSTALL_DIRS,"")
+ 
  AH_TOP([#define __WINE_CONFIG_H])
  
  AC_CONFIG_COMMANDS([include/stamp-h], [echo timestamp > include/stamp-h])
@@@ -1686,419 -1709,419 +1702,419 @@@ WINE_CONFIG_MAKERULES([dlls/Maketest.ru
  WINE_CONFIG_MAKERULES([programs/Makeprog.rules],[MAKE_PROG_RULES],[Make.rules])
  
  WINE_CONFIG_MAKEFILE([Makefile],[Make.rules])
- WINE_CONFIG_MAKEFILE([dlls/Makefile],[Make.rules])
- WINE_CONFIG_MAKEFILE([dlls/acledit/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/activeds/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/actxprxy/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/adsiid/Makefile],[dlls/Makeimplib.rules])
- WINE_CONFIG_MAKEFILE([dlls/advapi32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/advapi32/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/advpack/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/advpack/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/amstream/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/appwiz.cpl/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/atl/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/avicap32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/avifil32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/browseui/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/browseui/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/cabinet/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/cabinet/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/capi2032/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/cards/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/cfgmgr32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/clusapi/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/comcat/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/comcat/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/comctl32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/comctl32/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/comdlg32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/comdlg32/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/compstui/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/credui/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/credui/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/crtdll/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/crypt32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/crypt32/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/cryptdlg/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/cryptdll/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/cryptnet/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/cryptnet/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/cryptui/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/ctapi32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/ctl3d32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/d3d10/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/d3d8/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/d3d8/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/d3d9/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/d3d9/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/d3dim/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/d3drm/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/d3drm/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/d3dx8/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/d3dx8/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/d3dx9_24/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/d3dx9_25/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/d3dx9_26/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/d3dx9_27/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/d3dx9_28/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/d3dx9_29/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/d3dx9_30/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/d3dx9_31/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/d3dx9_32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/d3dx9_33/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/d3dx9_34/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/d3dx9_35/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/d3dx9_36/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/d3dx9_36/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/d3dx9_37/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/d3dxof/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/d3dxof/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/dbghelp/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/dciman32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/ddraw/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/ddraw/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/ddrawex/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/devenum/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/dinput/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/dinput/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/dinput8/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/dmband/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/dmcompos/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/dmime/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/dmloader/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/dmscript/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/dmstyle/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/dmsynth/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/dmusic/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/dmusic32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/dnsapi/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/dnsapi/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/dplay/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/dplayx/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/dplayx/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/dpnaddr/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/dpnet/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/dpnhpast/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/dpnlobby/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/dpwsockx/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/dsound/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/dsound/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/dssenh/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/dswave/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/dwmapi/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/dxdiagn/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/dxerr8/Makefile],[dlls/Makeimplib.rules])
- WINE_CONFIG_MAKEFILE([dlls/dxerr9/Makefile],[dlls/Makeimplib.rules])
- WINE_CONFIG_MAKEFILE([dlls/dxguid/Makefile],[dlls/Makeimplib.rules])
- WINE_CONFIG_MAKEFILE([dlls/faultrep/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/fusion/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/fusion/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/gdi32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/gdi32/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/gdiplus/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/gdiplus/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/glu32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/gphoto2.ds/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/gpkcsp/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/hal/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/hhctrl.ocx/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/hid/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/hlink/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/hlink/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/hnetcfg/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/iccvid/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/icmp/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/ifsmgr.vxd/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/imaadp32.acm/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/imagehlp/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/imm32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/imm32/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/inetcomm/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/inetcomm/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/inetmib1/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/inetmib1/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/infosoft/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/infosoft/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/initpki/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/inkobj/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/inseng/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/iphlpapi/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/iphlpapi/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/itircl/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/itss/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/itss/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/jscript/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/jscript/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/kernel32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/kernel32/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/localspl/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/localspl/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/localui/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/localui/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/lz32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/lz32/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/mapi32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/mapi32/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/mciavi32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/mcicda/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/mciseq/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/mciwave/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/midimap/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/mlang/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/mlang/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/mmdevldr.vxd/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/monodebg.vxd/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/mountmgr.sys/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/mpr/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/mprapi/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/msacm32.drv/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/msacm32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/msacm32/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/msadp32.acm/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/mscat32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/mscms/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/mscms/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/mscoree/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/msdmo/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/msftedit/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/msg711.acm/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/mshtml.tlb/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/mshtml/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/mshtml/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/msi/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/msi/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/msimg32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/msimtf/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/msisip/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/msisys.ocx/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/msnet32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/msrle32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/mssip32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/mstask/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/mstask/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/msvcirt/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/msvcr71/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/msvcrt/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/msvcrt/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/msvcrt20/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/msvcrt40/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/msvcrtd/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/msvcrtd/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/msvfw32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/msvidc32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/mswsock/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/msxml3/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/msxml3/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/nddeapi/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/netapi32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/netapi32/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/newdev/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/ntdll/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/ntdll/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/ntdsapi/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/ntdsapi/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/ntoskrnl.exe/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/ntprint/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/ntprint/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/objsel/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/odbc32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/odbccp32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/odbccp32/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/ole32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/ole32/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/oleacc/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/oleaut32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/oleaut32/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/olecli32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/oledlg/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/olepro32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/olesvr32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/olethk32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/opengl32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/opengl32/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/pdh/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/pdh/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/powrprof/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/printui/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/propsys/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/psapi/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/psapi/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/pstorec/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/qcap/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/qedit/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/qedit/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/qmgr/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/qmgr/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/qmgrprxy/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/quartz/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/quartz/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/query/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/rasapi32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/rasapi32/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/resutils/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/riched20/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/riched20/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/riched32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/riched32/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/rpcrt4/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/rpcrt4/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/rsabase/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/rsaenh/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/rsaenh/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/sane.ds/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/sccbase/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/schannel/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/schannel/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/secur32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/secur32/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/security/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/sensapi/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/serialui/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/serialui/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/setupapi/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/setupapi/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/sfc/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/sfc_os/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/shdoclc/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/shdocvw/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/shdocvw/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/shell32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/shell32/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/shfolder/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/shlwapi/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/shlwapi/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/slbcsp/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/slc/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/snmpapi/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/snmpapi/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/softpub/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/spoolss/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/spoolss/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/stdole2.tlb/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/stdole32.tlb/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/sti/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/strmiids/Makefile],[dlls/Makeimplib.rules])
- WINE_CONFIG_MAKEFILE([dlls/svrapi/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/sxs/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/tapi32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/twain_32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/unicows/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/url/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/urlmon/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/urlmon/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/user32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/user32/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/userenv/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/userenv/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/usp10/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/usp10/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/uuid/Makefile],[dlls/Makeimplib.rules])
- WINE_CONFIG_MAKEFILE([dlls/uxtheme/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/uxtheme/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/vdhcp.vxd/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/vdmdbg/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/version/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/version/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/vmm.vxd/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/vnbt.vxd/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/vnetbios.vxd/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/vtdapi.vxd/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/vwin32.vxd/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/w32skrnl/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/winealsa.drv/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/wineaudioio.drv/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/winecoreaudio.drv/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/winecrt0/Makefile],[dlls/Makeimplib.rules])
- WINE_CONFIG_MAKEFILE([dlls/wined3d/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/winedos/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/wineesd.drv/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/winejack.drv/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/winejoystick.drv/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/winemp3.acm/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/winenas.drv/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/wineoss.drv/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/wineps.drv/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/winequartz.drv/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/winex11.drv/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/wing32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/winhttp/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/winhttp/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/wininet/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/wininet/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/winmm/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/winmm/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/winnls32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/winscard/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/winspool.drv/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/winspool.drv/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/wintab32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/wintrust/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/wintrust/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/wldap32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/wmi/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/wnaspi32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/wow32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/ws2_32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/ws2_32/tests/Makefile],[dlls/Maketest.rules])
- WINE_CONFIG_MAKEFILE([dlls/wsock32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([dlls/wtsapi32/Makefile],[dlls/Makedll.rules])
- WINE_CONFIG_MAKEFILE([documentation/Makefile],[Make.rules])
- WINE_CONFIG_MAKEFILE([fonts/Makefile],[Make.rules])
- WINE_CONFIG_MAKEFILE([include/Makefile],[Make.rules])
- WINE_CONFIG_MAKEFILE([libs/Makefile],[Make.rules])
+ WINE_CONFIG_MAKEFILE([dlls/Makefile],[Make.rules],[],[ALL_TOP_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/acledit/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/activeds/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/actxprxy/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/adsiid/Makefile],[dlls/Makeimplib.rules],[dlls],[ALL_IMPLIB_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/advapi32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/advapi32/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/advpack/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/advpack/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/amstream/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/appwiz.cpl/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/atl/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/avicap32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/avifil32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/browseui/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/browseui/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/cabinet/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/cabinet/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/capi2032/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/cards/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/cfgmgr32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/clusapi/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/comcat/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/comcat/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/comctl32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/comctl32/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/comdlg32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/comdlg32/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/compstui/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/credui/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/credui/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/crtdll/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/crypt32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/crypt32/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/cryptdlg/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/cryptdll/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/cryptnet/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/cryptnet/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/cryptui/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/ctapi32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/ctl3d32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/d3d10/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/d3d8/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/d3d8/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/d3d9/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/d3d9/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/d3dim/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/d3drm/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/d3drm/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/d3dx8/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/d3dx8/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/d3dx9_24/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/d3dx9_25/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/d3dx9_26/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/d3dx9_27/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/d3dx9_28/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/d3dx9_29/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/d3dx9_30/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/d3dx9_31/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/d3dx9_32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/d3dx9_33/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/d3dx9_34/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/d3dx9_35/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/d3dx9_36/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/d3dx9_36/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/d3dx9_37/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/d3dxof/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/d3dxof/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dbghelp/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dciman32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/ddraw/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/ddraw/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/ddrawex/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/devenum/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dinput/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dinput/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dinput8/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dmband/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dmcompos/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dmime/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dmloader/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dmscript/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dmstyle/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dmsynth/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dmusic/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dmusic32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dnsapi/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dnsapi/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dplay/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dplayx/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dplayx/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dpnaddr/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dpnet/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dpnhpast/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dpnlobby/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dpwsockx/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dsound/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dsound/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dssenh/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dswave/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dwmapi/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dxdiagn/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dxerr8/Makefile],[dlls/Makeimplib.rules],[dlls],[ALL_IMPLIB_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dxerr9/Makefile],[dlls/Makeimplib.rules],[dlls],[ALL_IMPLIB_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/dxguid/Makefile],[dlls/Makeimplib.rules],[dlls],[ALL_IMPLIB_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/faultrep/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/fusion/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/fusion/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/gdi32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/gdi32/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/gdiplus/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/gdiplus/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/glu32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/gphoto2.ds/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/gpkcsp/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/hal/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/hhctrl.ocx/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/hid/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/hlink/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/hlink/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/hnetcfg/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/iccvid/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/icmp/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/ifsmgr.vxd/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/imaadp32.acm/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/imagehlp/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/imm32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/imm32/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/inetcomm/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/inetcomm/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/inetmib1/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/inetmib1/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/infosoft/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/infosoft/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/initpki/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/inkobj/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/inseng/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/iphlpapi/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/iphlpapi/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/itircl/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/itss/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/itss/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/jscript/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/jscript/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/kernel32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/kernel32/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/localspl/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/localspl/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/localui/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/localui/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/lz32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/lz32/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/mapi32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/mapi32/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/mciavi32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/mcicda/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/mciseq/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/mciwave/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/midimap/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/mlang/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/mlang/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/mmdevldr.vxd/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/monodebg.vxd/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/mountmgr.sys/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/mpr/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/mprapi/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/msacm32.drv/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/msacm32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/msacm32/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/msadp32.acm/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/mscat32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/mscms/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/mscms/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/mscoree/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/msdmo/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/msftedit/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/msg711.acm/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/mshtml.tlb/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/mshtml/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/mshtml/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/msi/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/msi/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/msimg32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/msimtf/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/msisip/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/msisys.ocx/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/msnet32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/msrle32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/mssip32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/mstask/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/mstask/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/msvcirt/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/msvcr71/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/msvcrt/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/msvcrt/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/msvcrt20/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/msvcrt40/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/msvcrtd/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/msvcrtd/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/msvfw32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/msvidc32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/mswsock/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/msxml3/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/msxml3/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/nddeapi/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/netapi32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/netapi32/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/newdev/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/ntdll/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/ntdll/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/ntdsapi/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/ntdsapi/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/ntoskrnl.exe/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/ntprint/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/ntprint/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/objsel/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/odbc32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/odbccp32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/odbccp32/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/ole32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/ole32/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/oleacc/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/oleaut32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/oleaut32/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/olecli32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/oledlg/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/olepro32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/olesvr32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/olethk32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/opengl32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/opengl32/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/pdh/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/pdh/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/powrprof/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/printui/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/propsys/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/psapi/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/psapi/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/pstorec/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/qcap/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/qedit/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/qedit/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/qmgr/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/qmgr/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/qmgrprxy/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/quartz/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/quartz/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/query/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/rasapi32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/rasapi32/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/resutils/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/riched20/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/riched20/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/riched32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/riched32/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/rpcrt4/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/rpcrt4/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/rsabase/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/rsaenh/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/rsaenh/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/sane.ds/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/sccbase/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/schannel/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/schannel/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/secur32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/secur32/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/security/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/sensapi/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/serialui/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/serialui/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/setupapi/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/setupapi/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/sfc/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/sfc_os/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/shdoclc/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/shdocvw/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/shdocvw/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/shell32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/shell32/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/shfolder/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/shlwapi/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/shlwapi/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/slbcsp/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/slc/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/snmpapi/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/snmpapi/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/softpub/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/spoolss/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/spoolss/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/stdole2.tlb/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/stdole32.tlb/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/sti/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/strmiids/Makefile],[dlls/Makeimplib.rules],[dlls],[ALL_IMPLIB_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/svrapi/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/sxs/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/tapi32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/twain_32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/unicows/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/url/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/urlmon/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/urlmon/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/user32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/user32/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/userenv/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/userenv/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/usp10/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/usp10/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/uuid/Makefile],[dlls/Makeimplib.rules],[dlls],[ALL_IMPLIB_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/uxtheme/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/uxtheme/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/vdhcp.vxd/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/vdmdbg/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/version/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/version/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/vmm.vxd/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/vnbt.vxd/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/vnetbios.vxd/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/vtdapi.vxd/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/vwin32.vxd/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/w32skrnl/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/winealsa.drv/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/wineaudioio.drv/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/winecoreaudio.drv/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/winecrt0/Makefile],[dlls/Makeimplib.rules],[dlls],[ALL_IMPLIB_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/wined3d/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/winedos/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/wineesd.drv/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/winejack.drv/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/winejoystick.drv/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/winemp3.acm/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/winenas.drv/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/wineoss.drv/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/wineps.drv/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/winequartz.drv/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/winex11.drv/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/wing32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/winhttp/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/winhttp/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/wininet/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/wininet/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/winmm/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/winmm/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/winnls32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/winscard/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/winspool.drv/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/winspool.drv/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/wintab32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/wintrust/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/wintrust/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/wldap32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/wmi/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/wnaspi32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/wow32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/ws2_32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/ws2_32/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/wsock32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([dlls/wtsapi32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
+ WINE_CONFIG_MAKEFILE([documentation/Makefile],[Make.rules],[],[ALL_TOP_DIRS])
+ WINE_CONFIG_MAKEFILE([fonts/Makefile],[Make.rules],[],[ALL_TOP_DIRS])
+ WINE_CONFIG_MAKEFILE([include/Makefile],[Make.rules],[],[ALL_TOP_DIRS])
+ WINE_CONFIG_MAKEFILE([libs/Makefile],[Make.rules],[],[ALL_TOP_DIRS])
  WINE_CONFIG_MAKEFILE([libs/port/Makefile],[Make.rules])
  WINE_CONFIG_MAKEFILE([libs/wine/Makefile],[Make.rules])
  WINE_CONFIG_MAKEFILE([libs/wpp/Makefile],[Make.rules])
- WINE_CONFIG_MAKEFILE([loader/Makefile],[Make.rules])
- WINE_CONFIG_MAKEFILE([programs/Makefile],[Make.rules])
- WINE_CONFIG_MAKEFILE([programs/clock/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/cmd/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/cmdlgtst/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/control/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/eject/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/expand/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/explorer/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/hh/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/icinfo/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/iexplore/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/msiexec/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/net/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/notepad/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/oleview/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/progman/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/reg/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/regedit/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/regsvr32/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/rpcss/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/rundll32/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/secedit/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/services/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/spoolsv/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/start/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/svchost/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/taskmgr/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/uninstaller/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/view/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/wineboot/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/winebrowser/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/winecfg/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/wineconsole/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/winedbg/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/winedevice/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/winefile/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/winemenubuilder/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/winemine/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/winepath/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/winetest/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/winevdm/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/winhlp32/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/winver/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/wordpad/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/write/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([programs/xcopy/Makefile],[programs/Makeprog.rules])
- WINE_CONFIG_MAKEFILE([server/Makefile],[Make.rules])
- WINE_CONFIG_MAKEFILE([tools/Makefile],[Make.rules])
+ WINE_CONFIG_MAKEFILE([loader/Makefile],[Make.rules],[],[ALL_TOP_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/Makefile],[Make.rules],[],[ALL_TOP_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/clock/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/cmd/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/cmdlgtst/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/control/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/eject/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/expand/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/explorer/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/hh/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/icinfo/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/iexplore/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/msiexec/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS,ALL_PROGRAM_BIN_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/net/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/notepad/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS,ALL_PROGRAM_BIN_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/oleview/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/progman/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS,ALL_PROGRAM_BIN_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/reg/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/regedit/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS,ALL_PROGRAM_BIN_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/regsvr32/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS,ALL_PROGRAM_BIN_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/rpcss/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/rundll32/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/secedit/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/services/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/spoolsv/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/start/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/svchost/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/taskmgr/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/uninstaller/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS,ALL_PROGRAM_BIN_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/view/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/wineboot/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS,ALL_PROGRAM_BIN_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/winebrowser/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS,ALL_PROGRAM_BIN_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/winecfg/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS,ALL_PROGRAM_BIN_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/wineconsole/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS,ALL_PROGRAM_BIN_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/winedbg/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS,ALL_PROGRAM_BIN_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/winedevice/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/winefile/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS,ALL_PROGRAM_BIN_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/winemenubuilder/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/winemine/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS,ALL_PROGRAM_BIN_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/winepath/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS,ALL_PROGRAM_BIN_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/winetest/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/winevdm/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/winhlp32/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/winver/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/wordpad/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/write/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([programs/xcopy/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
+ WINE_CONFIG_MAKEFILE([server/Makefile],[Make.rules],[],[ALL_TOP_DIRS])
+ WINE_CONFIG_MAKEFILE([tools/Makefile],[Make.rules],[],[ALL_TOP_DIRS])
  WINE_CONFIG_MAKEFILE([tools/widl/Makefile],[Make.rules])
  WINE_CONFIG_MAKEFILE([tools/winebuild/Makefile],[Make.rules])
  WINE_CONFIG_MAKEFILE([tools/winedump/Makefile],[Make.rules])
@@@ -2106,6 -2129,20 +2122,20 @@@ WINE_CONFIG_MAKEFILE([tools/winegcc/Mak
  WINE_CONFIG_MAKEFILE([tools/wmc/Makefile],[Make.rules])
  WINE_CONFIG_MAKEFILE([tools/wrc/Makefile],[Make.rules])
  
+ dnl Build dependencies for test files compiled into winetest
+ 
+ AC_SUBST(ALL_WINETEST_DEPENDS,["# Test binaries"])
+ for dir in $ALL_TEST_DIRS
+ do
+     if test "$dir" != "\\"
+     then
+         testname=`expr $dir : '\(.*\)/tests'`_test.exe
+         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
+ $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
+ 	cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
+     fi
+ done
+ 
  AC_OUTPUT
  
  if test "$no_create" = "yes"
diff --combined debian/changelog
index 9f6e012,0000000..8ff3cdb
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,3497 -1,0 +1,3503 @@@
++wine (1.1.4-1) UNRELEASED; urgency=low
++
++  * UNRELEASED
++
++ -- Ove Kaaven <ovek at arcticnet.no>  Wed, 01 Oct 2008 05:58:08 +0200
++
 +wine (1.1.3-1) experimental; urgency=low
 +
 +  * New upstream release 1.1.3, released Aug 22, 2008.
 +    - Beginnings of ddraw overlay support.
 +    - Many more crypt32 functions.
 +    - Improved support for tables in Richedit.
 +    - Support for NETWM window maximization.
 +    - Many installer fixes.
 +    - Tweaks for better PulseAudio support.
 +    - Various bug fixes.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Wed, 01 Oct 2008 01:48:17 +0200
 +
 +wine (1.1.2-1) experimental; urgency=low
 +
 +  * New upstream release 1.1.2, released Jul 25, 2008.
 +    - Control panel improvements and new appwiz panel.
 +    - Restructurations of state handling in Direct3D.
 +    - Support for timer queue functions.
 +    - Many MSXML improvements.
 +    - Several fixes to Solaris support.
 +    - Various bug fixes.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Tue, 30 Sep 2008 00:10:30 +0200
 +
 +wine (1.1.1-1) experimental; urgency=low
 +
 +  * New upstream release 1.1.1, released Jul 11, 2008.
 +    - Fixes for Photoshop CS3 and Office 2007 installers.
 +    - More progress on gdiplus.
 +    - Support for Unicode files in regedit.
 +    - Improved video playback.
 +    - Many Richedit fixes and improvements.
 +    - Various bug fixes.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon, 29 Sep 2008 05:06:27 +0200
 +
 +wine (1.1.0-1) experimental; urgency=low
 +
 +  * New upstream release 1.1.0, released Jun 27, 2008.
 +    - Many more gdiplus functions implemented.
 +    - Improved graphics tablet support.
 +    - Many Richedit fixes and improvements.
 +    - Support for HWND_MESSAGE windows.
 +    - A lot of new MSHTML functions.
 +    - Many fixes in MSI registry handling.
 +    - Initial implementation of the inetmib1 DLL.
 +    - Improvements to the quartz renderers.
 +    - Various bug fixes.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon, 29 Sep 2008 02:49:02 +0200
 +
 +wine (1.0.0-1) unstable; urgency=high
 +
 +  * New upstream release 1.0, released Jun 17, 2008.
 +  * Setting urgency high for this milestone upload.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Tue, 17 Jun 2008 17:54:38 +0200
 +
 +wine (1.0-rc5-1) unstable; urgency=low
 +
 +  * New upstream release 1.0-rc5, released Jun 13, 2008.
 +    - Bug fixes only, we are in code freeze.
 +  * Updated dependencies to use the new CUPS package names.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sat, 14 Jun 2008 16:14:03 +0200
 +
 +wine (1.0-rc4-1) unstable; urgency=low
 +
 +  * New upstream release 1.0-rc4, released Jun 6, 2008.
 +    - Bug fixes only, we are in code freeze.
 +  * Moved hh.exe from wine-utils to wine-bin.
 +  * There's no longer an official upstream changelog file. It's possible
 +    to automatically generate one from their git repository, but
 +    probably not very important to do at this time. For now, I've
 +    removed all upstream changelogs from the packages.
 +  * Major update of README.Debian. Obsolete information has been
 +    removed, and what remains has been updated and expanded.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Wed, 11 Jun 2008 16:04:35 +0200
 +
 +wine (1.0-rc3-1) unstable; urgency=low
 +
 +  * New upstream release 1.0-rc3, released May 30, 2008.
 +    - Bug fixes only, we are in code freeze.
 +
 + -- Arthur Loiret <arthur.loiret at gmail.com>  Sat, 07 Jun 2008 02:01:18 +0000
 +
 +wine (1.0-rc2-1) unstable; urgency=low
 +
 +  * New upstream release 1.0-rc2, released May 23, 2008.
 +    - Bug fixes only, we are in code freeze.
 +
 +  [ Ove Kaaven ]
 +  * winhelp has been renamed to winhlp32, updated debian/wine-bin.install
 +    accordingly.
 +  * Reverted Debian modifications to tools/wineinstall, they won't be
 +    needed anymore.
 +  * Made libwine-oss depend on oss-compat.
 +  * debian/rules clean now depends unconditionally on clean-arch32 and
 +    clean-arch64. This should allow the clean rule to do its job even
 +    outside of a chroot.
 +  * Deleted debian/wine-utils.undocumented.
 +  * On amd64, symlink in libraries from ia32-libs for Wine to link
 +    against, to work around ia32-libs not providing the necessary
 +    symlinks itself. (Based on list of libraries provided by Arthur
 +    Loiret.)
 +  * Disable the old amd64 hack in favor of the new ia32-libs symlink
 +    hack.
 +
 +  [ Arthur Loiret ]
 +  * Add myself to Uploaders.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sun, 25 May 2008 03:15:23 +0200
 +
 +wine (1.0-rc1-1) unstable; urgency=low
 +
 +  * New upstream release 1.0-rc1, released May 9, 2008.
 +    - Bug fixes only, we are in code freeze.
 +  * Made the pkg-wine-party mailing list the official maintainer of the
 +    Wine packages, and myself a mere uploader.
 +  * Moved libwine's Recommends on libwine-print and libwine-gl to a
 +    Suggests in wine-bin instead, since I've gotten reports from people
 +    not desiring of either component.
 +  * Fixed watch file for Wine "rc" release versions.
 +  * Reverted patch to mark stack executable. It hasn't been doing
 +    anything for a while (the functional part of it probably got lost in
 +    a merge conflict), and nobody has complained, so it's probably not
 +    needed anymore.
 +  * Did some fixes to the debian/maint/* scripts.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sat, 10 May 2008 10:14:53 +0200
 +
 +wine (0.9.61-2) unstable; urgency=low
 +
 +  * Seems ia32-libs is not in shape yet after all. Re-enabled amd64
 +    hack.
 +  * Made debian/diff-amd64.sh handle the new SHA checksums.
 +  * Improved debian/maint/build-final's generation of changelogs for
 +    Debian revisions.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Tue, 06 May 2008 07:13:23 +0200
 +
 +wine (0.9.61-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.61, released May 2, 2008.
 +    - Automatic updating of the WINEPREFIX directory.
 +    - Winhelp now uses Richedit as display engine.
 +    - Many RichEdit fixes.
 +    - More improvements to IME support.
 +    - More quartz fixes.
 +    - Implementation for many more Gdiplus functions.
 +    - Lots of bug fixes.
 +  * Added Vcs-* fields to debian/control, pointing at the new Git
 +    repository for the Debian Wine packages.
 +  * Fix diff-amd64.sh to work if building out of the Git repository.
 +  * Allow clean rule to succeed if invoked more than once with
 +    DEB_SAVEBUILD set.
 +  * Added scripts to import new upstream releases and build packages
 +    using the pkg-wine Git repository.
 +  * Added debian/watch file.
 +  * With ia32-libs version 2.4, it's finally possible to build Wine
 +    properly on amd64, so I'll now finally disable the amd64 hack.
 +    (Closes: #381341.)
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sat, 03 May 2008 07:46:16 +0200
 +
 +wine (0.9.60-4) unstable; urgency=medium
 +
 +  * Added the lpr virtual package as an alternative dependency for
 +    cupsys-bsd in the libwine-print package. I probably should have
 +    done that in the first place, but wasn't sure it made sense...
 +    Closes: #478053.
 +  * Changed debian/rules to make building and using amd64.tar.lzma.uu
 +    a bit more tweakable (and possible to turn off easily). I'm not
 +    totally sure how I should handle backports, given that ia32-libs
 +    in etch probably lacks a lot of stuff, but there's now commented-out
 +    code to automatically delete amd64.tar.lzma.uu if building on stable.
 +    Perhaps the opposite makes more sense?
 +  * Set urgency to medium, as all the bugfixes in 0.9.60 are eagerly
 +    awaited by many testing users, and all these debian revisions
 +    have stalled migration long enough, I guess.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sat, 26 Apr 2008 18:31:20 +0200
 +
 +wine (0.9.60-3) unstable; urgency=low
 +
 +  * Just noticed that I broke the amd64 build (again) by trying
 +    to install the new winelauncher into a directory that was only
 +    created by a regular build, not by the amd64 hack.
 +    Added a mkdir to hopefully fix it again.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Wed, 23 Apr 2008 02:53:56 +0200
 +
 +wine (0.9.60-2) unstable; urgency=low
 +
 +  * Made libwine-print depend on cupsys-bsd. Closes: #475138.
 +  * Made debian/winelauncher use dpkg --print-architecture instead
 +    of uname -m.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Tue, 22 Apr 2008 13:33:13 +0200
 +
 +wine (0.9.60-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.60.
 +    - Better support for Windows IMEs.
 +    - Option for Windows-style window decorations.
 +    - Improved system tray behavior.
 +    - Window management fixes.
 +    - Improved quartz audio support.
 +    - Better support for launching apps from Unix file managers.
 +    - Lots of bug fixes.
 +  * This version was released Apr 18, 2008.
 +  * The winelauncher is removed upstream, so its flaws won't be
 +    bothering anyone anymore. Closes: #464166, #321470.
 +  * However, I've been too lazy to change the way I do wine-safe
 +    and wine-auto, so I took the code I used to patch the old
 +    winelauncher with, and put it into debian/winelauncher. So
 +    there's still a wrapper script, but it doesn't do any of the
 +    old winelauncher magic. It just does two things now:
 +    * if Wine is launched from mailcap, it asks for confirmation,
 +      like before.
 +    * plus, I made it check if it's running on amd64, and if so,
 +      check if the user has a broken libnss-mdns configuration.
 +      If so, it tells them to fix it.
 +  * The bug_report.pl script is also removed upstream, so it's
 +    also no longer in the wine-bin package.
 +  * Removed the --ignore-missing-info again.
 +  * Added a couple of hooks for reportbug, so the libwine dependencies
 +    are included if people file bugs on wine or wine-bin.
 +  * Renamed font_convert.sh in wine-utils to wine-font-convert,
 +    to comply with new Policy 3.7.0 guideline of not including
 +    script extension.
 +  * Upgraded Standards-Version to 3.7.3.
 +  * Added dh_desktop call to debian/rules.
 +  * Added a couple of lintian overrides for libwine. The package isn't
 +    lintian clean, I just added what I'm sure should be overridden.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sun, 20 Apr 2008 20:43:19 +0200
 +
 +wine (0.9.59-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.59.
 +    - Improved support for the .NET framework.
 +    - Better services handling through a separate services.exe process.
 +    - Support for ATI fragment shader.
 +    - Better support for http proxies.
 +    - Window management fixes.
 +    - Pre-compiled fonts are now available in the source tree.
 +    - Lots of bug fixes.
 +  * This version was released Apr 4, 2008.
 +  * Installed reg.exe.so and services.exe.so into wine-bin.
 +  * Made libwine-capi priority extra, since the package it depends on,
 +    libcapi20, is also priority extra.
 +  * Re-added #DEBHELPER# token to libwine.postinst and wine.postinst
 +    (probably got lost when I tried to get rid of the debconf templates).
 +  * Removed empty directory /usr/share/applications from wine-utils.
 +  * Removed empty directory /usr/lib/wine from dummy package libwine-twain.
 +  * Changed the architectures of the libasound2-dev build-dependency to
 +    match the architectures of the libwine-alsa package.
 +  * Changed the architectures of the libcapi20-dev build-dependency to
 +    match the architectures of the libwine-capi package.
 +  * Only build-depend on prelink on i386 and amd64. It's not available on
 +    most architectures, after all. Hopefully no big deal for the rest.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon, 07 Apr 2008 23:00:23 +0200
 +
 +wine (0.9.58-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.58.
 +    - The default version is now Windows XP.
 +    - Many Richedit improvements.
 +    - Beginning of jscript dll support.
 +    - Shell folders now respect XDG directory configuration.
 +    - Many translation updates.
 +    - Lots of bug fixes.
 +  * This version was released Mar 21, 2008.
 +  * Fixed the install-arch*-stamp rules which I added to debian/rules
 +    in my previous upload, so they now work on more than my own machine.
 +    Closes: #472650.
 +  * Added --ignore-missing-info to the dh_shlibdeps in debian/rules,
 +    to see if it might work around the broken ia32-libs package that
 +    the Debian amd64 port is currently suffering from. (Suggested by
 +    Robert Millan.)
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Wed, 26 Mar 2008 11:33:08 +0100
 +
 +wine (0.9.57-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.57.
 +    - Support for multiple OpenGL pixel formats.
 +    - Improved support for color profiles.
 +    - Many window management fixes.
 +    - Better fullscreen support.
 +    - Lots of bug fixes.
 +  * This version was released Mar 7, 2008.
 +  * Added --list-missing option to the dh_install invocation.
 +  * Installed the translated wine and wineserver man pages.
 +  * Installed *.mod16 and *.sys.so (i.e., winoldap.mod16 and mountmgr.sys.so)
 +    into libwine.
 +  * Installed secedit.exe, svchost.exe, and write.exe into wine-bin.
 +  * Delete marlett.ttf~ (a backup file created by the workaround I currently
 +    use for a fontforge bug)
 +  * Removed empty directories /etc and /usr/share/man/man5 from wine-bin.
 +  * The install-arch* rules (in debian/rules) now uses install-arch*-stamp
 +    to remember if they're already complete, so binary-arch can be rerun
 +    (for testing purposes) without having to wait for install-arch.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Thu, 13 Mar 2008 21:01:52 +0100
 +
 +wine (0.9.56-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.56.
 +    - Proper handling of OpenGL/Direct3D windows with menu bars.
 +    - Stubs for all the d3dx9_xx dlls.
 +    - Several graphics optimizations.
 +    - Many installer fixes.
 +    - Improved MIME message support.
 +    - Lots of bug fixes.
 +  * This version was released Feb 22, 2008.
 +  * Added kfreebsd-amd64 to Architecture fields in debian/control.
 +  * On amd64 architectures, libwine-dev now also depends on libc6-dev-i386.
 +  * Force libwine to depend on libhal, libssl, libXcursor, libXi, libXrandr,
 +    and libXinerama.
 +    While the upstream Wine developers probably don't like the way I handle
 +    dependencies much, I believe that my dependency system might be quite
 +    useful on amd64 in the future, when users won't necessarily have the
 +    necessary 32-bit libraries installed even when the regular 64-bit
 +    libraries are installed and configured. And then they would be like,
 +    "why doesn't ALSA sound work in Wine?!?!!111one1", "why can't I
 +    print???", or "why won't it load SSL? I've installed it!"
 +  * Force libwine-gl to depend on libXcomposite.
 +    Technically, Xcomposite is loaded from x11drv, which is in libwine,
 +    not libwine-gl, but I believe Xcomposite is only actually used for
 +    offscreen rendering surfaces for 3D applications, so it seems
 +    appropriate that libwine-gl pulls it in.
 +  * Force wine-bin to depend on ncurses.
 +    I'm not sure how useful this is. It's only used by wineconsole if
 +    you specifically request ncurses-mode, and ncurses-mode is currently
 +    broken. But then again, why not? It's just ncurses. Everybody has it.
 +  * Added --noinhibit-exec linker option to debian/gendeps.sh, just in
 +    case. Should hopefully ensure that even if not all build dependencies
 +    are available at build time, at least information about those that
 +    are will get into the built binary packages.
 +  * Moved the d3dx9 dlls to libwine-gl.
 +  * Added Homepage field to debian/control.
 +  * Added libwine-oss to package list in README.Debian, and slightly
 +    clarified what the metapackage does.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon, 03 Mar 2008 03:06:55 +0100
 +
 +wine (0.9.55-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.55.
 +    - Direct3D improvements, including driver version emulation.
 +    - Beginnings of support for OLE objects in Richedit.
 +    - Several fixes to the animation control.
 +    - A bunch of fixes for regression test failures.
 +    - Lots of bug fixes.
 +  * This version was released Feb 8, 2008.
 +  * Added lib32z1-dev build-dependency for amd64. This is not strictly
 +    correct, since Wine does not itself depend on zlib. However, some
 +    libraries in ia32-libs (such as freetype) do, and since there's no
 +    ia32-libs-dev package which might be able to depend on -dev packages,
 +    there's not really any other place to work around this for now.
 +    Hopefully they'll fix that soon...
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sat, 23 Feb 2008 11:54:39 +0100
 +
 +wine (0.9.54-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.54.
 +    - Photoshop CS/CS2 should now work, please help us testing it.
 +      See http://wiki.winehq.org/AdobePhotoshop for details.
 +    - A number of RPC fixes.
 +    - Various improvements to the debugger support.
 +    - Lots of bug fixes.
 +  * This version was released Jan 25, 2008.
 +  * Added unixodbc-dev to Build-Depends. Along with the new upstream
 +    check for libodbc soname from Wine 0.9.53, this should make
 +    Wine able to find unixodbc without the need for symlinks or
 +    environment variables. Closes: #259710.
 +  * Removed libungif4-dev from Build-Depends. In Wine 0.9.21, they
 +    copied the ungif source files they needed into the Wine source code
 +    itself, so an external ungif isn't needed anymore.
 +  * Installed README.Debian into wine-bin and libwine.
 +  * Fixed spelling error in wine-safe message (intented => intended).
 +  * Patched winelauncher to allow the user to override WINEDLLPATH
 +    WINESERVER, and WINELOADER. Closes: #323198.
 +  * Patched winelauncher to only redirect stderr to the debug log,
 +    not stdout. This should allow stdout to be independently
 +    redirected by the user even while capturing a log. (This was
 +    accomplished with bashisms, so winelauncher's interpreter is
 +    no longer /bin/sh, it's now explicitly /bin/bash.)
 +  * Commented out the echo "Wine exited with a successful status"
 +    line in winelauncher. It was a bit annoying and unnecessary...
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sat, 16 Feb 2008 04:47:59 +0100
 +
 +wine (0.9.53-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.53.
 +    - RunOnce and Run entries now executed on startup.
 +    - Beginnings of support for emulated disk devices.
 +    - Many Richedit improvements.
 +    - Nicer looking color dialog.
 +    - Lots of bug fixes.
 +  * This version was released Jan 11, 2008.
 +  * Moved wined3d.dll.so from libwine-gl to libwine, since it no
 +    longer depends on OpenGL, and now implements DirectDraw 2D operations.
 +    Closes: #458804.
 +  * Removed libwine's Conflicts/Replaces of libwine0.0.971116, that's
 +    clearly very, very, old.
 +  * The wine metapackage now Suggests winbind. Closes: #452617.
 +  * Made debian/rules run a Mensis script to correct wrong codepage ranges
 +    embedded in marlett.ttf, to work around fontforge bug #458234, so
 +    Debian users without msttcorefonts installed can get legible text
 +    (in most cases).
 +  * Re-added some debconf stuff (dh_installdebconf, load debconf in postinst,
 +    a few *.config files), so that users will be able to purge out old
 +    debconf templates. Although debconf does not provide a reasonable way
 +    to clean out old templates after a package has been reorganized, I put
 +    db_purge into all the relevant postinsts, at least; let's hope that it
 +    works good enough for an upgrade from etch, and that it allows me to
 +    remove debconf permanently after lenny or so. Closes: #443429.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sat, 12 Jan 2008 02:52:06 +0100
 +
 +wine (0.9.52-2) unstable; urgency=low
 +
 +  * Applied patch to Wine package descriptions from
 +    debian-l10n-english team. Closes: #442952.
 +  * Create /usr/share/doc/wine-bin instead of /usr/share/doc/wine
 +    in the wine-bin package. Closes: #458171.
 +  * Make wine-bin depend on x11-utils as an alternative to the obsolete
 +    xbase-clients. Closes: #458341.
 +  * Upgraded debhelper compatibility level to 5.
 +    Also meant I had to remove some /usr/lib/* cruft from debian/*.install,
 +    since there aren't many files not in /usr/lib/wine these days...
 +  * Changed the -l argument of dh_shlibdeps to point to the "installed"
 +    libraries in debian/libwine/usr/lib, rather than pointing into the
 +    build tree.
 +  * Depend on dh_shlibdeps to generate the correct libwine dependencies
 +    instead of specifying them manually in debian/control; this eliminates
 +    duplicate dependencies. To get the proper versioned dependencies I want,
 +    I call dh_makeshlibs twice, once before dh_shlibdeps (with an
 +    exact-versioned dependency), and once after, with a more relaxed
 +    dependency, for everyone else that might be using libwine.
 +    Closes: #381301.
 +  * Created libwine-dbg package, using dh_strip's --dbg-package feature.
 +    Since the objcopy used for this barfs on the loader binaries
 +    (wine-kthread, wine-pthread), causing dh_strip to abort the build,
 +    I have to exclude these binaries from being stripped, unfortunately.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon, 31 Dec 2007 04:22:29 +0100
 +
 +wine (0.9.52-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.52.
 +    - Improved graphics tablet support.
 +    - Support for RPC context handles.
 +    - Fixes for some longstanding screen depth issues.
 +    - Implementation of "My Network Places" shell folder.
 +    - Lots of bug fixes.
 +  * This version was released Dec 28, 2007.
 +  * Add build-dependency alternative for gcc-multilib for backports.
 +    Closes: #458011.
 +  * No longer build-depend on old flex versions, I think they fixed
 +    the incompatibilities with new flex versions a while ago.
 +  * Applied tools/c2man.pl patch from Roderich Schupp so that perl 5.10
 +    doesn't barf on it. Closes: #457943. (Should probably be propagated
 +    upstream, but I'm a little lazy. Someone already submitted a patch
 +    to them long ago anyway, not my fault they didn't apply it already.
 +    They'll get around to it once they upgrade their distros, I guess...)
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Fri, 28 Dec 2007 18:24:31 +0100
 +
 +wine (0.9.51-2) unstable; urgency=low
 +
 +  * On amd64, Build-Depend on gcc-multilib instead of libc6-dev-i386.
 +    Closes: #457557.
 +  * Changed debian/gendeps.sh and debian/cleandeps.sh to always
 +    return success, so the package will build even if not all
 +    the expected dependencies are available to link against
 +    (typically the case on amd64).
 +  * debian/gendeps.sh is now able to build for 32-bit or 64-bit,
 +    as specified on its command line; debian/rules now invokes it
 +    as appropriate for the target architecture.
 +  * The build-indep rule no longer depends on a configure rule. There's
 +    currently no architecture-independent stuff to build, after all.
 +  * Removed dh_undocumented from debian/rules, and a few other
 +    minor cleanups.
 +  * Removed unnecessary whitespace from ifeq/ifneq conditions in
 +    debian/rules, in case it matters on some systems.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Tue, 25 Dec 2007 15:55:24 +0100
 +
 +wine (0.9.51-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.51.
 +    - A bunch of WinHelp improvements.
 +    - Better Japanese font support.
 +    - A ton of rpcrt4 fixes.
 +    - Several Alsa capture fixes.
 +    - Improved support for screen resolution changes.
 +    - Lots of bug fixes.
 +  * This version was released Dec 14, 2007.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sat, 22 Dec 2007 11:51:35 +0100
 +
 +wine (0.9.50-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.50.
 +    - Completed I/O completion.
 +    - Improved user credentials management, including Mac Keychain support.
 +    - More Valgrinding.
 +    - Lots of bug fixes.
 +  * This version was released Nov 30, 2007.
 +  * Apparently I'd put winecfg.desktop into wine-utils by mistake.
 +    Moved it to wine-bin.
 +  * Also moved cmd, iexplore, net, uninstaller, winepath, winhelp, and
 +    xcopy from wine-utils to wine-bin. There are three types of Wine
 +    programs: "essential", "useful to most", and "not useful to most".
 +    Where clearly the first category should go into wine-bin, and the last
 +    into wine-utils, previously I've also put much from the middle category
 +    into wine-utils. I'm thinking I should perhaps put that into wine-bin
 +    instead, to make wine-utils a little more useless, and hence, the
 +    package split a little more useful.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon, 17 Dec 2007 03:38:47 +0100
 +
 +wine (0.9.49-2) unstable; urgency=low
 +
 +  * When creating the diff to update the source package, suppress
 +    the timestamps. Closes: #456422.
 +  * Change the Recommends on msttcorefonts to Suggests.
 +    Closes: #360610.
 +  * Add Build-Depends for libpng12-dev and libxcomposite-dev.
 +  * Replaced the debian/rules hacks that I've used to e.g. force
 +    libwine-print to depend on cups and stuff with a more general
 +    mechanism, where I can put libraries I want packages to depend
 +    on into <package>.deps files, and then arrange for dh_shlibdeps
 +    to determine the appropriate dependency, by having a shell
 +    script compile some dummy executables before invoking it.
 +  * Decided to remove libwine-capi dependency from wine metapackage.
 +  * Removed mention of libwine-arts from README.Debian, since it
 +    no longer exists.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sun, 16 Dec 2007 04:38:26 +0100
 +
 +wine (0.9.49-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.49.
 +    - Many copy protection fixes.
 +    - GLSL is now the default for Direct3D.
 +    - Lots of memory errors fixed thanks to Valgrind.
 +    - Support for TOPMOST windows.
 +    - Beginnings of an inetcomm dll implementation.
 +    - Lots of bug fixes.
 +  * This version was released Nov 9, 2007.
 +  * Added debian/tmp to all file paths in debian/*.install,
 +    so I don't have to use dh_install's --sourcedir anymore.
 +    Tweaked things a bit so almost everything I'm including
 +    in the packaging is installed with dh_install instead of
 +    with "install"/"cp" commands in debian/rules.
 +  * On amd64, no longer explicitly add dependencies on libfreetype6,
 +    libcupsys2, and libjack0.100.0-0; after all, wine needs the 32-bit
 +    libraries in ia32-libs, not these 64-bit ones.
 +  * Also moved the generation of the amd64.tar.lzma.uu further up in the
 +    build process, before the dh_makeshlibs/dh_installdeb/dh_shlibdeps,
 +    so that maintainer scripts and dependencies should be generated a bit
 +    more like they would if the binaries were compiled directly on amd64.
 +  * Deleted debian/shlibs.local, I doubt this hack is needed anymore.
 +    (It contained overrides for GL and OSMesa dependencies, other OpenGL
 +    packages (like nvidia-glx) probably have proper shlibs by now.)
 +  * Updated -l option for dh_shlibdeps to properly handle the way recent
 +    Wine versions are built. Added -L libwine, too.
 +  * After generating amd64.tar.lzma.uu, debian/rules will now try to update
 +    the source package with it if I set the DEB_FIXDIFF environment variable.
 +    That means I only have to rebuild the package once, not twice, before
 +    I can upload it. Yay.
 +  * And I can set DEB_SAVEBUILD to avoid having to recompile everything
 +    if I want to tweak the packaging further... double-yay.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Fri, 14 Dec 2007 07:24:02 +0100
 +
 +wine (0.9.48-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.48.
 +    - Still more fixes for regression test failures.
 +    - Much more complete cryptnet implementation.
 +    - WIDL is now able to generate the oleaut32 proxy code.
 +    - Lots of bug fixes.
 +  * This version was released Oct 26, 2007.
 +  * Upgraded debhelper compatibility level from 3 to 4.
 +  * Renamed debian/*.files to debian/*.install, and use
 +    dh_install instead of dh_movefiles in debian/rules.
 +  * Added some ia32 compatibility libraries to Build-Deps, for amd64.
 +  * Tweaked debian/rules to build 32-bit Wine and 64-bit Wine
 +    in separate directories. This won't do much yet, though;
 +    since I haven't yet researched how to actually *install*
 +    both versions so they will work together, Win64 support
 +    isn't enabled yet.
 +  * However, I did set up debian/rules so that if you delete the
 +    debian/amd64.tar.lzma.uu file after unpacking the Wine source
 +    package, 32-bit Wine will automatically be built from source,
 +    using the system's 32-bit cross compiler and libraries.
 +    This may result in a Wine package with reduced functionality
 +    compared to a natively-built 32-bit Wine, but is an option
 +    for whoever may prefer it this way.
 +    (If you leave the file there, and you're building on amd64,
 +    32-bit Wine will be unpacked from there instead of compiled,
 +    which should preserve all the natively-built features.)
 +  * Moved the d3d10, d3dim, d3drm, and d3dxof DLLs to libwine-gl.
 +  * Added a couple of previously missing Replaces to debian/control
 +    while at it.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon, 10 Dec 2007 02:28:02 +0100
 +
 +wine (0.9.47-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.47.
 +    - New scheme for OpenGL support in child windows.
 +    - Lots of fixes for regression test failures.
 +    - A Tahoma replacement font.
 +    - Lots of bug fixes.
 +  * This version was released Oct 12, 2007.
 +  * The inclusion of Tahoma should fix some font issues.
 +    Closes: #454178.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Tue, 04 Dec 2007 16:43:28 +0100
 +
 +wine (0.9.46-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.46.
 +    - A variety of fixes to improve Photoshop CS2 support.
 +    - More complete support for device installation in setupapi.
 +    - New Bidi text implementation that doesn't depend on libicu.
 +    - The usual assortment of Direct3D improvements.
 +    - Beginning of I/O completion ports support.
 +    - Lots of bug fixes.
 +  * This version was released Sep 28, 2007.
 +  * Removed libicu*-dev from Build-Depends.
 +    (Bah, figures that they'd remove the ICU dependency now,
 +    after all that effort spent on ICU in Debian...)
 +  * bin2res no longer exists, so not installed into wine-utils
 +    anymore.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon, 03 Dec 2007 00:38:25 +0100
 +
 +wine (0.9.45-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.45.
 +    - Many improvements to the crypto dlls (should make iTunes work).
 +    - The usual assortment of Direct3D improvements.
 +    - A number of fixes to sound support.
 +    - Many more WordPad features.
 +    - Lots of bug fixes.
 +  * This version was released Sep 14, 2007.
 +  * After losing access to my other workstations, I haven't had
 +    access to a Debian system for a while. However, now I've
 +    installed a VMware virtual machine with Debian on a Windows
 +    laptop, and appear to be able to build packages inside it...
 +  * Fixed grep-dctrl build-dependency (that package was renamed
 +    to dctrl-tools long ago).
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon, 26 Nov 2007 01:57:43 +0100
 +
 +wine (0.9.44-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.44. (Closes: #421510, #433064.)
 +    - Better heuristics for making windows managed.
 +    - Automatic detection of timezone parameters.
 +    - Improvements to the builtin WordPad.
 +    - Better signatures support in crypt32.
 +    - Still more gdiplus functions.
 +    - Lots of bug fixes.
 +  * This version was released Aug 24, 2007.
 +  * Applied patch to debian/rules for parallelized builds.
 +    Closes: #440937.
 +  * Adjusted architecture field on libwine-capi to match
 +    the list on libwine-alsa.
 +  * Made the wine metapackage only depend on libwine-capi
 +    on architectures where it's actually built.
 +  * Updated the package list in README.Debian since the main
 +    binary package was renamed to wine-bin. Also deleted the
 +    section about the removal of wine.conf, as that's many
 +    years ago.
 +  * Upgraded debhelper compatibility level from 2 to 3.
 +    (I might go on to 4 when I'm sure that this level works).
 +  * Deleted ldconfig from the libwine postinst and postrm
 +    scripts, depending on debhelper to autogenerate them
 +    instead. Deleted the files since there was nothing
 +    left in them.
 +  * Deleted wine-bin.install. Install the two files that
 +    were listed there directly from debian/rules along with
 +    all the other manually-installed files of a similar nature.
 +    (This is to make a future transition from dh_movefiles
 +    to dh_install easier. The manual install rules could be
 +    cleaned up (moved back into .install files) afterwards,
 +    but right now I don't want them complicating things.)
 +  * Upgraded Standards-Version to 3.6.2
 +    (the wineserver is already in /usr/lib/wine, as it
 +    should be according to policy).
 +  * Fixed the unsubstituted @libdir@ in the wine manpage
 +    (should now properly say /usr/lib/wine/wineserver,
 +    instead of @libdir@/wine/wineserver).
 +  * Installed the net.exe application into wine-utils.
 +  * Installed the ntoskrnl.exe DLL into libwine.
 +  * Installed the winedevice.exe service into wine.
 +  * Building the package on a different computer; seems the
 +    hard drive on my regular system is starting to fail
 +    and I cannot rule out the possibility that my 0.9.43
 +    upload contained partially corrupted binaries.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sun, 09 Sep 2007 13:41:01 -0400
 +
 +wine (0.9.43-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.43.
 +    - Direct3D support on top of WGL instead of GLX for better portability.
 +    - Many DirectSound fixes.
 +    - Still more gdiplus functions.
 +    - Many crypt32 improvements.
 +    - Lots of bug fixes.
 +  * This version was released Aug 10, 2007.
 +  * Deleted the move_to_fhs debconf template from libwine, as it
 +    pertains to a transition that happened many years ago.
 +    This was the only debconf template in libwine.
 +    Closes: #440365.
 +  * Deleted the move_to_fhs check from the libwine preinst script.
 +    This was the only debconf usage in libwine; it no longer uses debconf.
 +  * Deleted the rest of the libwine preinst script too, it only
 +    applied to very old Wine installations. Deleted the file.
 +  * Deleted the del_wine_conf debconf template from wine-bin, as it
 +    also pertains to a transition that happened many years ago.
 +  * Deleted the del_wine_conf check from the wine-bin configure script.
 +    This was the only thing in it. Deleted the file.
 +  * Deleted the del_wine_conf check from the wine-bin postinst script.
 +    This was the only debconf usage in wine-bin; it no longer uses debconf.
 +  * Deleted the wine-bin postrm script. It only deleted wine.conf
 +    on purge, and wine.conf should have been deleted long ago.
 +  * Deleted the install_type template from wine-bin, as this template has
 +    not been used for years, if ever, and judging by the direction Wine
 +    development is heading, will never be used again.
 +    This was the only remaining debconf template in wine-bin.
 +  * Deleted the po/ directory, since no debconf templates remain
 +    whatsoever.
 +  * Due to deletion, the bug in po/POTFILES.in (obsolete filename after
 +    renaming wine to wine-bin) no longer apply. Closes: #440412.
 +  * Deleted debconf-related dependencies from the control file.
 +  * Deleted debconf-related commands from the rules file.
 +  * Due to deletion, new debconf translations no longer apply.
 +    Closes: #427024, #440730.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Wed, 05 Sep 2007 05:52:57 -0400
 +
 +wine (0.9.42-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.42.
 +    - Support for activation contexts and side-by-side assemblies.
 +    - Many more gdiplus functions.
 +    - More messaging support in crypt32.dll.
 +    - Many HTTP protocol handling fixes.
 +    - Lots of bug fixes.
 +  * This version was released Jul 27, 2007.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon, 03 Sep 2007 08:32:04 -0400
 +
 +wine (0.9.41-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.41.
 +    - A number of gdiplus functions.
 +    - More complete pdh.dll implementation.
 +    - Support for MSI remote calls.
 +    - Messaging support in crypt32.dll.
 +    - Lots of bug fixes.
 +  * This version was released Jul 13, 2007.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Wed, 22 Aug 2007 16:06:01 -0400
 +
 +wine (0.9.40-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.40.
 +    - Many MSHTML improvements.
 +    - A few more sound fixes.
 +    - Many Direct3D fixes.
 +    - Lots of bug fixes.
 +  * This version was released Jun 29, 2007.
 +  * Some configure.ac source modifications were mysteriously lost in
 +    a couple of the previous packages, reinstated them. Interestingly,
 +    the corresponding modifications to configure (the generated script)
 +    were still there...
 +  * Removed some stuff in debian/rules that were supposed to allow
 +    building with libicu21-dev, recent changes to Wine's configure
 +    script means that won't be possible anymore.
 +    Removed libicu21-dev as an allowed build dependency alternative.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon, 20 Aug 2007 13:43:59 -0400
 +
 +wine (0.9.39-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.39.
 +    - Many MSHTML improvements.
 +    - Several improvements to the sound support.
 +    - A number of Winsock fixes.
 +    - Several new supported constructs in the IDL compiler.
 +    - Many Direct3D threading fixes.
 +    - Lots of bug fixes.
 +  * This version was released Jun 15, 2007.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Thu, 09 Aug 2007 07:27:28 -0400
 +
 +wine (0.9.38-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.38.
 +    - Beginnings of support for copy protection kernel drivers.
 +    - More MSI automation support.
 +    - Many 64-bit compilation fixes.
 +    - A number of OLE fixes.
 +    - Lots of bug fixes.
 +  * This version was released Jun 1, 2007.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon, 06 Aug 2007 06:05:15 -0400
 +
 +wine (0.9.37-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.37.
 +    - MSI automation with JScript/VBScript support.
 +    - Various MSHTML improvements.
 +    - The usual assortment of Direct3D fixes.
 +    - Support for a few more exe protection schemes.
 +    - Lots of bug fixes.
 +  * This version was released May 11, 2007.
 +  * The wine metapackage is no longer Arch: all, it now only exists
 +    on architectures where the other packages also exist.
 +    (Then I could later also make it depend on things like
 +    libwine-alsa and libwine-capi only on platforms where it's
 +    actually possible to build them.)
 +  * Though the above should probably restore binNMU-safety on its own,
 +    I also replaced Source-Version with binary:Version in the control
 +    file. Closes: #434446.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Fri, 03 Aug 2007 09:46:36 -0400
 +
 +wine (0.9.36-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.36.
 +    - Midi support in the CoreAudio driver.
 +    - Mixer support in the Alsa driver.
 +    - A lot of MSI fixes.
 +    - Implementation for most D3DRM functions.
 +    - The usual assortment of Direct3D fixes.
 +    - Lots of bug fixes.
 +  * This version was released Apr 27, 2007.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon, 23 Jul 2007 00:56:46 -0400
 +
 +wine (0.9.35-2) unstable; urgency=low
 +
 +  * Updated the "Replaces: wine" in the wine-bin package.
 +    Closes: #434153.
 +  * Removed the libwine-twain transitional package from the
 +    wine metapackage. Closes: #434142.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sun, 22 Jul 2007 15:58:13 -0400
 +
 +wine (0.9.35-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.35. Closes: #420680.
 +    - Broken aRts sound driver now removed for good.
 +    - Many fixes to the Quartz DLL sound support.
 +    - File I/O performance improvements.
 +    - The usual assortment of Direct3D fixes.
 +    - Lots of bug fixes.
 +  * This version was released Apr 13, 2007.
 +  * Applied patch by Robert Millan to rename the current "wine" package
 +    to "wine-bin", and make "wine" a metapackage that depends on all the
 +    other packages. (I'm very much in doubt whether packages like
 +    libwine-capi, which probably nobody has used for years, really should
 +    be depended on by such a metapackage, but I've left it as "everything"
 +    for now.) Closes: #416525.
 +  * Removed the libwine-arts package.
 +  * Split wineoss into a new libwine-oss package. While
 +    (at least under Linux) wineoss do not actually have any
 +    extra dependencies to worry about, nor is it very large,
 +    this does allow the metapackage's dependency on "at least
 +    one libwine sound driver package" to make more sense,
 +    for those users who's only using OSS.
 +  * Installed the hh and xcopy tools into wine-utils.
 +  * Installed the spoolsv service into libwine-print.
 +  * Add libcupsys2 as an alternative dependency to libcupsys2-gnutls10.
 +    Closes: #433376.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Tue, 17 Jul 2007 14:06:51 -0400
 +
 +wine (0.9.34-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.34.
 +    - Support for Xcursor.
 +    - A range of fixes for various installers.
 +    - New builtin xcopy tool.
 +    - The usual assortment of Direct3D fixes.
 +    - Lots of bug fixes.
 +  * This version was released Mar 30, 2007.
 +    I've been busy, will try to catch up at some point...
 +  * Added libxcursor-dev to Build-Depends.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Fri, 15 Jun 2007 03:48:29 -0400
 +
 +wine (0.9.33-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.33.
 +    - Many Direct3D fixes and performance improvements.
 +    - More comctl32 tests and some bug fixes.
 +    - Compatibility improvements in cmd.exe.
 +    - Still more fixes to builtin OLE.
 +    - Support for process control on Solaris.
 +    - Lots of bug fixes.
 +  * This version was released Mar 16, 2007.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Wed, 23 May 2007 14:52:13 -0400
 +
 +wine (0.9.32-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.32.
 +    - Many Direct3D fixes and performance improvements.
 +    - Several new features in the builtin cmd.exe.
 +    - Improvements to HTML help support.
 +    - Lots of bug fixes.
 +  * This version was released Mar 2, 2007.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sun, 20 May 2007 08:26:43 -0400
 +
 +wine (0.9.31-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.31.
 +    - Many Direct3D fixes and performance improvements.
 +    - Several new comctl32 test cases.
 +    - IDL compiler improvements.
 +    - More OLE32 marshalling fixes.
 +    - Lots of bug fixes.
 +  * This version was released Feb 16, 2007.
 +  * Updated README.Debian to explain how winelauncher is set up,
 +    in case anyone actually needs to know (they shouldn't, but
 +    someone misinterpreted my note that says that the package is
 +    using winelauncher as some kind of instruction for the *user*
 +    to use it, so maybe this helps). Closes: #409556.
 +  * The wine package now suggests antivirus packages. Closes: #411761.
 +  * Catalan debconf translation update. Closes: #412306.
 +  * Added uninstaller.desktop to wine-utils. Closes: #412315.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sat, 17 Mar 2007 14:18:31 -0400
 +
 +wine (0.9.30-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.30.
 +    - Many improvements to Direct3D shaders and state management.
 +    - Support for inter-process memory allocations.
 +    - OLE32 marshalling fixes.
 +    - Lots of bug fixes.
 +  * This version was released Jan 25, 2007.
 +  * libwine-arts depends on ia32-libs-gtk on amd64. Closes: #408433.
 +  * libwine depends on ia32-libs (>= 1.19) on amd64. Closes: #408539.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon,  5 Feb 2007 05:13:30 -0500
 +
 +wine (0.9.29-1) unstable; urgency=high
 +
 +  * New upstream release 0.9.29.
 +    - More work on the new Direct3D state management.
 +    - Debugger support for Mac OS.
 +    - Many OLE fixes and improvements.
 +    - Audio input support on Mac OS.
 +    - Lots of bug fixes.
 +  * This version was released Jan 9, 2007.
 +  * I'm pretty much up to date now, I think? Closes: #366974.
 +  * Added winecfg.desktop from Robert Millan. Closes: #404227.
 +  * Applied patch to mark stack executable. Closes: #401562.
 +  * Added Galician debconf translation. Closes: #407269.
 +  * Removed mention of winesetuptk from README.Debian.
 +  * Documented some reasons for Debian packaging decisions,
 +    such as package split, in README.Debian. Closes: #407052.
 +  * Moved explorer and winecfg from wine-utils to wine.
 +  * Removed wineinstall and any /usr/share/wine/skel stuff
 +    from the package, it's not used anymore anyway.
 +    Rewrote parts of README.Debian to say how it works now.
 +  * Added amd64 build hack by Robert Millan (from #381341),
 +    which encode the i386 binaries into the diff and then
 +    just decode them for the amd64 build, to work around
 +    difficulties with building a 32-bit package on amd64.
 +  * Set urgency for this upload to high.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sun, 21 Jan 2007 00:53:22 -0500
 +
 +wine (0.9.28-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.28.
 +    - OpenGL in child windows should work again.
 +    - Better mouse support in games.
 +    - Beginnings of new state management in Direct3D.
 +    - Improved audio and font support on Mac OS.
 +    - Lots of bug fixes.
 +  * This version was released Dec 22, 2006.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon,  1 Jan 2007 19:40:48 -0500
 +
 +wine (0.9.27-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.27.
 +    - Better support for noexec kernels.
 +    - Better Dwarf support in dbghelp.
 +    - Several Winsock fixes.
 +    - Various code cleanups.
 +    - Lots of bug fixes.
 +  * This version was released Dec 8, 2006.
 +  * glut32 has been removed, and is thus no longer
 +    installed into libwine-gl.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Fri, 29 Dec 2006 21:30:11 -0500
 +
 +wine (0.9.26-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.26.
 +    - Better support for Unix locale settings.
 +    - Improved X11 keyboard support.
 +    - Various MSI fixes.
 +    - Winecfg improvements.
 +    - Lots of bug fixes.
 +  * This version was released Nov 24, 2006.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Tue, 26 Dec 2006 15:54:01 -0500
 +
 +wine (0.9.25-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.25.
 +    - Many more fixes for installer support.
 +    - Many MSHTML improvements.
 +    - Support for NTLMv2.
 +    - RPC over TCP improvements.
 +    - Lots of bug fixes.
 +  * This version was released Nov 10, 2006.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon, 20 Nov 2006 00:49:03 -0500
 +
 +wine (0.9.24-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.24.
 +    - Support for multiple monitors using Xinerama.
 +    - Various MSI fixes and improvements.
 +    - A ton of memory leaks fixed.
 +    - Many common controls fixes.
 +    - Lots of bug fixes.
 +  * This version was released Oct 27, 2006.
 +  * Added libxinerama-dev to Build-Depends.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sat, 18 Nov 2006 14:01:24 -0500
 +
 +wine (0.9.23-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.23.
 +    - Massive update of printf formats for Win64 compatibility.
 +    - Dynamic drive support on MacOSX.
 +    - Still more MSI fixes and improvements.
 +    - Lots of bug fixes.
 +  * This version was released Oct 13, 2006.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Fri, 17 Nov 2006 09:42:58 -0500
 +
 +wine (0.9.22-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.22.
 +    - The usual assortment of MSI improvements.
 +    - Several bug fixes to the various common controls.
 +    - Pixel shaders enabled by default in D3D.
 +    - Various improvements to the build process.
 +    - Many translation updates.
 +    - Lots of bug fixes.
 +  * This version was released Sep 28, 2006.
 +  * Applied patch by Jan Braun to make the winelauncher dialogs
 +    have default buttons, so you can just press Enter.
 +    Closes: #374370.
 +  * Updated Spanish debconf translation. Closes: #384830.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Thu, 16 Nov 2006 09:59:53 -0500
 +
 +wine (0.9.21-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.21.
 +    - OpenGL restructurations.
 +    - The usual assortment of MSI improvements.
 +    - Several Richedit fixes.
 +    - WCMD Winelib app renamed to CMD for compatibility.
 +    - Many improvements to the Wintrust DLL.
 +    - Some code cleanups.
 +    - Lots of bug fixes.
 +  * This version was released Sep 13, 2006.
 +    Packaged kind of late I guess, I've had disk space issues and stuff.
 +  * Renamed wcmd to cmd in wine-utils.
 +    It is also no longer installed to /usr/bin.
 +  * Add dbus-1-dev as an alternative build dependency for libdbus-1-dev.
 +    Closes: #392910.
 +  * Added Italian debconf translation. Closes: #358247.
 +  * Added Russian debconf translation. Closes: #382406.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Wed, 15 Nov 2006 07:39:30 -0500
 +
 +wine (0.9.20-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.20.
 +    - XEmbed system tray support. (Closes: #247878)
 +    - Many improvements to NTLM support.
 +    - Many messages made localizable instead of hardcoded to English.
 +    - Improved support for various OpenGL platforms.
 +    - More improvements to the IDL compiler.
 +    - Lots of bug fixes.
 +  * This version was released August 24, 2006.
 +  * Updated to allow package to be built with libicu36-dev.
 +    Closes: #389701.
 +  * There's now a man page for wineprefixcreate.
 +    Closes: #284296.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Tue,  3 Oct 2006 09:51:42 -0400
 +
 +wine (0.9.19-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.19.
 +    - Support for a proper Trash folder.
 +    - Many improvements to the IDL compiler.
 +    - Better FreeBSD support.
 +    - A number of MSI bug fixes.
 +    - Many RichEdit improvements.
 +    - Lots of bug fixes.
 +  * This version was released August 10, 2006.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sat, 23 Sep 2006 13:23:18 -0400
 +
 +wine (0.9.18-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.18.
 +    - Still more work on Direct3D.
 +    - A lot of MSI bug fixes and improvements.
 +    - More compatible memory management.
 +    - Several fixes for Win64 support.
 +    - Some performance improvements.
 +    - Lots of bug fixes.
 +  * This version was released July 27, 2006.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sat, 16 Sep 2006 19:50:13 -0400
 +
 +wine (0.9.17-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.17.
 +    - Still more work on Direct3D shaders.
 +    - Now using the Gecko engine directly for MSHTML.
 +    - Better support for apps switching to full screen mode.
 +    - Support for multiple joysticks.
 +    - Lots of bug fixes.
 +  * This version was released July 10, 2006.
 +  * Added prelink to Build-Depends.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sun, 10 Sep 2006 20:41:20 -0400
 +
 +wine (0.9.16-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.16.
 +    - More work on Direct3D shaders.
 +    - Major DirectDraw rewrite on top of Direct3D.
 +    - Support for debug information in Dwarf format.
 +    - Beginnings of an OleView Winelib application.
 +    - Lots of bug fixes.
 +  * This version was released June 21, 2006.
 +    (Sorry about the delay, been busy.)
 +  * Installed the oleview application into wine-utils.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sun,  3 Sep 2006 17:58:25 -0400
 +
 +wine (0.9.15-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.15.
 +    - More MS/RPC improvements.
 +    - Core Audio driver for Mac OS X.
 +    - More complete DNSAPI dll.
 +    - Improvements to Web browser support.
 +    - Lots of bug fixes.
 +  * This version was released June 8, 2006.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sun,  2 Jul 2006 07:18:04 -0400
 +
 +wine (0.9.14-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.14.
 +    - Better MS/RPC compatibility.
 +    - Many fixes to Direct3D shaders.
 +    - Several improvements to the header control.
 +    - Lots of bug fixes.
 +  * This version was released May 24, 2006.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon, 26 Jun 2006 01:14:18 -0400
 +
 +wine (0.9.13-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.13.
 +    - New GPhoto backend for TWAIN.
 +    - Dynamic drive configuration using HAL.
 +    - A gazillion Direct3D fixes.
 +    - New TCP transport for RPC.
 +    - Lots of bug fixes.
 +  * This version was released May 11, 2006.
 +  * Added libhal-dev, libdbus-1-dev, and libgphoto2-2-dev to Build-Depends.
 +  * Due to the TWAIN rewrite, the libwine-twain package is now obsolete.
 +    The core TWAIN module has been folded back into libwine, but the new
 +    SANE and gphoto2 backends are split into the new packages libwine-sane
 +    and libwine-gphoto2. The libwine-twain package has been left as an empty
 +    transitional package.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sat, 10 Jun 2006 12:58:49 -0400
 +
 +wine (0.9.12-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.12.
 +    - New Winelib Internet Explorer application (all 5 lines of it).
 +    - Several improvements to the font support.
 +    - More work on the IDL compiler.
 +    - Faster drawing of the cards in Solitaire (very important feature).
 +    - A number of fixes for issues found by the Coverity code cheker.
 +    - Lots of bug fixes.
 +  * This version was released April 13, 2006.
 +  * Installed the iexplore application into wine-utils.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sat,  3 Jun 2006 09:37:33 -0400
 +
 +wine (0.9.11-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.11.
 +    - Fake dll files created in the system directory to help installers.
 +    - Desktop mode now properly supports multiple processes.
 +    - Better type parsing in dbghelp.
 +    - Several OpenGL fixes.
 +    - A bunch of Unicode functions in advpack.
 +    - Lots of bug fixes.
 +  * This version was released Mar 31, 2006.
 +  * Patched libs/wine/Makefile.in so that the packaged Wine will prefer
 +    preloaders and wineservers installed into /usr/lib/wine by the package,
 +    and not any the user may have installed in /usr/bin. Closes: #361706.
 +  * Deleted rpath stuff from configure. Closes: #359251.
 +  * Removed wineconf from the packaging, it no longer exists.
 +  * Removed my own fake dll generation, and a couple of other adjustments.
 +  * Moved /usr/share/wine/generic.ppd from the wine package to libwine.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon, 10 Apr 2006 03:07:27 -0400
 +
 +wine (0.9.10-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.10. Closes: #359621.
 +    - Improved ESD audio driver.
 +    - More Web browser improvements in mshtml and wininet.
 +    - Direct3D fixes and preparation for ddraw code migration.
 +    - Explorer process now managing the desktop window.
 +    - Lots of bug fixes.
 +  * This version was released Mar 15, 2006.
 +    Guess I've still been too busy to do everything I should.
 +  * These packages are now Recommended instead of Suggested:
 +    libwine-print, libwine-gl, wine-utils, msttcorefonts
 +    Closes: #351965, #356189.
 +  * Wine now install its fonts under /usr/share/wine/fonts, not
 +    /usr/share/fonts/wine. (I've updated the packaging accordingly.)
 +    This should stop them from being picked up by fontconfig et al.
 +    Closes: #353495.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Fri, 31 Mar 2006 14:43:29 -0500
 +
 +wine (0.9.9-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.9.
 +    - Many new features and improvements in Richedit.
 +    - More Web browser support.
 +    - Recursive directory change notifications.
 +    - Wine installation is now fully relocatable.
 +    - Direct3D 8 and 9 now use the same code.
 +    - Many debugger improvements.
 +    - Systray is now handled by the explorer process.
 +    - Lots of bug fixes.
 +  * This version was released Mar 2, 2006.
 +  * Updated debian/libwine.files to match Wine's new naming
 +    scheme for 16-bit DLLs.
 +  * Fixed the build dependency on libglu1-xorg-dev.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon,  6 Mar 2006 17:58:03 -0500
 +
 +wine (0.9.8-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.8.
 +    - Better Web browser support.
 +    - Beginnings of a Wordpad application.
 +    - Many richedit improvements.
 +    - A number of Direct3D fixes.
 +    - A few more options in winecfg.
 +    - Lots of bug fixes.
 +  * This version was released Feb 15, 2006.
 +  * I'm finally back to my old build machine now. I hope I got
 +    all the build dependencies upgraded properly. (Maybe I'll
 +    get around to look at some bug reports sometime soon, too.)
 +  * Applied patch to support GNU/kFreeBSD. Closes: #351953.
 +  * Installed the wordpad application into wine-utils.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Fri,  3 Mar 2006 01:07:03 -0500
 +
 +wine (0.9.7-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.7.
 +    - Directory change notifications can use inotify now.
 +    - Hardware breakpoints in the Wine debugger.
 +    - Beginnings of support for tape APIs.
 +    - A bunch of improvements to the IDL compiler.
 +    - Better scheme for mapping My Documents etc. to Unix directories.
 +    - Lots of bug fixes.
 +  * This version was released Feb 2, 2006.
 +  * Link statically against ICU again. The libicu34-dev build dependency
 +    is now versioned to (>= 3.4-4) for this.
 +  * The BUGS file has apparently been removed, so you'll no longer find
 +    it in /usr/share/doc/wine. No big loss, I assume.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon,  6 Feb 2006 12:46:58 -0500
 +
 +wine (0.9.6-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.6.
 +    - A bunch of OLE fixes and improvements.
 +    - DirectSound improvements, including full duplex support.
 +    - Fix for the Windows metafile vulnerability.
 +    - Many static control improvements.
 +    - Some fixes for copy protection support.
 +    - Lots of bug fixes.
 +  * This version was released Jan 19, 2006.
 +    (Yay, I'm up-to-date again, release-wise anyway.)
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Thu, 19 Jan 2006 12:28:14 -0500
 +
 +wine (0.9.5-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.5.
 +    - A number of MSI fixes.
 +    - More improvements to the IDL compiler.
 +    - Lots of bug fixes.
 +  * This version was released Jan 4, 2006.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon, 16 Jan 2006 14:48:57 -0500
 +
 +wine (0.9.4-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.4. Closes: #345536.
 +    - Improvements to the IDL compiler.
 +    - Some infrastructure work for loadable driver support.
 +    - The usual assortment of Direct3D improvements.
 +    - IME support in the edit control.
 +    - Better support for AVI animations.
 +    - Debugging support improvements.
 +    - Relay traces now work on NX platforms.
 +    - Lots of bug fixes.
 +  * This version was released Dec 22, 2005.
 +  * Upgraded JACK on my temporary build machine, to fix the
 +    libwine-jack dependencies again. Closes: #347951.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Fri, 13 Jan 2006 19:33:41 -0500
 +
 +wine (0.9.3-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.3. Closes: #343165.
 +    - Many marshalling fixes in rpcrt4.
 +    - Various OLE improvements and fixes.
 +    - Better audio driver management in winecfg.
 +    - Many wininet fixes.
 +    - Several Web browser improvements.
 +    - More dbghelp APIs implemented.
 +    - Directory objects in wineserver.
 +    - Lots of bug fixes.
 +  * This version was released Dec 8, 2005.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Wed, 11 Jan 2006 14:15:41 -0500
 +
 +wine (0.9.2-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.2.
 +    - Winelib Explorer app (just a wrapper around winefile for now).
 +    - Debugger cleanups and improvements.
 +    - Many wininet fixes.
 +    - Better autogenerated API manpages.
 +    - A bunch of Korean translations.
 +    - Lots of bug fixes.
 +  * This version was released Nov 22, 2005.
 +  * Installed the explorer program into wine-utils.
 +  * Renamed wineeject back to eject, and decided to go with upstream's
 +    way to avoid the naming conflict: launch with "wine eject", not
 +    with a wrapper script in /usr/bin.
 +  * Grabbed the WMF patch by Marcus Meissner from Wine CVS.
 +    It suppresses the dispatch of SETABORTPROC escapes from metafile
 +    records (dlls/gdi/metafile.c). Some security-minded people seem to
 +    want this to be fixed right away, even though it's obvious Wine
 +    could never be a 100% secure program.
 +    Closes: #346197.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon,  9 Jan 2006 13:51:33 -0500
 +
 +wine (0.9.1-1) unstable; urgency=low
 +
 +  * New upstream release 0.9.1.
 +    - Support for Find function in regedit.
 +    - Winelib app to eject a CD.
 +    - Many MSI improvements.
 +    - Better support for running text-mode apps without X.
 +    - Improved support for various code obfuscation tools.
 +    - Lots of bug fixes.
 +  * This version was released Nov 9, 2005. I know it's a bit
 +    late to package this, but I've been on vacation. I also
 +    know that there are newer releases, but my philosophy
 +    continues to be to catch up one release at a time (in
 +    case the newest one breaks stuff for someone), so just
 +    wait, and I'll get to the newest one.
 +  * Install the eject tool into the wine package, as it may
 +    be useful for installers (it doesn't just eject, it also
 +    forces wine to unmount the CD, closing any open files if
 +    necessary) and isn't very large. The tool is installed as
 +    wineeject, instead of eject, to avoid naming conflicts.
 +  * Added libxt-dev and libxmu-dev to build dependencies.
 +    Removed libgl1-mesa-dri-dev from build dependencies,
 +    as the X.Org Mesa (xlibmesa-gl-dev) is preferred.
 +    Closes: #336576, #337466, #338508, #343870.
 +  * I'm now building with libicu34-dev. Wine is written to
 +    link statically with ICU, but Debian's libicu34-dev
 +    does not provide static libraries (unlike the previous
 +    libicu28-dev), so I'm hacking it to link dynamically
 +    for now. As a result, the binary package now has a hard
 +    dependency on libicu34. I've notified the ICU maintainer
 +    of the situation.
 +  * Added Vietnamese debconf translation. Closes: #324126.
 +  * Install wineserver man page (finally). Closes: #83238.
 +  * Force libwine-dev man pages to live in /usr/share/man/man3
 +    instead of /usr/share/man/man3w.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Wed,  4 Jan 2006 18:31:20 -0500
 +
 +wine (0.9-1) unstable; urgency=low
 +
 +  * New upstream release 0.9. Closes: #326805.
 +    - After 12 years of development, this release marks the beginning of the
 +    - beta testing phase.  Everybody is encouraged to try it; while there
 +    - are still bugs, most applications are expected to at least install and
 +    - do something useful.
 +  * This version was released Oct 25, 2005.
 +  * Package description changes:
 +    "Windows Emulator" => "Windows API Implementation"
 +    "Binary Emulator" => "Binary Loader"
 +    "ALPHA release" => "BETA release"
 +    "developers release" => "work in progress"
 +    "MS-Windows emulator" => "free MS-Windows API implementation"
 +    "emulator program" => "binary loader program"
 +    Closes: #313189.
 +  * Added libxslt1-dev to Build-Depends.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Thu, 27 Oct 2005 20:13:32 -0400
 +
 +wine (0.0.20050930-3) unstable; urgency=low
 +
 +  * Made Build-Depends compatible with sarge, by making
 +    "xlibs-static-dev (<< 6)" an alternative for "libxkbfile-dev",
 +    "libxxf86dga-dev", and "libxxf86vm-dev", and compatible with
 +    potato (presumably) by making "xlibs-dev" an alternative for
 +    "libxrender-dev". All "xlibs-dev" alternatives were also
 +    strictified into "xlibs-dev (<< 4.3)". Closes: #333997.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sat, 15 Oct 2005 03:24:22 -0400
 +
 +wine (0.0.20050930-2) unstable; urgency=low
 +
 +  * Updated Build-Depends to reflect new X.org package split;
 +    Xrender was probably not compiled in in my last couple of
 +    uploads, but it should be now.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Tue, 11 Oct 2005 06:44:11 -0400
 +
 +wine (0.0.20050930-1) unstable; urgency=low
 +
 +  * New upstream release 20050930.
 +    - Joystick force feedback support.
 +    - Beginnings of Win64 support.
 +    - Many MSI fixes and cleanups.
 +    - Font linking support.
 +    - Several OLE fixes.
 +    - Some fixes for MacOS/x86.
 +    - Lots of bug fixes.
 +  * The changelog reports a change to the shell icon cache
 +    that should reduce memory requirements, which hopefully
 +    fixes #332545 (not closing it before it's confirmed).
 +  * Added Swedish debconf translation. Closes: #331188.
 +  * Added Portuguese debconf translation. Closes: #331497.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sun,  9 Oct 2005 16:06:21 -0400
 +
 +wine (0.0.20050830-1) unstable; urgency=low
 +
 +  * New upstream release 20050830.
 +    - A lot more theming support.
 +    - Many improvements to the various crypto dlls.
 +    - More LDAP support.
 +    - Beginnings of an MSXML implementation.
 +    - Better MSHTML support.
 +    - Emulated version now set to Windows 2000 by default.
 +    - Direct3D fixes and improvements.
 +    - Lots of bug fixes.
 +  * Added libxml2-dev to Build-Depends, but did not split msxml3
 +    into a separate package. This means the core libwine package
 +    will now depend on libxml2, but I believe that's okay. It's
 +    a fairly common library, and msxml3 is likely to be same.
 +  * Install new LDAP library into new libwine-ldap package.
 +    Added libldap2-dev to Build-Depends.
 +  * Install new EsounD driver into new libwine-esd package.
 +    Added libesd0-dev to Build-Depends.
 +  * Install mscms into new libwine-cms package, since libcms1
 +    seems to have become a hard dependency for mscms. Removed
 +    the libcms1 from libwine's Suggests.
 +  * Added debconf-2.0 as an alternative debconf dependency.
 +  * Fixed wine-safe's prompting of user. Closes: #327261.
 +  * Built against libjack0.100.0-dev. Closes: #321222.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon,  3 Oct 2005 22:05:01 -0400
 +
 +wine (0.0.20050725-1) unstable; urgency=low
 +
 +  * New upstream release 20050725.
 +    - Beginnings of theme support in common controls.
 +    - Many MSHTML improvements.
 +    - A bunch of OLE fixes for InstallShield installers.
 +    - Many Direct3D fixes and improvements.
 +    - Beginnings of LDAP support.
 +    - Various cleanups after removal of the config file.
 +    - Lots of bug fixes.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Tue, 26 Jul 2005 01:31:47 -0400
 +
 +wine (0.0.20050628-2) unstable; urgency=low
 +
 +  * One of the Debian patches must have suffered bitrot,
 +    at least the current incarnation removed an important line
 +    from regedit. I've put that line back. Closes: #318669.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sat, 16 Jul 2005 21:19:52 -0400
 +
 +wine (0.0.20050628-1) unstable; urgency=low
 +
 +  * New upstream release 20050628 (closes: #318472).
 +    - Configuration settings moved to the registry.
 +    - Graphical Wine configuration tool is now enabled.
 +    - More MSI and OLE improvements.
 +    - Reorganisation of the DirectDraw directory.
 +    - Initial support for webcams.
 +    - Lots of bug fixes.
 +  * Made wineprefixcreate look for wineserver where I placed it,
 +    by default. Closes: #312254.
 +  * Applied corrections to German debconf translation.
 +    Closes: #313860.
 +  * The Wine packages no longer build-depend on c2man.
 +    Closes: #313266.
 +  * The wine.conf man page has been removed.
 +  * The config file in /usr/share/wine/skel has been removed.
 +  * The sample config file in /usr/share/wine/doc has been removed.
 +  * Install Win32 API man pages into the libwine-dev package.
 +  * Install msiexec into the wine package.
 +  * The winecfg tool is already in wine-utils, not sure whether
 +    it's necessary to move it into the main Wine package or not.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Fri, 15 Jul 2005 16:38:08 -0400
 +
 +wine (0.0.20050524-1) unstable; urgency=low
 +
 +  * New upstream release 20050524.
 +    - Many MSI improvements.
 +    - More features in the file manager.
 +    - Better compatibility for Winelib import libraries.
 +    - SGML documentation moved out of the source tree.
 +    - Header files cleanups.
 +    - Lots of bug fixes.
 +  * wine-doc is no longer built from the Wine sources.
 +    Had to move ChangeLog.OLD into the main Wine package.
 +  * Added Japanese debconf translation. Closes: #307013.
 +  * Added Brazilian Portuguese debconf translation. Closes: #310654.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon, 30 May 2005 23:00:18 -0400
 +
 +wine (0.0.20050419-1) unstable; urgency=low
 +
 +  * New upstream release 20050310.
 +    - Mailslot support.
 +    - Support for side mouse buttons (X buttons).
 +    - More Richedit improvements.
 +    - Loading of Windows registry files disabled for now.
 +    - Many code cleanups.
 +    - Lots of bug fixes.
 +  * Acknowledge security NMU. Closes: #300306.
 +  * Split OpenGL and Direct3D functionality into separate libwine-gl
 +    package. Closes: #304815.
 +    Some people prefer split packages, some prefer merged packages,
 +    it's hard to please everyone. But since the contents of the
 +    libwine-print doesn't actually require a hard dependency on CUPS,
 +    I'll consider merging its contents into the main libwine package
 +    soon anyway, at least if people keep asking me why they can't print.
 +  * Added Suggests for libwine-gl to libwine. Though perhaps these
 +    suggestions should be on the wine package, not libwine?
 +  * Moved wineboot and regedit from wine-utils to wine. These can be
 +    essential to installing certain applications and you probably
 +    shouldn't need wine-utils to do that.
 +  * Install wine.desktop into /usr/share/applications instead of
 +    /usr/share/applnk, and use updated wine.desktop from Dan Korostelev.
 +    Closes: #214707.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sat, 23 Apr 2005 19:52:16 -0400
 +
 +wine (0.0.20050310-1.1) unstable; urgency=HIGH
 +
 +  * Security NMU
 +  * Create reg*.tmp files mode 0600 to avoid information leakage.
 +    Closes: #300306 (CAN-2005-0787)
 +
 + -- Joey Hess <joeyh at debian.org>  Fri, 25 Mar 2005 10:38:43 -0500
 +
 +wine (0.0.20050310-1) unstable; urgency=low
 +
 +  * New upstream release 20050310.
 +    - Initial implementation of a true Richedit control.
 +    - Shell extension for browsing Unix directories.
 +    - More MSI work.
 +    - PBuffer support in OpenGL.
 +    - Window painting regressions should be fixed.
 +    - Lots of bug fixes.
 +  * Since stdole32.tlb.so is available, I suppose I could close the
 +    "stdole32.tlb doesn't exist" bug. Closes: #226903.
 +  * Since I'm now up to date, I will close the "new upstream version"
 +    bug. Closes: #271581.
 +  * Added Czech debconf translation. Closes: #298318.
 +    (With the way the Wine configuration is going, the debconf stuff
 +    should probably be removed, though. So far I've just held hope
 +    that they'd re-add some kind of multi-user capability someday.)
 +  * Someday I need to get around to remove old cruft, and use the
 +    latest standards, in the packaging. But since Wine has been
 +    suffering various breakages lately, I have an excuse for waiting
 +    a little longer.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon, 14 Mar 2005 23:12:08 -0500
 +
 +wine (0.0.20050211-1) unstable; urgency=low
 +
 +  * New upstream release 20050211.
 +    - Still more work on the MSI dll.
 +    - More OLE work, including a builtin stdole32.tlb.
 +    - Fixed inter-process window resize and repaint.
 +    - Lots of bug fixes.
 +  * Install *.tlb.so files into the libwine package.
 +  * Install manpages for winegcc and wineg++ into libwine-dev.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sat,  5 Mar 2005 07:19:56 -0500
 +
 +wine (0.0.20050111-1) unstable; urgency=low
 +
 +  * New upstream release 20050111.
 +    - Many OLE bug fixes and improvements.
 +    - A lot more work on the MSI dll.
 +    - Update regions now handled in the Wine server.
 +    - Beginnings of typelib generation in the IDL compiler.
 +    - Many janitorial cleanups.
 +    - Lots of bug fixes.
 +  * There are rumors that the OLE changes may break InstallShield.
 +    If that concerns you, you could wait for some Wine 200503xx
 +    or something release to appear before you upgrade, or pick up
 +    an earlier Wine release by using http://snapshot.debian.net.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Tue,  1 Mar 2005 05:47:02 -0500
 +
 +wine (0.0.20041201-1) unstable; urgency=low
 +
 +  * New upstream release 20041201.
 +    - Implementation of the RSAENH dll.
 +    - More work on the Direct3D 9 architecture.
 +    - Builtin debugger improvements.
 +    - Reorganisation of the Developer's Guide.
 +    - Lots of bug fixes.
 +  * Removed winesetup from wine's Suggests: line.
 +  * Allow compilation with libicu28-dev.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sat, 12 Feb 2005 15:21:14 -0500
 +
 +wine (0.0.20041019-1) unstable; urgency=low
 +
 +  * New upstream release 20041019.
 +    - Beginnings of an architecture for Direct3D 9 support.
 +    - Many debugger regressions fixed.
 +    - Improvements to the IDL compiler and the COM headers.
 +    - New MSCMS dll (color management support).
 +    - Lots of bug fixes.
 +  * Mention Scott Ritchie's Wine packages in README.Debian.
 +    Since I have been sick a lot lately, I have not had time
 +    to review these packages yet, but I can at least mention
 +    them. After I bring the current Debian packages up to
 +    date, I'll review his packages, and if I like them, I may
 +    turn over maintainership to him. Until then, I'm only
 +    mentioning his packages with caution.
 +  * Suggest "icu" in libwine, since libicu21c102 apparently
 +    does not depend on it itself. Closes: #290158.
 +    (Should get around to building with the newer libicu28
 +     later on, since it has been available for a while now.)
 +  * Make winelauncher no longer tell you to configure Wine
 +    if there is no ~/.wine/config, since Wine no longer needs
 +    a config file.
 +  * Install control.exe.so and winver.exe.so into wine-utils,
 +    although I can't imagine a great use for them. Closes: #289163.
 +  * Install msiexec.exe.so into wine, since it can be useful
 +    for installers.
 +  * Added lib1cms1-dev to the build deps, for MSCMS.
 +    Added liblcms1 to Suggests for libwine. There's probably no
 +    point creating a separate libwine package for CMS.
 +  * Added fontforge to the build deps, for the bitmap fonts.
 +  * Install fonts (/usr/share/fonts/wine) into the libwine package.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sun, 30 Jan 2005 09:52:43 -0500
 +
 +wine (0.0.20040914-1) unstable; urgency=low
 +
 +  * New upstream release 20040914
 +    - Various improvements to the common controls.
 +    - New ITSS dll (for HTML Help support).
 +    - Many compatibility fixes in the exported headers.
 +    - Replacements for the Windows standard bitmap fonts.
 +    - Lots of bug fixes.
 +  * Seems the documentation files are generated as *.htm now,
 +    not *.html. Not sure when this happened, but the doc-base
 +    files are now changed to reflect this. Closes: #285669.
 +  * Added Dutch debconf translation. Closes: #283975.
 +  * The wineclipsrv no longer exist, so it doesn't need
 +    a manpage anymore. Closes: #83258.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Tue, 14 Dec 2004 23:22:18 -0500
 +
 +wine (0.0.20040813-1) unstable; urgency=low
 +
 +  * New upstream release 20040813
 +    - New msiexec application.
 +    - Support for alpha blending.
 +    - More sound support improvements.
 +    - Various code cleanups.
 +    - Lots of bug fixes.
 +  * Acknowledge NMU. Closes: #267536.
 +  * Make winelauncher report exit status on stderr, not stdout.
 +    Closes: #271667.
 +  * Description of libwine-alsa now just says it's for ALSA, not for
 +    ALSA 0.9. Closes: #275018.
 +  * Change the wine manpage to reflect where I put the wineserver.
 +    Closes: #278057.
 +  * Forgot to close bug for the winelauncher patch I applied in 20040716-1,
 +    so do it now: Closes: #260993.
 +  * winedbg now has a man page. Closes: #83266.
 +  * Removed extra ftbuild.h inclusions added long ago, but that are no
 +    longer necessary.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Wed,  1 Dec 2004 07:46:43 -0500
 +
 +wine (0.0.20040716-1.3) unstable; urgency=high
 +
 +  * NMU.
 +  * Build against changed libcapi20 API.
 +
 + -- Matthias Klose <doko at debian.org>  Wed, 10 Nov 2004 19:21:13 +0100
 +
 +wine (0.0.20040716-1.2) unstable; urgency=low
 +
 +  * NMU.
 +  * Change libcapi20 build dependency to libcapi20-dev.
 +
 + -- Matthias Klose <doko at debian.org>  Sat,  4 Sep 2004 10:16:31 +0200
 +
 +wine (0.0.20040716-1.1) unstable; urgency=high
 +
 +  * NMU.
 +  * Fix libcapi build dependency (closes: #267536).
 +
 + -- Matthias Klose <doko at debian.org>  Sat, 28 Aug 2004 02:04:55 +0200
 +
 +wine (0.0.20040716-1) unstable; urgency=low
 +
 +  * New upstream release 20040716 (closes: #261547)
 +    - Implementation of the Microsoft Installer dll.
 +    - Beginnings of proper inter-process window repaints.
 +    - Several DirectSound improvements.
 +    - Fixes for the regressions caused by the new filesystem support.
 +    - Lots of bug fixes.
 +  * Applied winelauncher patch from Kevin Shanahan which allows
 +    each $WINEPREFIX to have its own flag files to disable
 +    prelaunch and debug windows.
 +  * Remove binfmt-support-specific doubledash hack from winelauncher,
 +    it's apparently no longer needed (nor does it work anymore).
 +    Closes: #261855.
 +  * Added Turkish debconf translation. Closes: #252942.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sat, 14 Aug 2004 17:11:52 +0200
 +
 +wine (0.0.20040615-1) unstable; urgency=low
 +
 +  * New upstream release 20040615
 +    - Major winedbg rewrite using the dbghelp dll.
 +    - New Wine preloader to reserve memory areas at startup.
 +    - Many improvements to the audio support.
 +    - Lots of bug fixes.
 +  * Acknowledge NMU (closes: #251107), which although imperfectly
 +    executed, was well meant.
 +  * Install wine-preloader into libwine.
 +  * Add GLUT to build dependencies. Closes: #253715.
 +  * Remove mention of unmaintained daily CVS builds from README.Debian.
 +    Closes: #252370.
 +  * Mention wineprefixcreate in README.Debian.
 +  * Change default winebrowser registry key to "sensible-browser" instead
 +    of a hardcoded list of common browsers. Closes: #249583.
 +    This may not change existing installations, it may be necessary for
 +    you to change the registry entry yourself on existing installations.
 +    I've mentioned how to do this in README.Debian.
 +    (It may be possible to make winebrowser ignore the registry entry
 +    entirely and hardcode it to always use sensible-browser, but I
 +    am not sure if that's a good idea.)
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Thu, 17 Jun 2004 08:22:56 +0200
 +
 +wine (0.0.20040505-2) unstable; urgency=low
 +
 +  * NMU.
 +  * Rebuild against libcupsys2-gnutls10 (fixed: Bug#251107)
 +
 + -- Kenshi Muto <kmuto at debian.org>  Sun, 13 Jun 2004 03:45:00 +0000
 +
 +wine (0.0.20040505-1) unstable; urgency=low
 +
 +  * New upstream release 20040505 (Closes: #248554)
 +    - Many more filesystem improvements, including autodetection
 +      of drive types and devices, and support for editing the drive
 +      configuration with winecfg.
 +    - Many Direct3D improvements.
 +    - Several fixes to the various sound drivers.
 +    - Lots of bug fixes.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Wed, 12 May 2004 02:04:29 +0200
 +
 +wine (0.0.20040408-1) unstable; urgency=low
 +
 +  * New upstream release 20040408 (Closes: #245679)
 +    - DOS devices and drives are now configured through symlinks.
 +    - Many shell32 improvements.
 +    - New task manager merged from ReactOS.
 +    - First version of wineprefixcreate tool for initial setup.
 +    - Lots of bug fixes.
 +  * Redirect errors from final "kill" command in winelauncher to
 +    /dev/null, since any failures there should be harmless.
 +    Closes: #238065.
 +  * Install taskmgr into wine-utils.
 +  * Set ICUUC_LIB and ICUDATA_LIB variables for configure,
 +    needed to compile this Wine release against the old ICU
 +    version in Debian, as instructed by Shachar Shemesh.
 +  * Adapted skeleton wine configuration in /usr/share/wine/skel
 +    to contain DOS device and drive symlinks. For existing
 +    installs, it seems wine will convert the old config to the
 +    new symlink-based scheme automatically, for a limited
 +    transition period. But I thought it best to update the
 +    packaging now anyway, to make sure I got it right before
 +    it's too late.
 +  * Install wineprefixcreate into wine. This seems to be
 +    an alternative to copying /usr/share/wine/skel into ~/.wine.
 +  * Added Danish debconf translation. Closes: #234064.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Tue, 20 Apr 2004 15:14:11 +0200
 +
 +wine (0.0.20040309-1) unstable; urgency=low
 +
 +  * New upstream release 20040309
 +    - Much improved winegcc tool, now used to build Wine itself.
 +    - VxDs are now separate libraries for better modularity.
 +    - Improvements and simplifications to the drive configuration.
 +    - New setupapi INF script to create the initial registry.
 +    - Many improvements to the various multimedia dlls.
 +    - Lots of bug fixes.
 +  * Moved skeleton wine configuration from /usr/share/wine to
 +    /usr/share/wine/skel. Updated README.Debian to reflect this.
 +  * Install patched tools/wineinstall into /usr/share/wine.
 +    If the script happens to work, it might be better to use it
 +    than copying the /usr/share/wine/skel into ~/.wine, since
 +    it would also be able to upgrade an old installation, and
 +    has more tweaks, but I haven't tested this script much lately.
 +  * Moved wineconf from /usr/lib/wine to /usr/share/wine.
 +  * Install generic.ppd and wine.inf in /usr/share/wine.
 +  * There's no longer a winedefault.reg. Everything is handled by
 +    wine.inf. Added explanation on how to use wine.inf to
 +    README.Debian.
 +  * Create program symlinks manually in debian/rules instead of
 +    using dh_link, since these symlinks must be absolute, otherwise
 +    they won't work when "cp -r"-ed into ~/.wine. Closes: #235406.
 +  * Try to make winelauncher look for an existing config file
 +    in $WINEPREFIX (before complaining that you have to run
 +    winesetup). Closes: #235405.
 +  * There's now a man page for widl.
 +  * There's now a man page for winebuild. Closes: #114673.
 +  * Update libwine-* package list in README.Debian.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Wed, 10 Mar 2004 22:10:06 +0100
 +
 +wine (0.0.20040213-1) unstable; urgency=low
 +
 +  * New upstream release 20040213
 +    - Improved support for screen resolution changes.
 +    - More shell32 improvements.
 +    - Several Winelib compatibility fixes.
 +    - Beginnings of support for typelib creation.
 +    - Lots of bug fixes.
 +  * Moved wine.bin, wine-[kp]thread and wineserver from wine to libwine,
 +    since these are going to be needed for Winelib programs too.
 +  * Added winebrowser and expand to the wine package.
 +  * Added libfontconfig1-dev, libssl-dev, and libcapi20-2 to
 +    Build-Depends.
 +  * Added new package libwine-capi to contain the capi20 module.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Tue, 24 Feb 2004 14:09:34 +0100
 +
 +wine (0.0.20040121-2) unstable; urgency=high
 +
 +  * Urgency high since this should hit testing as
 +    soon as possible (both to help jack migration, and
 +    to supersede the currently NPTL-incompatible version
 +    in testing).
 +  * Fixed debian/rules to also make libwine-jack depend
 +    on libjack0.80.0-0. Sorry for the mistake.
 +  * Put dlls/twain/README into the libwine-twain package.
 +    Closes: #224941.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Tue, 27 Jan 2004 18:46:48 +0100
 +
 +wine (0.0.20040121-1) unstable; urgency=low
 +
 +  * New upstream release 20040121
 +    - Many improvements in the shell32 dll.
 +    - Better support for constructors in C++ Winelib apps.
 +    - Improved Regedit tool.
 +    - Full support for graphic tablets.
 +    - Lots of DirectMusic improvements.
 +    - Better support for video playback.
 +    - Full IME support for Asian locales.
 +    - Lots of bug fixes.
 +  * The exec shield workaround was also disabled again upstream
 +    "because it caused too much trouble". Perhaps #224837 was
 +    some of that trouble. Need verification.
 +  * Build-Depend on libjack0.80.0-dev instead of libjack0.71.2-dev.
 +    Closes: #228786.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Thu, 22 Jan 2004 05:08:49 +0100
 +
 +wine (0.0.20031212-1) unstable; urgency=low
 +
 +  * New upstream release 20031212
 +    - Initial implementation of XDND drag&drop support.
 +    - Improved startup performance on remote displays.
 +    - Major improvements in the oleaut32 dll.
 +    - Some support for Netbios functions.
 +    - Work around for Exec Shield and prelinking troubles.
 +    - Many code cleanups.
 +    - Lots of bug fixes.
 +  * It seems regapi is no more, have to remove it from the
 +    packages. (A man page for it is not needed anymore then,
 +    which closes #83261)
 +  * The tool regedit supersedes it, so I'm using that now to
 +    build the skeleton configuration in /usr/share/wine. I
 +    patched regedit to accept input from stdin if a filename
 +    of "-" is given, so input can still be zcat-ed to it.
 +  * Updated README.Debian for regedit instead of regapi, and
 +    mention that regedit is in wine-utils (still).
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sat, 20 Dec 2003 05:41:29 +0100
 +
 +wine (0.0.20031118-1) unstable; urgency=low
 +
 +  * New upstream release 20031118 (closes: #211906)
 +    - Many printing improvements.
 +    - Run-time detection of NPTL threading. (closes: #218476)
 +    - Lots of code merges from Crossover Office 2.1.
 +    - Some reorganization of the source tree.
 +    - Lots of bug fixes.
 +  * Install wine.bin-kthread and wine.bin-pthread binaries into
 +    /usr/bin to allow the threading autoselection to work.
 +  * The DNS lookup issues is also claimed to have been fixed now,
 +    probably because of the NPTL detection. Closes: #214252.
 +  * Added winecpp to libwine-dev.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Wed, 17 Dec 2003 03:14:12 +0100
 +
 +wine (0.0.20031016-1) unstable; urgency=low
 +
 +  * New upstream release 20031016
 +    - Support for the Xrandr extension.
 +    - Dll separation of kernel and ntdll is finished.
 +    - Many enhanced metafile improvements.
 +    - Lots of bug fixes.
 +  * DocBook DSSSL stylesheets are apparently no longer included in the
 +    upstream source. However, they have one available separately
 +    (in the "tools" module of CVS), so I put it into the debian/
 +    directory and let the debian/rules file generate the documentation
 +    itself (without using upstream makefile) using that stylesheet.
 +    I also chose to continue to build each book as many small HTML
 +    files instead of as one big HTML file, since that's the "tried and
 +    true" way, or something.
 +  * Some old plaintext documentation has also been removed upstream,
 +    they've been removed from the packaging too.
 +  * Added HURD and FreeBSD to architecture fields, as requested.
 +    Closes: #222227.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sun, 30 Nov 2003 17:36:44 +0100
 +
 +wine (0.0.20030911-1) unstable; urgency=low
 +
 +  * New upstream release 20030911
 +    - Many improvements to the winecfg configuration tool.
 +    - Massive header files cleanup for better source compatibility.
 +    - Some more progress on the kernel/ntdll separation.
 +    - Lots of bug fixes.
 +    (Yes, newer upstream releases exist, I plan to upload each of
 +     them with a few days in between to allow them to be archived
 +     on snapshot.debian.net)
 +  * Install rpcss, rundll32, start, winemenubuilder into libwine.
 +  * Install *.def files into libwine-dev.
 +  * Build-depend on libicu-dev, so that support for non-Western
 +    languages gets compiled in. Suggest libicu21c102 for libwine.
 +  * Added missing "]" in winedefault.reg. Closes: #218612.
 +  * Fixed doc-base (it apparently got broken after the wine-doc
 +    changes). Closes: #215393.
 +  * Fixed dash compatibility of winelauncher. Closes: #219624.
 +  * Noted that daily builds haven't been working lately
 +    in README.Debian. Closes: #213729.
 +  * Tried to fix configure to detect current freetype.
 +  * Started rewriting the build system a little bit to make it
 +    possible to make winelauncher configure Wine automatically
 +    without winesetup's help. This is not finished yet, though,
 +    and since I'm far behind on Wine releases now, I think I'll
 +    do it later. Still, I did get around to po-debconfify the
 +    still unused debconf templates (closes: #203286), and put
 +    a skeleton per-user no-Windows configuration into
 +    /usr/share/wine that it's possible to copy into ~/.wine for
 +    those who want to do so.
 +  * Updated README.Debian to reflect (some of) the above.
 +  * /var/lib/wine/drivec is no longer in the package.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Fri, 28 Nov 2003 13:28:20 +0100
 +
 +wine (0.0.20030813-2) unstable; urgency=low
 +
 +  * Pthread changes in current glibc CVS caused Wine to not work.
 +    This has to be fixed both Wine-side and glibc-side. This upload
 +    fixes it on the Wine side by applying a patch from WineHQ CVS
 +    for this. Closes: #210300.
 +    (The glibc side is bug #210347, which must also be fixed before
 +    Wine runs again, sorry.)
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Thu, 11 Sep 2003 14:16:33 +0200
 +
 +wine (0.0.20030813-1) unstable; urgency=low
 +
 +  * New upstream release 20030813
 +    - Partial implementation of the Microsoft Installer (msi.dll).
 +    - GUI for regedit (from ReactOS).
 +    - DirectMusic dlls reorganization.
 +    - Many Wininet improvements.
 +    - Lots of bug fixes.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Wed, 20 Aug 2003 19:29:44 +0200
 +
 +wine (0.0.20030709-3) unstable; urgency=low
 +
 +  * Place winspool.drv into libwine, not libwine-print, so that programs
 +    that link to it don't need libwine-print. Closes: #202050.
 +  * Remove stale libwine.so and libwine_unicode.so symlinks
 +    in preinst. Closes: #202116.
 +  * Build-depend on libjack0.71.2-dev instead of libjack0.50.0-dev.
 +    I am not sure that this jack version will work with Wine, but since
 +    0.50.0 is apparently no longer in unstable, I guess I have no choice.
 +    Closes: #202237.
 +  * Changed wine-doc build rules a bit to be more in line with upstream
 +    documentation layout. This will change the directory layout in the
 +    wine-doc package, you may have to adjust your bookmarks. Closes: #202310.
 +  * Added winecfg program to wine-utils.
 +  * Updated Standards-Version to 3.6.0, rearranged debian/rules file
 +    a bit to have a separate binary-indep rule for building wine-doc.
 +  * Corrected sections in control file (finally).
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon, 21 Jul 2003 16:18:16 +0200
 +
 +wine (0.0.20030709-2) unstable; urgency=low
 +
 +  * Fixed shlibs so we don't depend on nvidia-glx. Closes: #201257, #201300.
 +  * Found out that wine was never ported to alpha after all (the alpha
 +    references in the win32 headers must be from NT or something, there's
 +    apparently no actual code in Wine for alpha), so I removed that again.
 +    Now only i386, powerpc, and sparc remain.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Tue, 15 Jul 2003 10:05:32 +0200
 +
 +wine (0.0.20030709-1) unstable; urgency=low
 +
 +  * New upstream release 20030709
 +    - Still more Direct3D and DirectSound improvements.
 +    - Inter-process clipboard support.
 +    - Locale handling improvements.
 +    - More progress on the kernel/ntdll separation.
 +    - Lots of bug fixes.
 +  * Added powerpc, sparc, and alpha to architectures, let's see
 +    if the packages actually build on those...
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon, 14 Jul 2003 15:13:27 +0200
 +
 +wine (0.0.20030618-1) unstable; urgency=low
 +
 +  * New upstream release 20030618 (closes: #198646)
 +    - Still more Direct3D and DirectSound improvements.
 +    - Tons of fixes merged from Crossover Office 2.0.
 +    - New iphlpapi dll.
 +    - Lots of bug fixes.
 +  * There's supposed to be a fix for Lotus Notes in this release.
 +    Closes: #196156, #196938.
 +  * Build-depend on libartsc0-dev (yeah, finally someone told me).
 +    Closes: #197255.
 +  * Build-depend on libjpeg62-dev | libjpeg-dev instead of just
 +    libjpeg-dev. Closes: #196136.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Tue, 24 Jun 2003 21:52:30 +0200
 +
 +wine (0.0.20030508-2) unstable; urgency=low
 +
 +  * Added winevdm.exe.so to the wine package (no, not wine-utils).
 +    Closes: #195950, #196013.
 +  * Make it possible to build from source with libjack0.71.2. However,
 +    I'm not convinced that the code might work with a new jack version,
 +    so I'll still be compiling against the older version myself.
 +    Closes: #196014.
 +  * Since people keep complaining about libwine-arts depending on arts
 +    4:2.2.2, without telling me what's wrong with that, I now
 +    depend on arts 1.1.2, clearly an even older arts, but if they can't
 +    tell me what they want me to do, I'll teach'em to. Closes: #195518.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Wed,  4 Jun 2003 07:26:12 +0200
 +
 +wine (0.0.20030508-1) unstable; urgency=low
 +
 +  * New upstream release 20030508 (closes: #192873)
 +    - Some more reorganizations of the source tree.
 +    - A few more steps towards kernel/ntdll separation.
 +    - Many Direct3D improvements.
 +    - More compatible COM interfaces definitions.
 +    - Lots of bug fixes.
 +  * Build-depend on flex-old | flex (<< 2.5.31)
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon,  2 Jun 2003 04:40:08 +0200
 +
 +wine (0.0.20030408-1) unstable; urgency=low
 +
 +  * Long overdue Wine updates for Debian
 +    (Closes: #181499, #183854).
 +    Wonder if I should RFA.
 +  * New upstream release 20030408
 +    - Some reorganizations of the source tree.
 +    - File change notifications.
 +    - Support for all variants of glibc 2.3.
 +    - Many documentation updates.
 +    - Lots of bug fixes.
 +  * New upstream release 20030318
 +    - Many Direct Sound improvements.
 +    - File locking support.
 +    - Progress on kernel/ntdll dll separation.
 +    - Lots of bug fixes.
 +  * New upstream release 20030219 (Closes: #183854)
 +    - Better dead keys support.
 +    - Many debugger fixes.
 +    - More Direct3D work.
 +    - Lots of bug fixes.
 +  * Fixed winelauncher bashism (Closes: #178986)
 +  * Created libwine-jack package.
 +  * Changed build dependencies (added glu, ungif and jack).
 +    They're no longer compatible with potato.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Thu, 17 Apr 2003 14:55:30 +0200
 +
 +wine (0.0.20030115-2) unstable; urgency=low
 +
 +  * Added workaround for the broken docbook-utils in woody
 +    in debian/rules. Closes: #172082.
 +  * Hopefully less winelauncher failures in case of Ctrl-C.
 +    Closes: #176615.
 +  * Automatically add "--" if launched as wine-auto, and
 +    make binfmt-support launch that. Closes: #178521.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon, 27 Jan 2003 18:18:26 +0100
 +
 +wine (0.0.20030115-1) unstable; urgency=low
 +
 +  * New upstream release 20030115
 +    - Much better header files compatibility in Winelib.
 +    - A ton of Direct3D work.
 +    - Many improvements in sound support.
 +    - New wineboot tool to simulate a Windows reboot.
 +    - Lots of bug fixes.
 +  * New tool wineboot placed in wine-utils.
 +  * Installed winewrap and winegcc/wineg++ into libwine-dev.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sun, 19 Jan 2003 21:03:50 +0100
 +
 +wine (0.0.20021219-1) unstable; urgency=low
 +
 +  * New upstream release 20021219
 +    - DLL linking now done through import libraries.
 +    - A couple of new tools to make Winelib easier to use.
 +    - Many Direct3D improvements.
 +    - Improved Windows compatibility of the regression tests.
 +    - Lots of bug fixes.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sat, 21 Dec 2002 21:03:21 +0100
 +
 +wine (0.0.20021125-1) unstable; urgency=low
 +
 +  * New upstream release 20021125
 +    - Finished conversion to STRICT compilation mode.
 +    - WinHelp revival.
 +    - Client-side fonts supported even without RENDER extension.
 +    - Regression tests no longer require Perl.
 +    - Lots of bug fixes.
 +  * Removed libperl-dev from build dependencies accordingly.
 +  * CUPS is now loaded dynamically, so I made debian/rules add
 +    the necessary libcupsys2 dependency itself.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Thu, 28 Nov 2002 17:25:21 +0100
 +
 +wine (0.0.20021031-1) unstable; urgency=low
 +
 +  * New upstream release 20021031
 +    - Complete listview overhaul.
 +    - Beginnings of real RPC support.
 +    - Most dlls now build properly in STRICT mode.
 +    - Inter-process window activation and focus handling.
 +    - Many improvements to AVI support.
 +    - Lots of bug fixes.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Wed,  6 Nov 2002 15:36:15 +0100
 +
 +wine (0.0.20021007-1) unstable; urgency=low
 +
 +  * New upstream release 20021007 (closes: #164607)
 +    - Massive listview rewrite.
 +    - New MS RLE codec.
 +    - winemaker should be working again.
 +    - Beginnings of Direct3D 8 support.
 +    - Lots of bug fixes.
 +  * Patched to work with glibc 2.3. Closes: #165323.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sun, 20 Oct 2002 23:11:17 +0200
 +
 +wine (0.0.20020904-1) unstable; urgency=low
 +
 +  * New upstream release 20020904
 +    - Much improved PowerPC support.
 +    - More correct locale definitions.
 +    - Progress on the conversion of handle types to pointers.
 +    - Many Visio and Quicken fixes merged from Crossover.
 +    - Lots of bug fixes.
 +  * Yeah, I know I'm late in packaging this release,
 +    but I've been sick. Closes: #159867.
 +  * Fixed debian/*.dirs (many of them accidentally contained
 +    /usr/share/doc/libwine-twain). Closes: #157063.
 +  * Changed gluck.debian.org to people.debian.org in README.Debian
 +    since it's reported that the apt source doesn't work otherwise.
 +  * Fixed path of system.ini in README.Debian. Closes: #159833.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Fri, 13 Sep 2002 15:44:32 +0200
 +
 +wine (0.0.20020804-2) unstable; urgency=low
 +
 +  * Made comdlg32 import winspool using delayed imports
 +    instead of regular imports. This should make comdlg32
 +    work without libwine-print as long as the print
 +    dialog isn't opened (trying that will probably crash).
 +    Closes: #156338.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Thu, 15 Aug 2002 21:38:38 +0200
 +
 +wine (0.0.20020804-1) unstable; urgency=low
 +
 +  * New upstream release (closes: #155542)
 +    - Beginnings of an IDL compiler.
 +    - Several new winedbg features.
 +    - More OLE and shell improvements.
 +    - NAS and AudioIO sound drivers.
 +    - Still more Sparc portability fixes.
 +    - Lots of bug fixes.
 +  * New tool widl placed in libwine-dev.
 +  * The new NAS driver is placed in a new libwine-nas package.
 +    For some reason, the build system makes this driver depend on X11,
 +    but I don't know enough about NAS to know if it's supposed to.
 +  * The AudioIO driver is for Solaris, so it isn't built.
 +  * There's now a man page for winebuild (closes: #83274).
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Tue,  6 Aug 2002 19:42:51 +0200
 +
 +wine (0.0.20020710-1) unstable; urgency=low
 +
 +  * New upstream release 20020710
 +    - DirectSound 8 and DirectInput 8 support.
 +    - Many OLE improvements.
 +    - Support for font downloading in Postscript driver.
 +    - ALSA sound driver.
 +    - More portability fixes, particularly for Sparc.
 +    - Lots of bug fixes.
 +  * Split off libwine components with heavy dependencies
 +    into separately installable packages (closes: #148479):
 +    libwine-print (depends on CUPS)
 +    libwine-twain (depends on SANE)
 +    libwine-alsa  (depends on ALSA)
 +    libwine-arts  (depends on aRts)
 +  * List all the Wine packages in README.Debian.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Thu, 25 Jul 2002 04:48:55 +0200
 +
 +wine (0.0.20020605-1) unstable; urgency=low
 +
 +  * New upstream release 20020605 (Closes: #150139)
 +    - Better Mingw support, including cross-compilation on Linux.
 +    - Still more dll separation work.
 +    - Winelib applications now get loaded much like builtin dlls.
 +    - Some command-line options replaced by config entries.
 +    - Multimedia improvements, including an MP3 decoder.
 +    - Massive whitespace cleanup.
 +    - New Winelib file manager.
 +    - Lots of bug fixes.
 +  * Fixed wine-doc.doc-base. Closes: #149649.
 +  * Added Catalan debconf template. Closes: #139745.
 +  * New tool regsvr32 placed in wine.
 +  * New tool winefile placed in wine-utils.
 +  * Wine build system has changed and installs hardlinked binaries.
 +    I'll just package the hardlinked files as ordinary files for now.
 +    But at least there's no longer .so files in /usr/bin (closes: #148357).
 +  * Removed README.Debian reference to my old apt repository on WineHQ;
 +    since they no longer run Debian, I can't host it there anymore.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sun, 23 Jun 2002 04:55:39 +0200
 +
 +wine (0.0.20020509-1) unstable; urgency=low
 +
 +  * New upstream release 20020509
 +    - More dll separation work.
 +    - Many async I/O improvements.
 +    - Still more unit tests.
 +    - A lot less multimedia code.
 +    - Many portability fixes, esp. for ReactOS.
 +    - Lots of bug fixes.
 +  * New tool winepath placed in wine-utils.
 +  * clock and hlp2sgml removed from wine-utils.
 +  * Added German debconf templates. Closes: #139095.
 +  * Added Catalan debconf template. Closes: #139746.
 +  * Doubled size of MAX_FONTS. Closes: #145033.
 +  * Explicitly depend on libfreetype6, and changed Wine code
 +    to look for libfreetype.so.6 instead of libfreetype.so.
 +    Closes: #146136.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon, 13 May 2002 05:58:19 +0200
 +
 +wine (0.0.20020411-1) unstable; urgency=low
 +
 +  * New upstream release 20020411
 +    - Beginnings of an SMB client implementation.
 +    - New naming scheme and location for builtin dlls.
 +    - aRts sound driver.
 +    - A bunch of unit tests.
 +    - Much more complete setupapi implementation.
 +    - Some dll separation progress.
 +    - The usual common controls rewrites.
 +    - Much improved Microsoft Office support.
 +    - Lots of bug fixes.
 +  * Wine license changed to LGPL. Updated debian/copyright.
 +  * Build system changed. Updated debian/* files.
 +  * New build dependency libarts-dev added for aRts driver.
 +  * New build dependency libsane-dev added for TWAIN support.
 +  * New tool regedit placed in wine-utils.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sat, 13 Apr 2002 14:31:02 +0200
 +
 +wine (0.0.20020228-1) unstable; urgency=low
 +
 +  * New upstream release 20020228
 +    - Client-side font rendering using Xrender.
 +    - Local server COM support.
 +    - Many DrawText improvements.
 +    - A ton of fixes for better MS Office support.
 +    - Preliminary support for C unit tests.
 +    - Lots of bug fixes.
 +  * Updated the build dependencies, been too long since last time.
 +  * Added tchar.h to list of headers to install in include/Makefile.in.
 +    Closes: #131918.
 +  * Made winelauncher errors about not finding winesetup more
 +    helpful. Closes: #135263.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Fri,  8 Mar 2002 12:21:08 +0100
 +
 +wine (0.0.20020122-2) unstable; urgency=low
 +
 +  * Sigh. Conflict with binfmt-support (<< 1.1.2), then.
 +    Closes: #130887.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sat, 26 Jan 2002 23:21:36 +0100
 +
 +wine (0.0.20020122-1) unstable; urgency=low
 +
 +  * New upstream release 20020122
 +    - Lots of improvements to asynchronous I/O.
 +    - Beginnings of unit testing infrastructure.
 +    - Inter-process DDE should work now.
 +    - Lots of bug fixes.
 +  * dosmod no longer exist. (Closes: #83260)
 +  * Tried to make the winelauncher script behave in the absence
 +    of a display. Closes: #128068. (Also tried to make the script
 +    return the correct error code while I was at it. Didn't I have
 +    a bug on that once?)
 +  * Updated Spanish debconf templates. Closes: #120241, #128927.
 +  * Changed short description of wine-utils from "Wine Emulator"
 +    to "Windows Emulator" to match the other binary packages...
 +  * Install wine.xpm and wine_small.xpm into /usr/share/pixmaps.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Fri, 25 Jan 2002 15:58:51 +0100
 +
 +wine (0.0.20011226-2) unstable; urgency=low
 +
 +  * Added xlibmesa-dev to the build dependencies.
 +  * Added "undocumented" manpage for wineconsole.
 +  * Added support for the binfmt-support package. Closes: #89386.
 +  * Prepend "--" to arguments in wineshelllink. Closes: #128124.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sat, 12 Jan 2002 00:06:15 +0100
 +
 +wine (0.0.20011226-1) unstable; urgency=low
 +
 +  * New upstream release 20011226
 +    - Many improvements to audio support.
 +    - Lots of new actions in SystemParametersInfo.
 +    - New console based on Win32 window instead of xterm.
 +    - Server protocol redesigned.
 +    - More shlwapi improvements.
 +    - Lots of bug fixes (Closes: #115482).
 +  * Placed the new wineconsole program into the wine package.
 +  * Changed build dependency cygnus-stylesheets to docbook-utils.
 +    Closes: #123736.
 +  * Updated Standards-Version to 3.5.6.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Thu, 27 Dec 2001 10:41:11 +0100
 +
 +wine (0.0.20011108-2) unstable; urgency=low
 +
 +  * Revert to debhelper v2 compatibility, and wrote ldconfig into
 +    postinst manually, since debhelper no longer likes libwine.so
 +    anyway. Closes: #119051.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sun, 11 Nov 2001 13:18:40 +0100
 +
 +wine (0.0.20011108-1) unstable; urgency=low
 +
 +  * New upstream release 20011108
 +    - Shared windows support starts doing something useful.
 +    - Overlapped I/O improvements.
 +    - Support for running files from removable media.
 +    - Many shlwapi improvements.
 +    - Quartz dll keeps growing.
 +    - Lots of bug fixes (Closes: #115319).
 +  * Present a verification question if Wine is launched
 +    as a MIME handler from mailcap (Closes: #114977).
 +  * Tried to add a KDE file association (Closes: #118430).
 +    If anyone has suggestions for improving that (I didn't manage
 +    to make Wine launch on left-click, only on right-click
 +    and then selecting WINE), please let me know.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Fri,  9 Nov 2001 03:05:30 +0100
 +
 +wine (0.0.20011004-1) unstable; urgency=low
 +
 +  * New upstream release 20011004
 +    - Beginnings of shared window handles.
 +    - Much improved typelib support.
 +    - Tons of new code in quartz dll.
 +    - Lots of bug fixes (Closes: #109668).
 +  * The specmaker tool has been replaced by the winedump tool
 +    (Closes: #87552).
 +  * This release was apparently badly timed (it was exceedingly broken).
 +    However, one day after the release, all the major breakages were
 +    fixed in the CVS tree (i.e. business as usual in the Wine project).
 +    So I've applied the current CVS patches to make this Debian
 +    release somewhat useful.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sat,  6 Oct 2001 13:15:44 +0200
 +
 +wine (0.0.20010824-1) unstable; urgency=low
 +
 +  * New upstream release 20010824
 +    - Inter-process SendMessage support
 +    - More DDE improvements
 +    - Preparation work for shared window handles
 +    - Several debugger improvements
 +    - Better GDI objects management
 +    - Lots of bug fixes
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sun, 26 Aug 2001 15:27:56 +0200
 +
 +wine (0.0.20010731-1) unstable; urgency=low
 +
 +  * New upstream release 20010731
 +    - 16-bit comm routines reimplemented properly
 +    - More improvements to the Postscript driver
 +    - A few more steps towards dll separation
 +    - Lots of bug fixes
 +  * And from release 20010629 (which I didn't package
 +    because I think it was a very unstable release)
 +    - Better font metrics support in Postscript driver using Freetype
 +    - Major window management redesign (still in progress)
 +    - Message queues in wineserver to prepare for inter-process messaging
 +    - DDE merged from Corel tree, plus various fixes
 +    - 64-bit file size support
 +    - Lots of bug fixes
 +  * You wanted a more recent Wine, you got it (closes: #109230)
 +  * Applied another Linux 2.4 winsock patch.
 +  * Updated README.Debian to point to WineHQ resources and such
 +    (troubleshooting guide, FAQ, etc).
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sun, 26 Aug 2001 15:21:57 +0200
 +
 +wine (0.0.20010510-3) unstable; urgency=low
 +
 +  * Applied patch from Marcus Meissner to make CUPS support
 +    build on potato.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Thu, 17 May 2001 20:05:46 +0200
 +
 +wine (0.0.20010510-2) unstable; urgency=low
 +
 +  * Added CUPS build dependency, and installed it on my build
 +    machines, so users that need printing can take advantage of
 +    Wine's new support for CUPS.
 +  * Moved sample config files potentially referenced from postinst
 +    from /usr/share/doc/wine to /usr/share/wine, and added symlinks
 +    to them in /usr/share/doc/wine, as per Debian policy.
 +  * There's a new generic.ppd among the sample config files, I'm
 +    not sure what to do with it other than stuff it into
 +    /usr/share/doc/wine.
 +  * Updated Standards-Version to 3.5.4.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Thu, 17 May 2001 13:10:06 +0200
 +
 +wine (0.0.20010510-1) unstable; urgency=low
 +
 +  * New upstream release 20010510
 +    - Many improvements to printing support
 +    - Some graphics driver restructures
 +    - Lots of bug fixes
 +  * And from release 20010418 (which I didn't package
 +    because I think it was a very bad release)
 +    - DirectDraw restructuration and improvements
 +    - MSVCRT headers for compiling Winelib apps
 +    - Postscript driver enhancements
 +    - Several multimedia fixes
 +    - Lots of bug fixes
 +  * Declared versioned dependency on debhelper v3.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sat, 12 May 2001 12:15:41 +0200
 +
 +wine (0.0.20010326-3) unstable; urgency=low
 +
 +  * Maybe tell postinst too that I moved documentation/samples/*
 +    (system.ini) from libwine to wine. Closes: #92446.
 +  * Added Spanish to wine.templates. Closes: #92316.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sun,  1 Apr 2001 21:52:30 +0200
 +
 +wine (0.0.20010326-2) unstable; urgency=low
 +
 +  * Implemented DEB_BUILD_OPTIONS *properly*.
 +  * Cleaner .a file handling in debian/rules.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Fri, 30 Mar 2001 11:39:04 +0200
 +
 +wine (0.0.20010326-1) unstable; urgency=low
 +
 +  * New upstream release
 +    - Serial async I/O improvements
 +    - Support for app-specific dll overrides in config file
 +    - Lots of bug fixes.
 +  * New build dependency libperl-dev (because of the new
 +    winetest program, which is supposed to be wine's new
 +    API test suite, but though it was necessary to compile
 +    it, I don't think it's useful to have in the debian
 +    packages, is it?)
 +  * There's a new winecheck script too, but I didn't include
 +    it either, as I'm not sure how it works and whether it
 +    would be useful in Debian packages.
 +  * Made the dependency on xbase-clients versioned >= 4.0,
 +    so it doesn't satisfy potato xfree86 3.x users, forcing
 +    the ORed xcontrib dependency instead.
 +  * Added Suggests: msttcorefonts (neat package).
 +  * Moved documentation/samples/* from libwine to wine.
 +  * Implemented DEB_BUILD_OPTIONS stuff.
 +    Upgraded Standards-Version to 3.5.2.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Wed, 28 Mar 2001 16:31:47 +0200
 +
 +wine (0.0.20010305-1) unstable; urgency=low
 +
 +  * New upstream release 20010305.
 +    - Some improvements to the wineserver protocol.
 +    - The usual common controls fixes/improvements.
 +    - Version information in builtin dlls.
 +    - Lots of bug fixes.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Tue,  6 Mar 2001 00:35:21 +0100
 +
 +wine (0.0.20010216-5) unstable; urgency=low
 +
 +  * Added dependency on xbase-clients | xcontrib, since the
 +    winelauncher needs xmessage in order to operate.
 +  * Made winelauncher handle filenames with spaces. Closes: #87710.
 +  * Moved libwine's unused config stuff to wine (though still not used).
 +  * Fixed bashism in libwine.preinst. Closes: #87864.
 +  * Added French debconf translations. Closes: #87749, #87750.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon, 26 Feb 2001 17:19:50 +0100
 +
 +wine (0.0.20010216-4) unstable; urgency=low
 +
 +  * Gave in and killed the OSMesa support, by overriding
 +    the config.cache with a debian/config.anticache in rules.
 +    Sadly, users most likely can no longer use plain old non-GLX
 +    Mesa (without hardware acceleration) to play Half-Life at 0.2 fps
 +    anymore, but maybe that's no big loss anyway.
 +    Closes: #83391, #83393.
 +  * Removed MesaGL mess explanation from README.Debian again.
 +  * Changed german translation of libwine.templates. Closes: #87604.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sun, 25 Feb 2001 19:23:11 +0100
 +
 +wine (0.0.20010216-3) unstable; urgency=low
 +
 +  * Made Wine a handler of the application/x-msdos-program MIME
 +    type. (Soon your Unix mailers will also be able to run all
 +    those Windows viruses, muahahaha...)
 +  * Added a GNOME file association for that too.
 +    (But I don't know how to do that for KDE... if there's anything
 +    extra I need to do to make it work in KDE too, send a patch
 +    to the bug tracker or something)
 +  * Moved winemaker manpage to where winemaker is now (wine-utils).
 +  * Added "undocumented" manpage for specmaker and wine.bin.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sun, 25 Feb 2001 11:26:35 +0100
 +
 +wine (0.0.20010216-2) unstable; urgency=low
 +
 +  * Oops... seems that as I moved from one machine to another, the
 +    0.0.20010216-1 was built on top of 0.0.20010112-2, not -3.
 +    Now I've imported the changes that was done to -3
 +    (changelog and shlibs.local)...
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Wed, 21 Feb 2001 20:34:55 +0100
 +
 +wine (0.0.20010216-1) unstable; urgency=low
 +
 +  * New upstream release 20010216.
 +    - Several PostScript driver enhancements.
 +    - Improved enhanced metafiles support.
 +    - Beginnings of PowerPC support.
 +    - Lots of bug fixes. (Closes: #83214)
 +  * libwine_tsx11.so is new, placed it in /usr/lib.
 +  * specmaker is new, placed it in wine-utils.
 +  * Updated README.Debian to explain the MesaGL mess.
 +  * Built with debhelper v3.
 +  * Moved winemaker from libwine-dev to wine-utils, since it's just a
 +    porting tool for preparing windows for winelib compilation, not
 +    a build requirement once the sources have been prepared.
 +  * Removed rpath hack from debian/rules, assuming that winelauncher
 +    does a good enough job (or recognizing that the upstream configure
 +    adds rpath itself so I wouldn't have to anyway).
 +  * Patched winelauncher a lot, so now it works without rpath in the
 +    Debian packaging, and works with the winelib apps.
 +  * Moved /usr/lib/*.so symlinks to libwine-dev.
 +  * Finally moved the /var/lib/wine stuff from libwine to wine.
 +  * Someone apparently translated libwine.templates to German.
 +    While not terribly useful (the first message might be obsolete
 +    and the other isn't actually used, at least not right now),
 +    especially not without also translating wine.templates, I just
 +    threw it into libwine.templates anyway to close the bug.
 +    Closes: #83366.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Mon, 19 Feb 2001 22:00:36 +0100
 +
 +wine (0.0.20010112-3) unstable; urgency=low
 +
 +  * Added shlibs.local, to use "xlibosmesa3 | mesag3" instead of just
 +    xlibosmesa3, so that users that use mesag3 can just add a symlink
 +    (or mesag3 can be made to provide such a symlink itself).
 +    On the other hand, would adding a Build-Conflicts: xlibosmesa-dev
 +    (and build without OSMesa support) be a better idea...?
 +  * Removed bashism from winelauncher script. Closes: #83559.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Fri, 26 Jan 2001 16:36:03 +0100
 +
 +wine (0.0.20010112-2) unstable; urgency=low
 +
 +  * Updated README.Debian. Closes: #82624.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Wed, 17 Jan 2001 16:52:06 +0100
 +
 +wine (0.0.20010112-1) unstable; urgency=low
 +
 +  * New upstream release 20010112.
 +    This version of Wine unfortunately doesn't support a global config
 +    file, so the default wine.conf is now removed from the package.
 +    I'll just have to recommend using winesetuptk for now.
 +  * Using debconf to notify the sysadmin of the above issue, and ask
 +    whether to delete /etc/wine.conf.
 +  * Decided to use winelauncher like it was intended; rename the main
 +    wine binary to wine.bin, and rename winelauncher to wine.
 +    This will also automatically launch winesetup if there's no config.
 +  * Removing wine.conf in postrm if wine is purged.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sat, 13 Jan 2001 16:38:56 +0100
 +
 +wine (0.0.20001222-2) unstable; urgency=low
 +
 +  * Added usr/lib to libwine-dev.dirs. (Oops.)
 +  * Added ldconfig to libwine.postinst.
 +  * Now that winesetuptk is available, I added winesetup to Suggests,
 +    and mentioned it in README.Debian. The next Wine release ought to
 +    have support for a new global config file, I plan to remove wine.conf
 +    from the package once that happens.
 +  * Added information about other sources for Wine .deb packages
 +    (from the WineHQ download page) to README.Debian.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Thu, 11 Jan 2001 18:34:39 +0100
 +
 +wine (0.0.20001222-1) unstable; urgency=low
 +
 +  * New upstream release 20001222.
 +    The configuration file format has changed, but I've kept the wine.conf
 +    in here since the winesetuptk tool isn't ready yet (I'm waiting for it
 +    to handle the new configuration file format), and wine will simply
 +    automatically generate a ~/.wine/config using the old wine.conf.
 +  * Updated README.Debian to explain these config issues.
 +  * Built more of the winelib apps, put some of them (including the
 +    all-important "winemine") into wine-utils.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sat, 23 Dec 2000 04:54:03 +0100
 +
 +wine (0.0.20001202-1) unstable; urgency=low
 +
 +  * New upstream release 20001202.
 +    New tools winelauncher and wineshelllink.
 +    Updated wine.conf.
 +    (I ought to use winelauncher for something, maybe soon.)
 +  * Updated Build-Depends for XFree86 4.0.
 +  * Install regapi into wine. Closes: #76138, #47857.
 +    Also put winedefault.reg into wine instead of libwine.
 +    Will clean up the inconsistencies, such as drive setup
 +    and files being in libwine instead of wine, later.
 +  * Moved winebuild, wmc, and wrc from wine-utils and
 +    into libwine-dev, since these are tools required for
 +    compiling Winelib apps.
 +  * Added LDFLAGS with rpath set to /usr/lib/wine as arguments
 +    to make during build, so that regapi and winedbg works.
 +    Closes: #72243 (may have been closed by 20001026-2 too).
 +    Eventually DLL separation will remove the need for rpath,
 +    but I'll keep it until then.
 +  * Added a new fake drive for /usr/bin, so that wine can find
 +    winedbg.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sun,  3 Dec 2000 11:15:53 +0100
 +
 +wine (0.0.20001026-2) unstable; urgency=low
 +
 +  * Repackaged with debhelper, since debmake proved too limited.
 +    Closes: #69467, #69469, #69570, #70820, #71461.
 +  * The default wine.conf update and the libdir fix (and
 +    the repackaging) closes: #67381, #67382.
 +  * Reorganized wine-doc package, it now features HTML docs.
 +  * Took Windows directories with spaces out of the package proper,
 +    since debhelper didn't cope with them. Created them in postinst
 +    instead for now.
 +  * Some initial debconf support. But doing real configuration
 +    questions must wait until I've patched the upstream
 +    tools/wineinstall script for easier debconf integration.
 +  * Moved Drive C path from /usr/share/wine/drivec to
 +    /var/lib/wine/drivec for FHS compliance. (libwine.preinst takes
 +    care of moving the actual contents and performing a search &
 +    replace in wine.conf.) Closes: #70618, #70619, #70620.
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Sat, 28 Oct 2000 23:40:07 +0200
 +
 +wine (0.0.20001026-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Fri, 27 Oct 2000 05:11:28 +0200
 +
 +wine (0.0.20001002-1) unstable; urgency=low
 +
 +  * New maintainer Ove Kaaven.
 +  * New upstream release
 +  * Update default wine.conf, fixed EXTRA_LD_LIBRARY_PATH.
 +  * Set --libdir=/usr/lib/wine explicitly, the $${exec_prefix} didn't work.
 +  * Added a few Windows directories into the /usr/share/wine/drivec.
 +  * Add an empty winsock.dll file to Windows directory in libwine.
 +  * Initialize win.ini and system.ini in Windows directory in
 +    libwine.postinst. (Hmm. Wonder if a --purge should remove everything?
 +    If the user only wanted to remove the .deb to compile wine himself,
 +    that might be a bad idea if the user installed something...)
 +
 + -- Ove Kaaven <ovek at arcticnet.no>  Thu, 26 Oct 2000 12:52:42 +0200
 +
 +wine (0.0.20000909-1) unstable;
 +
 +  * New version for unstable.  Hopefully, this one will run.
 +
 + -- Andrew D. Lenharth <andrewl at debian.org>  Wed, 20 Sep 2000 10:01:17 -0800
 +
 +wine (0.0.20000801-1) unstable; urgency=low
 +
 +  * New version for unstable.  Enjoy.
 +  * elfdlls are seperated from libwine and put into /usr/lib/wine
 +  * lib directories moved, should close a few bugs in 20000614
 +
 + -- Andrew D. Lenharth <andrewl at debian.org>  Mon, 20 May 2000 10:01:17 -0800
 +
 +wine (0.0.20000614-1) unstable; urgency=low
 +
 +  * New version for unstable.  Enjoy.
 +  * Many new upstream bug fixes. wine-utils now contains utilities.
 +  * Directory structure reorganized for debian.
 +  * elfdlls are seperated from libwine and put int /usr/share/wine/lib
 +  * winebuild now included. Closes#62395
 +  * fnt2bdf now included. Closes#61214 Closes#64892
 +
 + -- Andrew D. Lenharth <andrewl at debian.org>  Mon, 20 May 2000 10:01:17 -0800
 +
 +wine (0.0.20000430-1) unstable; urgency=low
 +
 +  * New version for unstable.  Enjoy.
 +  * Many new upstream bug fixes, and a few file moves, so expect bugs.
 +  * Directory structure reorganized for debian.
 +  * elfdlls are seperated from libwine and put int /usr/share/wine/lib
 +
 + -- Andrew D. Lenharth <andrewl at debian.org>  Sat, 13 May 2000 10:01:17 -0800
 +
 +wine (0.0.20000326-2) unstable; urgency=low
 +
 +  * Tryed out the elfdll stuff.  Didn't work yet.
 +
 + -- Andrew D. Lenharth <andrewl at debian.org>  Mon, 14 Feb 2000 18:01:17 -0800
 +
 +wine (0.0.20000326-1) unstable; urgency=low
 +
 +  * New version for unstable.  Enjoy.
 +  * Many new upstream bug fixes, and a few file moves, so expect bugs.
 +
 + -- Andrew D. Lenharth <andrewl at debian.org>  Mon, 14 Feb 2000 18:01:17 -0800
 +
 +wine (0.0.20000130-1) unstable; urgency=low
 +
 +  * New version for unstable.  Closes a few bugs.
 +
 + -- Andrew D. Lenharth <andrewl at debian.org>  Mon, 14 Feb 2000 18:01:17 -0800
 +
 +wine (0.0.20000109-2) frozen; urgency=low
 +
 +  * OpenGL depends fixed.  Closes 55313 55365 55186
 +
 + -- Andrew D. Lenharth <andrewl at debian.org>  Wed, 14 Dec 1999 18:01:17 -0800
 +
 +wine (0.0.20000109-1) unstable; urgency=low
 +
 +  * Assorted upstream Bug fixs as always :).
 +  * Compiled with Xpm again.  Closes #54910
 +
 + -- Andrew D. Lenharth <andrewl at debian.org>  Wed, 14 Dec 1999 18:01:17 -0800
 +
 +wine (0.0.991212-1) unstable; urgency=low
 +
 +  * Assorted upstream Bug fixs as always :).
 +
 + -- Andrew D. Lenharth <andrewl at debian.org>  Wed, 14 Dec 1999 18:01:17 -0800
 +
 +wine (0.0.991114-2) unstable; urgency=low
 +
 +  * Added check for /usr/X11R6/lib/libwine*.  Closes: 43322 43597
 +  * fixed dependency on libwine.
 +  * Assorted upstream Bug fixs as always :).
 +
 + -- Andrew D. Lenharth <andrewl at debian.org>  Wed, 21 Nov 1999 18:01:17 -0800
 +
 +wine (0.0.991114-1) unstable; urgency=low
 +
 +  * New upstream version.
 +  * Assorted upstream Bug fixs as always :).
 +
 + -- Andrew D. Lenharth <andrewl at debian.org>  Wed, 14 Nov 1999 18:01:17 -0800
 +
 +wine (0.0.991031-1) unstable; urgency=low
 +
 +  * New upstream version.
 +  * Changed a to point to /floppy instead of /mnt/fd0.
 +  * Now links to mesa.  Closes: #47312
 +  * symtable is now set correctly in wine.conf. Closes: #43601  
 +  * Assorted upstream Bug fixs as always :).
 +
 + -- Andrew D. Lenharth <andrewl at debian.org>  Wed,  3 Nov 1999 18:01:17 -0800
 +
 +wine (0.0.990923-2) unstable; urgency=low
 +
 +  * Packaging fix.
 +  * libgl1 dependecy now libmesagl.  Closes: #47351 #47014 #46937 #46937
 +
 + -- Andrew D. Lenharth <andrewl at debian.org>  Sat, 16 Oct 1999 09:09:27 -0700
 +
 +wine (0.0.990923-1) unstable; urgency=low
 +
 +  *New Upstream release.
 +  *Lots of bug fixes (of course).
 +  *Reworked msacm driver.  
 +
 + -- Andrew D. Lenharth <andrewl at debian.org>  Tue, 05 Oct 1999 14:21:46 -0700
 +
 +wine (0.0.990815-1) unstable; urgency=low
 +
 +  * New Upstream release.
 +  * Lots of bug fixes.
 +  * Many more dlls are seperate from the main library.
 +  * includes documentation/ directory included. Closes: #29103
 +  * fixed depend problem. Closes: #43320 #43325 #43332
 +  * wine.conf is now back in /etc. Closes: #43387 
 +  
 + -- Andrew D. Lenharth <andrewl at debian.org>  Tue, 24 Aug 1999 14:21:46 -0700
 +
 +wine (0.0.990731-1) unstable; urgency=low
 +
 +  * New upstream version
 +  * Lots of bug fixes.
 +
 + -- Andrew D. Lenharth <andrewl at debian.org>  Tue, 24 Aug 1999 12:18:25 -0700
 +
 +wine (0.0.990704-2) unstable; urgency=low
 +
 +  * New maintainer Andrew Lenharth.
 +  * Repackaged.
 +  * libwine0.0.971116 renamed to libwine
 +
 + -- Andrew D. Lenharth <andrewl at debian.org>  Sun,  1 Aug 1999 14:36:54 -0700
 +
 +wine (0.0.990704-1) unstable; urgency=low
 +
 +  * New upstream release:
 +    - Server communication optimized.
 +    - Many window painting fixes.
 +    - Portability improvements.
 +    - Lots of bug fixes.
 +
 + -- Vincent Renardias <vincent at debian.org>  Mon,  5 Jul 1999 13:17:44 +0200
 +
 +wine (0.0.990613-1) unstable; urgency=low
 +
 +  * New upstream release:
 +    - All tasks now run in their own thread.
 +    - Win32 debug API preliminary implementation.
 +    - New Winelib app: a command-line interpreter.
 +    - Lots of bug fixes.
 +
 + -- Vincent Renardias <vincent at waw.com>  Mon, 14 Jun 1999 12:47:10 +0200
 +
 +wine (0.0.990523-1) unstable; urgency=low
 +
 +  * New upstream release:
 +    - Printing improvements
 +    - X input and multimedia timers moved to service thread.
 +    - More threading and locking fixes.
 +    - Lots of bug fixes.
 +
 + -- Vincent Renardias <vincent at waw.com>  Mon, 31 May 1999 17:49:52 +0200
 +
 +wine (0.0.990508-1) unstable; urgency=low
 +
 +  * New upstream release:
 +    - Lots of threading fixes.
 +    - Start of enhanced metafile support.
 +    - Several common controls improvements.
 +    - Lots of bug fixes.
 +
 + -- Vincent Renardias <vincent at waw.com>  Mon, 10 May 1999 16:14:26 +0200
 +
 +wine (0.0.990426-1) unstable; urgency=low
 +
 +  * New upstream release:
 +    - Resources in built-in DLLs.
 +    - Threading support for FreeBSD and Solaris.
 +    - Lots of threading and synchronization changes.
 +    - Loader reorganization and new load order support.
 +    - Lots of bug fixes.
 +
 + -- Vincent Renardias <vincent at waw.com>  Tue, 27 Apr 1999 14:16:38 +0200
 +
 +wine (0.0.990328-1) unstable; urgency=low
 +
 +  * New upstream release:
 +    - Lots of new OLE stuff.
 +    - Use separate threads for Win32 processes.
 +    - Various multimedia improvements.
 +    - Lots of bug fixes.
 +
 + -- Vincent Renardias <vincent at waw.com>  Sun, 28 Mar 1999 21:54:03 +0200
 +
 +wine (0.0.990214-1) unstable; urgency=low
 +
 +  * New upstream release:
 +    - More reorganizations of headers and drivers.
 +    - Still more OLE stuff.
 +    - Many new functions and stubs.
 +    - Lots of bug fixes.
 +
 + -- Vincent Renardias <vincent at waw.com>  Mon, 15 Feb 1999 14:24:45 +0100
 +
 +wine (0.0.990131-1) unstable; urgency=low
 +
 +  * Add menu support (Fix bug #19196).
 +  * Correct dosmod.1 symlink (Bugs #32361, #32342, #32236).
 +  * New upstream release:
 +    - Tons of new OLE stuff.
 +    - Several improvements to DirectDraw support.
 +    - Better message queues.
 +    - Many new functions and stubs.
 +    - Lots of bug fixes.
 +
 + -- Vincent Renardias <vincent at waw.com>  Mon,  1 Feb 1999 11:08:20 +0100
 +
 +wine (0.0.990110-3) unstable; urgency=low
 +
 +  * Rebuild with OpenGL dev. libs so DirectX emulation works.
 +  * Make dosmod.1 point to wine.1 rather than undocumented.7.
 +
 + -- Vincent Renardias <vincent at waw.com>  Tue, 19 Jan 1999 18:25:22 +0100
 +
 +wine (0.0.990110-2) unstable; urgency=low
 +
 +  * Updated documentation (Fix bug #31873).
 +  * Add missing dep. on libwine (Fix bug #31982).
 +
 + -- Vincent Renardias <vincent at waw.com>  Sat, 16 Jan 1999 22:43:48 +0100
 +
 +wine (0.0.990110-1) unstable; urgency=low
 +
 +  * New upstream release:
 +    - Many more COM interfaces definitions.
 +    - Improvements to the resource compiler.
 +    - Lots of bug fixes.
 +
 + -- Vincent Renardias <vincent at waw.com>  Mon, 11 Jan 1999 04:36:02 +0100
 +
 +wine (0.0.990103-1) unstable; urgency=low
 +
 +  * New upstream release:
 +    WHAT'S NEW with Wine-990103: (see ChangeLog for details)
 +      - Improved console support.
 +      - Tons of new stubs.
 +      - Improvements to header files compatibility.
 +      - More features in Wine server.
 +      - Lots of bug fixes.
 +  * Added several more READMEs.
 +
 + -- Vincent Renardias <vincent at waw.com>  Mon,  4 Jan 1999 13:05:48 +0100
 +
 +wine (0.0.981211-1) unstable; urgency=low
 +
 +  * New upstream release:
 +    WHAT'S NEW with Wine-981211:
 +      - A lot of code moved around for a better structure.
 +      - New console support.
 +      - Beginnings of TTY driver.
 +      - Tons of new stubs.
 +      - More DOS and native USER support.
 +      - Lots of bug fixes.
 +    WHAT'S NEW with Wine-981108:
 +      - More common controls.
 +      - Better separation of X11-dependent code.
 +      - More DOS support.
 +      - Winsock IPX support.
 +      - Lots of bug fixes.
 +    WHAT'S NEW with Wine-981025:
 +      - KDE drag&drop support.
 +      - Still more common controls and SHELL32 features.
 +      - More Postscript driver functions.
 +      - Lots of bug fixes.
 +  * Updated FAQ.
 +  * Removed installation of texinfo manual (doesn't work since 2 releases)
 +
 + -- Vincent Renardias <vincent at waw.com>  Tue, 29 Dec 1998 14:52:20 +0100
 +
 +wine (0.0.981018-1.1) frozen unstable; urgency=low
 +
 +  * Non-maintainer release.
 +  * Recompiled with new libc, to fix __register_frame_info problem,
 +    at maintainer's request.
 +  * Build manpages with "c2man-wine" (now packaged as such), because
 +    the mainline c2man lacks an option wine uses.
 +  * A bugfix in c2man-wine fixes the problem of manpages with spaces in
 +    their names.  Removed the attempted workaround (which didn't work :)
 +    of removing those manpages after they are generated.
 +
 + -- Richard Braakman <dark at xs4all.nl>  Mon, 14 Dec 1998 14:28:48 +0100
 +
 +wine (0.0.981018-1) unstable; urgency=low
 +
 +  * New upstream release:
 +    - ELF DLL loader.
 +    - Some more DOS support.
 +    - Still more common controls and SHELL32 features.
 +    - Using Windows native USER.DLL may work.
 +    - Lots of bug fixes.
 +
 + -- Vincent Renardias <vincent at waw.com>  Mon, 19 Oct 1998 17:33:08 +0200
 +
 +wine (0.0.980927-1) unstable; urgency=low
 +
 +  * New upstream release:
 +    - Still more common controls and SHELL32 features.
 +    - MIDI I/O support.
 +    - Several new undocumented KERNEL functions.
 +    - More DOS exe stuff including some debugger support.
 +    - Lots of bug fixes.
 +
 + -- Vincent Renardias <vincent at waw.com>  Mon, 28 Sep 1998 15:35:42 +0200
 +
 +wine (0.0.980913-2) unstable; urgency=low
 +
 +  * Just fixed a bug that made libwine-dev useless
 +    since ~ 1 year ago (Which makes we wonder if anyone
 +    actually used this package since this bug has never
 +    been reported to me ;).
 +  * Include graphics/psdrv/README as /usr/doc/wine/README.psdrv
 +    (Bug #26699).
 +  * Patches included from winehq.com:
 +    - callproc.diff: Fix the CallProc{Ex}32W function.
 +    - file_fix: Fix FILE_Read & FILE_Write behavior.
 +    - int_fix: Missing last minute change.
 +    - more_tsx: Fixed ``threadsafeness''.
 +
 + -- Vincent Renardias <vincent at waw.com>  Tue, 15 Sep 1998 16:02:56 +0200
 +
 +wine (0.0.980913-1) unstable; urgency=low
 +
 +  * New upstream release:
 +    - Even more common controls stuff.
 +    - Many PostScript driver improvements.
 +    - More DOS executables support.
 +    - Lots of bug fixes.
 +
 + -- Vincent Renardias <vincent at waw.com>  Sun, 13 Sep 1998 20:48:23 +0200
 +
 +wine (0.0.980822-1) unstable; urgency=low
 +
 +  * New upstream release:
 +    - Improved mmio support.
 +    - VxDCall support.
 +    - More common controls and shell32 stuff.
 +    - Better DOS executables support.
 +    - Lots of bug fixes.
 +  * Patches included from winehq.com:
 +    - SetWindowLong: it's now possible to switch between the listview
 +      and the iconview in the word95 File open dialog.
 +    - RevokeDragDrop: New stub.
 +  * Put the manpages in the correct directory!
 +
 + -- Vincent Renardias <vincent at waw.com>  Thu, 27 Aug 1998 14:17:26 +0200
 +
 +wine (0.0.980809-3) unstable; urgency=low
 +
 +  * Patches from winehq.com applied:
 +    - glibc2-dos: nows builds dosmod properly on libc6.
 +
 + -- Vincent Renardias <vincent at waw.com>  Thu, 13 Aug 1998 14:03:24 +0200
 +
 +wine (0.0.980809-2) unstable; urgency=low
 +
 +  * Added loader/dos/dosmod in the binary package.
 +
 + -- Vincent Renardias <vincent at waw.com>  Mon, 10 Aug 1998 18:09:26 +0200
 +
 +wine (0.0.980809-1) unstable; urgency=low
 +
 +  * New upstream release:
 +    - Preliminary DOS executables support.
 +    - Postscript driver improvements.
 +    - More client/server stuff.
 +    - Better shell32.dll builtin support.
 +    - Proper Win16 mutex locking.
 +    - Lots of bug fixes.
 +
 + -- Vincent Renardias <vincent at waw.com>  Sun,  9 Aug 1998 16:25:30 +0200
 +
 +wine (0.0.980726-1) unstable; urgency=low
 +
 +  * New upstream release:
 +    - Still more common controls stuff.
 +    - More DirectDraw support.
 +    - Compilation problems should be gone.
 +    - Lots of bug fixes.
 +    - Much improved manual pages generation.
 +  * Now takes over 2 hours to build... ;(
 +
 + -- Vincent Renardias <vincent at waw.com>  Mon, 27 Jul 1998 12:58:43 +0200
 +
 +wine (0.0.980712-1) unstable; urgency=low
 +
 +  * tried to fix #24140.
 +  * New upstream release:
 +    - More common controls stuff.
 +    - Win32s VxD support.
 +    - Beginnings of client/server architecture.
 +    - More NLS support.
 +    - Lots of bug fixes.
 +
 + -- Vincent Renardias <vincent at waw.com>  Mon, 13 Jul 1998 12:47:47 +0200
 +
 +wine (0.0.980628-2) unstable; urgency=low
 +
 +  * Added more doc. files (Bug #24139).
 +  * Patches from www.winehq.com included:
 +    - stub-for-fontview (Allows c:\windows\fontview.exe to start).
 +    - winelib_snoop16 (Fix pbm when linking with libwine.so).
 +
 + -- Vincent Renardias <vincent at waw.com>  Thu,  2 Jul 1998 16:23:49 +0200
 +
 +wine (0.0.980628-1) unstable; urgency=low
 +
 +  * New upstream release:
 +    - Common controls improvements.
 +    - Win16 DLL snooping.
 +    - Preliminary internal Postscript driver.
 +    - Improved DIB section handling.
 +    - Lots of bug fixes.
 +
 + -- Vincent Renardias <vincent at waw.com>  Mon, 29 Jun 1998 12:27:40 +0200
 +
 +wine (0.0.980614-1) unstable; urgency=low
 +
 +  * New upstream release:
 +    - Many drawing fixes.
 +    - Inter-DLL calls snooping.
 +    - Lots of bug fixes.
 +
 + -- Vincent Renardias <vincent at waw.com>  Mon, 15 Jun 1998 11:37:51 +0200
 +
 +wine (0.0.980601-1) unstable; urgency=low
 +
 +  * New upstream release:
 +    - New resource compiler.
 +    - Toolbar control.
 +    - Partial implementation of CreateDIBSection.
 +    - Lots of bug fixes.
 +
 + -- Vincent Renardias <vincent at waw.com>  Mon,  1 Jun 1998 17:05:08 +0200
 +
 +wine (0.0.980517-2) unstable; urgency=low
 +
 +  * Patches from www.winehq.com included:
 +    commdlg_crash
 +
 + -- Vincent Renardias <vincent at waw.com>  Wed, 20 May 1998 12:58:43 +0200
 +
 +wine (0.0.980517-1) unstable; urgency=low
 +
 +  * New upstream release:
 +    - Lots of common controls improvements.
 +    - Better thunking support.
 +    - Lots of bug fixes.
 +
 + -- Vincent Renardias <vincent at waw.com>  Sun, 17 May 1998 20:13:29 +0200
 +
 +wine (0.0.980503-3) unstable; urgency=low
 +
 +  * Correct dependencies... *sigh*
 +
 + -- Vincent Renardias <vincent at waw.com>  Thu, 14 May 1998 16:05:00 +0200
 +
 +wine (0.0.980503-2) unstable; urgency=low
 +
 +  * Fix debian/rules (Fix #22382)
 +  * Patch from www.winehq.com included:
 +    - word980503.diff: makes Word95's file dialog boxes work.
 +
 + -- Vincent Renardias <vincent at waw.com>  Tue, 12 May 1998 16:28:49 +0200
 +
 +wine (0.0.980503-1) unstable; urgency=low
 +
 +  * New upstream release:
 +    - Module loading restructuration.
 +    - Some rotated text support.
 +    - Documentation for many more functions.
 +    - Lots of bug fixes.
 +  * Patches from www.winehq.com included:
 +    - crtdll.diff: More functions implemented.
 +    - module.diff: Fix patch mess in LoadModule16.
 +    - profile: Make PROFILE_GetSection work properly.
 +    - region: Fixes a problem with CombineRgn().
 +
 + -- Vincent Renardias <vincent at waw.com>  Tue, 12 May 1998 16:28:49 +0200
 +
 +wine (0.0.980413-2) unstable; urgency=low
 +
 +  * Patches from www.winehq.com included:
 +    - arc_fix: Allows tk/tcl 8.0 (wish80.exe) to draw properly.
 +    - default_bitmap_depth: fix buglet in displaying.
 +    - metafile32: improved matefile support.
 +    - mohr.diff: missing 'break;' statement.
 +    - profile2: tweak profile reading in registry.
 +    - rootcursor: Don't change the cursor look on the rootwindow.
 +  * Updated FAQ.
 +  * Updated html documentation.
 +
 + -- Vincent Renardias <vincent at waw.com>  Fri, 17 Apr 1998 21:49:55 +0200
 +
 +wine (0.0.980413-1) unstable; urgency=low
 +
 +  * New upstream release:
 +    - Flat thunks support.
 +    - Many more autoconf checks for better portability.
 +    - DIALOGEX resource support.
 +    - Lots of bug fixes.
 +
 + -- Vincent Renardias <vincent at waw.com>  Mon, 13 Apr 1998 16:26:48 +0200
 +
 +wine (0.0.980329-1) unstable; urgency=low
 +
 +  * New upstream release:
 +    - More ImageLists support.
 +    - More Win32 metafile support.
 +    - Still some debugging output changes.
 +    - Lots of bug fixes.
 +  * Fix ugly shlibs.local bug (fortunatly, noone noticed ;)
 +  * Patches included from winehq.com: init_crash, managed_winpos, relay_string.
 +
 + -- Vincent Renardias <vincent at waw.com>  Mon, 30 Mar 1998 19:18:42 +0200
 +
 +wine (0.0.980315-1) frozen unstable; urgency=low
 +
 +  * New upstream release:
 +    - Preliminary ImageLists support.
 +    - Beginnings of enhanced metafiles.
 +    - More debugging macros changes.
 +    - Lots of bug fixes.
 +  * Fix critical Bug #19429: libwine now depends on wine since
 +    for now this library is totally useless without it.
 +
 + -- Vincent Renardias <vincent at waw.com>  Fri, 20 Mar 1998 22:18:05 +0100
 +
 +wine (0.0.980301-1) unstable; urgency=low
 +
 +  * New upstream release:
 +    - New debugging printfs scheme.
 +    - Better DOS device handling.
 +    - Lots of bug fixes.
 +  * Polished debian/rules file.
 +  * Updated html doc & FAQ.
 +
 + -- Vincent Renardias <vincent at waw.com>  Mon,  2 Mar 1998 20:21:44 +0100
 +
 +wine (0.0.980104-2) unstable; urgency=low
 +
 +  * Include GNU Info & Postscript documentation as well as extra
 +    manpages in wine-doc.
 +
 + -- Vincent Renardias <vincent at waw.com>  Sat, 10 Jan 1998 15:49:19 +0100
 +
 +wine (0.0.980104-1) unstable; urgency=low
 +
 +  * New upstream release:
 +    - Beginnings of DirectDraw/DirectSound support.
 +    - Preliminary threading support based on clone().
 +    - Lots of bug fixes.
 +
 + -- Vincent Renardias <vincent at waw.com>  Thu,  8 Jan 1998 01:43:26 +0100 
 +
 +wine (0.0.971221-2) unstable; urgency=low
 +
 +  * Included the following patches from www.winehq.com/patches/ :
 +    - ComboBox Fix (Bertho Stultiens). 
 +    - Console Fix (Karl Garrison). 
 +    - SetMetaFileBitsEx function updated. 
 +    - fd_set Winsock fixes (Ove Kaaven). 
 +  * Now compiled with egcs (gcc dies with sig 11 on misc/shellord.c). 
 +
 + -- Vincent Renardias <vincent at waw.com>  Thu,  1 Jan 1998 16:06:13 +0100
 +
 +wine (0.0.971221-1) unstable; urgency=low
 +
 +  * New upstream release (Bug #16209):
 +    - Preliminary GDI paths support.
 +    - DrawFrameControl implementation.
 +    - Multimedia support for time and joystick functions.
 +    - Win32 spec files now generate C code for Winelib.
 +    - Tons of new Win32 functions and stubs.
 +    - Lots of bug fixes.
 +  * Corrected 2 buglets in debian/rules; closes:#15054, #15051.
 +  * strip fnt2bdf (Fix #15724).
 +  * Added libwine-dbg binary package.
 +  * Adjusted packages section/priority.
 +  * Moved libwine.a from libwine0.0.971116 to libwine-dbg.
 +  * Compile with '-O3' flag.
 +
 + -- Vincent Renardias <vincent at waw.com>  Sun, 28 Dec 1997 21:13:53 +0100
 +
 +wine (0.0.971116-1) unstable; urgency=low
 +
 +  * New upstream code.
 +    - Emulator and library unification.
 +    - New About dialog.
 +    - Menus improvements.
 +    - Lots of bug fixes.
 +    - Now compiles under libc6 without additional patch.
 +  * Added libwine0.0.971116 (Yes, the name is ugly ;) & libwine-dev packages;
 +    They allow to compile Win32 C code as native Linux executable.
 +    (Examples included in libwine-dev)
 +  * Added wine.sym file to aid debugging.
 +  * Added wine-doc package (FAQ + misc. documentation).
 +  * Updated packages descriptions.
 +  * Include more documentation in main package.
 +
 + -- Vincent Renardias <vincent at waw.com>  Mon, 17 Nov 1997 16:11:34 +0100
 +
 +wine (0.0.971101-1) unstable; urgency=low
 +
 +  * New upstream code (#14057).
 +  * Recompiled with libc6/xlib6g/xpm4g (#12715,#12918).
 +  * Added documentation/fonts file.
 +
 + -- Vincent Renardias <vincent at waw.com>  Sat, 20 Sep 1997 21:56:44 +0200
 +
 +wine (0.0.970914-1) unstable; urgency=low
 +
 +  * New Upstream Source:
 +    - Better resource handling.
 +    - New Progress control.
 +    - Improved PE module support.
 +    - Many relay code changes.
 +    - Lots of bug fixes.
 +  * Include wineconf configuration script.
 +  * Use pristine source.
 +
 + -- Vincent Renardias <vincent at waw.com>  Fri, 29 Aug 1997 22:06:05 +0200
 +
 +wine (0.0.970804-1) unstable; urgency=low
 +
 +  * New Upstream Source:
 +    - Joystick support,
 +    - More Win32 stuff,
 +    - Lots of bug fixes.
 +
 + -- Vincent Renardias <vincent at waw.com>  Sat, 9 Aug 1997 17:31:05 +0200
 +
 +wine (0.0.970720-1) unstable; urgency=low
 +
 +  * new upstream source.
 +  * new maintainer.
 +  * released to unstable.
 +  * compiled with libc6.
 +  * modified dependencies (Fixes #5992).
 +  * moved /usr/bin/wine to /usr/X11R6/bin.
 +  * use /usr/lib/wine [ (c) bcwhite ].
 +  * Modified numbering scheme after agreement with upstream maintainer.
 +
 + -- Vincent Renardias <vincent at waw.com>  Sat, 26 Jul 1997 17:47:45 +0200
 +
 +wine (970629-1) experimental; urgency=LOW
 +
 +  * new upstream source
 +
 + -- Brian White <bcwhite at verisim.com>  Wed, 4 Dec 1996 20:49:55 -0500
 +
 +wine (951124-1) experimental; urgency=LOW
 +
 +  * first Debianized packages
 +
 + -- Brian White <bcwhite at verisim.com>  Sun, 26 Nov 1996 23:02:47 -0400
 +
 +
 +Local variables:
 +mode: debian-changelog
 +End:

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list