# This Makefile understands the following targets:
#
# all (default):   build wine
# clean:           remove all intermediate files
# distclean:       also remove all files created by configure
# test:            run tests
# testclean:       clean test results to force running all tests again
# install-lib:     install libraries needed to run applications
# install-dev:     install development environment
# install:         install everything
# uninstall:       uninstall everything
# depend:          create the dependencies
# ctags:           create a tags file for vim and others.
# etags:           create a TAGS file for Emacs.
# manpages:        compile manpages for Wine API
# htmlpages:       compile html pages for Wine API
# sgmlpages:       compile sgml source for the Wine API Guide
# xmlpages:        compile xml source for the Wine API Guide

# The following variable definitions are copied into all makefiles

prefix          = /opt/wine-5.0.5
exec_prefix     = ${prefix}
bindir          = ${exec_prefix}/bin
libdir          = ${exec_prefix}/lib
datarootdir     = ${prefix}/share
datadir         = ${datarootdir}
mandir          = ${datarootdir}/man
includedir      = ${prefix}/include
fontdir         = ${datadir}/wine/fonts
dlldir          = ${libdir}/wine
top_srcdir      = ..
top_builddir    = .
srcdir          = ..
SHELL           = /bin/sh
CC              = gcc -m32
CXX             = g++ -m32
CPPBIN          = cpp
CROSSCC         = i686-w64-mingw32-gcc
CFLAGS          = -g -O2
CPPFLAGS        = 
CROSSCFLAGS     = -g -O2
CROSSLDFLAGS    = 
EXTRACFLAGS     = -Wall -pipe -fcf-protection=none -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-2 -gstrict-dwarf -fno-omit-frame-pointer
EXTRACROSSCFLAGS= -DWINE_CROSS_PE -Wall -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -fno-omit-frame-pointer -gdwarf-2 -gstrict-dwarf
MSVCRTFLAGS     =  -fno-builtin -fshort-wchar
TARGETFLAGS     = -m32
LDDLLFLAGS      = -fno-PIC -fasynchronous-unwind-tables
LDEXECFLAGS     = 
LIBS            = 
BISON           = bison
FLEX            = flex
EXEEXT          = 
TOOLSEXT        = 
DLLTOOL         = 
AR              = ar
RANLIB          = ranlib
STRIP           = strip
LN_S            = ln -s
TOOLSDIR        = $(top_builddir)/../wine64-build
LD              = ld
LDFLAGS         = 
DLLFLAGS        = -D_REENTRANT -fno-PIC
PRELINK         = 
FONTFORGE       = 
RSVG            = 
CONVERT         = 
ICOTOOL         = 
MSGFMT          = msgfmt
CROSSTARGET     = i686-w64-mingw32
SUBDIRS         =  \
	dlls/acledit \
	dlls/aclui \
	dlls/activeds \
	dlls/actxprxy \
	dlls/adsiid \
	dlls/adsldp \
	dlls/adsldp/tests \
	dlls/adsldpc \
	dlls/advapi32 \
	dlls/advapi32/tests \
	dlls/advpack \
	dlls/advpack/tests \
	dlls/amsi \
	dlls/amstream \
	dlls/amstream/tests \
	dlls/api-ms-win-appmodel-identity-l1-1-0 \
	dlls/api-ms-win-appmodel-runtime-l1-1-1 \
	dlls/api-ms-win-appmodel-runtime-l1-1-2 \
	dlls/api-ms-win-core-apiquery-l1-1-0 \
	dlls/api-ms-win-core-appcompat-l1-1-1 \
	dlls/api-ms-win-core-appinit-l1-1-0 \
	dlls/api-ms-win-core-atoms-l1-1-0 \
	dlls/api-ms-win-core-bem-l1-1-0 \
	dlls/api-ms-win-core-com-l1-1-0 \
	dlls/api-ms-win-core-com-l1-1-1 \
	dlls/api-ms-win-core-com-private-l1-1-0 \
	dlls/api-ms-win-core-comm-l1-1-0 \
	dlls/api-ms-win-core-console-l1-1-0 \
	dlls/api-ms-win-core-console-l2-1-0 \
	dlls/api-ms-win-core-crt-l1-1-0 \
	dlls/api-ms-win-core-crt-l2-1-0 \
	dlls/api-ms-win-core-datetime-l1-1-0 \
	dlls/api-ms-win-core-datetime-l1-1-1 \
	dlls/api-ms-win-core-debug-l1-1-0 \
	dlls/api-ms-win-core-debug-l1-1-1 \
	dlls/api-ms-win-core-delayload-l1-1-0 \
	dlls/api-ms-win-core-delayload-l1-1-1 \
	dlls/api-ms-win-core-errorhandling-l1-1-0 \
	dlls/api-ms-win-core-errorhandling-l1-1-1 \
	dlls/api-ms-win-core-errorhandling-l1-1-2 \
	dlls/api-ms-win-core-errorhandling-l1-1-3 \
	dlls/api-ms-win-core-fibers-l1-1-0 \
	dlls/api-ms-win-core-fibers-l1-1-1 \
	dlls/api-ms-win-core-file-l1-1-0 \
	dlls/api-ms-win-core-file-l1-2-0 \
	dlls/api-ms-win-core-file-l1-2-1 \
	dlls/api-ms-win-core-file-l1-2-2 \
	dlls/api-ms-win-core-file-l2-1-0 \
	dlls/api-ms-win-core-file-l2-1-1 \
	dlls/api-ms-win-core-file-l2-1-2 \
	dlls/api-ms-win-core-handle-l1-1-0 \
	dlls/api-ms-win-core-heap-l1-1-0 \
	dlls/api-ms-win-core-heap-l1-2-0 \
	dlls/api-ms-win-core-heap-l2-1-0 \
	dlls/api-ms-win-core-heap-obsolete-l1-1-0 \
	dlls/api-ms-win-core-interlocked-l1-1-0 \
	dlls/api-ms-win-core-interlocked-l1-2-0 \
	dlls/api-ms-win-core-io-l1-1-0 \
	dlls/api-ms-win-core-io-l1-1-1 \
	dlls/api-ms-win-core-job-l1-1-0 \
	dlls/api-ms-win-core-job-l2-1-0 \
	dlls/api-ms-win-core-kernel32-legacy-l1-1-0 \
	dlls/api-ms-win-core-kernel32-legacy-l1-1-1 \
	dlls/api-ms-win-core-kernel32-private-l1-1-1 \
	dlls/api-ms-win-core-largeinteger-l1-1-0 \
	dlls/api-ms-win-core-libraryloader-l1-1-0 \
	dlls/api-ms-win-core-libraryloader-l1-1-1 \
	dlls/api-ms-win-core-libraryloader-l1-2-0 \
	dlls/api-ms-win-core-libraryloader-l1-2-1 \
	dlls/api-ms-win-core-libraryloader-l1-2-2 \
	dlls/api-ms-win-core-localization-l1-1-0 \
	dlls/api-ms-win-core-localization-l1-2-0 \
	dlls/api-ms-win-core-localization-l1-2-1 \
	dlls/api-ms-win-core-localization-l2-1-0 \
	dlls/api-ms-win-core-localization-obsolete-l1-1-0 \
	dlls/api-ms-win-core-localization-obsolete-l1-2-0 \
	dlls/api-ms-win-core-localization-obsolete-l1-3-0 \
	dlls/api-ms-win-core-localization-private-l1-1-0 \
	dlls/api-ms-win-core-localregistry-l1-1-0 \
	dlls/api-ms-win-core-memory-l1-1-0 \
	dlls/api-ms-win-core-memory-l1-1-1 \
	dlls/api-ms-win-core-memory-l1-1-2 \
	dlls/api-ms-win-core-misc-l1-1-0 \
	dlls/api-ms-win-core-namedpipe-l1-1-0 \
	dlls/api-ms-win-core-namedpipe-l1-2-0 \
	dlls/api-ms-win-core-namespace-l1-1-0 \
	dlls/api-ms-win-core-normalization-l1-1-0 \
	dlls/api-ms-win-core-path-l1-1-0 \
	dlls/api-ms-win-core-privateprofile-l1-1-1 \
	dlls/api-ms-win-core-processenvironment-l1-1-0 \
	dlls/api-ms-win-core-processenvironment-l1-2-0 \
	dlls/api-ms-win-core-processthreads-l1-1-0 \
	dlls/api-ms-win-core-processthreads-l1-1-1 \
	dlls/api-ms-win-core-processthreads-l1-1-2 \
	dlls/api-ms-win-core-processthreads-l1-1-3 \
	dlls/api-ms-win-core-processtopology-obsolete-l1-1-0 \
	dlls/api-ms-win-core-profile-l1-1-0 \
	dlls/api-ms-win-core-psapi-ansi-l1-1-0 \
	dlls/api-ms-win-core-psapi-l1-1-0 \
	dlls/api-ms-win-core-psapi-obsolete-l1-1-0 \
	dlls/api-ms-win-core-quirks-l1-1-0 \
	dlls/api-ms-win-core-realtime-l1-1-0 \
	dlls/api-ms-win-core-registry-l1-1-0 \
	dlls/api-ms-win-core-registry-l2-1-0 \
	dlls/api-ms-win-core-registryuserspecific-l1-1-0 \
	dlls/api-ms-win-core-rtlsupport-l1-1-0 \
	dlls/api-ms-win-core-rtlsupport-l1-2-0 \
	dlls/api-ms-win-core-shlwapi-legacy-l1-1-0 \
	dlls/api-ms-win-core-shlwapi-obsolete-l1-1-0 \
	dlls/api-ms-win-core-shlwapi-obsolete-l1-2-0 \
	dlls/api-ms-win-core-shutdown-l1-1-0 \
	dlls/api-ms-win-core-sidebyside-l1-1-0 \
	dlls/api-ms-win-core-string-l1-1-0 \
	dlls/api-ms-win-core-string-l2-1-0 \
	dlls/api-ms-win-core-string-obsolete-l1-1-0 \
	dlls/api-ms-win-core-stringansi-l1-1-0 \
	dlls/api-ms-win-core-stringloader-l1-1-1 \
	dlls/api-ms-win-core-synch-ansi-l1-1-0 \
	dlls/api-ms-win-core-synch-l1-1-0 \
	dlls/api-ms-win-core-synch-l1-2-0 \
	dlls/api-ms-win-core-synch-l1-2-1 \
	dlls/api-ms-win-core-sysinfo-l1-1-0 \
	dlls/api-ms-win-core-sysinfo-l1-2-0 \
	dlls/api-ms-win-core-sysinfo-l1-2-1 \
	dlls/api-ms-win-core-threadpool-l1-1-0 \
	dlls/api-ms-win-core-threadpool-l1-2-0 \
	dlls/api-ms-win-core-threadpool-legacy-l1-1-0 \
	dlls/api-ms-win-core-threadpool-private-l1-1-0 \
	dlls/api-ms-win-core-timezone-l1-1-0 \
	dlls/api-ms-win-core-toolhelp-l1-1-0 \
	dlls/api-ms-win-core-url-l1-1-0 \
	dlls/api-ms-win-core-util-l1-1-0 \
	dlls/api-ms-win-core-version-l1-1-0 \
	dlls/api-ms-win-core-version-l1-1-1 \
	dlls/api-ms-win-core-version-private-l1-1-0 \
	dlls/api-ms-win-core-versionansi-l1-1-0 \
	dlls/api-ms-win-core-windowserrorreporting-l1-1-0 \
	dlls/api-ms-win-core-winrt-error-l1-1-0 \
	dlls/api-ms-win-core-winrt-error-l1-1-1 \
	dlls/api-ms-win-core-winrt-errorprivate-l1-1-1 \
	dlls/api-ms-win-core-winrt-l1-1-0 \
	dlls/api-ms-win-core-winrt-registration-l1-1-0 \
	dlls/api-ms-win-core-winrt-roparameterizediid-l1-1-0 \
	dlls/api-ms-win-core-winrt-string-l1-1-0 \
	dlls/api-ms-win-core-winrt-string-l1-1-1 \
	dlls/api-ms-win-core-wow64-l1-1-0 \
	dlls/api-ms-win-core-wow64-l1-1-1 \
	dlls/api-ms-win-core-xstate-l1-1-0 \
	dlls/api-ms-win-core-xstate-l2-1-0 \
	dlls/api-ms-win-crt-conio-l1-1-0 \
	dlls/api-ms-win-crt-convert-l1-1-0 \
	dlls/api-ms-win-crt-environment-l1-1-0 \
	dlls/api-ms-win-crt-filesystem-l1-1-0 \
	dlls/api-ms-win-crt-heap-l1-1-0 \
	dlls/api-ms-win-crt-locale-l1-1-0 \
	dlls/api-ms-win-crt-math-l1-1-0 \
	dlls/api-ms-win-crt-multibyte-l1-1-0 \
	dlls/api-ms-win-crt-private-l1-1-0 \
	dlls/api-ms-win-crt-process-l1-1-0 \
	dlls/api-ms-win-crt-runtime-l1-1-0 \
	dlls/api-ms-win-crt-stdio-l1-1-0 \
	dlls/api-ms-win-crt-string-l1-1-0 \
	dlls/api-ms-win-crt-time-l1-1-0 \
	dlls/api-ms-win-crt-utility-l1-1-0 \
	dlls/api-ms-win-devices-config-l1-1-0 \
	dlls/api-ms-win-devices-config-l1-1-1 \
	dlls/api-ms-win-devices-query-l1-1-1 \
	dlls/api-ms-win-downlevel-advapi32-l1-1-0 \
	dlls/api-ms-win-downlevel-advapi32-l2-1-0 \
	dlls/api-ms-win-downlevel-normaliz-l1-1-0 \
	dlls/api-ms-win-downlevel-ole32-l1-1-0 \
	dlls/api-ms-win-downlevel-shell32-l1-1-0 \
	dlls/api-ms-win-downlevel-shlwapi-l1-1-0 \
	dlls/api-ms-win-downlevel-shlwapi-l2-1-0 \
	dlls/api-ms-win-downlevel-user32-l1-1-0 \
	dlls/api-ms-win-downlevel-version-l1-1-0 \
	dlls/api-ms-win-dx-d3dkmt-l1-1-0 \
	dlls/api-ms-win-eventing-classicprovider-l1-1-0 \
	dlls/api-ms-win-eventing-consumer-l1-1-0 \
	dlls/api-ms-win-eventing-controller-l1-1-0 \
	dlls/api-ms-win-eventing-legacy-l1-1-0 \
	dlls/api-ms-win-eventing-provider-l1-1-0 \
	dlls/api-ms-win-eventlog-legacy-l1-1-0 \
	dlls/api-ms-win-gdi-dpiinfo-l1-1-0 \
	dlls/api-ms-win-mm-joystick-l1-1-0 \
	dlls/api-ms-win-mm-misc-l1-1-1 \
	dlls/api-ms-win-mm-mme-l1-1-0 \
	dlls/api-ms-win-mm-time-l1-1-0 \
	dlls/api-ms-win-ntuser-dc-access-l1-1-0 \
	dlls/api-ms-win-ntuser-rectangle-l1-1-0 \
	dlls/api-ms-win-ntuser-sysparams-l1-1-0 \
	dlls/api-ms-win-perf-legacy-l1-1-0 \
	dlls/api-ms-win-power-base-l1-1-0 \
	dlls/api-ms-win-power-setting-l1-1-0 \
	dlls/api-ms-win-rtcore-ntuser-draw-l1-1-0 \
	dlls/api-ms-win-rtcore-ntuser-private-l1-1-0 \
	dlls/api-ms-win-rtcore-ntuser-private-l1-1-4 \
	dlls/api-ms-win-rtcore-ntuser-window-l1-1-0 \
	dlls/api-ms-win-rtcore-ntuser-winevent-l1-1-0 \
	dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0 \
	dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3 \
	dlls/api-ms-win-security-activedirectoryclient-l1-1-0 \
	dlls/api-ms-win-security-audit-l1-1-1 \
	dlls/api-ms-win-security-base-l1-1-0 \
	dlls/api-ms-win-security-base-l1-2-0 \
	dlls/api-ms-win-security-base-private-l1-1-1 \
	dlls/api-ms-win-security-credentials-l1-1-0 \
	dlls/api-ms-win-security-cryptoapi-l1-1-0 \
	dlls/api-ms-win-security-grouppolicy-l1-1-0 \
	dlls/api-ms-win-security-lsalookup-l1-1-0 \
	dlls/api-ms-win-security-lsalookup-l1-1-1 \
	dlls/api-ms-win-security-lsalookup-l2-1-0 \
	dlls/api-ms-win-security-lsalookup-l2-1-1 \
	dlls/api-ms-win-security-lsapolicy-l1-1-0 \
	dlls/api-ms-win-security-provider-l1-1-0 \
	dlls/api-ms-win-security-sddl-l1-1-0 \
	dlls/api-ms-win-security-systemfunctions-l1-1-0 \
	dlls/api-ms-win-service-core-l1-1-0 \
	dlls/api-ms-win-service-core-l1-1-1 \
	dlls/api-ms-win-service-management-l1-1-0 \
	dlls/api-ms-win-service-management-l2-1-0 \
	dlls/api-ms-win-service-private-l1-1-1 \
	dlls/api-ms-win-service-winsvc-l1-1-0 \
	dlls/api-ms-win-service-winsvc-l1-2-0 \
	dlls/api-ms-win-shcore-obsolete-l1-1-0 \
	dlls/api-ms-win-shcore-scaling-l1-1-1 \
	dlls/api-ms-win-shcore-stream-l1-1-0 \
	dlls/api-ms-win-shcore-thread-l1-1-0 \
	dlls/api-ms-win-shell-shellcom-l1-1-0 \
	dlls/api-ms-win-shell-shellfolders-l1-1-0 \
	dlls/apphelp \
	dlls/apphelp/tests \
	dlls/appwiz.cpl \
	dlls/atl \
	dlls/atl/tests \
	dlls/atl100 \
	dlls/atl100/tests \
	dlls/atl110 \
	dlls/atl80 \
	dlls/atl80/tests \
	dlls/atl90 \
	dlls/atlthunk \
	dlls/atlthunk/tests \
	dlls/atmlib \
	dlls/authz \
	dlls/avicap32 \
	dlls/avifil32 \
	dlls/avifil32/tests \
	dlls/avifile.dll16 \
	dlls/avrt \
	dlls/bcrypt \
	dlls/bcrypt/tests \
	dlls/bluetoothapis \
	dlls/browseui \
	dlls/browseui/tests \
	dlls/bthprops.cpl \
	dlls/cabinet \
	dlls/cabinet/tests \
	dlls/capi2032 \
	dlls/cards \
	dlls/cdosys \
	dlls/cfgmgr32 \
	dlls/clusapi \
	dlls/combase \
	dlls/combase/tests \
	dlls/comcat \
	dlls/comcat/tests \
	dlls/comctl32 \
	dlls/comctl32/tests \
	dlls/comdlg32 \
	dlls/comdlg32/tests \
	dlls/comm.drv16 \
	dlls/commdlg.dll16 \
	dlls/compobj.dll16 \
	dlls/compstui \
	dlls/comsvcs \
	dlls/comsvcs/tests \
	dlls/concrt140 \
	dlls/connect \
	dlls/credui \
	dlls/credui/tests \
	dlls/crtdll \
	dlls/crypt32 \
	dlls/crypt32/tests \
	dlls/cryptdlg \
	dlls/cryptdll \
	dlls/cryptext \
	dlls/cryptnet \
	dlls/cryptnet/tests \
	dlls/cryptui \
	dlls/cryptui/tests \
	dlls/ctapi32 \
	dlls/ctl3d.dll16 \
	dlls/ctl3d32 \
	dlls/ctl3dv2.dll16 \
	dlls/d2d1 \
	dlls/d2d1/tests \
	dlls/d3d10 \
	dlls/d3d10/tests \
	dlls/d3d10_1 \
	dlls/d3d10_1/tests \
	dlls/d3d10core \
	dlls/d3d10core/tests \
	dlls/d3d11 \
	dlls/d3d11/tests \
	dlls/d3d12 \
	dlls/d3d12/tests \
	dlls/d3d8 \
	dlls/d3d8/tests \
	dlls/d3d9 \
	dlls/d3d9/tests \
	dlls/d3dcompiler_33 \
	dlls/d3dcompiler_34 \
	dlls/d3dcompiler_35 \
	dlls/d3dcompiler_36 \
	dlls/d3dcompiler_37 \
	dlls/d3dcompiler_38 \
	dlls/d3dcompiler_39 \
	dlls/d3dcompiler_40 \
	dlls/d3dcompiler_41 \
	dlls/d3dcompiler_42 \
	dlls/d3dcompiler_43 \
	dlls/d3dcompiler_43/tests \
	dlls/d3dcompiler_46 \
	dlls/d3dcompiler_47 \
	dlls/d3dcompiler_47/tests \
	dlls/d3dim \
	dlls/d3drm \
	dlls/d3drm/tests \
	dlls/d3dx10_33 \
	dlls/d3dx10_34 \
	dlls/d3dx10_35 \
	dlls/d3dx10_36 \
	dlls/d3dx10_37 \
	dlls/d3dx10_38 \
	dlls/d3dx10_39 \
	dlls/d3dx10_40 \
	dlls/d3dx10_41 \
	dlls/d3dx10_42 \
	dlls/d3dx10_43 \
	dlls/d3dx10_43/tests \
	dlls/d3dx11_42 \
	dlls/d3dx11_43 \
	dlls/d3dx11_43/tests \
	dlls/d3dx9_24 \
	dlls/d3dx9_25 \
	dlls/d3dx9_26 \
	dlls/d3dx9_27 \
	dlls/d3dx9_28 \
	dlls/d3dx9_29 \
	dlls/d3dx9_30 \
	dlls/d3dx9_31 \
	dlls/d3dx9_32 \
	dlls/d3dx9_33 \
	dlls/d3dx9_34 \
	dlls/d3dx9_35 \
	dlls/d3dx9_36 \
	dlls/d3dx9_36/tests \
	dlls/d3dx9_37 \
	dlls/d3dx9_38 \
	dlls/d3dx9_39 \
	dlls/d3dx9_40 \
	dlls/d3dx9_41 \
	dlls/d3dx9_42 \
	dlls/d3dx9_43 \
	dlls/d3dxof \
	dlls/d3dxof/tests \
	dlls/davclnt \
	dlls/dbgeng \
	dlls/dbgeng/tests \
	dlls/dbghelp \
	dlls/dbghelp/tests \
	dlls/dciman32 \
	dlls/ddeml.dll16 \
	dlls/ddraw \
	dlls/ddraw/tests \
	dlls/ddrawex \
	dlls/ddrawex/tests \
	dlls/devenum \
	dlls/devenum/tests \
	dlls/dhcpcsvc \
	dlls/dhcpcsvc/tests \
	dlls/dhtmled.ocx \
	dlls/difxapi \
	dlls/dinput \
	dlls/dinput/tests \
	dlls/dinput8 \
	dlls/dinput8/tests \
	dlls/dispdib.dll16 \
	dlls/dispex \
	dlls/dispex/tests \
	dlls/display.drv16 \
	dlls/dmband \
	dlls/dmband/tests \
	dlls/dmcompos \
	dlls/dmcompos/tests \
	dlls/dmime \
	dlls/dmime/tests \
	dlls/dmloader \
	dlls/dmloader/tests \
	dlls/dmoguids \
	dlls/dmscript \
	dlls/dmscript/tests \
	dlls/dmstyle \
	dlls/dmstyle/tests \
	dlls/dmsynth \
	dlls/dmsynth/tests \
	dlls/dmusic \
	dlls/dmusic/tests \
	dlls/dmusic32 \
	dlls/dnsapi \
	dlls/dnsapi/tests \
	dlls/dplay \
	dlls/dplayx \
	dlls/dplayx/tests \
	dlls/dpnaddr \
	dlls/dpnet \
	dlls/dpnet/tests \
	dlls/dpnhpast \
	dlls/dpnlobby \
	dlls/dpvoice \
	dlls/dpvoice/tests \
	dlls/dpwsockx \
	dlls/drmclien \
	dlls/dsdmo \
	dlls/dsound \
	dlls/dsound/tests \
	dlls/dsquery \
	dlls/dssenh \
	dlls/dssenh/tests \
	dlls/dswave \
	dlls/dswave/tests \
	dlls/dwmapi \
	dlls/dwmapi/tests \
	dlls/dwrite \
	dlls/dwrite/tests \
	dlls/dx8vb \
	dlls/dxdiagn \
	dlls/dxdiagn/tests \
	dlls/dxerr8 \
	dlls/dxerr9 \
	dlls/dxgi \
	dlls/dxgi/tests \
	dlls/dxguid \
	dlls/dxva2 \
	dlls/esent \
	dlls/evr \
	dlls/evr/tests \
	dlls/explorerframe \
	dlls/explorerframe/tests \
	dlls/ext-ms-win-authz-context-l1-1-0 \
	dlls/ext-ms-win-domainjoin-netjoin-l1-1-0 \
	dlls/ext-ms-win-dwmapi-ext-l1-1-0 \
	dlls/ext-ms-win-gdi-dc-create-l1-1-0 \
	dlls/ext-ms-win-gdi-dc-create-l1-1-1 \
	dlls/ext-ms-win-gdi-dc-l1-2-0 \
	dlls/ext-ms-win-gdi-devcaps-l1-1-0 \
	dlls/ext-ms-win-gdi-draw-l1-1-0 \
	dlls/ext-ms-win-gdi-draw-l1-1-1 \
	dlls/ext-ms-win-gdi-font-l1-1-0 \
	dlls/ext-ms-win-gdi-font-l1-1-1 \
	dlls/ext-ms-win-gdi-render-l1-1-0 \
	dlls/ext-ms-win-kernel32-package-current-l1-1-0 \
	dlls/ext-ms-win-kernel32-package-l1-1-1 \
	dlls/ext-ms-win-ntuser-dialogbox-l1-1-0 \
	dlls/ext-ms-win-ntuser-draw-l1-1-0 \
	dlls/ext-ms-win-ntuser-gui-l1-1-0 \
	dlls/ext-ms-win-ntuser-gui-l1-3-0 \
	dlls/ext-ms-win-ntuser-keyboard-l1-3-0 \
	dlls/ext-ms-win-ntuser-message-l1-1-0 \
	dlls/ext-ms-win-ntuser-message-l1-1-1 \
	dlls/ext-ms-win-ntuser-misc-l1-1-0 \
	dlls/ext-ms-win-ntuser-misc-l1-2-0 \
	dlls/ext-ms-win-ntuser-misc-l1-5-1 \
	dlls/ext-ms-win-ntuser-mouse-l1-1-0 \
	dlls/ext-ms-win-ntuser-private-l1-1-1 \
	dlls/ext-ms-win-ntuser-private-l1-3-1 \
	dlls/ext-ms-win-ntuser-rectangle-ext-l1-1-0 \
	dlls/ext-ms-win-ntuser-uicontext-ext-l1-1-0 \
	dlls/ext-ms-win-ntuser-window-l1-1-0 \
	dlls/ext-ms-win-ntuser-window-l1-1-1 \
	dlls/ext-ms-win-ntuser-window-l1-1-4 \
	dlls/ext-ms-win-ntuser-windowclass-l1-1-0 \
	dlls/ext-ms-win-ntuser-windowclass-l1-1-1 \
	dlls/ext-ms-win-oleacc-l1-1-0 \
	dlls/ext-ms-win-ras-rasapi32-l1-1-0 \
	dlls/ext-ms-win-rtcore-gdi-devcaps-l1-1-0 \
	dlls/ext-ms-win-rtcore-gdi-object-l1-1-0 \
	dlls/ext-ms-win-rtcore-gdi-rgn-l1-1-0 \
	dlls/ext-ms-win-rtcore-ntuser-cursor-l1-1-0 \
	dlls/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0 \
	dlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0 \
	dlls/ext-ms-win-rtcore-ntuser-dpi-l1-2-0 \
	dlls/ext-ms-win-rtcore-ntuser-rawinput-l1-1-0 \
	dlls/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0 \
	dlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 \
	dlls/ext-ms-win-security-credui-l1-1-0 \
	dlls/ext-ms-win-security-cryptui-l1-1-0 \
	dlls/ext-ms-win-shell-comctl32-init-l1-1-0 \
	dlls/ext-ms-win-shell-comdlg32-l1-1-0 \
	dlls/ext-ms-win-shell-shell32-l1-2-0 \
	dlls/ext-ms-win-uxtheme-themes-l1-1-0 \
	dlls/faultrep \
	dlls/faultrep/tests \
	dlls/feclient \
	dlls/fltlib \
	dlls/fltmgr.sys \
	dlls/fntcache \
	dlls/fontsub \
	dlls/fusion \
	dlls/fusion/tests \
	dlls/fwpuclnt \
	dlls/gameux \
	dlls/gameux/tests \
	dlls/gdi.exe16 \
	dlls/gdi32 \
	dlls/gdi32/tests \
	dlls/gdiplus \
	dlls/gdiplus/tests \
	dlls/glu32 \
	dlls/gphoto2.ds \
	dlls/gpkcsp \
	dlls/hal \
	dlls/hhctrl.ocx \
	dlls/hid \
	dlls/hid/tests \
	dlls/hidclass.sys \
	dlls/hlink \
	dlls/hlink/tests \
	dlls/hnetcfg \
	dlls/hnetcfg/tests \
	dlls/http.sys \
	dlls/httpapi \
	dlls/httpapi/tests \
	dlls/iccvid \
	dlls/icmp \
	dlls/ieframe \
	dlls/ieframe/tests \
	dlls/ieproxy \
	dlls/ifsmgr.vxd \
	dlls/imaadp32.acm \
	dlls/imagehlp \
	dlls/imagehlp/tests \
	dlls/imm.dll16 \
	dlls/imm32 \
	dlls/imm32/tests \
	dlls/inetcomm \
	dlls/inetcomm/tests \
	dlls/inetcpl.cpl \
	dlls/inetmib1 \
	dlls/inetmib1/tests \
	dlls/infosoft \
	dlls/infosoft/tests \
	dlls/initpki \
	dlls/inkobj \
	dlls/inseng \
	dlls/iphlpapi \
	dlls/iphlpapi/tests \
	dlls/iprop \
	dlls/irprops.cpl \
	dlls/itircl \
	dlls/itss \
	dlls/itss/tests \
	dlls/joy.cpl \
	dlls/jscript \
	dlls/jscript/tests \
	dlls/jsproxy \
	dlls/jsproxy/tests \
	dlls/kerberos \
	dlls/kernel32 \
	dlls/kernel32/tests \
	dlls/kernelbase \
	dlls/kernelbase/tests \
	dlls/keyboard.drv16 \
	dlls/krnl386.exe16 \
	dlls/ksecdd.sys \
	dlls/ksuser \
	dlls/ktmw32 \
	dlls/l3codeca.acm \
	dlls/loadperf \
	dlls/localspl \
	dlls/localspl/tests \
	dlls/localui \
	dlls/localui/tests \
	dlls/lz32 \
	dlls/lz32/tests \
	dlls/lzexpand.dll16 \
	dlls/mapi32 \
	dlls/mapi32/tests \
	dlls/mapistub \
	dlls/mciavi32 \
	dlls/mcicda \
	dlls/mciqtz32 \
	dlls/mciseq \
	dlls/mciwave \
	dlls/mf \
	dlls/mf/tests \
	dlls/mf3216 \
	dlls/mferror \
	dlls/mfmediaengine \
	dlls/mfmediaengine/tests \
	dlls/mfplat \
	dlls/mfplat/tests \
	dlls/mfplay \
	dlls/mfreadwrite \
	dlls/mfreadwrite/tests \
	dlls/mfuuid \
	dlls/mgmtapi \
	dlls/midimap \
	dlls/mlang \
	dlls/mlang/tests \
	dlls/mmcndmgr \
	dlls/mmcndmgr/tests \
	dlls/mmdevapi \
	dlls/mmdevapi/tests \
	dlls/mmdevldr.vxd \
	dlls/mmsystem.dll16 \
	dlls/monodebg.vxd \
	dlls/mountmgr.sys \
	dlls/mouse.drv16 \
	dlls/mp3dmod \
	dlls/mp3dmod/tests \
	dlls/mpr \
	dlls/mpr/tests \
	dlls/mprapi \
	dlls/msacm.dll16 \
	dlls/msacm32.drv \
	dlls/msacm32 \
	dlls/msacm32/tests \
	dlls/msado15 \
	dlls/msado15/tests \
	dlls/msadp32.acm \
	dlls/msasn1 \
	dlls/msasn1/tests \
	dlls/mscat32 \
	dlls/mscms \
	dlls/mscms/tests \
	dlls/mscoree \
	dlls/mscoree/tests \
	dlls/mscorwks \
	dlls/msctf \
	dlls/msctf/tests \
	dlls/msctfp \
	dlls/msdaps \
	dlls/msdelta \
	dlls/msdmo \
	dlls/msdmo/tests \
	dlls/msdrm \
	dlls/msftedit \
	dlls/msftedit/tests \
	dlls/msg711.acm \
	dlls/msgsm32.acm \
	dlls/mshtml.tlb \
	dlls/mshtml \
	dlls/mshtml/tests \
	dlls/msi \
	dlls/msi/tests \
	dlls/msident \
	dlls/msimg32 \
	dlls/msimsg \
	dlls/msimtf \
	dlls/msisip \
	dlls/msisys.ocx \
	dlls/msls31 \
	dlls/msnet32 \
	dlls/mspatcha \
	dlls/mspatcha/tests \
	dlls/msports \
	dlls/msrle32 \
	dlls/msrle32/tests \
	dlls/msscript.ocx \
	dlls/msscript.ocx/tests \
	dlls/mssign32 \
	dlls/mssip32 \
	dlls/mstask \
	dlls/mstask/tests \
	dlls/msvcirt \
	dlls/msvcirt/tests \
	dlls/msvcm80 \
	dlls/msvcm90 \
	dlls/msvcp100 \
	dlls/msvcp100/tests \
	dlls/msvcp110 \
	dlls/msvcp110/tests \
	dlls/msvcp120 \
	dlls/msvcp120/tests \
	dlls/msvcp120_app \
	dlls/msvcp140 \
	dlls/msvcp140/tests \
	dlls/msvcp60 \
	dlls/msvcp60/tests \
	dlls/msvcp70 \
	dlls/msvcp71 \
	dlls/msvcp80 \
	dlls/msvcp90 \
	dlls/msvcp90/tests \
	dlls/msvcr100 \
	dlls/msvcr100/tests \
	dlls/msvcr110 \
	dlls/msvcr110/tests \
	dlls/msvcr120 \
	dlls/msvcr120/tests \
	dlls/msvcr120_app \
	dlls/msvcr70 \
	dlls/msvcr71 \
	dlls/msvcr80 \
	dlls/msvcr90 \
	dlls/msvcr90/tests \
	dlls/msvcrt \
	dlls/msvcrt/tests \
	dlls/msvcrt20 \
	dlls/msvcrt40 \
	dlls/msvcrtd \
	dlls/msvcrtd/tests \
	dlls/msvfw32 \
	dlls/msvfw32/tests \
	dlls/msvidc32 \
	dlls/msvideo.dll16 \
	dlls/mswsock \
	dlls/msxml \
	dlls/msxml2 \
	dlls/msxml3 \
	dlls/msxml3/tests \
	dlls/msxml4 \
	dlls/msxml6 \
	dlls/mtxdm \
	dlls/ncrypt \
	dlls/nddeapi \
	dlls/ndis.sys \
	dlls/netapi32 \
	dlls/netapi32/tests \
	dlls/netcfgx \
	dlls/netcfgx/tests \
	dlls/netprofm \
	dlls/netprofm/tests \
	dlls/newdev \
	dlls/ninput \
	dlls/ninput/tests \
	dlls/normaliz \
	dlls/npmshtml \
	dlls/npptools \
	dlls/ntdll \
	dlls/ntdll/tests \
	dlls/ntdsapi \
	dlls/ntdsapi/tests \
	dlls/ntoskrnl.exe \
	dlls/ntoskrnl.exe/tests \
	dlls/ntprint \
	dlls/ntprint/tests \
	dlls/objsel \
	dlls/odbc32 \
	dlls/odbcbcp \
	dlls/odbccp32 \
	dlls/odbccp32/tests \
	dlls/odbccu32 \
	dlls/ole2.dll16 \
	dlls/ole2conv.dll16 \
	dlls/ole2disp.dll16 \
	dlls/ole2nls.dll16 \
	dlls/ole2prox.dll16 \
	dlls/ole2thk.dll16 \
	dlls/ole32 \
	dlls/ole32/tests \
	dlls/oleacc \
	dlls/oleacc/tests \
	dlls/oleaut32 \
	dlls/oleaut32/tests \
	dlls/olecli.dll16 \
	dlls/olecli32 \
	dlls/oledb32 \
	dlls/oledb32/tests \
	dlls/oledlg \
	dlls/oledlg/tests \
	dlls/olepro32 \
	dlls/olesvr.dll16 \
	dlls/olesvr32 \
	dlls/olethk32 \
	dlls/opcservices \
	dlls/opcservices/tests \
	dlls/openal32 \
	dlls/opencl \
	dlls/opengl32 \
	dlls/opengl32/tests \
	dlls/packager \
	dlls/packager/tests \
	dlls/pdh \
	dlls/pdh/tests \
	dlls/photometadatahandler \
	dlls/pidgen \
	dlls/powrprof \
	dlls/printui \
	dlls/prntvpt \
	dlls/propsys \
	dlls/propsys/tests \
	dlls/psapi \
	dlls/psapi/tests \
	dlls/pstorec \
	dlls/pstorec/tests \
	dlls/qcap \
	dlls/qcap/tests \
	dlls/qedit \
	dlls/qedit/tests \
	dlls/qmgr \
	dlls/qmgr/tests \
	dlls/qmgrprxy \
	dlls/quartz \
	dlls/quartz/tests \
	dlls/query \
	dlls/qwave \
	dlls/qwave/tests \
	dlls/rasapi16.dll16 \
	dlls/rasapi32 \
	dlls/rasapi32/tests \
	dlls/rasdlg \
	dlls/regapi \
	dlls/resutils \
	dlls/riched20 \
	dlls/riched20/tests \
	dlls/riched32 \
	dlls/riched32/tests \
	dlls/rpcrt4 \
	dlls/rpcrt4/tests \
	dlls/rsabase \
	dlls/rsaenh \
	dlls/rsaenh/tests \
	dlls/rstrtmgr \
	dlls/rtutils \
	dlls/samlib \
	dlls/sane.ds \
	dlls/sapi \
	dlls/sapi/tests \
	dlls/sas \
	dlls/scarddlg \
	dlls/sccbase \
	dlls/schannel \
	dlls/schannel/tests \
	dlls/schedsvc \
	dlls/schedsvc/tests \
	dlls/scrobj \
	dlls/scrobj/tests \
	dlls/scrrun \
	dlls/scrrun/tests \
	dlls/scsiport.sys \
	dlls/secur32 \
	dlls/secur32/tests \
	dlls/security \
	dlls/sensapi \
	dlls/serialui \
	dlls/serialui/tests \
	dlls/setupapi \
	dlls/setupapi/tests \
	dlls/setupx.dll16 \
	dlls/sfc \
	dlls/sfc_os \
	dlls/shcore \
	dlls/shcore/tests \
	dlls/shdoclc \
	dlls/shdocvw \
	dlls/shdocvw/tests \
	dlls/shell.dll16 \
	dlls/shell32 \
	dlls/shell32/tests \
	dlls/shfolder \
	dlls/shlwapi \
	dlls/shlwapi/tests \
	dlls/slbcsp \
	dlls/slc \
	dlls/slc/tests \
	dlls/snmpapi \
	dlls/snmpapi/tests \
	dlls/softpub \
	dlls/sound.drv16 \
	dlls/spoolss \
	dlls/spoolss/tests \
	dlls/srclient \
	dlls/sspicli \
	dlls/stdole2.tlb \
	dlls/stdole32.tlb \
	dlls/sti \
	dlls/sti/tests \
	dlls/storage.dll16 \
	dlls/stress.dll16 \
	dlls/strmbase \
	dlls/strmdll \
	dlls/strmiids \
	dlls/svrapi \
	dlls/sxs \
	dlls/sxs/tests \
	dlls/system.drv16 \
	dlls/t2embed \
	dlls/t2embed/tests \
	dlls/tapi32 \
	dlls/tapi32/tests \
	dlls/taskschd \
	dlls/taskschd/tests \
	dlls/tdh \
	dlls/tdi.sys \
	dlls/toolhelp.dll16 \
	dlls/traffic \
	dlls/twain.dll16 \
	dlls/twain_32 \
	dlls/twain_32/tests \
	dlls/typelib.dll16 \
	dlls/tzres \
	dlls/ucrtbase \
	dlls/ucrtbase/tests \
	dlls/uianimation \
	dlls/uianimation/tests \
	dlls/uiautomationcore \
	dlls/uiautomationcore/tests \
	dlls/uiribbon \
	dlls/unicows \
	dlls/updspapi \
	dlls/url \
	dlls/urlmon \
	dlls/urlmon/tests \
	dlls/usbd.sys \
	dlls/user.exe16 \
	dlls/user32 \
	dlls/user32/tests \
	dlls/userenv \
	dlls/userenv/tests \
	dlls/usp10 \
	dlls/usp10/tests \
	dlls/utildll \
	dlls/uuid \
	dlls/uxtheme \
	dlls/uxtheme/tests \
	dlls/vbscript \
	dlls/vbscript/tests \
	dlls/vcomp \
	dlls/vcomp/tests \
	dlls/vcomp100 \
	dlls/vcomp110 \
	dlls/vcomp120 \
	dlls/vcomp140 \
	dlls/vcomp90 \
	dlls/vcruntime140 \
	dlls/vdhcp.vxd \
	dlls/vdmdbg \
	dlls/ver.dll16 \
	dlls/version \
	dlls/version/tests \
	dlls/virtdisk \
	dlls/virtdisk/tests \
	dlls/vmm.vxd \
	dlls/vnbt.vxd \
	dlls/vnetbios.vxd \
	dlls/vssapi \
	dlls/vtdapi.vxd \
	dlls/vulkan-1 \
	dlls/vulkan-1/tests \
	dlls/vwin32.vxd \
	dlls/w32skrnl \
	dlls/w32sys.dll16 \
	dlls/wbemdisp \
	dlls/wbemdisp/tests \
	dlls/wbemprox \
	dlls/wbemprox/tests \
	dlls/wdscore \
	dlls/webservices \
	dlls/webservices/tests \
	dlls/wer \
	dlls/wer/tests \
	dlls/wevtapi \
	dlls/wiaservc \
	dlls/wiaservc/tests \
	dlls/wimgapi \
	dlls/win32s16.dll16 \
	dlls/win87em.dll16 \
	dlls/winaspi.dll16 \
	dlls/windebug.dll16 \
	dlls/windowscodecs \
	dlls/windowscodecs/tests \
	dlls/windowscodecsext \
	dlls/windowscodecsext/tests \
	dlls/winealsa.drv \
	dlls/wineandroid.drv \
	dlls/winebus.sys \
	dlls/winecoreaudio.drv \
	dlls/winecrt0 \
	dlls/wined3d \
	dlls/winegstreamer \
	dlls/winehid.sys \
	dlls/winejoystick.drv \
	dlls/winemac.drv \
	dlls/winemapi \
	dlls/wineoss.drv \
	dlls/wineps.drv \
	dlls/wineps16.drv16 \
	dlls/winepulse.drv \
	dlls/wineqtdecoder \
	dlls/winevulkan \
	dlls/winex11.drv \
	dlls/wing.dll16 \
	dlls/wing32 \
	dlls/winhttp \
	dlls/winhttp/tests \
	dlls/wininet \
	dlls/wininet/tests \
	dlls/winmm \
	dlls/winmm/tests \
	dlls/winnls.dll16 \
	dlls/winnls32 \
	dlls/winscard \
	dlls/winsock.dll16 \
	dlls/winspool.drv \
	dlls/winspool.drv/tests \
	dlls/winsta \
	dlls/wintab.dll16 \
	dlls/wintab32 \
	dlls/wintab32/tests \
	dlls/wintrust \
	dlls/wintrust/tests \
	dlls/winusb \
	dlls/wlanapi \
	dlls/wlanapi/tests \
	dlls/wlanui \
	dlls/wldap32 \
	dlls/wldap32/tests \
	dlls/wmasf \
	dlls/wmcodecdspuuid \
	dlls/wmi \
	dlls/wmiutils \
	dlls/wmiutils/tests \
	dlls/wmp \
	dlls/wmp/tests \
	dlls/wmphoto \
	dlls/wmvcore \
	dlls/wmvcore/tests \
	dlls/wnaspi32 \
	dlls/wow32 \
	dlls/wpc \
	dlls/wpc/tests \
	dlls/wpcap \
	dlls/ws2_32 \
	dlls/ws2_32/tests \
	dlls/wsdapi \
	dlls/wsdapi/tests \
	dlls/wshom.ocx \
	dlls/wshom.ocx/tests \
	dlls/wsnmp32 \
	dlls/wsnmp32/tests \
	dlls/wsock32 \
	dlls/wtsapi32 \
	dlls/wtsapi32/tests \
	dlls/wuapi \
	dlls/wuaueng \
	dlls/x3daudio1_0 \
	dlls/x3daudio1_1 \
	dlls/x3daudio1_2 \
	dlls/x3daudio1_3 \
	dlls/x3daudio1_4 \
	dlls/x3daudio1_5 \
	dlls/x3daudio1_6 \
	dlls/x3daudio1_7 \
	dlls/xapofx1_1 \
	dlls/xapofx1_2 \
	dlls/xapofx1_3 \
	dlls/xapofx1_4 \
	dlls/xapofx1_5 \
	dlls/xaudio2_0 \
	dlls/xaudio2_1 \
	dlls/xaudio2_2 \
	dlls/xaudio2_3 \
	dlls/xaudio2_4 \
	dlls/xaudio2_5 \
	dlls/xaudio2_6 \
	dlls/xaudio2_7 \
	dlls/xaudio2_7/tests \
	dlls/xaudio2_8 \
	dlls/xaudio2_9 \
	dlls/xinput1_1 \
	dlls/xinput1_2 \
	dlls/xinput1_3 \
	dlls/xinput1_3/tests \
	dlls/xinput1_4 \
	dlls/xinput9_1_0 \
	dlls/xmllite \
	dlls/xmllite/tests \
	dlls/xolehlp \
	dlls/xpsprint \
	dlls/xpssvcs \
	fonts \
	include \
	libs/port \
	libs/wine \
	libs/wpp \
	loader \
	po \
	programs/arp \
	programs/aspnet_regiis \
	programs/attrib \
	programs/cabarc \
	programs/cacls \
	programs/chcp.com \
	programs/clock \
	programs/cmd \
	programs/cmd/tests \
	programs/conhost \
	programs/control \
	programs/cscript \
	programs/dism \
	programs/dpnsvr \
	programs/dxdiag \
	programs/eject \
	programs/expand \
	programs/explorer \
	programs/extrac32 \
	programs/fc \
	programs/find \
	programs/find/tests \
	programs/findstr \
	programs/fsutil \
	programs/fsutil/tests \
	programs/hh \
	programs/hostname \
	programs/icacls \
	programs/icinfo \
	programs/iexplore \
	programs/ipconfig \
	programs/lodctr \
	programs/mofcomp \
	programs/mshta \
	programs/msidb \
	programs/msiexec \
	programs/msinfo32 \
	programs/net \
	programs/netsh \
	programs/netstat \
	programs/ngen \
	programs/notepad \
	programs/oleview \
	programs/ping \
	programs/plugplay \
	programs/powershell \
	programs/presentationfontcache \
	programs/progman \
	programs/reg \
	programs/reg/tests \
	programs/regasm \
	programs/regedit \
	programs/regedit/tests \
	programs/regini \
	programs/regsvcs \
	programs/regsvr32 \
	programs/rpcss \
	programs/rundll.exe16 \
	programs/rundll32 \
	programs/sc \
	programs/schtasks \
	programs/schtasks/tests \
	programs/sdbinst \
	programs/secedit \
	programs/servicemodelreg \
	programs/services \
	programs/services/tests \
	programs/shutdown \
	programs/spoolsv \
	programs/start \
	programs/subst \
	programs/svchost \
	programs/systeminfo \
	programs/taskkill \
	programs/tasklist \
	programs/taskmgr \
	programs/termsv \
	programs/uninstaller \
	programs/unlodctr \
	programs/view \
	programs/wevtutil \
	programs/where \
	programs/whoami \
	programs/wineboot \
	programs/winebrowser \
	programs/winecfg \
	programs/wineconsole \
	programs/winedbg \
	programs/winedevice \
	programs/winefile \
	programs/winemenubuilder \
	programs/winemine \
	programs/winemsibuilder \
	programs/winepath \
	programs/winetest \
	programs/winevdm \
	programs/winhelp.exe16 \
	programs/winhlp32 \
	programs/winmgmt \
	programs/winoldap.mod16 \
	programs/winver \
	programs/wmic \
	programs/wmplayer \
	programs/wordpad \
	programs/write \
	programs/wscript \
	programs/wscript/tests \
	programs/wuauserv \
	programs/wusa \
	programs/xcopy \
	programs/xcopy/tests \
	server
RUNTESTFLAGS    = -q -P wine
MAKEDEP         = $(TOOLSDIR)/tools/makedep$(TOOLSEXT)
DELAYLOADFLAG   = 
PACKAGE_VERSION = 5.0.5
SED_CMD         = LC_ALL=C sed -e 's,@bindir\@,${bindir},g' -e 's,@dlldir\@,${dlldir},g' -e 's,@srcdir\@,${srcdir},g' -e 's,@PACKAGE_STRING\@,Wine 5.0.5,g' -e 's,@PACKAGE_VERSION\@,5.0.5,g'
LDRPATH_INSTALL = -Wl,--rpath,\$$ORIGIN/`$(MAKEDEP) -R ${bindir} ${libdir}` -Wl,--enable-new-dtags
LDRPATH_LOCAL   = -Wl,--rpath,\$$ORIGIN/$(top_builddir)/libs/wine
api_manext      = 3w
WINELOADER_PROGRAMS = wine wine-preloader
WINELOADER_DEPENDS  = 
WINELOADER_LDFLAGS  = -Wl,--export-dynamic -Wl,-Ttext-segment=0x7c000000 -Wl,-z,max-page-size=0x1000
WINEPRELOADER_LDFLAGS = -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000
LIBWINE_SHAREDLIB   = libwine.so.1.0
LIBWINE_LDFLAGS     = -shared -Wl,-soname,libwine.so.1 -Wl,--version-script=$(srcdir)/wine.map
LIBWINE_DEPENDS     = wine.map
DISABLED_SUBDIRS    =  \
	dlls/opencl \
	dlls/wineandroid.drv \
	dlls/winecoreaudio.drv \
	dlls/winegstreamer \
	dlls/winemac.drv \
	dlls/wineoss.drv \
	dlls/wineqtdecoder
CONFIGURE_TARGETS   =  \
	wine \
	wine64 \
	TAGS \
	tags \
	autom4te.cache \
	config.log \
	config.status \
	include/config.h \
	include/stamp-h
TOP_INSTALL_LIB     =  libs/wine/libwine.so.1.0 libs/wine/libwine.so.1
TOP_INSTALL_DEV     =  libs/wine/libwine.so
I386_LIBS = 
OPENGL_LIBS = -lGL
COREFOUNDATION_LIBS = 
IOKIT_LIBS = 
FORCEFEEDBACK_LIBS = 
APPLICATIONSERVICES_LIBS = 
CORESERVICES_LIBS = 
APPKIT_LIBS = 
SYSTEMCONFIGURATION_LIBS = 
DISKARBITRATION_LIBS = 
SECURITY_LIBS = 
COREAUDIO_LIBS = 
OPENAL_LIBS = -lopenal
OPENCL_LIBS = 
QUICKTIME_LIBS = 
CARBON_LIBS = 
METAL_LIBS = 
PTHREAD_LIBS = 
X_CFLAGS = 
X_PRE_LIBS =  -lSM -lICE
X_LIBS =  -lXext -lX11
X_EXTRA_LIBS = 
PCAP_LIBS = -lpcap
XML2_CFLAGS =  -I/usr/include/libxml2 
XML2_LIBS =  -lxml2 
XSLT_CFLAGS =  -I/usr/include/libxml2 
XSLT_LIBS =  -lxslt -lxml2 
INOTIFY_CFLAGS = 
INOTIFY_LIBS = 
DBUS_CFLAGS =  -I/usr/include/dbus-1.0 -I/usr/lib/i386-linux-gnu/dbus-1.0/include 
DBUS_LIBS =  -ldbus-1 
HAL_CFLAGS = 
HAL_LIBS =  -ldbus-1
GNUTLS_CFLAGS =  -I/usr/include/p11-kit-1 
GNUTLS_LIBS =  -lgnutls 
SANE_CFLAGS = 
SANE_LIBS = 
GPHOTO2_CFLAGS =  -I/usr/include/gphoto2 
GPHOTO2_LIBS =  -lgphoto2 -lgphoto2_port -lm 
GPHOTO2_PORT_CFLAGS =  -I/usr/include/gphoto2 
GPHOTO2_PORT_LIBS =  -lgphoto2_port -lm 
RESOLV_LIBS = 
LCMS2_CFLAGS = 
LCMS2_LIBS =  -llcms2 
FREETYPE_CFLAGS =  -I/usr/include/freetype2 -I/usr/include/libpng16 
FREETYPE_LIBS =  -lfreetype 
Z_CFLAGS = 
Z_LIBS =  -lz
GETTEXTPO_LIBS = 
PULSE_CFLAGS =  -D_REENTRANT 
PULSE_LIBS =  -lpulse -pthread 
GSTREAMER_CFLAGS =   -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/i386-linux-gnu -I/usr/include/orc-0.4
GSTREAMER_LIBS =  -lgstvideo-1.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
ALSA_LIBS = -lasound
OSS4_CFLAGS = 
OSS4_LIBS = 
UDEV_CFLAGS = 
UDEV_LIBS =  -ludev 
UNWIND_CFLAGS = 
UNWIND_LIBS = 
SDL2_CFLAGS =  -I/usr/include/SDL2 -D_REENTRANT 
SDL2_LIBS =  -lSDL2 
FAUDIO_CFLAGS = 
FAUDIO_LIBS =  -lFAudio
CAPI20_CFLAGS = 
CAPI20_LIBS = 
CUPS_CFLAGS = 
CUPS_LIBS =  -lcups
FONTCONFIG_CFLAGS =  -I/usr/include/freetype2 -I/usr/include/libpng16 
FONTCONFIG_LIBS =  -lfontconfig -lfreetype 
KRB5_CFLAGS =  -isystem /usr/include/mit-krb5 
KRB5_LIBS =  -L/usr/lib/i386-linux-gnu/mit-krb5 -lkrb5 -lk5crypto -lcom_err 
GSSAPI_CFLAGS =  -isystem /usr/include/mit-krb5 
GSSAPI_LIBS =  -L/usr/lib/i386-linux-gnu/mit-krb5 -lgssapi_krb5 
JPEG_CFLAGS = 
JPEG_LIBS =  -ljpeg 
PNG_CFLAGS =  -I/usr/include/libpng16 
PNG_LIBS =  -lpng16 
TIFF_CFLAGS =  -I/usr/include/i386-linux-gnu 
TIFF_LIBS =  -ltiff 
MPG123_CFLAGS =  -I/usr/include/i386-linux-gnu 
MPG123_LIBS =  -lmpg123 
KSTAT_LIBS = 
PROCSTAT_LIBS = 
NETAPI_CFLAGS = 
NETAPI_LIBS = 
VKD3D_CFLAGS =  -I/usr/include/vkd3d 
VKD3D_LIBS =  -lvkd3d 
EXCESS_PRECISION_CFLAGS = -fexcess-precision=standard
DL_LIBS = 
POLL_LIBS = 
RT_LIBS = 
LDAP_CFLAGS = 
LDAP_LIBS =  -lldap_r -llber



all: wine
	@echo "Wine build complete."

# Rules for re-running configure

config.status: $(srcdir)/configure
	@./config.status --recheck

include/config.h: include/stamp-h
include/stamp-h: $(srcdir)/include/config.h.in config.status
	@./config.status include/config.h include/stamp-h

# Rules for cleaning

distclean:: clean
	rm -rf autom4te.cache documentation/html documentation/api-guide documentation/api-guide-xml documentation/man$(api_manext)

# Rules for API documentation

install-manpages:: manpages
	for i in documentation/man$(api_manext)/*.$(api_manext); do $(top_srcdir)/tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) $$i $(DESTDIR)$(mandir)/$$i; done

.PHONY: install-manpages

# Dependencies between directories

# dependencies needed to build any dll or program
__tooldeps__: libs/wpp
__builddeps__: __tooldeps__ libs/wine include po
.PHONY: depend dummy install install-lib install-dev

dummy:
server: include
libs/port libs/wine libs/wpp: include/config.h

# Misc rules

TAGSFLAGS = --langmap='c:+.idl.l.rh,make:(Make*.in)'

TAGS etags:
	rm -f TAGS
	(test -d .git && git ls-files || find -L $(top_srcdir) -name '*.[ch]' -print) | xargs etags -a $(TAGSFLAGS)

tags ctags:
	rm -f tags
	(test -d .git && git ls-files || find -L $(top_srcdir) -name '*.[ch]' -print) | xargs ctags -a $(TAGSFLAGS)

# Rules automatically generated by configure

.INIT: Makefile
.MAKEFILEDEPS:
all: Makefile
Makefile: ../Makefile.in config.status $(MAKEDEP)
	@./config.status Make.tmp Makefile
depend: $(MAKEDEP) dummy
	$(MAKEDEP)
wine:
	@./config.status $@
wine64:
	@./config.status $@
$(MAKEDEP):
	@echo "You need to run make in $(top_builddir)/../wine64-build first" && false
all: loader/wine64 loader/wine64-preloader ../wine64-build/loader/wine ../wine64-build/loader/wine-preloader
loader/wine64 loader/wine64-preloader:
	rm -f $@ && $(LN_S) ../../wine64-build/$@ $@
../wine64-build/loader/wine:
	rm -f $@ && $(LN_S) /home/mahesh/Documents/SourceCode/wine-5.0.5/wine32-build/loader/wine $@
../wine64-build/loader/wine-preloader:
	rm -f $@ && $(LN_S) /home/mahesh/Documents/SourceCode/wine-5.0.5/wine32-build/loader/wine-preloader $@
clean::
	rm -f loader/wine64 loader/wine64-preloader ../wine64-build/loader/wine ../wine64-build/loader/wine-preloader

### Dependencies (everything below this line is auto-generated; DO NOT EDIT!!)
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/acledit && $(MAKE) $@
install install-lib:: dlls/acledit
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/acledit/acledit.dll $(DESTDIR)$(dlldir)/acledit.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/acledit.dll
dlls/aclui/libaclui.def: ../dlls/aclui/aclui.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/aclui/aclui.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/aclui && $(MAKE) $@
install install-lib:: dlls/aclui
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/aclui/aclui.dll $(DESTDIR)$(dlldir)/aclui.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/aclui.dll
install install-dev:: dlls/aclui
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/aclui/libaclui.def $(DESTDIR)$(dlldir)/libaclui.def
dlls/activeds/libactiveds.def: ../dlls/activeds/activeds.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/activeds/activeds.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/activeds && $(MAKE) $@
install install-lib:: dlls/activeds
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/activeds/activeds.dll $(DESTDIR)$(dlldir)/activeds.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/activeds.dll
install install-dev:: dlls/activeds
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/activeds/libactiveds.def $(DESTDIR)$(dlldir)/libactiveds.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/actxprxy && $(MAKE) $@
install install-lib:: dlls/actxprxy
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/actxprxy/actxprxy.dll $(DESTDIR)$(dlldir)/actxprxy.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/actxprxy.dll
install install-dev:: dlls/adsiid
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/adsiid/libadsiid.a $(DESTDIR)$(dlldir)/libadsiid.a
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/adsldp && $(MAKE) $@
install install-lib:: dlls/adsldp
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/adsldp/adsldp.dll $(DESTDIR)$(dlldir)/adsldp.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/adsldp.dll
dlls/adsldp/tests/test: dummy
	@cd dlls/adsldp/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/adsldpc && $(MAKE) $@
install install-lib:: dlls/adsldpc
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/adsldpc/adsldpc.dll $(DESTDIR)$(dlldir)/adsldpc.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/adsldpc.dll
dlls/advapi32/libadvapi32.def: ../dlls/advapi32/advapi32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/advapi32/advapi32.spec
dlls/advapi32/libadvapi32.cross.a: ../dlls/advapi32/advapi32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/advapi32/advapi32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/advapi32 && $(MAKE) $@
install install-lib:: dlls/advapi32
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/advapi32/advapi32.dll.so $(DESTDIR)$(dlldir)/advapi32.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/advapi32/advapi32.dll.fake $(DESTDIR)$(dlldir)/fakedlls/advapi32.dll
install install-dev:: dlls/advapi32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/advapi32/libadvapi32.def $(DESTDIR)$(dlldir)/libadvapi32.def
dlls/advapi32/tests/test: dummy
	@cd dlls/advapi32/tests && $(MAKE) test
dlls/advpack/libadvpack.def: ../dlls/advpack/advpack.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/advpack/advpack.spec
dlls/advpack/libadvpack.cross.a dlls/advpack/libadvpack.delay.a: ../dlls/advpack/advpack.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/advpack/advpack.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/advpack && $(MAKE) $@
install install-lib:: dlls/advpack
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/advpack/advpack.dll $(DESTDIR)$(dlldir)/advpack.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/advpack.dll
install install-dev:: dlls/advpack
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/advpack/libadvpack.def $(DESTDIR)$(dlldir)/libadvpack.def
dlls/advpack/tests/test: dummy
	@cd dlls/advpack/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/amsi && $(MAKE) $@
install install-lib:: dlls/amsi
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/amsi/amsi.dll $(DESTDIR)$(dlldir)/amsi.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/amsi.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/amstream && $(MAKE) $@
install install-lib:: dlls/amstream
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/amstream/amstream.dll $(DESTDIR)$(dlldir)/amstream.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/amstream.dll
dlls/amstream/tests/test: dummy
	@cd dlls/amstream/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-appmodel-identity-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-appmodel-identity-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-appmodel-identity-l1-1-0/api-ms-win-appmodel-identity-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-appmodel-identity-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-appmodel-identity-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-appmodel-runtime-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-appmodel-runtime-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-appmodel-runtime-l1-1-1/api-ms-win-appmodel-runtime-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-appmodel-runtime-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-appmodel-runtime-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-appmodel-runtime-l1-1-2 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-appmodel-runtime-l1-1-2
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-appmodel-runtime-l1-1-2/api-ms-win-appmodel-runtime-l1-1-2.dll $(DESTDIR)$(dlldir)/api-ms-win-appmodel-runtime-l1-1-2.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-appmodel-runtime-l1-1-2.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-apiquery-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-apiquery-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-apiquery-l1-1-0/api-ms-win-core-apiquery-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-apiquery-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-apiquery-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-appcompat-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-appcompat-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-appcompat-l1-1-1/api-ms-win-core-appcompat-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-core-appcompat-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-appcompat-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-appinit-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-appinit-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-appinit-l1-1-0/api-ms-win-core-appinit-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-appinit-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-appinit-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-atoms-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-atoms-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-atoms-l1-1-0/api-ms-win-core-atoms-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-atoms-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-atoms-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-bem-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-bem-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-bem-l1-1-0/api-ms-win-core-bem-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-bem-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-bem-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-com-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-com-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-com-l1-1-0/api-ms-win-core-com-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-com-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-com-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-com-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-com-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-com-l1-1-1/api-ms-win-core-com-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-core-com-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-com-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-com-private-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-com-private-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-com-private-l1-1-0/api-ms-win-core-com-private-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-com-private-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-com-private-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-comm-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-comm-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-comm-l1-1-0/api-ms-win-core-comm-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-comm-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-comm-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-console-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-console-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-console-l1-1-0/api-ms-win-core-console-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-console-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-console-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-console-l2-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-console-l2-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-console-l2-1-0/api-ms-win-core-console-l2-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-console-l2-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-console-l2-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-crt-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-crt-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-crt-l1-1-0/api-ms-win-core-crt-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-crt-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-crt-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-crt-l2-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-crt-l2-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-crt-l2-1-0/api-ms-win-core-crt-l2-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-crt-l2-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-crt-l2-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-datetime-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-datetime-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-datetime-l1-1-0/api-ms-win-core-datetime-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-datetime-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-datetime-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-datetime-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-datetime-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-datetime-l1-1-1/api-ms-win-core-datetime-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-core-datetime-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-datetime-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-debug-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-debug-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-debug-l1-1-0/api-ms-win-core-debug-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-debug-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-debug-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-debug-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-debug-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-debug-l1-1-1/api-ms-win-core-debug-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-core-debug-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-debug-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-delayload-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-delayload-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-delayload-l1-1-0/api-ms-win-core-delayload-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-delayload-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-delayload-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-delayload-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-delayload-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-delayload-l1-1-1/api-ms-win-core-delayload-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-core-delayload-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-delayload-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-errorhandling-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-errorhandling-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-errorhandling-l1-1-0/api-ms-win-core-errorhandling-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-errorhandling-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-errorhandling-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-errorhandling-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-errorhandling-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-errorhandling-l1-1-1/api-ms-win-core-errorhandling-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-core-errorhandling-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-errorhandling-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-errorhandling-l1-1-2 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-errorhandling-l1-1-2
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-errorhandling-l1-1-2/api-ms-win-core-errorhandling-l1-1-2.dll $(DESTDIR)$(dlldir)/api-ms-win-core-errorhandling-l1-1-2.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-errorhandling-l1-1-2.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-errorhandling-l1-1-3 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-errorhandling-l1-1-3
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-errorhandling-l1-1-3/api-ms-win-core-errorhandling-l1-1-3.dll $(DESTDIR)$(dlldir)/api-ms-win-core-errorhandling-l1-1-3.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-errorhandling-l1-1-3.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-fibers-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-fibers-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-fibers-l1-1-0/api-ms-win-core-fibers-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-fibers-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-fibers-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-fibers-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-fibers-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-fibers-l1-1-1/api-ms-win-core-fibers-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-core-fibers-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-fibers-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-file-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-file-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-file-l1-1-0/api-ms-win-core-file-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-file-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-file-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-file-l1-2-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-file-l1-2-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-file-l1-2-0/api-ms-win-core-file-l1-2-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-file-l1-2-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-file-l1-2-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-file-l1-2-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-file-l1-2-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-file-l1-2-1/api-ms-win-core-file-l1-2-1.dll $(DESTDIR)$(dlldir)/api-ms-win-core-file-l1-2-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-file-l1-2-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-file-l1-2-2 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-file-l1-2-2
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-file-l1-2-2/api-ms-win-core-file-l1-2-2.dll $(DESTDIR)$(dlldir)/api-ms-win-core-file-l1-2-2.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-file-l1-2-2.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-file-l2-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-file-l2-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-file-l2-1-0/api-ms-win-core-file-l2-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-file-l2-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-file-l2-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-file-l2-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-file-l2-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-file-l2-1-1/api-ms-win-core-file-l2-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-core-file-l2-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-file-l2-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-file-l2-1-2 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-file-l2-1-2
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-file-l2-1-2/api-ms-win-core-file-l2-1-2.dll $(DESTDIR)$(dlldir)/api-ms-win-core-file-l2-1-2.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-file-l2-1-2.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-handle-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-handle-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-handle-l1-1-0/api-ms-win-core-handle-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-handle-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-handle-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-heap-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-heap-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-heap-l1-1-0/api-ms-win-core-heap-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-heap-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-heap-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-heap-l1-2-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-heap-l1-2-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-heap-l1-2-0/api-ms-win-core-heap-l1-2-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-heap-l1-2-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-heap-l1-2-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-heap-l2-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-heap-l2-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-heap-l2-1-0/api-ms-win-core-heap-l2-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-heap-l2-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-heap-l2-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-heap-obsolete-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-heap-obsolete-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-heap-obsolete-l1-1-0/api-ms-win-core-heap-obsolete-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-heap-obsolete-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-heap-obsolete-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-interlocked-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-interlocked-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-interlocked-l1-1-0/api-ms-win-core-interlocked-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-interlocked-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-interlocked-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-interlocked-l1-2-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-interlocked-l1-2-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-interlocked-l1-2-0/api-ms-win-core-interlocked-l1-2-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-interlocked-l1-2-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-interlocked-l1-2-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-io-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-io-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-io-l1-1-0/api-ms-win-core-io-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-io-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-io-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-io-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-io-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-io-l1-1-1/api-ms-win-core-io-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-core-io-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-io-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-job-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-job-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-job-l1-1-0/api-ms-win-core-job-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-job-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-job-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-job-l2-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-job-l2-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-job-l2-1-0/api-ms-win-core-job-l2-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-job-l2-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-job-l2-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-kernel32-legacy-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-kernel32-legacy-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-kernel32-legacy-l1-1-0/api-ms-win-core-kernel32-legacy-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-kernel32-legacy-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-kernel32-legacy-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-kernel32-legacy-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-kernel32-legacy-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-kernel32-legacy-l1-1-1/api-ms-win-core-kernel32-legacy-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-core-kernel32-legacy-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-kernel32-legacy-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-kernel32-private-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-kernel32-private-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-kernel32-private-l1-1-1/api-ms-win-core-kernel32-private-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-core-kernel32-private-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-kernel32-private-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-largeinteger-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-largeinteger-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-largeinteger-l1-1-0/api-ms-win-core-largeinteger-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-largeinteger-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-largeinteger-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-libraryloader-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-libraryloader-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-libraryloader-l1-1-0/api-ms-win-core-libraryloader-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-libraryloader-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-libraryloader-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-libraryloader-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-libraryloader-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-libraryloader-l1-1-1/api-ms-win-core-libraryloader-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-core-libraryloader-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-libraryloader-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-libraryloader-l1-2-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-libraryloader-l1-2-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-libraryloader-l1-2-0/api-ms-win-core-libraryloader-l1-2-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-libraryloader-l1-2-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-libraryloader-l1-2-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-libraryloader-l1-2-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-libraryloader-l1-2-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-libraryloader-l1-2-1/api-ms-win-core-libraryloader-l1-2-1.dll $(DESTDIR)$(dlldir)/api-ms-win-core-libraryloader-l1-2-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-libraryloader-l1-2-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-libraryloader-l1-2-2 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-libraryloader-l1-2-2
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-libraryloader-l1-2-2/api-ms-win-core-libraryloader-l1-2-2.dll $(DESTDIR)$(dlldir)/api-ms-win-core-libraryloader-l1-2-2.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-libraryloader-l1-2-2.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-localization-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-localization-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-localization-l1-1-0/api-ms-win-core-localization-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-localization-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-localization-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-localization-l1-2-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-localization-l1-2-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-localization-l1-2-0/api-ms-win-core-localization-l1-2-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-localization-l1-2-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-localization-l1-2-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-localization-l1-2-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-localization-l1-2-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-localization-l1-2-1/api-ms-win-core-localization-l1-2-1.dll $(DESTDIR)$(dlldir)/api-ms-win-core-localization-l1-2-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-localization-l1-2-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-localization-l2-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-localization-l2-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-localization-l2-1-0/api-ms-win-core-localization-l2-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-localization-l2-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-localization-l2-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-localization-obsolete-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-localization-obsolete-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-localization-obsolete-l1-1-0/api-ms-win-core-localization-obsolete-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-localization-obsolete-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-localization-obsolete-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-localization-obsolete-l1-2-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-localization-obsolete-l1-2-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-localization-obsolete-l1-2-0/api-ms-win-core-localization-obsolete-l1-2-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-localization-obsolete-l1-2-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-localization-obsolete-l1-2-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-localization-obsolete-l1-3-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-localization-obsolete-l1-3-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-localization-obsolete-l1-3-0/api-ms-win-core-localization-obsolete-l1-3-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-localization-obsolete-l1-3-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-localization-obsolete-l1-3-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-localization-private-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-localization-private-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-localization-private-l1-1-0/api-ms-win-core-localization-private-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-localization-private-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-localization-private-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-localregistry-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-localregistry-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-localregistry-l1-1-0/api-ms-win-core-localregistry-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-localregistry-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-localregistry-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-memory-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-memory-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-memory-l1-1-0/api-ms-win-core-memory-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-memory-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-memory-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-memory-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-memory-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-memory-l1-1-1/api-ms-win-core-memory-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-core-memory-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-memory-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-memory-l1-1-2 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-memory-l1-1-2
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-memory-l1-1-2/api-ms-win-core-memory-l1-1-2.dll $(DESTDIR)$(dlldir)/api-ms-win-core-memory-l1-1-2.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-memory-l1-1-2.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-misc-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-misc-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-misc-l1-1-0/api-ms-win-core-misc-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-misc-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-misc-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-namedpipe-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-namedpipe-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-namedpipe-l1-1-0/api-ms-win-core-namedpipe-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-namedpipe-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-namedpipe-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-namedpipe-l1-2-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-namedpipe-l1-2-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-namedpipe-l1-2-0/api-ms-win-core-namedpipe-l1-2-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-namedpipe-l1-2-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-namedpipe-l1-2-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-namespace-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-namespace-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-namespace-l1-1-0/api-ms-win-core-namespace-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-namespace-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-namespace-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-normalization-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-normalization-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-normalization-l1-1-0/api-ms-win-core-normalization-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-normalization-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-normalization-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-path-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-path-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-path-l1-1-0/api-ms-win-core-path-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-path-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-path-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-privateprofile-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-privateprofile-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-privateprofile-l1-1-1/api-ms-win-core-privateprofile-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-core-privateprofile-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-privateprofile-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-processenvironment-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-processenvironment-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-processenvironment-l1-1-0/api-ms-win-core-processenvironment-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-processenvironment-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-processenvironment-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-processenvironment-l1-2-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-processenvironment-l1-2-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-processenvironment-l1-2-0/api-ms-win-core-processenvironment-l1-2-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-processenvironment-l1-2-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-processenvironment-l1-2-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-processthreads-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-processthreads-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-processthreads-l1-1-0/api-ms-win-core-processthreads-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-processthreads-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-processthreads-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-processthreads-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-processthreads-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-processthreads-l1-1-1/api-ms-win-core-processthreads-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-core-processthreads-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-processthreads-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-processthreads-l1-1-2 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-processthreads-l1-1-2
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-processthreads-l1-1-2/api-ms-win-core-processthreads-l1-1-2.dll $(DESTDIR)$(dlldir)/api-ms-win-core-processthreads-l1-1-2.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-processthreads-l1-1-2.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-processthreads-l1-1-3 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-processthreads-l1-1-3
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-processthreads-l1-1-3/api-ms-win-core-processthreads-l1-1-3.dll $(DESTDIR)$(dlldir)/api-ms-win-core-processthreads-l1-1-3.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-processthreads-l1-1-3.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-processtopology-obsolete-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-processtopology-obsolete-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-processtopology-obsolete-l1-1-0/api-ms-win-core-processtopology-obsolete-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-processtopology-obsolete-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-processtopology-obsolete-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-profile-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-profile-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-profile-l1-1-0/api-ms-win-core-profile-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-profile-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-profile-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-psapi-ansi-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-psapi-ansi-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-psapi-ansi-l1-1-0/api-ms-win-core-psapi-ansi-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-psapi-ansi-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-psapi-ansi-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-psapi-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-psapi-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-psapi-l1-1-0/api-ms-win-core-psapi-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-psapi-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-psapi-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-psapi-obsolete-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-psapi-obsolete-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-psapi-obsolete-l1-1-0/api-ms-win-core-psapi-obsolete-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-psapi-obsolete-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-psapi-obsolete-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-quirks-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-quirks-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-quirks-l1-1-0/api-ms-win-core-quirks-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-quirks-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-quirks-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-realtime-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-realtime-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-realtime-l1-1-0/api-ms-win-core-realtime-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-realtime-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-realtime-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-registry-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-registry-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-registry-l1-1-0/api-ms-win-core-registry-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-registry-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-registry-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-registry-l2-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-registry-l2-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-registry-l2-1-0/api-ms-win-core-registry-l2-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-registry-l2-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-registry-l2-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-registryuserspecific-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-registryuserspecific-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-registryuserspecific-l1-1-0/api-ms-win-core-registryuserspecific-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-registryuserspecific-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-registryuserspecific-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-rtlsupport-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-rtlsupport-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-rtlsupport-l1-1-0/api-ms-win-core-rtlsupport-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-rtlsupport-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-rtlsupport-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-rtlsupport-l1-2-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-rtlsupport-l1-2-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-rtlsupport-l1-2-0/api-ms-win-core-rtlsupport-l1-2-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-rtlsupport-l1-2-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-rtlsupport-l1-2-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-shlwapi-legacy-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-shlwapi-legacy-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-shlwapi-legacy-l1-1-0/api-ms-win-core-shlwapi-legacy-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-shlwapi-legacy-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-shlwapi-legacy-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-shlwapi-obsolete-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-shlwapi-obsolete-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-shlwapi-obsolete-l1-1-0/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-shlwapi-obsolete-l1-2-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-shlwapi-obsolete-l1-2-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-shlwapi-obsolete-l1-2-0/api-ms-win-core-shlwapi-obsolete-l1-2-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-shlwapi-obsolete-l1-2-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-shlwapi-obsolete-l1-2-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-shutdown-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-shutdown-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-shutdown-l1-1-0/api-ms-win-core-shutdown-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-shutdown-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-shutdown-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-sidebyside-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-sidebyside-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-sidebyside-l1-1-0/api-ms-win-core-sidebyside-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-sidebyside-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-sidebyside-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-string-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-string-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-string-l1-1-0/api-ms-win-core-string-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-string-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-string-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-string-l2-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-string-l2-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-string-l2-1-0/api-ms-win-core-string-l2-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-string-l2-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-string-l2-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-string-obsolete-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-string-obsolete-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-string-obsolete-l1-1-0/api-ms-win-core-string-obsolete-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-string-obsolete-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-string-obsolete-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-stringansi-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-stringansi-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-stringansi-l1-1-0/api-ms-win-core-stringansi-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-stringansi-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-stringansi-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-stringloader-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-stringloader-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-stringloader-l1-1-1/api-ms-win-core-stringloader-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-core-stringloader-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-stringloader-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-synch-ansi-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-synch-ansi-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-synch-ansi-l1-1-0/api-ms-win-core-synch-ansi-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-synch-ansi-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-synch-ansi-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-synch-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-synch-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-synch-l1-1-0/api-ms-win-core-synch-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-synch-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-synch-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-synch-l1-2-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-synch-l1-2-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-synch-l1-2-0/api-ms-win-core-synch-l1-2-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-synch-l1-2-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-synch-l1-2-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-synch-l1-2-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-synch-l1-2-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-synch-l1-2-1/api-ms-win-core-synch-l1-2-1.dll $(DESTDIR)$(dlldir)/api-ms-win-core-synch-l1-2-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-synch-l1-2-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-sysinfo-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-sysinfo-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-sysinfo-l1-1-0/api-ms-win-core-sysinfo-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-sysinfo-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-sysinfo-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-sysinfo-l1-2-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-sysinfo-l1-2-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-sysinfo-l1-2-0/api-ms-win-core-sysinfo-l1-2-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-sysinfo-l1-2-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-sysinfo-l1-2-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-sysinfo-l1-2-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-sysinfo-l1-2-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-sysinfo-l1-2-1/api-ms-win-core-sysinfo-l1-2-1.dll $(DESTDIR)$(dlldir)/api-ms-win-core-sysinfo-l1-2-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-sysinfo-l1-2-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-threadpool-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-threadpool-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-threadpool-l1-1-0/api-ms-win-core-threadpool-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-threadpool-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-threadpool-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-threadpool-l1-2-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-threadpool-l1-2-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-threadpool-l1-2-0/api-ms-win-core-threadpool-l1-2-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-threadpool-l1-2-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-threadpool-l1-2-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-threadpool-legacy-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-threadpool-legacy-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-threadpool-legacy-l1-1-0/api-ms-win-core-threadpool-legacy-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-threadpool-legacy-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-threadpool-legacy-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-threadpool-private-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-threadpool-private-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-threadpool-private-l1-1-0/api-ms-win-core-threadpool-private-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-threadpool-private-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-threadpool-private-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-timezone-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-timezone-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-timezone-l1-1-0/api-ms-win-core-timezone-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-timezone-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-timezone-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-toolhelp-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-toolhelp-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-toolhelp-l1-1-0/api-ms-win-core-toolhelp-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-toolhelp-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-toolhelp-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-url-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-url-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-url-l1-1-0/api-ms-win-core-url-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-url-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-url-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-util-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-util-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-util-l1-1-0/api-ms-win-core-util-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-util-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-util-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-version-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-version-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-version-l1-1-0/api-ms-win-core-version-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-version-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-version-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-version-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-version-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-version-l1-1-1/api-ms-win-core-version-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-core-version-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-version-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-version-private-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-version-private-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-version-private-l1-1-0/api-ms-win-core-version-private-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-version-private-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-version-private-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-versionansi-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-versionansi-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-versionansi-l1-1-0/api-ms-win-core-versionansi-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-versionansi-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-versionansi-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-windowserrorreporting-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-windowserrorreporting-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-windowserrorreporting-l1-1-0/api-ms-win-core-windowserrorreporting-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-windowserrorreporting-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-windowserrorreporting-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-winrt-error-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-winrt-error-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-winrt-error-l1-1-0/api-ms-win-core-winrt-error-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-winrt-error-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-winrt-error-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-winrt-error-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-winrt-error-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-winrt-error-l1-1-1/api-ms-win-core-winrt-error-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-core-winrt-error-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-winrt-error-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-winrt-errorprivate-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-winrt-errorprivate-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-winrt-errorprivate-l1-1-1/api-ms-win-core-winrt-errorprivate-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-core-winrt-errorprivate-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-winrt-errorprivate-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-winrt-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-winrt-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-winrt-l1-1-0/api-ms-win-core-winrt-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-winrt-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-winrt-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-winrt-registration-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-winrt-registration-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-winrt-registration-l1-1-0/api-ms-win-core-winrt-registration-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-winrt-registration-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-winrt-registration-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-winrt-roparameterizediid-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-winrt-roparameterizediid-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-winrt-roparameterizediid-l1-1-0/api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-winrt-string-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-winrt-string-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-winrt-string-l1-1-0/api-ms-win-core-winrt-string-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-winrt-string-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-winrt-string-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-winrt-string-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-winrt-string-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-winrt-string-l1-1-1/api-ms-win-core-winrt-string-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-core-winrt-string-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-winrt-string-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-wow64-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-wow64-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-wow64-l1-1-0/api-ms-win-core-wow64-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-wow64-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-wow64-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-wow64-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-wow64-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-wow64-l1-1-1/api-ms-win-core-wow64-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-core-wow64-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-wow64-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-xstate-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-xstate-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-xstate-l1-1-0/api-ms-win-core-xstate-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-xstate-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-xstate-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-core-xstate-l2-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-core-xstate-l2-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-core-xstate-l2-1-0/api-ms-win-core-xstate-l2-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-core-xstate-l2-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-core-xstate-l2-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-crt-conio-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-crt-conio-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-crt-conio-l1-1-0/api-ms-win-crt-conio-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-crt-conio-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-crt-conio-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-crt-convert-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-crt-convert-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-crt-convert-l1-1-0/api-ms-win-crt-convert-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-crt-convert-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-crt-convert-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-crt-environment-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-crt-environment-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-crt-environment-l1-1-0/api-ms-win-crt-environment-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-crt-environment-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-crt-environment-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-crt-filesystem-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-crt-filesystem-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-crt-filesystem-l1-1-0/api-ms-win-crt-filesystem-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-crt-filesystem-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-crt-filesystem-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-crt-heap-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-crt-heap-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-crt-heap-l1-1-0/api-ms-win-crt-heap-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-crt-heap-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-crt-heap-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-crt-locale-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-crt-locale-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-crt-locale-l1-1-0/api-ms-win-crt-locale-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-crt-locale-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-crt-locale-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-crt-math-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-crt-math-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-crt-math-l1-1-0/api-ms-win-crt-math-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-crt-math-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-crt-math-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-crt-multibyte-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-crt-multibyte-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-crt-multibyte-l1-1-0/api-ms-win-crt-multibyte-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-crt-multibyte-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-crt-multibyte-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-crt-private-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-crt-private-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-crt-private-l1-1-0/api-ms-win-crt-private-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-crt-private-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-crt-private-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-crt-process-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-crt-process-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-crt-process-l1-1-0/api-ms-win-crt-process-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-crt-process-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-crt-process-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-crt-runtime-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-crt-runtime-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-crt-runtime-l1-1-0/api-ms-win-crt-runtime-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-crt-runtime-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-crt-runtime-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-crt-stdio-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-crt-stdio-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-crt-stdio-l1-1-0/api-ms-win-crt-stdio-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-crt-stdio-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-crt-stdio-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-crt-string-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-crt-string-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-crt-string-l1-1-0/api-ms-win-crt-string-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-crt-string-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-crt-string-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-crt-time-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-crt-time-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-crt-time-l1-1-0/api-ms-win-crt-time-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-crt-time-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-crt-time-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-crt-utility-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-crt-utility-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-crt-utility-l1-1-0/api-ms-win-crt-utility-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-crt-utility-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-crt-utility-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-devices-config-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-devices-config-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-devices-config-l1-1-0/api-ms-win-devices-config-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-devices-config-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-devices-config-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-devices-config-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-devices-config-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-devices-config-l1-1-1/api-ms-win-devices-config-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-devices-config-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-devices-config-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-devices-query-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-devices-query-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-devices-query-l1-1-1/api-ms-win-devices-query-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-devices-query-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-devices-query-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-downlevel-advapi32-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-downlevel-advapi32-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-downlevel-advapi32-l1-1-0/api-ms-win-downlevel-advapi32-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-downlevel-advapi32-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-downlevel-advapi32-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-downlevel-advapi32-l2-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-downlevel-advapi32-l2-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-downlevel-advapi32-l2-1-0/api-ms-win-downlevel-advapi32-l2-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-downlevel-advapi32-l2-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-downlevel-advapi32-l2-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-downlevel-normaliz-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-downlevel-normaliz-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-downlevel-normaliz-l1-1-0/api-ms-win-downlevel-normaliz-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-downlevel-normaliz-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-downlevel-normaliz-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-downlevel-ole32-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-downlevel-ole32-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-downlevel-ole32-l1-1-0/api-ms-win-downlevel-ole32-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-downlevel-ole32-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-downlevel-ole32-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-downlevel-shell32-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-downlevel-shell32-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-downlevel-shell32-l1-1-0/api-ms-win-downlevel-shell32-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-downlevel-shell32-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-downlevel-shell32-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-downlevel-shlwapi-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-downlevel-shlwapi-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-downlevel-shlwapi-l1-1-0/api-ms-win-downlevel-shlwapi-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-downlevel-shlwapi-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-downlevel-shlwapi-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-downlevel-shlwapi-l2-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-downlevel-shlwapi-l2-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-downlevel-shlwapi-l2-1-0/api-ms-win-downlevel-shlwapi-l2-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-downlevel-shlwapi-l2-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-downlevel-shlwapi-l2-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-downlevel-user32-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-downlevel-user32-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-downlevel-user32-l1-1-0/api-ms-win-downlevel-user32-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-downlevel-user32-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-downlevel-user32-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-downlevel-version-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-downlevel-version-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-downlevel-version-l1-1-0/api-ms-win-downlevel-version-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-downlevel-version-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-downlevel-version-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-dx-d3dkmt-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-dx-d3dkmt-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-dx-d3dkmt-l1-1-0/api-ms-win-dx-d3dkmt-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-dx-d3dkmt-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-dx-d3dkmt-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-eventing-classicprovider-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-eventing-classicprovider-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-eventing-classicprovider-l1-1-0/api-ms-win-eventing-classicprovider-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-eventing-classicprovider-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-eventing-classicprovider-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-eventing-consumer-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-eventing-consumer-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-eventing-consumer-l1-1-0/api-ms-win-eventing-consumer-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-eventing-consumer-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-eventing-consumer-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-eventing-controller-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-eventing-controller-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-eventing-controller-l1-1-0/api-ms-win-eventing-controller-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-eventing-controller-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-eventing-controller-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-eventing-legacy-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-eventing-legacy-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-eventing-legacy-l1-1-0/api-ms-win-eventing-legacy-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-eventing-legacy-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-eventing-legacy-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-eventing-provider-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-eventing-provider-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-eventing-provider-l1-1-0/api-ms-win-eventing-provider-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-eventing-provider-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-eventing-provider-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-eventlog-legacy-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-eventlog-legacy-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-eventlog-legacy-l1-1-0/api-ms-win-eventlog-legacy-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-eventlog-legacy-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-eventlog-legacy-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-gdi-dpiinfo-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-gdi-dpiinfo-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-gdi-dpiinfo-l1-1-0/api-ms-win-gdi-dpiinfo-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-gdi-dpiinfo-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-gdi-dpiinfo-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-mm-joystick-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-mm-joystick-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-mm-joystick-l1-1-0/api-ms-win-mm-joystick-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-mm-joystick-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-mm-joystick-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-mm-misc-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-mm-misc-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-mm-misc-l1-1-1/api-ms-win-mm-misc-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-mm-misc-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-mm-misc-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-mm-mme-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-mm-mme-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-mm-mme-l1-1-0/api-ms-win-mm-mme-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-mm-mme-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-mm-mme-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-mm-time-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-mm-time-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-mm-time-l1-1-0/api-ms-win-mm-time-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-mm-time-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-mm-time-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-ntuser-dc-access-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-ntuser-dc-access-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-ntuser-dc-access-l1-1-0/api-ms-win-ntuser-dc-access-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-ntuser-dc-access-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-ntuser-dc-access-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-ntuser-rectangle-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-ntuser-rectangle-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-ntuser-rectangle-l1-1-0/api-ms-win-ntuser-rectangle-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-ntuser-rectangle-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-ntuser-rectangle-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-ntuser-sysparams-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-ntuser-sysparams-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-ntuser-sysparams-l1-1-0/api-ms-win-ntuser-sysparams-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-ntuser-sysparams-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-ntuser-sysparams-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-perf-legacy-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-perf-legacy-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-perf-legacy-l1-1-0/api-ms-win-perf-legacy-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-perf-legacy-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-perf-legacy-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-power-base-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-power-base-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-power-base-l1-1-0/api-ms-win-power-base-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-power-base-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-power-base-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-power-setting-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-power-setting-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-power-setting-l1-1-0/api-ms-win-power-setting-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-power-setting-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-power-setting-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-rtcore-ntuser-draw-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-rtcore-ntuser-draw-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-rtcore-ntuser-draw-l1-1-0/api-ms-win-rtcore-ntuser-draw-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-rtcore-ntuser-draw-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-rtcore-ntuser-draw-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-rtcore-ntuser-private-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-rtcore-ntuser-private-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-rtcore-ntuser-private-l1-1-0/api-ms-win-rtcore-ntuser-private-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-rtcore-ntuser-private-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-rtcore-ntuser-private-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-rtcore-ntuser-private-l1-1-4 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-rtcore-ntuser-private-l1-1-4
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-rtcore-ntuser-private-l1-1-4/api-ms-win-rtcore-ntuser-private-l1-1-4.dll $(DESTDIR)$(dlldir)/api-ms-win-rtcore-ntuser-private-l1-1-4.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-rtcore-ntuser-private-l1-1-4.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-rtcore-ntuser-window-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-rtcore-ntuser-window-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-rtcore-ntuser-window-l1-1-0/api-ms-win-rtcore-ntuser-window-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-rtcore-ntuser-window-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-rtcore-ntuser-window-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-rtcore-ntuser-winevent-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-rtcore-ntuser-winevent-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-rtcore-ntuser-winevent-l1-1-0/api-ms-win-rtcore-ntuser-winevent-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-rtcore-ntuser-winevent-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-rtcore-ntuser-winevent-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3.dll $(DESTDIR)$(dlldir)/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-security-activedirectoryclient-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-security-activedirectoryclient-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-security-activedirectoryclient-l1-1-0/api-ms-win-security-activedirectoryclient-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-security-activedirectoryclient-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-security-activedirectoryclient-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-security-audit-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-security-audit-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-security-audit-l1-1-1/api-ms-win-security-audit-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-security-audit-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-security-audit-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-security-base-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-security-base-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-security-base-l1-1-0/api-ms-win-security-base-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-security-base-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-security-base-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-security-base-l1-2-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-security-base-l1-2-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-security-base-l1-2-0/api-ms-win-security-base-l1-2-0.dll $(DESTDIR)$(dlldir)/api-ms-win-security-base-l1-2-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-security-base-l1-2-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-security-base-private-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-security-base-private-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-security-base-private-l1-1-1/api-ms-win-security-base-private-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-security-base-private-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-security-base-private-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-security-credentials-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-security-credentials-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-security-credentials-l1-1-0/api-ms-win-security-credentials-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-security-credentials-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-security-credentials-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-security-cryptoapi-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-security-cryptoapi-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-security-cryptoapi-l1-1-0/api-ms-win-security-cryptoapi-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-security-cryptoapi-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-security-cryptoapi-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-security-grouppolicy-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-security-grouppolicy-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-security-grouppolicy-l1-1-0/api-ms-win-security-grouppolicy-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-security-grouppolicy-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-security-grouppolicy-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-security-lsalookup-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-security-lsalookup-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-security-lsalookup-l1-1-0/api-ms-win-security-lsalookup-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-security-lsalookup-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-security-lsalookup-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-security-lsalookup-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-security-lsalookup-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-security-lsalookup-l1-1-1/api-ms-win-security-lsalookup-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-security-lsalookup-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-security-lsalookup-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-security-lsalookup-l2-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-security-lsalookup-l2-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-security-lsalookup-l2-1-0/api-ms-win-security-lsalookup-l2-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-security-lsalookup-l2-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-security-lsalookup-l2-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-security-lsalookup-l2-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-security-lsalookup-l2-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-security-lsalookup-l2-1-1/api-ms-win-security-lsalookup-l2-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-security-lsalookup-l2-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-security-lsalookup-l2-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-security-lsapolicy-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-security-lsapolicy-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-security-lsapolicy-l1-1-0/api-ms-win-security-lsapolicy-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-security-lsapolicy-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-security-lsapolicy-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-security-provider-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-security-provider-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-security-provider-l1-1-0/api-ms-win-security-provider-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-security-provider-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-security-provider-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-security-sddl-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-security-sddl-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-security-sddl-l1-1-0/api-ms-win-security-sddl-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-security-sddl-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-security-sddl-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-security-systemfunctions-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-security-systemfunctions-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-security-systemfunctions-l1-1-0/api-ms-win-security-systemfunctions-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-security-systemfunctions-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-security-systemfunctions-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-service-core-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-service-core-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-service-core-l1-1-0/api-ms-win-service-core-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-service-core-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-service-core-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-service-core-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-service-core-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-service-core-l1-1-1/api-ms-win-service-core-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-service-core-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-service-core-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-service-management-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-service-management-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-service-management-l1-1-0/api-ms-win-service-management-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-service-management-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-service-management-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-service-management-l2-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-service-management-l2-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-service-management-l2-1-0/api-ms-win-service-management-l2-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-service-management-l2-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-service-management-l2-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-service-private-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-service-private-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-service-private-l1-1-1/api-ms-win-service-private-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-service-private-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-service-private-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-service-winsvc-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-service-winsvc-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-service-winsvc-l1-1-0/api-ms-win-service-winsvc-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-service-winsvc-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-service-winsvc-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-service-winsvc-l1-2-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-service-winsvc-l1-2-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-service-winsvc-l1-2-0/api-ms-win-service-winsvc-l1-2-0.dll $(DESTDIR)$(dlldir)/api-ms-win-service-winsvc-l1-2-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-service-winsvc-l1-2-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-shcore-obsolete-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-shcore-obsolete-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-shcore-obsolete-l1-1-0/api-ms-win-shcore-obsolete-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-shcore-obsolete-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-shcore-obsolete-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-shcore-scaling-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-shcore-scaling-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-shcore-scaling-l1-1-1/api-ms-win-shcore-scaling-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-shcore-scaling-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-shcore-scaling-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-shcore-stream-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-shcore-stream-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-shcore-stream-l1-1-0/api-ms-win-shcore-stream-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-shcore-stream-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-shcore-stream-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-shcore-thread-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-shcore-thread-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-shcore-thread-l1-1-0/api-ms-win-shcore-thread-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-shcore-thread-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-shcore-thread-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-shell-shellcom-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-shell-shellcom-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-shell-shellcom-l1-1-0/api-ms-win-shell-shellcom-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-shell-shellcom-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-shell-shellcom-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/api-ms-win-shell-shellfolders-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/api-ms-win-shell-shellfolders-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/api-ms-win-shell-shellfolders-l1-1-0/api-ms-win-shell-shellfolders-l1-1-0.dll $(DESTDIR)$(dlldir)/api-ms-win-shell-shellfolders-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/api-ms-win-shell-shellfolders-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/apphelp && $(MAKE) $@
install install-lib:: dlls/apphelp
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/apphelp/apphelp.dll $(DESTDIR)$(dlldir)/apphelp.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/apphelp.dll
dlls/apphelp/tests/test: dummy
	@cd dlls/apphelp/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/appwiz.cpl && $(MAKE) $@
install install-lib:: dlls/appwiz.cpl
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/appwiz.cpl/appwiz.cpl $(DESTDIR)$(dlldir)/appwiz.cpl
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/appwiz.cpl
dlls/atl/libatl.def: ../dlls/atl/atl.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/atl/atl.spec
dlls/atl/libatl.cross.a: ../dlls/atl/atl.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/atl/atl.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/atl && $(MAKE) $@
install install-lib:: dlls/atl
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/atl/atl.dll $(DESTDIR)$(dlldir)/atl.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/atl.dll
install install-dev:: dlls/atl
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/atl/libatl.def $(DESTDIR)$(dlldir)/libatl.def
dlls/atl/tests/test: dummy
	@cd dlls/atl/tests && $(MAKE) test
dlls/atl100/libatl100.def: ../dlls/atl100/atl100.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/atl100/atl100.spec
dlls/atl100/libatl100.cross.a: ../dlls/atl100/atl100.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/atl100/atl100.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/atl100 && $(MAKE) $@
install install-lib:: dlls/atl100
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/atl100/atl100.dll $(DESTDIR)$(dlldir)/atl100.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/atl100.dll
install install-dev:: dlls/atl100
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/atl100/libatl100.def $(DESTDIR)$(dlldir)/libatl100.def
dlls/atl100/tests/test: dummy
	@cd dlls/atl100/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/atl110 && $(MAKE) $@
install install-lib:: dlls/atl110
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/atl110/atl110.dll $(DESTDIR)$(dlldir)/atl110.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/atl110.dll
dlls/atl80/libatl80.def: ../dlls/atl80/atl80.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/atl80/atl80.spec
dlls/atl80/libatl80.cross.a: ../dlls/atl80/atl80.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/atl80/atl80.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/atl80 && $(MAKE) $@
install install-lib:: dlls/atl80
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/atl80/atl80.dll $(DESTDIR)$(dlldir)/atl80.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/atl80.dll
install install-dev:: dlls/atl80
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/atl80/libatl80.def $(DESTDIR)$(dlldir)/libatl80.def
dlls/atl80/tests/test: dummy
	@cd dlls/atl80/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/atl90 && $(MAKE) $@
install install-lib:: dlls/atl90
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/atl90/atl90.dll $(DESTDIR)$(dlldir)/atl90.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/atl90.dll
dlls/atlthunk/libatlthunk.def: ../dlls/atlthunk/atlthunk.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/atlthunk/atlthunk.spec
dlls/atlthunk/libatlthunk.cross.a: ../dlls/atlthunk/atlthunk.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/atlthunk/atlthunk.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/atlthunk && $(MAKE) $@
install install-lib:: dlls/atlthunk
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/atlthunk/atlthunk.dll $(DESTDIR)$(dlldir)/atlthunk.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/atlthunk.dll
install install-dev:: dlls/atlthunk
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/atlthunk/libatlthunk.def $(DESTDIR)$(dlldir)/libatlthunk.def
dlls/atlthunk/tests/test: dummy
	@cd dlls/atlthunk/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/atmlib && $(MAKE) $@
install install-lib:: dlls/atmlib
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/atmlib/atmlib.dll $(DESTDIR)$(dlldir)/atmlib.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/atmlib.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/authz && $(MAKE) $@
install install-lib:: dlls/authz
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/authz/authz.dll $(DESTDIR)$(dlldir)/authz.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/authz.dll
dlls/avicap32/libavicap32.def: ../dlls/avicap32/avicap32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/avicap32/avicap32.spec
dlls/avicap32/libavicap32.cross.a: ../dlls/avicap32/avicap32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/avicap32/avicap32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/avicap32 && $(MAKE) $@
install install-lib:: dlls/avicap32
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/avicap32/avicap32.dll.so $(DESTDIR)$(dlldir)/avicap32.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/avicap32/avicap32.dll.fake $(DESTDIR)$(dlldir)/fakedlls/avicap32.dll
install install-dev:: dlls/avicap32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/avicap32/libavicap32.def $(DESTDIR)$(dlldir)/libavicap32.def
dlls/avifil32/libavifil32.def: ../dlls/avifil32/avifil32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/avifil32/avifil32.spec
dlls/avifil32/libavifil32.cross.a: ../dlls/avifil32/avifil32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/avifil32/avifil32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/avifil32 && $(MAKE) $@
install install-lib:: dlls/avifil32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/avifil32/avifil32.dll $(DESTDIR)$(dlldir)/avifil32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/avifil32.dll
install install-dev:: dlls/avifil32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/avifil32/libavifil32.def $(DESTDIR)$(dlldir)/libavifil32.def
dlls/avifil32/tests/test: dummy
	@cd dlls/avifil32/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/avifile.dll16 && $(MAKE) $@
install install-lib:: dlls/avifile.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/avifile.dll16/avifile.dll16 $(DESTDIR)$(dlldir)/avifile.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/avifile.dll16
dlls/avrt/libavrt.def: ../dlls/avrt/avrt.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/avrt/avrt.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/avrt && $(MAKE) $@
install install-lib:: dlls/avrt
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/avrt/avrt.dll $(DESTDIR)$(dlldir)/avrt.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/avrt.dll
install install-dev:: dlls/avrt
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/avrt/libavrt.def $(DESTDIR)$(dlldir)/libavrt.def
dlls/bcrypt/libbcrypt.def: ../dlls/bcrypt/bcrypt.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/bcrypt/bcrypt.spec
dlls/bcrypt/libbcrypt.cross.a: ../dlls/bcrypt/bcrypt.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/bcrypt/bcrypt.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/bcrypt && $(MAKE) $@
install install-lib:: dlls/bcrypt
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/bcrypt/bcrypt.dll.so $(DESTDIR)$(dlldir)/bcrypt.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/bcrypt/bcrypt.dll.fake $(DESTDIR)$(dlldir)/fakedlls/bcrypt.dll
install install-dev:: dlls/bcrypt
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/bcrypt/libbcrypt.def $(DESTDIR)$(dlldir)/libbcrypt.def
dlls/bcrypt/tests/test: dummy
	@cd dlls/bcrypt/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/bluetoothapis && $(MAKE) $@
install install-lib:: dlls/bluetoothapis
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/bluetoothapis/bluetoothapis.dll $(DESTDIR)$(dlldir)/bluetoothapis.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/bluetoothapis.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/browseui && $(MAKE) $@
install install-lib:: dlls/browseui
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/browseui/browseui.dll $(DESTDIR)$(dlldir)/browseui.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/browseui.dll
dlls/browseui/tests/test: dummy
	@cd dlls/browseui/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/bthprops.cpl && $(MAKE) $@
install install-lib:: dlls/bthprops.cpl
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/bthprops.cpl/bthprops.cpl $(DESTDIR)$(dlldir)/bthprops.cpl
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/bthprops.cpl
dlls/cabinet/libcabinet.def: ../dlls/cabinet/cabinet.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/cabinet/cabinet.spec
dlls/cabinet/libcabinet.cross.a: ../dlls/cabinet/cabinet.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/cabinet/cabinet.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/cabinet && $(MAKE) $@
install install-lib:: dlls/cabinet
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/cabinet/cabinet.dll $(DESTDIR)$(dlldir)/cabinet.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/cabinet.dll
install install-dev:: dlls/cabinet
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/cabinet/libcabinet.def $(DESTDIR)$(dlldir)/libcabinet.def
dlls/cabinet/tests/test: dummy
	@cd dlls/cabinet/tests && $(MAKE) test
dlls/capi2032/libcapi2032.def: ../dlls/capi2032/capi2032.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/capi2032/capi2032.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/capi2032 && $(MAKE) $@
install install-lib:: dlls/capi2032
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/capi2032/capi2032.dll.so $(DESTDIR)$(dlldir)/capi2032.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/capi2032/capi2032.dll.fake $(DESTDIR)$(dlldir)/fakedlls/capi2032.dll
install install-dev:: dlls/capi2032
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/capi2032/libcapi2032.def $(DESTDIR)$(dlldir)/libcapi2032.def
dlls/cards/libcards.def: ../dlls/cards/cards.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/cards/cards.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/cards && $(MAKE) $@
install install-lib:: dlls/cards
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/cards/cards.dll $(DESTDIR)$(dlldir)/cards.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/cards.dll
install install-dev:: dlls/cards
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/cards/libcards.def $(DESTDIR)$(dlldir)/libcards.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/cdosys && $(MAKE) $@
install install-lib:: dlls/cdosys
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/cdosys/cdosys.dll $(DESTDIR)$(dlldir)/cdosys.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/cdosys.dll
dlls/cfgmgr32/libcfgmgr32.def: ../dlls/cfgmgr32/cfgmgr32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/cfgmgr32/cfgmgr32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/cfgmgr32 && $(MAKE) $@
install install-lib:: dlls/cfgmgr32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/cfgmgr32/cfgmgr32.dll $(DESTDIR)$(dlldir)/cfgmgr32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/cfgmgr32.dll
install install-dev:: dlls/cfgmgr32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/cfgmgr32/libcfgmgr32.def $(DESTDIR)$(dlldir)/libcfgmgr32.def
dlls/clusapi/libclusapi.def: ../dlls/clusapi/clusapi.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/clusapi/clusapi.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/clusapi && $(MAKE) $@
install install-lib:: dlls/clusapi
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/clusapi/clusapi.dll $(DESTDIR)$(dlldir)/clusapi.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/clusapi.dll
install install-dev:: dlls/clusapi
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/clusapi/libclusapi.def $(DESTDIR)$(dlldir)/libclusapi.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/combase && $(MAKE) $@
install install-lib:: dlls/combase
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/combase/combase.dll $(DESTDIR)$(dlldir)/combase.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/combase.dll
dlls/combase/tests/test: dummy
	@cd dlls/combase/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/comcat && $(MAKE) $@
install install-lib:: dlls/comcat
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/comcat/comcat.dll $(DESTDIR)$(dlldir)/comcat.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/comcat.dll
dlls/comcat/tests/test: dummy
	@cd dlls/comcat/tests && $(MAKE) test
dlls/comctl32/libcomctl32.def: ../dlls/comctl32/comctl32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/comctl32/comctl32.spec
dlls/comctl32/libcomctl32.cross.a dlls/comctl32/libcomctl32.delay.a: ../dlls/comctl32/comctl32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/comctl32/comctl32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/comctl32 && $(MAKE) $@
install install-lib:: dlls/comctl32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/comctl32/comctl32.dll $(DESTDIR)$(dlldir)/comctl32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/comctl32.dll
install install-dev:: dlls/comctl32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/comctl32/libcomctl32.def $(DESTDIR)$(dlldir)/libcomctl32.def
dlls/comctl32/tests/test: dummy
	@cd dlls/comctl32/tests && $(MAKE) test
dlls/comdlg32/libcomdlg32.def: ../dlls/comdlg32/comdlg32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/comdlg32/comdlg32.spec
dlls/comdlg32/libcomdlg32.cross.a dlls/comdlg32/libcomdlg32.delay.a: ../dlls/comdlg32/comdlg32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/comdlg32/comdlg32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/comdlg32 && $(MAKE) $@
install install-lib:: dlls/comdlg32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/comdlg32/comdlg32.dll $(DESTDIR)$(dlldir)/comdlg32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/comdlg32.dll
install install-dev:: dlls/comdlg32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/comdlg32/libcomdlg32.def $(DESTDIR)$(dlldir)/libcomdlg32.def
dlls/comdlg32/tests/test: dummy
	@cd dlls/comdlg32/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/comm.drv16 && $(MAKE) $@
install install-lib:: dlls/comm.drv16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/comm.drv16/comm.drv16 $(DESTDIR)$(dlldir)/comm.drv16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/comm.drv16
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/commdlg.dll16 && $(MAKE) $@
install install-lib:: dlls/commdlg.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/commdlg.dll16/commdlg.dll16 $(DESTDIR)$(dlldir)/commdlg.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/commdlg.dll16
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/compobj.dll16 && $(MAKE) $@
install install-lib:: dlls/compobj.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/compobj.dll16/compobj.dll16 $(DESTDIR)$(dlldir)/compobj.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/compobj.dll16
dlls/compstui/libcompstui.def: ../dlls/compstui/compstui.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/compstui/compstui.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/compstui && $(MAKE) $@
install install-lib:: dlls/compstui
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/compstui/compstui.dll $(DESTDIR)$(dlldir)/compstui.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/compstui.dll
install install-dev:: dlls/compstui
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/compstui/libcompstui.def $(DESTDIR)$(dlldir)/libcompstui.def
dlls/comsvcs/libcomsvcs.def: ../dlls/comsvcs/comsvcs.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/comsvcs/comsvcs.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/comsvcs && $(MAKE) $@
install install-lib:: dlls/comsvcs
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/comsvcs/comsvcs.dll $(DESTDIR)$(dlldir)/comsvcs.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/comsvcs.dll
install install-dev:: dlls/comsvcs
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/comsvcs/libcomsvcs.def $(DESTDIR)$(dlldir)/libcomsvcs.def
dlls/comsvcs/tests/test: dummy
	@cd dlls/comsvcs/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/concrt140 && $(MAKE) $@
install install-lib:: dlls/concrt140
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/concrt140/concrt140.dll $(DESTDIR)$(dlldir)/concrt140.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/concrt140.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/connect && $(MAKE) $@
install install-lib:: dlls/connect
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/connect/connect.dll $(DESTDIR)$(dlldir)/connect.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/connect.dll
dlls/credui/libcredui.def: ../dlls/credui/credui.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/credui/credui.spec
dlls/credui/libcredui.cross.a: ../dlls/credui/credui.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/credui/credui.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/credui && $(MAKE) $@
install install-lib:: dlls/credui
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/credui/credui.dll $(DESTDIR)$(dlldir)/credui.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/credui.dll
install install-dev:: dlls/credui
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/credui/libcredui.def $(DESTDIR)$(dlldir)/libcredui.def
dlls/credui/tests/test: dummy
	@cd dlls/credui/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/crtdll && $(MAKE) $@
install install-lib:: dlls/crtdll
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/crtdll/crtdll.dll.so $(DESTDIR)$(dlldir)/crtdll.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/crtdll/crtdll.dll.fake $(DESTDIR)$(dlldir)/fakedlls/crtdll.dll
dlls/crypt32/libcrypt32.def: ../dlls/crypt32/crypt32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/crypt32/crypt32.spec
dlls/crypt32/libcrypt32.cross.a dlls/crypt32/libcrypt32.delay.a: ../dlls/crypt32/crypt32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/crypt32/crypt32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/crypt32 && $(MAKE) $@
install install-lib:: dlls/crypt32
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/crypt32/crypt32.dll.so $(DESTDIR)$(dlldir)/crypt32.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/crypt32/crypt32.dll.fake $(DESTDIR)$(dlldir)/fakedlls/crypt32.dll
install install-dev:: dlls/crypt32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/crypt32/libcrypt32.def $(DESTDIR)$(dlldir)/libcrypt32.def
dlls/crypt32/tests/test: dummy
	@cd dlls/crypt32/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/cryptdlg && $(MAKE) $@
install install-lib:: dlls/cryptdlg
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/cryptdlg/cryptdlg.dll $(DESTDIR)$(dlldir)/cryptdlg.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/cryptdlg.dll
dlls/cryptdll/libcryptdll.def: ../dlls/cryptdll/cryptdll.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/cryptdll/cryptdll.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/cryptdll && $(MAKE) $@
install install-lib:: dlls/cryptdll
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/cryptdll/cryptdll.dll $(DESTDIR)$(dlldir)/cryptdll.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/cryptdll.dll
install install-dev:: dlls/cryptdll
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/cryptdll/libcryptdll.def $(DESTDIR)$(dlldir)/libcryptdll.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/cryptext && $(MAKE) $@
install install-lib:: dlls/cryptext
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/cryptext/cryptext.dll $(DESTDIR)$(dlldir)/cryptext.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/cryptext.dll
dlls/cryptnet/libcryptnet.def: ../dlls/cryptnet/cryptnet.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/cryptnet/cryptnet.spec
dlls/cryptnet/libcryptnet.cross.a: ../dlls/cryptnet/cryptnet.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/cryptnet/cryptnet.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/cryptnet && $(MAKE) $@
install install-lib:: dlls/cryptnet
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/cryptnet/cryptnet.dll $(DESTDIR)$(dlldir)/cryptnet.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/cryptnet.dll
install install-dev:: dlls/cryptnet
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/cryptnet/libcryptnet.def $(DESTDIR)$(dlldir)/libcryptnet.def
dlls/cryptnet/tests/test: dummy
	@cd dlls/cryptnet/tests && $(MAKE) test
dlls/cryptui/libcryptui.def: ../dlls/cryptui/cryptui.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/cryptui/cryptui.spec
dlls/cryptui/libcryptui.cross.a dlls/cryptui/libcryptui.delay.a: ../dlls/cryptui/cryptui.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/cryptui/cryptui.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/cryptui && $(MAKE) $@
install install-lib:: dlls/cryptui
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/cryptui/cryptui.dll $(DESTDIR)$(dlldir)/cryptui.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/cryptui.dll
install install-dev:: dlls/cryptui
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/cryptui/libcryptui.def $(DESTDIR)$(dlldir)/libcryptui.def
dlls/cryptui/tests/test: dummy
	@cd dlls/cryptui/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ctapi32 && $(MAKE) $@
install install-lib:: dlls/ctapi32
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/ctapi32/ctapi32.dll.so $(DESTDIR)$(dlldir)/ctapi32.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/ctapi32/ctapi32.dll.fake $(DESTDIR)$(dlldir)/fakedlls/ctapi32.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ctl3d.dll16 && $(MAKE) $@
install install-lib:: dlls/ctl3d.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ctl3d.dll16/ctl3d.dll16 $(DESTDIR)$(dlldir)/ctl3d.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ctl3d.dll16
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ctl3d32 && $(MAKE) $@
install install-lib:: dlls/ctl3d32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ctl3d32/ctl3d32.dll $(DESTDIR)$(dlldir)/ctl3d32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ctl3d32.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ctl3dv2.dll16 && $(MAKE) $@
install install-lib:: dlls/ctl3dv2.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ctl3dv2.dll16/ctl3dv2.dll16 $(DESTDIR)$(dlldir)/ctl3dv2.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ctl3dv2.dll16
dlls/d2d1/libd2d1.def: ../dlls/d2d1/d2d1.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/d2d1/d2d1.spec
dlls/d2d1/libd2d1.cross.a: ../dlls/d2d1/d2d1.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/d2d1/d2d1.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d2d1 && $(MAKE) $@
install install-lib:: dlls/d2d1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d2d1/d2d1.dll $(DESTDIR)$(dlldir)/d2d1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d2d1.dll
install install-dev:: dlls/d2d1
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/d2d1/libd2d1.def $(DESTDIR)$(dlldir)/libd2d1.def
dlls/d2d1/tests/test: dummy
	@cd dlls/d2d1/tests && $(MAKE) test
dlls/d3d10/libd3d10.def: ../dlls/d3d10/d3d10.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/d3d10/d3d10.spec
dlls/d3d10/libd3d10.cross.a: ../dlls/d3d10/d3d10.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/d3d10/d3d10.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3d10 && $(MAKE) $@
install install-lib:: dlls/d3d10
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3d10/d3d10.dll $(DESTDIR)$(dlldir)/d3d10.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3d10.dll
install install-dev:: dlls/d3d10
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/d3d10/libd3d10.def $(DESTDIR)$(dlldir)/libd3d10.def
dlls/d3d10/tests/test: dummy
	@cd dlls/d3d10/tests && $(MAKE) test
dlls/d3d10_1/libd3d10_1.def: ../dlls/d3d10_1/d3d10_1.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/d3d10_1/d3d10_1.spec
dlls/d3d10_1/libd3d10_1.cross.a: ../dlls/d3d10_1/d3d10_1.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/d3d10_1/d3d10_1.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3d10_1 && $(MAKE) $@
install install-lib:: dlls/d3d10_1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3d10_1/d3d10_1.dll $(DESTDIR)$(dlldir)/d3d10_1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3d10_1.dll
install install-dev:: dlls/d3d10_1
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/d3d10_1/libd3d10_1.def $(DESTDIR)$(dlldir)/libd3d10_1.def
dlls/d3d10_1/tests/test: dummy
	@cd dlls/d3d10_1/tests && $(MAKE) test
dlls/d3d10core/libd3d10core.def: ../dlls/d3d10core/d3d10core.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/d3d10core/d3d10core.spec
dlls/d3d10core/libd3d10core.cross.a: ../dlls/d3d10core/d3d10core.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/d3d10core/d3d10core.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3d10core && $(MAKE) $@
install install-lib:: dlls/d3d10core
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3d10core/d3d10core.dll $(DESTDIR)$(dlldir)/d3d10core.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3d10core.dll
install install-dev:: dlls/d3d10core
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/d3d10core/libd3d10core.def $(DESTDIR)$(dlldir)/libd3d10core.def
dlls/d3d10core/tests/test: dummy
	@cd dlls/d3d10core/tests && $(MAKE) test
dlls/d3d11/libd3d11.def: ../dlls/d3d11/d3d11.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/d3d11/d3d11.spec
dlls/d3d11/libd3d11.cross.a: ../dlls/d3d11/d3d11.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/d3d11/d3d11.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3d11 && $(MAKE) $@
install install-lib:: dlls/d3d11
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3d11/d3d11.dll $(DESTDIR)$(dlldir)/d3d11.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3d11.dll
install install-dev:: dlls/d3d11
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/d3d11/libd3d11.def $(DESTDIR)$(dlldir)/libd3d11.def
dlls/d3d11/tests/test: dummy
	@cd dlls/d3d11/tests && $(MAKE) test
dlls/d3d12/libd3d12.def: ../dlls/d3d12/d3d12.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/d3d12/d3d12.spec
dlls/d3d12/libd3d12.cross.a: ../dlls/d3d12/d3d12.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/d3d12/d3d12.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3d12 && $(MAKE) $@
install install-lib:: dlls/d3d12
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/d3d12/d3d12.dll.so $(DESTDIR)$(dlldir)/d3d12.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/d3d12/d3d12.dll.fake $(DESTDIR)$(dlldir)/fakedlls/d3d12.dll
install install-dev:: dlls/d3d12
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/d3d12/libd3d12.def $(DESTDIR)$(dlldir)/libd3d12.def
dlls/d3d12/tests/test: dummy
	@cd dlls/d3d12/tests && $(MAKE) test
dlls/d3d8/libd3d8.def: ../dlls/d3d8/d3d8.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/d3d8/d3d8.spec
dlls/d3d8/libd3d8.cross.a: ../dlls/d3d8/d3d8.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/d3d8/d3d8.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3d8 && $(MAKE) $@
install install-lib:: dlls/d3d8
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3d8/d3d8.dll $(DESTDIR)$(dlldir)/d3d8.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3d8.dll
install install-dev:: dlls/d3d8
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/d3d8/libd3d8.def $(DESTDIR)$(dlldir)/libd3d8.def
dlls/d3d8/tests/test: dummy
	@cd dlls/d3d8/tests && $(MAKE) test
dlls/d3d9/libd3d9.def: ../dlls/d3d9/d3d9.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/d3d9/d3d9.spec
dlls/d3d9/libd3d9.cross.a: ../dlls/d3d9/d3d9.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/d3d9/d3d9.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3d9 && $(MAKE) $@
install install-lib:: dlls/d3d9
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3d9/d3d9.dll $(DESTDIR)$(dlldir)/d3d9.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3d9.dll
install install-dev:: dlls/d3d9
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/d3d9/libd3d9.def $(DESTDIR)$(dlldir)/libd3d9.def
dlls/d3d9/tests/test: dummy
	@cd dlls/d3d9/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dcompiler_33 && $(MAKE) $@
install install-lib:: dlls/d3dcompiler_33
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dcompiler_33/d3dcompiler_33.dll $(DESTDIR)$(dlldir)/d3dcompiler_33.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dcompiler_33.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dcompiler_34 && $(MAKE) $@
install install-lib:: dlls/d3dcompiler_34
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dcompiler_34/d3dcompiler_34.dll $(DESTDIR)$(dlldir)/d3dcompiler_34.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dcompiler_34.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dcompiler_35 && $(MAKE) $@
install install-lib:: dlls/d3dcompiler_35
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dcompiler_35/d3dcompiler_35.dll $(DESTDIR)$(dlldir)/d3dcompiler_35.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dcompiler_35.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dcompiler_36 && $(MAKE) $@
install install-lib:: dlls/d3dcompiler_36
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dcompiler_36/d3dcompiler_36.dll $(DESTDIR)$(dlldir)/d3dcompiler_36.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dcompiler_36.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dcompiler_37 && $(MAKE) $@
install install-lib:: dlls/d3dcompiler_37
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dcompiler_37/d3dcompiler_37.dll $(DESTDIR)$(dlldir)/d3dcompiler_37.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dcompiler_37.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dcompiler_38 && $(MAKE) $@
install install-lib:: dlls/d3dcompiler_38
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dcompiler_38/d3dcompiler_38.dll $(DESTDIR)$(dlldir)/d3dcompiler_38.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dcompiler_38.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dcompiler_39 && $(MAKE) $@
install install-lib:: dlls/d3dcompiler_39
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dcompiler_39/d3dcompiler_39.dll $(DESTDIR)$(dlldir)/d3dcompiler_39.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dcompiler_39.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dcompiler_40 && $(MAKE) $@
install install-lib:: dlls/d3dcompiler_40
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dcompiler_40/d3dcompiler_40.dll $(DESTDIR)$(dlldir)/d3dcompiler_40.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dcompiler_40.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dcompiler_41 && $(MAKE) $@
install install-lib:: dlls/d3dcompiler_41
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dcompiler_41/d3dcompiler_41.dll $(DESTDIR)$(dlldir)/d3dcompiler_41.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dcompiler_41.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dcompiler_42 && $(MAKE) $@
install install-lib:: dlls/d3dcompiler_42
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dcompiler_42/d3dcompiler_42.dll $(DESTDIR)$(dlldir)/d3dcompiler_42.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dcompiler_42.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dcompiler_43 && $(MAKE) $@
install install-lib:: dlls/d3dcompiler_43
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dcompiler_43/d3dcompiler_43.dll $(DESTDIR)$(dlldir)/d3dcompiler_43.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dcompiler_43.dll
dlls/d3dcompiler_43/tests/test: dummy
	@cd dlls/d3dcompiler_43/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dcompiler_46 && $(MAKE) $@
install install-lib:: dlls/d3dcompiler_46
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dcompiler_46/d3dcompiler_46.dll $(DESTDIR)$(dlldir)/d3dcompiler_46.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dcompiler_46.dll
dlls/d3dcompiler_47/libd3dcompiler.def: ../dlls/d3dcompiler_47/d3dcompiler_47.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/d3dcompiler_47/d3dcompiler_47.spec
dlls/d3dcompiler_47/libd3dcompiler.cross.a: ../dlls/d3dcompiler_47/d3dcompiler_47.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/d3dcompiler_47/d3dcompiler_47.spec
dlls/libd3dcompiler.def: dlls/d3dcompiler_47/libd3dcompiler.def
	rm -f dlls/libd3dcompiler.def && ln -s d3dcompiler_47/libd3dcompiler.def dlls/libd3dcompiler.def
dlls/libd3dcompiler.cross.a: dlls/d3dcompiler_47/libd3dcompiler.cross.a
	rm -f dlls/libd3dcompiler.cross.a && ln -s d3dcompiler_47/libd3dcompiler.cross.a dlls/libd3dcompiler.cross.a
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dcompiler_47 && $(MAKE) $@
install install-lib:: dlls/d3dcompiler_47
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dcompiler_47/d3dcompiler_47.dll $(DESTDIR)$(dlldir)/d3dcompiler_47.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dcompiler_47.dll
install install-dev:: dlls/d3dcompiler_47
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/d3dcompiler_47/libd3dcompiler.def $(DESTDIR)$(dlldir)/libd3dcompiler.def
dlls/d3dcompiler_47/tests/test: dummy
	@cd dlls/d3dcompiler_47/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dim && $(MAKE) $@
install install-lib:: dlls/d3dim
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dim/d3dim.dll $(DESTDIR)$(dlldir)/d3dim.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dim.dll
dlls/d3drm/libd3drm.def: ../dlls/d3drm/d3drm.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/d3drm/d3drm.spec
dlls/d3drm/libd3drm.cross.a: ../dlls/d3drm/d3drm.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/d3drm/d3drm.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3drm && $(MAKE) $@
install install-lib:: dlls/d3drm
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3drm/d3drm.dll $(DESTDIR)$(dlldir)/d3drm.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3drm.dll
install install-dev:: dlls/d3drm
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/d3drm/libd3drm.def $(DESTDIR)$(dlldir)/libd3drm.def
dlls/d3drm/tests/test: dummy
	@cd dlls/d3drm/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx10_33 && $(MAKE) $@
install install-lib:: dlls/d3dx10_33
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx10_33/d3dx10_33.dll $(DESTDIR)$(dlldir)/d3dx10_33.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx10_33.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx10_34 && $(MAKE) $@
install install-lib:: dlls/d3dx10_34
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx10_34/d3dx10_34.dll $(DESTDIR)$(dlldir)/d3dx10_34.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx10_34.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx10_35 && $(MAKE) $@
install install-lib:: dlls/d3dx10_35
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx10_35/d3dx10_35.dll $(DESTDIR)$(dlldir)/d3dx10_35.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx10_35.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx10_36 && $(MAKE) $@
install install-lib:: dlls/d3dx10_36
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx10_36/d3dx10_36.dll $(DESTDIR)$(dlldir)/d3dx10_36.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx10_36.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx10_37 && $(MAKE) $@
install install-lib:: dlls/d3dx10_37
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx10_37/d3dx10_37.dll $(DESTDIR)$(dlldir)/d3dx10_37.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx10_37.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx10_38 && $(MAKE) $@
install install-lib:: dlls/d3dx10_38
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx10_38/d3dx10_38.dll $(DESTDIR)$(dlldir)/d3dx10_38.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx10_38.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx10_39 && $(MAKE) $@
install install-lib:: dlls/d3dx10_39
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx10_39/d3dx10_39.dll $(DESTDIR)$(dlldir)/d3dx10_39.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx10_39.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx10_40 && $(MAKE) $@
install install-lib:: dlls/d3dx10_40
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx10_40/d3dx10_40.dll $(DESTDIR)$(dlldir)/d3dx10_40.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx10_40.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx10_41 && $(MAKE) $@
install install-lib:: dlls/d3dx10_41
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx10_41/d3dx10_41.dll $(DESTDIR)$(dlldir)/d3dx10_41.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx10_41.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx10_42 && $(MAKE) $@
install install-lib:: dlls/d3dx10_42
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx10_42/d3dx10_42.dll $(DESTDIR)$(dlldir)/d3dx10_42.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx10_42.dll
dlls/d3dx10_43/libd3dx10.def: ../dlls/d3dx10_43/d3dx10_43.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/d3dx10_43/d3dx10_43.spec
dlls/d3dx10_43/libd3dx10.cross.a: ../dlls/d3dx10_43/d3dx10_43.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/d3dx10_43/d3dx10_43.spec
dlls/libd3dx10.def: dlls/d3dx10_43/libd3dx10.def
	rm -f dlls/libd3dx10.def && ln -s d3dx10_43/libd3dx10.def dlls/libd3dx10.def
dlls/libd3dx10.cross.a: dlls/d3dx10_43/libd3dx10.cross.a
	rm -f dlls/libd3dx10.cross.a && ln -s d3dx10_43/libd3dx10.cross.a dlls/libd3dx10.cross.a
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx10_43 && $(MAKE) $@
install install-lib:: dlls/d3dx10_43
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx10_43/d3dx10_43.dll $(DESTDIR)$(dlldir)/d3dx10_43.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx10_43.dll
install install-dev:: dlls/d3dx10_43
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/d3dx10_43/libd3dx10.def $(DESTDIR)$(dlldir)/libd3dx10.def
dlls/d3dx10_43/tests/test: dummy
	@cd dlls/d3dx10_43/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx11_42 && $(MAKE) $@
install install-lib:: dlls/d3dx11_42
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx11_42/d3dx11_42.dll $(DESTDIR)$(dlldir)/d3dx11_42.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx11_42.dll
dlls/d3dx11_43/libd3dx11.def: ../dlls/d3dx11_43/d3dx11_43.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/d3dx11_43/d3dx11_43.spec
dlls/d3dx11_43/libd3dx11.cross.a: ../dlls/d3dx11_43/d3dx11_43.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/d3dx11_43/d3dx11_43.spec
dlls/libd3dx11.def: dlls/d3dx11_43/libd3dx11.def
	rm -f dlls/libd3dx11.def && ln -s d3dx11_43/libd3dx11.def dlls/libd3dx11.def
dlls/libd3dx11.cross.a: dlls/d3dx11_43/libd3dx11.cross.a
	rm -f dlls/libd3dx11.cross.a && ln -s d3dx11_43/libd3dx11.cross.a dlls/libd3dx11.cross.a
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx11_43 && $(MAKE) $@
install install-lib:: dlls/d3dx11_43
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx11_43/d3dx11_43.dll $(DESTDIR)$(dlldir)/d3dx11_43.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx11_43.dll
install install-dev:: dlls/d3dx11_43
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/d3dx11_43/libd3dx11.def $(DESTDIR)$(dlldir)/libd3dx11.def
dlls/d3dx11_43/tests/test: dummy
	@cd dlls/d3dx11_43/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx9_24 && $(MAKE) $@
install install-lib:: dlls/d3dx9_24
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx9_24/d3dx9_24.dll $(DESTDIR)$(dlldir)/d3dx9_24.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx9_24.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx9_25 && $(MAKE) $@
install install-lib:: dlls/d3dx9_25
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx9_25/d3dx9_25.dll $(DESTDIR)$(dlldir)/d3dx9_25.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx9_25.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx9_26 && $(MAKE) $@
install install-lib:: dlls/d3dx9_26
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx9_26/d3dx9_26.dll $(DESTDIR)$(dlldir)/d3dx9_26.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx9_26.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx9_27 && $(MAKE) $@
install install-lib:: dlls/d3dx9_27
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx9_27/d3dx9_27.dll $(DESTDIR)$(dlldir)/d3dx9_27.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx9_27.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx9_28 && $(MAKE) $@
install install-lib:: dlls/d3dx9_28
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx9_28/d3dx9_28.dll $(DESTDIR)$(dlldir)/d3dx9_28.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx9_28.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx9_29 && $(MAKE) $@
install install-lib:: dlls/d3dx9_29
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx9_29/d3dx9_29.dll $(DESTDIR)$(dlldir)/d3dx9_29.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx9_29.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx9_30 && $(MAKE) $@
install install-lib:: dlls/d3dx9_30
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx9_30/d3dx9_30.dll $(DESTDIR)$(dlldir)/d3dx9_30.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx9_30.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx9_31 && $(MAKE) $@
install install-lib:: dlls/d3dx9_31
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx9_31/d3dx9_31.dll $(DESTDIR)$(dlldir)/d3dx9_31.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx9_31.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx9_32 && $(MAKE) $@
install install-lib:: dlls/d3dx9_32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx9_32/d3dx9_32.dll $(DESTDIR)$(dlldir)/d3dx9_32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx9_32.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx9_33 && $(MAKE) $@
install install-lib:: dlls/d3dx9_33
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx9_33/d3dx9_33.dll $(DESTDIR)$(dlldir)/d3dx9_33.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx9_33.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx9_34 && $(MAKE) $@
install install-lib:: dlls/d3dx9_34
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx9_34/d3dx9_34.dll $(DESTDIR)$(dlldir)/d3dx9_34.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx9_34.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx9_35 && $(MAKE) $@
install install-lib:: dlls/d3dx9_35
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx9_35/d3dx9_35.dll $(DESTDIR)$(dlldir)/d3dx9_35.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx9_35.dll
dlls/d3dx9_36/libd3dx9.def: ../dlls/d3dx9_36/d3dx9_36.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/d3dx9_36/d3dx9_36.spec
dlls/d3dx9_36/libd3dx9.cross.a: ../dlls/d3dx9_36/d3dx9_36.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/d3dx9_36/d3dx9_36.spec
dlls/libd3dx9.def: dlls/d3dx9_36/libd3dx9.def
	rm -f dlls/libd3dx9.def && ln -s d3dx9_36/libd3dx9.def dlls/libd3dx9.def
dlls/libd3dx9.cross.a: dlls/d3dx9_36/libd3dx9.cross.a
	rm -f dlls/libd3dx9.cross.a && ln -s d3dx9_36/libd3dx9.cross.a dlls/libd3dx9.cross.a
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx9_36 && $(MAKE) $@
install install-lib:: dlls/d3dx9_36
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx9_36/d3dx9_36.dll $(DESTDIR)$(dlldir)/d3dx9_36.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx9_36.dll
install install-dev:: dlls/d3dx9_36
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/d3dx9_36/libd3dx9.def $(DESTDIR)$(dlldir)/libd3dx9.def
dlls/d3dx9_36/tests/test: dummy
	@cd dlls/d3dx9_36/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx9_37 && $(MAKE) $@
install install-lib:: dlls/d3dx9_37
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx9_37/d3dx9_37.dll $(DESTDIR)$(dlldir)/d3dx9_37.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx9_37.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx9_38 && $(MAKE) $@
install install-lib:: dlls/d3dx9_38
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx9_38/d3dx9_38.dll $(DESTDIR)$(dlldir)/d3dx9_38.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx9_38.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx9_39 && $(MAKE) $@
install install-lib:: dlls/d3dx9_39
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx9_39/d3dx9_39.dll $(DESTDIR)$(dlldir)/d3dx9_39.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx9_39.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx9_40 && $(MAKE) $@
install install-lib:: dlls/d3dx9_40
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx9_40/d3dx9_40.dll $(DESTDIR)$(dlldir)/d3dx9_40.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx9_40.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx9_41 && $(MAKE) $@
install install-lib:: dlls/d3dx9_41
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx9_41/d3dx9_41.dll $(DESTDIR)$(dlldir)/d3dx9_41.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx9_41.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx9_42 && $(MAKE) $@
install install-lib:: dlls/d3dx9_42
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx9_42/d3dx9_42.dll $(DESTDIR)$(dlldir)/d3dx9_42.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx9_42.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dx9_43 && $(MAKE) $@
install install-lib:: dlls/d3dx9_43
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dx9_43/d3dx9_43.dll $(DESTDIR)$(dlldir)/d3dx9_43.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dx9_43.dll
dlls/d3dxof/libd3dxof.def: ../dlls/d3dxof/d3dxof.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/d3dxof/d3dxof.spec
dlls/d3dxof/libd3dxof.cross.a: ../dlls/d3dxof/d3dxof.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/d3dxof/d3dxof.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/d3dxof && $(MAKE) $@
install install-lib:: dlls/d3dxof
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/d3dxof/d3dxof.dll $(DESTDIR)$(dlldir)/d3dxof.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/d3dxof.dll
install install-dev:: dlls/d3dxof
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/d3dxof/libd3dxof.def $(DESTDIR)$(dlldir)/libd3dxof.def
dlls/d3dxof/tests/test: dummy
	@cd dlls/d3dxof/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/davclnt && $(MAKE) $@
install install-lib:: dlls/davclnt
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/davclnt/davclnt.dll $(DESTDIR)$(dlldir)/davclnt.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/davclnt.dll
dlls/dbgeng/libdbgeng.def: ../dlls/dbgeng/dbgeng.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/dbgeng/dbgeng.spec
dlls/dbgeng/libdbgeng.cross.a: ../dlls/dbgeng/dbgeng.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/dbgeng/dbgeng.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dbgeng && $(MAKE) $@
install install-lib:: dlls/dbgeng
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dbgeng/dbgeng.dll $(DESTDIR)$(dlldir)/dbgeng.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dbgeng.dll
install install-dev:: dlls/dbgeng
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/dbgeng/libdbgeng.def $(DESTDIR)$(dlldir)/libdbgeng.def
dlls/dbgeng/tests/test: dummy
	@cd dlls/dbgeng/tests && $(MAKE) test
dlls/dbghelp/libdbghelp.def: ../dlls/dbghelp/dbghelp.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/dbghelp/dbghelp.spec
dlls/dbghelp/libdbghelp.cross.a: ../dlls/dbghelp/dbghelp.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/dbghelp/dbghelp.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dbghelp && $(MAKE) $@
install install-lib:: dlls/dbghelp
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/dbghelp/dbghelp.dll.so $(DESTDIR)$(dlldir)/dbghelp.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/dbghelp/dbghelp.dll.fake $(DESTDIR)$(dlldir)/fakedlls/dbghelp.dll
install install-dev:: dlls/dbghelp
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/dbghelp/libdbghelp.def $(DESTDIR)$(dlldir)/libdbghelp.def
dlls/dbghelp/tests/test: dummy
	@cd dlls/dbghelp/tests && $(MAKE) test
dlls/dciman32/libdciman32.def: ../dlls/dciman32/dciman32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/dciman32/dciman32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dciman32 && $(MAKE) $@
install install-lib:: dlls/dciman32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dciman32/dciman32.dll $(DESTDIR)$(dlldir)/dciman32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dciman32.dll
install install-dev:: dlls/dciman32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/dciman32/libdciman32.def $(DESTDIR)$(dlldir)/libdciman32.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ddeml.dll16 && $(MAKE) $@
install install-lib:: dlls/ddeml.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ddeml.dll16/ddeml.dll16 $(DESTDIR)$(dlldir)/ddeml.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ddeml.dll16
dlls/ddraw/libddraw.def: ../dlls/ddraw/ddraw.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/ddraw/ddraw.spec
dlls/ddraw/libddraw.cross.a: ../dlls/ddraw/ddraw.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/ddraw/ddraw.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ddraw && $(MAKE) $@
install install-lib:: dlls/ddraw
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ddraw/ddraw.dll $(DESTDIR)$(dlldir)/ddraw.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ddraw.dll
install install-dev:: dlls/ddraw
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/ddraw/libddraw.def $(DESTDIR)$(dlldir)/libddraw.def
dlls/ddraw/tests/test: dummy
	@cd dlls/ddraw/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ddrawex && $(MAKE) $@
install install-lib:: dlls/ddrawex
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ddrawex/ddrawex.dll $(DESTDIR)$(dlldir)/ddrawex.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ddrawex.dll
dlls/ddrawex/tests/test: dummy
	@cd dlls/ddrawex/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/devenum && $(MAKE) $@
install install-lib:: dlls/devenum
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/devenum/devenum.dll $(DESTDIR)$(dlldir)/devenum.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/devenum.dll
dlls/devenum/tests/test: dummy
	@cd dlls/devenum/tests && $(MAKE) test
dlls/dhcpcsvc/libdhcpcsvc.def: ../dlls/dhcpcsvc/dhcpcsvc.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/dhcpcsvc/dhcpcsvc.spec
dlls/dhcpcsvc/libdhcpcsvc.cross.a dlls/dhcpcsvc/libdhcpcsvc.delay.a: ../dlls/dhcpcsvc/dhcpcsvc.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/dhcpcsvc/dhcpcsvc.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dhcpcsvc && $(MAKE) $@
install install-lib:: dlls/dhcpcsvc
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dhcpcsvc/dhcpcsvc.dll $(DESTDIR)$(dlldir)/dhcpcsvc.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dhcpcsvc.dll
install install-dev:: dlls/dhcpcsvc
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/dhcpcsvc/libdhcpcsvc.def $(DESTDIR)$(dlldir)/libdhcpcsvc.def
dlls/dhcpcsvc/tests/test: dummy
	@cd dlls/dhcpcsvc/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dhtmled.ocx && $(MAKE) $@
install install-lib:: dlls/dhtmled.ocx
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dhtmled.ocx/dhtmled.ocx $(DESTDIR)$(dlldir)/dhtmled.ocx
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dhtmled.ocx
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/difxapi && $(MAKE) $@
install install-lib:: dlls/difxapi
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/difxapi/difxapi.dll $(DESTDIR)$(dlldir)/difxapi.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/difxapi.dll
dlls/dinput/libdinput.a: dummy
	@cd dlls/dinput && $(MAKE) libdinput.a
dlls/dinput/libdinput.cross.a: dummy
	@cd dlls/dinput && $(MAKE) libdinput.cross.a
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dinput && $(MAKE) $@
install install-lib:: dlls/dinput
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/dinput/dinput.dll.so $(DESTDIR)$(dlldir)/dinput.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/dinput/dinput.dll.fake $(DESTDIR)$(dlldir)/fakedlls/dinput.dll
install install-dev:: dlls/dinput
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/dinput/libdinput.a $(DESTDIR)$(dlldir)/libdinput.a
dlls/dinput/tests/test: dummy
	@cd dlls/dinput/tests && $(MAKE) test
dlls/dinput8/libdinput8.a: dummy
	@cd dlls/dinput8 && $(MAKE) libdinput8.a
dlls/dinput8/libdinput8.cross.a: dummy
	@cd dlls/dinput8 && $(MAKE) libdinput8.cross.a
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dinput8 && $(MAKE) $@
install install-lib:: dlls/dinput8
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/dinput8/dinput8.dll.so $(DESTDIR)$(dlldir)/dinput8.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/dinput8/dinput8.dll.fake $(DESTDIR)$(dlldir)/fakedlls/dinput8.dll
install install-dev:: dlls/dinput8
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/dinput8/libdinput8.a $(DESTDIR)$(dlldir)/libdinput8.a
dlls/dinput8/tests/test: dummy
	@cd dlls/dinput8/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dispdib.dll16 && $(MAKE) $@
install install-lib:: dlls/dispdib.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dispdib.dll16/dispdib.dll16 $(DESTDIR)$(dlldir)/dispdib.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dispdib.dll16
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dispex && $(MAKE) $@
install install-lib:: dlls/dispex
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dispex/dispex.dll $(DESTDIR)$(dlldir)/dispex.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dispex.dll
dlls/dispex/tests/test: dummy
	@cd dlls/dispex/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/display.drv16 && $(MAKE) $@
install install-lib:: dlls/display.drv16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/display.drv16/display.drv16 $(DESTDIR)$(dlldir)/display.drv16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/display.drv16
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dmband && $(MAKE) $@
install install-lib:: dlls/dmband
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dmband/dmband.dll $(DESTDIR)$(dlldir)/dmband.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dmband.dll
dlls/dmband/tests/test: dummy
	@cd dlls/dmband/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dmcompos && $(MAKE) $@
install install-lib:: dlls/dmcompos
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dmcompos/dmcompos.dll $(DESTDIR)$(dlldir)/dmcompos.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dmcompos.dll
dlls/dmcompos/tests/test: dummy
	@cd dlls/dmcompos/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dmime && $(MAKE) $@
install install-lib:: dlls/dmime
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dmime/dmime.dll $(DESTDIR)$(dlldir)/dmime.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dmime.dll
dlls/dmime/tests/test: dummy
	@cd dlls/dmime/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dmloader && $(MAKE) $@
install install-lib:: dlls/dmloader
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dmloader/dmloader.dll $(DESTDIR)$(dlldir)/dmloader.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dmloader.dll
dlls/dmloader/tests/test: dummy
	@cd dlls/dmloader/tests && $(MAKE) test
install install-dev:: dlls/dmoguids
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/dmoguids/libdmoguids.a $(DESTDIR)$(dlldir)/libdmoguids.a
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dmscript && $(MAKE) $@
install install-lib:: dlls/dmscript
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dmscript/dmscript.dll $(DESTDIR)$(dlldir)/dmscript.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dmscript.dll
dlls/dmscript/tests/test: dummy
	@cd dlls/dmscript/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dmstyle && $(MAKE) $@
install install-lib:: dlls/dmstyle
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dmstyle/dmstyle.dll $(DESTDIR)$(dlldir)/dmstyle.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dmstyle.dll
dlls/dmstyle/tests/test: dummy
	@cd dlls/dmstyle/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dmsynth && $(MAKE) $@
install install-lib:: dlls/dmsynth
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dmsynth/dmsynth.dll $(DESTDIR)$(dlldir)/dmsynth.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dmsynth.dll
dlls/dmsynth/tests/test: dummy
	@cd dlls/dmsynth/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dmusic && $(MAKE) $@
install install-lib:: dlls/dmusic
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dmusic/dmusic.dll $(DESTDIR)$(dlldir)/dmusic.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dmusic.dll
dlls/dmusic/tests/test: dummy
	@cd dlls/dmusic/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dmusic32 && $(MAKE) $@
install install-lib:: dlls/dmusic32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dmusic32/dmusic32.dll $(DESTDIR)$(dlldir)/dmusic32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dmusic32.dll
dlls/dnsapi/libdnsapi.def: ../dlls/dnsapi/dnsapi.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/dnsapi/dnsapi.spec
dlls/dnsapi/libdnsapi.cross.a: ../dlls/dnsapi/dnsapi.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/dnsapi/dnsapi.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dnsapi && $(MAKE) $@
install install-lib:: dlls/dnsapi
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/dnsapi/dnsapi.dll.so $(DESTDIR)$(dlldir)/dnsapi.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/dnsapi/dnsapi.dll.fake $(DESTDIR)$(dlldir)/fakedlls/dnsapi.dll
install install-dev:: dlls/dnsapi
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/dnsapi/libdnsapi.def $(DESTDIR)$(dlldir)/libdnsapi.def
dlls/dnsapi/tests/test: dummy
	@cd dlls/dnsapi/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dplay && $(MAKE) $@
install install-lib:: dlls/dplay
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dplay/dplay.dll $(DESTDIR)$(dlldir)/dplay.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dplay.dll
dlls/dplayx/libdplayx.def: ../dlls/dplayx/dplayx.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/dplayx/dplayx.spec
dlls/dplayx/libdplayx.cross.a: ../dlls/dplayx/dplayx.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/dplayx/dplayx.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dplayx && $(MAKE) $@
install install-lib:: dlls/dplayx
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dplayx/dplayx.dll $(DESTDIR)$(dlldir)/dplayx.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dplayx.dll
install install-dev:: dlls/dplayx
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/dplayx/libdplayx.def $(DESTDIR)$(dlldir)/libdplayx.def
dlls/dplayx/tests/test: dummy
	@cd dlls/dplayx/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dpnaddr && $(MAKE) $@
install install-lib:: dlls/dpnaddr
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dpnaddr/dpnaddr.dll $(DESTDIR)$(dlldir)/dpnaddr.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dpnaddr.dll
dlls/dpnet/libdpnet.def: ../dlls/dpnet/dpnet.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/dpnet/dpnet.spec
dlls/dpnet/libdpnet.cross.a: ../dlls/dpnet/dpnet.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/dpnet/dpnet.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dpnet && $(MAKE) $@
install install-lib:: dlls/dpnet
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dpnet/dpnet.dll $(DESTDIR)$(dlldir)/dpnet.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dpnet.dll
install install-dev:: dlls/dpnet
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/dpnet/libdpnet.def $(DESTDIR)$(dlldir)/libdpnet.def
dlls/dpnet/tests/test: dummy
	@cd dlls/dpnet/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dpnhpast && $(MAKE) $@
install install-lib:: dlls/dpnhpast
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dpnhpast/dpnhpast.dll $(DESTDIR)$(dlldir)/dpnhpast.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dpnhpast.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dpnlobby && $(MAKE) $@
install install-lib:: dlls/dpnlobby
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dpnlobby/dpnlobby.dll $(DESTDIR)$(dlldir)/dpnlobby.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dpnlobby.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dpvoice && $(MAKE) $@
install install-lib:: dlls/dpvoice
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dpvoice/dpvoice.dll $(DESTDIR)$(dlldir)/dpvoice.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dpvoice.dll
dlls/dpvoice/tests/test: dummy
	@cd dlls/dpvoice/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dpwsockx && $(MAKE) $@
install install-lib:: dlls/dpwsockx
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dpwsockx/dpwsockx.dll $(DESTDIR)$(dlldir)/dpwsockx.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dpwsockx.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/drmclien && $(MAKE) $@
install install-lib:: dlls/drmclien
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/drmclien/drmclien.dll $(DESTDIR)$(dlldir)/drmclien.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/drmclien.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dsdmo && $(MAKE) $@
install install-lib:: dlls/dsdmo
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dsdmo/dsdmo.dll $(DESTDIR)$(dlldir)/dsdmo.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dsdmo.dll
dlls/dsound/libdsound.def: ../dlls/dsound/dsound.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/dsound/dsound.spec
dlls/dsound/libdsound.cross.a: ../dlls/dsound/dsound.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/dsound/dsound.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dsound && $(MAKE) $@
install install-lib:: dlls/dsound
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dsound/dsound.dll $(DESTDIR)$(dlldir)/dsound.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dsound.dll
install install-dev:: dlls/dsound
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/dsound/libdsound.def $(DESTDIR)$(dlldir)/libdsound.def
dlls/dsound/tests/test: dummy
	@cd dlls/dsound/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dsquery && $(MAKE) $@
install install-lib:: dlls/dsquery
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dsquery/dsquery.dll $(DESTDIR)$(dlldir)/dsquery.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dsquery.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dssenh && $(MAKE) $@
install install-lib:: dlls/dssenh
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dssenh/dssenh.dll $(DESTDIR)$(dlldir)/dssenh.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dssenh.dll
dlls/dssenh/tests/test: dummy
	@cd dlls/dssenh/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dswave && $(MAKE) $@
install install-lib:: dlls/dswave
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dswave/dswave.dll $(DESTDIR)$(dlldir)/dswave.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dswave.dll
dlls/dswave/tests/test: dummy
	@cd dlls/dswave/tests && $(MAKE) test
dlls/dwmapi/libdwmapi.def: ../dlls/dwmapi/dwmapi.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/dwmapi/dwmapi.spec
dlls/dwmapi/libdwmapi.cross.a: ../dlls/dwmapi/dwmapi.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/dwmapi/dwmapi.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dwmapi && $(MAKE) $@
install install-lib:: dlls/dwmapi
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dwmapi/dwmapi.dll $(DESTDIR)$(dlldir)/dwmapi.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dwmapi.dll
install install-dev:: dlls/dwmapi
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/dwmapi/libdwmapi.def $(DESTDIR)$(dlldir)/libdwmapi.def
dlls/dwmapi/tests/test: dummy
	@cd dlls/dwmapi/tests && $(MAKE) test
dlls/dwrite/libdwrite.def: ../dlls/dwrite/dwrite.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/dwrite/dwrite.spec
dlls/dwrite/libdwrite.cross.a dlls/dwrite/libdwrite.delay.a: ../dlls/dwrite/dwrite.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/dwrite/dwrite.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dwrite && $(MAKE) $@
install install-lib:: dlls/dwrite
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/dwrite/dwrite.dll.so $(DESTDIR)$(dlldir)/dwrite.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/dwrite/dwrite.dll.fake $(DESTDIR)$(dlldir)/fakedlls/dwrite.dll
install install-dev:: dlls/dwrite
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/dwrite/libdwrite.def $(DESTDIR)$(dlldir)/libdwrite.def
dlls/dwrite/tests/test: dummy
	@cd dlls/dwrite/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dx8vb && $(MAKE) $@
install install-lib:: dlls/dx8vb
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dx8vb/dx8vb.dll $(DESTDIR)$(dlldir)/dx8vb.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dx8vb.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dxdiagn && $(MAKE) $@
install install-lib:: dlls/dxdiagn
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dxdiagn/dxdiagn.dll $(DESTDIR)$(dlldir)/dxdiagn.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dxdiagn.dll
dlls/dxdiagn/tests/test: dummy
	@cd dlls/dxdiagn/tests && $(MAKE) test
install install-dev:: dlls/dxerr8
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/dxerr8/libdxerr8.a $(DESTDIR)$(dlldir)/libdxerr8.a
install install-dev:: dlls/dxerr9
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/dxerr9/libdxerr9.a $(DESTDIR)$(dlldir)/libdxerr9.a
dlls/dxgi/libdxgi.def: ../dlls/dxgi/dxgi.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/dxgi/dxgi.spec
dlls/dxgi/libdxgi.cross.a: ../dlls/dxgi/dxgi.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/dxgi/dxgi.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dxgi && $(MAKE) $@
install install-lib:: dlls/dxgi
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/dxgi/dxgi.dll.so $(DESTDIR)$(dlldir)/dxgi.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/dxgi/dxgi.dll.fake $(DESTDIR)$(dlldir)/fakedlls/dxgi.dll
install install-dev:: dlls/dxgi
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/dxgi/libdxgi.def $(DESTDIR)$(dlldir)/libdxgi.def
dlls/dxgi/tests/test: dummy
	@cd dlls/dxgi/tests && $(MAKE) test
install install-dev:: dlls/dxguid
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/dxguid/libdxguid.a $(DESTDIR)$(dlldir)/libdxguid.a
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/dxva2 && $(MAKE) $@
install install-lib:: dlls/dxva2
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/dxva2/dxva2.dll $(DESTDIR)$(dlldir)/dxva2.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dxva2.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/esent && $(MAKE) $@
install install-lib:: dlls/esent
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/esent/esent.dll $(DESTDIR)$(dlldir)/esent.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/esent.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/evr && $(MAKE) $@
install install-lib:: dlls/evr
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/evr/evr.dll $(DESTDIR)$(dlldir)/evr.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/evr.dll
dlls/evr/tests/test: dummy
	@cd dlls/evr/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/explorerframe && $(MAKE) $@
install install-lib:: dlls/explorerframe
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/explorerframe/explorerframe.dll $(DESTDIR)$(dlldir)/explorerframe.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/explorerframe.dll
dlls/explorerframe/tests/test: dummy
	@cd dlls/explorerframe/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-authz-context-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-authz-context-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-authz-context-l1-1-0/ext-ms-win-authz-context-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-authz-context-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-authz-context-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-domainjoin-netjoin-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-domainjoin-netjoin-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-domainjoin-netjoin-l1-1-0/ext-ms-win-domainjoin-netjoin-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-domainjoin-netjoin-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-domainjoin-netjoin-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-dwmapi-ext-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-dwmapi-ext-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-dwmapi-ext-l1-1-0/ext-ms-win-dwmapi-ext-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-dwmapi-ext-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-dwmapi-ext-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-gdi-dc-create-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-gdi-dc-create-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-gdi-dc-create-l1-1-0/ext-ms-win-gdi-dc-create-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-gdi-dc-create-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-gdi-dc-create-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-gdi-dc-create-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-gdi-dc-create-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-gdi-dc-create-l1-1-1/ext-ms-win-gdi-dc-create-l1-1-1.dll $(DESTDIR)$(dlldir)/ext-ms-win-gdi-dc-create-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-gdi-dc-create-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-gdi-dc-l1-2-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-gdi-dc-l1-2-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-gdi-dc-l1-2-0/ext-ms-win-gdi-dc-l1-2-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-gdi-dc-l1-2-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-gdi-dc-l1-2-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-gdi-devcaps-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-gdi-devcaps-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-gdi-devcaps-l1-1-0/ext-ms-win-gdi-devcaps-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-gdi-devcaps-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-gdi-devcaps-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-gdi-draw-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-gdi-draw-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-gdi-draw-l1-1-0/ext-ms-win-gdi-draw-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-gdi-draw-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-gdi-draw-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-gdi-draw-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-gdi-draw-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-gdi-draw-l1-1-1/ext-ms-win-gdi-draw-l1-1-1.dll $(DESTDIR)$(dlldir)/ext-ms-win-gdi-draw-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-gdi-draw-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-gdi-font-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-gdi-font-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-gdi-font-l1-1-0/ext-ms-win-gdi-font-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-gdi-font-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-gdi-font-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-gdi-font-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-gdi-font-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-gdi-font-l1-1-1/ext-ms-win-gdi-font-l1-1-1.dll $(DESTDIR)$(dlldir)/ext-ms-win-gdi-font-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-gdi-font-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-gdi-render-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-gdi-render-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-gdi-render-l1-1-0/ext-ms-win-gdi-render-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-gdi-render-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-gdi-render-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-kernel32-package-current-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-kernel32-package-current-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-kernel32-package-current-l1-1-0/ext-ms-win-kernel32-package-current-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-kernel32-package-current-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-kernel32-package-current-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-kernel32-package-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-kernel32-package-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-kernel32-package-l1-1-1/ext-ms-win-kernel32-package-l1-1-1.dll $(DESTDIR)$(dlldir)/ext-ms-win-kernel32-package-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-kernel32-package-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-ntuser-dialogbox-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-ntuser-dialogbox-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-ntuser-dialogbox-l1-1-0/ext-ms-win-ntuser-dialogbox-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-dialogbox-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-dialogbox-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-ntuser-draw-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-ntuser-draw-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-ntuser-draw-l1-1-0/ext-ms-win-ntuser-draw-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-draw-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-draw-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-ntuser-gui-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-ntuser-gui-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-ntuser-gui-l1-1-0/ext-ms-win-ntuser-gui-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-gui-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-gui-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-ntuser-gui-l1-3-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-ntuser-gui-l1-3-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-ntuser-gui-l1-3-0/ext-ms-win-ntuser-gui-l1-3-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-gui-l1-3-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-gui-l1-3-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-ntuser-keyboard-l1-3-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-ntuser-keyboard-l1-3-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-ntuser-keyboard-l1-3-0/ext-ms-win-ntuser-keyboard-l1-3-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-keyboard-l1-3-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-keyboard-l1-3-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-ntuser-message-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-ntuser-message-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-ntuser-message-l1-1-0/ext-ms-win-ntuser-message-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-message-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-message-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-ntuser-message-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-ntuser-message-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-ntuser-message-l1-1-1/ext-ms-win-ntuser-message-l1-1-1.dll $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-message-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-message-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-ntuser-misc-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-ntuser-misc-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-ntuser-misc-l1-1-0/ext-ms-win-ntuser-misc-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-misc-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-misc-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-ntuser-misc-l1-2-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-ntuser-misc-l1-2-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-ntuser-misc-l1-2-0/ext-ms-win-ntuser-misc-l1-2-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-misc-l1-2-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-misc-l1-2-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-ntuser-misc-l1-5-1 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-ntuser-misc-l1-5-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-ntuser-misc-l1-5-1/ext-ms-win-ntuser-misc-l1-5-1.dll $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-misc-l1-5-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-misc-l1-5-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-ntuser-mouse-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-ntuser-mouse-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-ntuser-mouse-l1-1-0/ext-ms-win-ntuser-mouse-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-mouse-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-mouse-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-ntuser-private-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-ntuser-private-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-ntuser-private-l1-1-1/ext-ms-win-ntuser-private-l1-1-1.dll $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-private-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-private-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-ntuser-private-l1-3-1 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-ntuser-private-l1-3-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-ntuser-private-l1-3-1/ext-ms-win-ntuser-private-l1-3-1.dll $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-private-l1-3-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-private-l1-3-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-ntuser-rectangle-ext-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-ntuser-rectangle-ext-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-ntuser-rectangle-ext-l1-1-0/ext-ms-win-ntuser-rectangle-ext-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-rectangle-ext-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-rectangle-ext-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-ntuser-uicontext-ext-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-ntuser-uicontext-ext-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-ntuser-uicontext-ext-l1-1-0/ext-ms-win-ntuser-uicontext-ext-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-uicontext-ext-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-uicontext-ext-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-ntuser-window-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-ntuser-window-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-ntuser-window-l1-1-0/ext-ms-win-ntuser-window-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-window-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-window-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-ntuser-window-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-ntuser-window-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-ntuser-window-l1-1-1/ext-ms-win-ntuser-window-l1-1-1.dll $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-window-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-window-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-ntuser-window-l1-1-4 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-ntuser-window-l1-1-4
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-ntuser-window-l1-1-4/ext-ms-win-ntuser-window-l1-1-4.dll $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-window-l1-1-4.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-window-l1-1-4.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-ntuser-windowclass-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-ntuser-windowclass-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-ntuser-windowclass-l1-1-0/ext-ms-win-ntuser-windowclass-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-windowclass-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-windowclass-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-ntuser-windowclass-l1-1-1 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-ntuser-windowclass-l1-1-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-ntuser-windowclass-l1-1-1/ext-ms-win-ntuser-windowclass-l1-1-1.dll $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-windowclass-l1-1-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-windowclass-l1-1-1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-oleacc-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-oleacc-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-oleacc-l1-1-0/ext-ms-win-oleacc-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-oleacc-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-oleacc-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-ras-rasapi32-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-ras-rasapi32-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-ras-rasapi32-l1-1-0/ext-ms-win-ras-rasapi32-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-ras-rasapi32-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-ras-rasapi32-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-rtcore-gdi-devcaps-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-rtcore-gdi-devcaps-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-rtcore-gdi-devcaps-l1-1-0/ext-ms-win-rtcore-gdi-devcaps-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-rtcore-gdi-devcaps-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-rtcore-gdi-devcaps-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-rtcore-gdi-object-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-rtcore-gdi-object-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-rtcore-gdi-object-l1-1-0/ext-ms-win-rtcore-gdi-object-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-rtcore-gdi-object-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-rtcore-gdi-object-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-rtcore-gdi-rgn-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-rtcore-gdi-rgn-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-rtcore-gdi-rgn-l1-1-0/ext-ms-win-rtcore-gdi-rgn-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-rtcore-gdi-rgn-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-rtcore-gdi-rgn-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-rtcore-ntuser-cursor-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-rtcore-ntuser-cursor-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-rtcore-ntuser-cursor-l1-1-0/ext-ms-win-rtcore-ntuser-cursor-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-rtcore-ntuser-cursor-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-rtcore-ntuser-cursor-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0/ext-ms-win-rtcore-ntuser-dpi-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-rtcore-ntuser-dpi-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-rtcore-ntuser-dpi-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-rtcore-ntuser-dpi-l1-2-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-rtcore-ntuser-dpi-l1-2-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-rtcore-ntuser-dpi-l1-2-0/ext-ms-win-rtcore-ntuser-dpi-l1-2-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-rtcore-ntuser-dpi-l1-2-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-rtcore-ntuser-dpi-l1-2-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-rtcore-ntuser-rawinput-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-rtcore-ntuser-rawinput-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-rtcore-ntuser-rawinput-l1-1-0/ext-ms-win-rtcore-ntuser-rawinput-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-rtcore-ntuser-rawinput-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-rtcore-ntuser-rawinput-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-security-credui-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-security-credui-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-security-credui-l1-1-0/ext-ms-win-security-credui-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-security-credui-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-security-credui-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-security-cryptui-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-security-cryptui-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-security-cryptui-l1-1-0/ext-ms-win-security-cryptui-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-security-cryptui-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-security-cryptui-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-shell-comctl32-init-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-shell-comctl32-init-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-shell-comctl32-init-l1-1-0/ext-ms-win-shell-comctl32-init-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-shell-comctl32-init-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-shell-comctl32-init-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-shell-comdlg32-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-shell-comdlg32-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-shell-comdlg32-l1-1-0/ext-ms-win-shell-comdlg32-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-shell-comdlg32-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-shell-comdlg32-l1-1-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-shell-shell32-l1-2-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-shell-shell32-l1-2-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-shell-shell32-l1-2-0/ext-ms-win-shell-shell32-l1-2-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-shell-shell32-l1-2-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-shell-shell32-l1-2-0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ext-ms-win-uxtheme-themes-l1-1-0 && $(MAKE) $@
install install-lib:: dlls/ext-ms-win-uxtheme-themes-l1-1-0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ext-ms-win-uxtheme-themes-l1-1-0/ext-ms-win-uxtheme-themes-l1-1-0.dll $(DESTDIR)$(dlldir)/ext-ms-win-uxtheme-themes-l1-1-0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ext-ms-win-uxtheme-themes-l1-1-0.dll
dlls/faultrep/libfaultrep.def: ../dlls/faultrep/faultrep.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/faultrep/faultrep.spec
dlls/faultrep/libfaultrep.cross.a: ../dlls/faultrep/faultrep.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/faultrep/faultrep.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/faultrep && $(MAKE) $@
install install-lib:: dlls/faultrep
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/faultrep/faultrep.dll $(DESTDIR)$(dlldir)/faultrep.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/faultrep.dll
install install-dev:: dlls/faultrep
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/faultrep/libfaultrep.def $(DESTDIR)$(dlldir)/libfaultrep.def
dlls/faultrep/tests/test: dummy
	@cd dlls/faultrep/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/feclient && $(MAKE) $@
install install-lib:: dlls/feclient
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/feclient/feclient.dll $(DESTDIR)$(dlldir)/feclient.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/feclient.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/fltlib && $(MAKE) $@
install install-lib:: dlls/fltlib
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/fltlib/fltlib.dll $(DESTDIR)$(dlldir)/fltlib.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/fltlib.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/fltmgr.sys && $(MAKE) $@
install install-lib:: dlls/fltmgr.sys
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/fltmgr.sys/fltmgr.sys $(DESTDIR)$(dlldir)/fltmgr.sys
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/fltmgr.sys
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/fntcache && $(MAKE) $@
install install-lib:: dlls/fntcache
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/fntcache/fntcache.dll $(DESTDIR)$(dlldir)/fntcache.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/fntcache.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/fontsub && $(MAKE) $@
install install-lib:: dlls/fontsub
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/fontsub/fontsub.dll $(DESTDIR)$(dlldir)/fontsub.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/fontsub.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/fusion && $(MAKE) $@
install install-lib:: dlls/fusion
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/fusion/fusion.dll $(DESTDIR)$(dlldir)/fusion.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/fusion.dll
dlls/fusion/tests/test: dummy
	@cd dlls/fusion/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/fwpuclnt && $(MAKE) $@
install install-lib:: dlls/fwpuclnt
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/fwpuclnt/fwpuclnt.dll $(DESTDIR)$(dlldir)/fwpuclnt.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/fwpuclnt.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/gameux && $(MAKE) $@
install install-lib:: dlls/gameux
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/gameux/gameux.dll $(DESTDIR)$(dlldir)/gameux.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/gameux.dll
dlls/gameux/tests/test: dummy
	@cd dlls/gameux/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/gdi.exe16 && $(MAKE) $@
install install-lib:: dlls/gdi.exe16
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/gdi.exe16/gdi.exe16.so $(DESTDIR)$(dlldir)/gdi.exe16.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/gdi.exe16/gdi.exe16.fake $(DESTDIR)$(dlldir)/fakedlls/gdi.exe16
dlls/gdi32/libgdi32.def: ../dlls/gdi32/gdi32.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/gdi32/gdi32.spec
dlls/gdi32/libgdi32.cross.a dlls/gdi32/libgdi32.delay.a: ../dlls/gdi32/gdi32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/gdi32/gdi32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/gdi32 && $(MAKE) $@
install install-lib:: dlls/gdi32
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/gdi32/gdi32.dll.so $(DESTDIR)$(dlldir)/gdi32.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/gdi32/gdi32.dll.fake $(DESTDIR)$(dlldir)/fakedlls/gdi32.dll
install install-dev:: dlls/gdi32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/gdi32/libgdi32.def $(DESTDIR)$(dlldir)/libgdi32.def
dlls/gdi32/tests/test: dummy
	@cd dlls/gdi32/tests && $(MAKE) test
dlls/gdiplus/libgdiplus.def: ../dlls/gdiplus/gdiplus.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/gdiplus/gdiplus.spec
dlls/gdiplus/libgdiplus.cross.a: ../dlls/gdiplus/gdiplus.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/gdiplus/gdiplus.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/gdiplus && $(MAKE) $@
install install-lib:: dlls/gdiplus
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/gdiplus/gdiplus.dll $(DESTDIR)$(dlldir)/gdiplus.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/gdiplus.dll
install install-dev:: dlls/gdiplus
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/gdiplus/libgdiplus.def $(DESTDIR)$(dlldir)/libgdiplus.def
dlls/gdiplus/tests/test: dummy
	@cd dlls/gdiplus/tests && $(MAKE) test
dlls/glu32/libglu32.def: ../dlls/glu32/glu32.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/glu32/glu32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/glu32 && $(MAKE) $@
install install-lib:: dlls/glu32
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/glu32/glu32.dll.so $(DESTDIR)$(dlldir)/glu32.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/glu32/glu32.dll.fake $(DESTDIR)$(dlldir)/fakedlls/glu32.dll
install install-dev:: dlls/glu32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/glu32/libglu32.def $(DESTDIR)$(dlldir)/libglu32.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/gphoto2.ds && $(MAKE) $@
install install-lib:: dlls/gphoto2.ds
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/gphoto2.ds/gphoto2.ds.so $(DESTDIR)$(dlldir)/gphoto2.ds.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/gphoto2.ds/gphoto2.ds.fake $(DESTDIR)$(dlldir)/fakedlls/gphoto2.ds
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/gpkcsp && $(MAKE) $@
install install-lib:: dlls/gpkcsp
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/gpkcsp/gpkcsp.dll $(DESTDIR)$(dlldir)/gpkcsp.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/gpkcsp.dll
dlls/hal/libhal.def: ../dlls/hal/hal.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/hal/hal.spec
dlls/hal/libhal.cross.a: ../dlls/hal/hal.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/hal/hal.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/hal && $(MAKE) $@
install install-lib:: dlls/hal
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/hal/hal.dll $(DESTDIR)$(dlldir)/hal.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/hal.dll
install install-dev:: dlls/hal
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/hal/libhal.def $(DESTDIR)$(dlldir)/libhal.def
dlls/hhctrl.ocx/libhtmlhelp.def: ../dlls/hhctrl.ocx/hhctrl.ocx.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/hhctrl.ocx/hhctrl.ocx.spec
dlls/libhtmlhelp.def: dlls/hhctrl.ocx/libhtmlhelp.def
	rm -f dlls/libhtmlhelp.def && ln -s hhctrl.ocx/libhtmlhelp.def dlls/libhtmlhelp.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/hhctrl.ocx && $(MAKE) $@
install install-lib:: dlls/hhctrl.ocx
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/hhctrl.ocx/hhctrl.ocx $(DESTDIR)$(dlldir)/hhctrl.ocx
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/hhctrl.ocx
install install-dev:: dlls/hhctrl.ocx
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/hhctrl.ocx/libhtmlhelp.def $(DESTDIR)$(dlldir)/libhtmlhelp.def
dlls/hid/libhid.def: ../dlls/hid/hid.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/hid/hid.spec
dlls/hid/libhid.cross.a dlls/hid/libhid.delay.a: ../dlls/hid/hid.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/hid/hid.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/hid && $(MAKE) $@
install install-lib:: dlls/hid
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/hid/hid.dll $(DESTDIR)$(dlldir)/hid.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/hid.dll
install install-dev:: dlls/hid
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/hid/libhid.def $(DESTDIR)$(dlldir)/libhid.def
dlls/hid/tests/test: dummy
	@cd dlls/hid/tests && $(MAKE) test
dlls/hidclass.sys/libhidclass.def: ../dlls/hidclass.sys/hidclass.sys.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/hidclass.sys/hidclass.sys.spec
dlls/hidclass.sys/libhidclass.cross.a: ../dlls/hidclass.sys/hidclass.sys.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/hidclass.sys/hidclass.sys.spec
dlls/libhidclass.def: dlls/hidclass.sys/libhidclass.def
	rm -f dlls/libhidclass.def && ln -s hidclass.sys/libhidclass.def dlls/libhidclass.def
dlls/libhidclass.cross.a: dlls/hidclass.sys/libhidclass.cross.a
	rm -f dlls/libhidclass.cross.a && ln -s hidclass.sys/libhidclass.cross.a dlls/libhidclass.cross.a
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/hidclass.sys && $(MAKE) $@
install install-lib:: dlls/hidclass.sys
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/hidclass.sys/hidclass.sys $(DESTDIR)$(dlldir)/hidclass.sys
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/hidclass.sys
install install-dev:: dlls/hidclass.sys
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/hidclass.sys/libhidclass.def $(DESTDIR)$(dlldir)/libhidclass.def
dlls/hlink/libhlink.def: ../dlls/hlink/hlink.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/hlink/hlink.spec
dlls/hlink/libhlink.cross.a: ../dlls/hlink/hlink.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/hlink/hlink.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/hlink && $(MAKE) $@
install install-lib:: dlls/hlink
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/hlink/hlink.dll $(DESTDIR)$(dlldir)/hlink.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/hlink.dll
install install-dev:: dlls/hlink
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/hlink/libhlink.def $(DESTDIR)$(dlldir)/libhlink.def
dlls/hlink/tests/test: dummy
	@cd dlls/hlink/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/hnetcfg && $(MAKE) $@
install install-lib:: dlls/hnetcfg
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/hnetcfg/hnetcfg.dll $(DESTDIR)$(dlldir)/hnetcfg.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/hnetcfg.dll
dlls/hnetcfg/tests/test: dummy
	@cd dlls/hnetcfg/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/http.sys && $(MAKE) $@
install install-lib:: dlls/http.sys
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/http.sys/http.sys $(DESTDIR)$(dlldir)/http.sys
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/http.sys
dlls/httpapi/libhttpapi.def: ../dlls/httpapi/httpapi.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/httpapi/httpapi.spec
dlls/httpapi/libhttpapi.cross.a: ../dlls/httpapi/httpapi.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/httpapi/httpapi.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/httpapi && $(MAKE) $@
install install-lib:: dlls/httpapi
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/httpapi/httpapi.dll $(DESTDIR)$(dlldir)/httpapi.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/httpapi.dll
install install-dev:: dlls/httpapi
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/httpapi/libhttpapi.def $(DESTDIR)$(dlldir)/libhttpapi.def
dlls/httpapi/tests/test: dummy
	@cd dlls/httpapi/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/iccvid && $(MAKE) $@
install install-lib:: dlls/iccvid
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/iccvid/iccvid.dll $(DESTDIR)$(dlldir)/iccvid.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/iccvid.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/icmp && $(MAKE) $@
install install-lib:: dlls/icmp
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/icmp/icmp.dll $(DESTDIR)$(dlldir)/icmp.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/icmp.dll
dlls/ieframe/libieframe.def: ../dlls/ieframe/ieframe.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/ieframe/ieframe.spec
dlls/ieframe/libieframe.cross.a dlls/ieframe/libieframe.delay.a: ../dlls/ieframe/ieframe.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/ieframe/ieframe.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ieframe && $(MAKE) $@
install install-lib:: dlls/ieframe
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ieframe/ieframe.dll $(DESTDIR)$(dlldir)/ieframe.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ieframe.dll
install install-dev:: dlls/ieframe
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/ieframe/libieframe.def $(DESTDIR)$(dlldir)/libieframe.def
dlls/ieframe/tests/test: dummy
	@cd dlls/ieframe/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ieproxy && $(MAKE) $@
install install-lib:: dlls/ieproxy
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ieproxy/ieproxy.dll $(DESTDIR)$(dlldir)/ieproxy.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ieproxy.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ifsmgr.vxd && $(MAKE) $@
install install-lib:: dlls/ifsmgr.vxd
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ifsmgr.vxd/ifsmgr.vxd $(DESTDIR)$(dlldir)/ifsmgr.vxd
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ifsmgr.vxd
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/imaadp32.acm && $(MAKE) $@
install install-lib:: dlls/imaadp32.acm
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/imaadp32.acm/imaadp32.acm $(DESTDIR)$(dlldir)/imaadp32.acm
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/imaadp32.acm
dlls/imagehlp/libimagehlp.def: ../dlls/imagehlp/imagehlp.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/imagehlp/imagehlp.spec
dlls/imagehlp/libimagehlp.cross.a dlls/imagehlp/libimagehlp.delay.a: ../dlls/imagehlp/imagehlp.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/imagehlp/imagehlp.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/imagehlp && $(MAKE) $@
install install-lib:: dlls/imagehlp
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/imagehlp/imagehlp.dll $(DESTDIR)$(dlldir)/imagehlp.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/imagehlp.dll
install install-dev:: dlls/imagehlp
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/imagehlp/libimagehlp.def $(DESTDIR)$(dlldir)/libimagehlp.def
dlls/imagehlp/tests/test: dummy
	@cd dlls/imagehlp/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/imm.dll16 && $(MAKE) $@
install install-lib:: dlls/imm.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/imm.dll16/imm.dll16 $(DESTDIR)$(dlldir)/imm.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/imm.dll16
dlls/imm32/libimm32.def: ../dlls/imm32/imm32.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/imm32/imm32.spec
dlls/imm32/libimm32.cross.a: ../dlls/imm32/imm32.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/imm32/imm32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/imm32 && $(MAKE) $@
install install-lib:: dlls/imm32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/imm32/imm32.dll $(DESTDIR)$(dlldir)/imm32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/imm32.dll
install install-dev:: dlls/imm32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/imm32/libimm32.def $(DESTDIR)$(dlldir)/libimm32.def
dlls/imm32/tests/test: dummy
	@cd dlls/imm32/tests && $(MAKE) test
dlls/inetcomm/libinetcomm.def: ../dlls/inetcomm/inetcomm.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/inetcomm/inetcomm.spec
dlls/inetcomm/libinetcomm.cross.a dlls/inetcomm/libinetcomm.delay.a: ../dlls/inetcomm/inetcomm.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/inetcomm/inetcomm.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/inetcomm && $(MAKE) $@
install install-lib:: dlls/inetcomm
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/inetcomm/inetcomm.dll $(DESTDIR)$(dlldir)/inetcomm.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/inetcomm.dll
install install-dev:: dlls/inetcomm
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/inetcomm/libinetcomm.def $(DESTDIR)$(dlldir)/libinetcomm.def
dlls/inetcomm/tests/test: dummy
	@cd dlls/inetcomm/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/inetcpl.cpl && $(MAKE) $@
install install-lib:: dlls/inetcpl.cpl
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/inetcpl.cpl/inetcpl.cpl $(DESTDIR)$(dlldir)/inetcpl.cpl
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/inetcpl.cpl
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/inetmib1 && $(MAKE) $@
install install-lib:: dlls/inetmib1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/inetmib1/inetmib1.dll $(DESTDIR)$(dlldir)/inetmib1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/inetmib1.dll
dlls/inetmib1/tests/test: dummy
	@cd dlls/inetmib1/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/infosoft && $(MAKE) $@
install install-lib:: dlls/infosoft
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/infosoft/infosoft.dll $(DESTDIR)$(dlldir)/infosoft.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/infosoft.dll
dlls/infosoft/tests/test: dummy
	@cd dlls/infosoft/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/initpki && $(MAKE) $@
install install-lib:: dlls/initpki
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/initpki/initpki.dll $(DESTDIR)$(dlldir)/initpki.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/initpki.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/inkobj && $(MAKE) $@
install install-lib:: dlls/inkobj
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/inkobj/inkobj.dll $(DESTDIR)$(dlldir)/inkobj.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/inkobj.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/inseng && $(MAKE) $@
install install-lib:: dlls/inseng
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/inseng/inseng.dll $(DESTDIR)$(dlldir)/inseng.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/inseng.dll
dlls/iphlpapi/libiphlpapi.def: ../dlls/iphlpapi/iphlpapi.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/iphlpapi/iphlpapi.spec
dlls/iphlpapi/libiphlpapi.cross.a dlls/iphlpapi/libiphlpapi.delay.a: ../dlls/iphlpapi/iphlpapi.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/iphlpapi/iphlpapi.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/iphlpapi && $(MAKE) $@
install install-lib:: dlls/iphlpapi
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/iphlpapi/iphlpapi.dll.so $(DESTDIR)$(dlldir)/iphlpapi.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/iphlpapi/iphlpapi.dll.fake $(DESTDIR)$(dlldir)/fakedlls/iphlpapi.dll
install install-dev:: dlls/iphlpapi
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/iphlpapi/libiphlpapi.def $(DESTDIR)$(dlldir)/libiphlpapi.def
dlls/iphlpapi/tests/test: dummy
	@cd dlls/iphlpapi/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/iprop && $(MAKE) $@
install install-lib:: dlls/iprop
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/iprop/iprop.dll $(DESTDIR)$(dlldir)/iprop.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/iprop.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/irprops.cpl && $(MAKE) $@
install install-lib:: dlls/irprops.cpl
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/irprops.cpl/irprops.cpl $(DESTDIR)$(dlldir)/irprops.cpl
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/irprops.cpl
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/itircl && $(MAKE) $@
install install-lib:: dlls/itircl
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/itircl/itircl.dll $(DESTDIR)$(dlldir)/itircl.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/itircl.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/itss && $(MAKE) $@
install install-lib:: dlls/itss
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/itss/itss.dll $(DESTDIR)$(dlldir)/itss.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/itss.dll
dlls/itss/tests/test: dummy
	@cd dlls/itss/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/joy.cpl && $(MAKE) $@
install install-lib:: dlls/joy.cpl
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/joy.cpl/joy.cpl $(DESTDIR)$(dlldir)/joy.cpl
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/joy.cpl
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/jscript && $(MAKE) $@
install install-lib:: dlls/jscript
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/jscript/jscript.dll $(DESTDIR)$(dlldir)/jscript.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/jscript.dll
dlls/jscript/tests/test: dummy
	@cd dlls/jscript/tests && $(MAKE) test
dlls/jsproxy/libjsproxy.def: ../dlls/jsproxy/jsproxy.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/jsproxy/jsproxy.spec
dlls/jsproxy/libjsproxy.cross.a: ../dlls/jsproxy/jsproxy.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/jsproxy/jsproxy.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/jsproxy && $(MAKE) $@
install install-lib:: dlls/jsproxy
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/jsproxy/jsproxy.dll $(DESTDIR)$(dlldir)/jsproxy.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/jsproxy.dll
install install-dev:: dlls/jsproxy
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/jsproxy/libjsproxy.def $(DESTDIR)$(dlldir)/libjsproxy.def
dlls/jsproxy/tests/test: dummy
	@cd dlls/jsproxy/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/kerberos && $(MAKE) $@
install install-lib:: dlls/kerberos
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/kerberos/kerberos.dll.so $(DESTDIR)$(dlldir)/kerberos.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/kerberos/kerberos.dll.fake $(DESTDIR)$(dlldir)/fakedlls/kerberos.dll
dlls/kernel32/libkernel32.def: ../dlls/kernel32/kernel32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/kernel32/kernel32.spec
dlls/kernel32/libkernel32.cross.a: ../dlls/kernel32/kernel32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/kernel32/kernel32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/kernel32 && $(MAKE) $@
install install-lib:: dlls/kernel32
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/kernel32/kernel32.dll.so $(DESTDIR)$(dlldir)/kernel32.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/kernel32/kernel32.dll.fake $(DESTDIR)$(dlldir)/fakedlls/kernel32.dll
install install-dev:: dlls/kernel32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/kernel32/libkernel32.def $(DESTDIR)$(dlldir)/libkernel32.def
dlls/kernel32/tests/test: dummy
	@cd dlls/kernel32/tests && $(MAKE) test
dlls/kernelbase/libkernelbase.def: ../dlls/kernelbase/kernelbase.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/kernelbase/kernelbase.spec
dlls/kernelbase/libkernelbase.cross.a: ../dlls/kernelbase/kernelbase.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/kernelbase/kernelbase.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/kernelbase && $(MAKE) $@
install install-lib:: dlls/kernelbase
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/kernelbase/kernelbase.dll $(DESTDIR)$(dlldir)/kernelbase.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/kernelbase.dll
install install-dev:: dlls/kernelbase
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/kernelbase/libkernelbase.def $(DESTDIR)$(dlldir)/libkernelbase.def
dlls/kernelbase/tests/test: dummy
	@cd dlls/kernelbase/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/keyboard.drv16 && $(MAKE) $@
install install-lib:: dlls/keyboard.drv16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/keyboard.drv16/keyboard.drv16 $(DESTDIR)$(dlldir)/keyboard.drv16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/keyboard.drv16
dlls/krnl386.exe16/libkernel.def: ../dlls/krnl386.exe16/krnl386.exe16.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 -m16 --export \
  ../dlls/krnl386.exe16/krnl386.exe16.spec
dlls/krnl386.exe16/libkernel.cross.a: ../dlls/krnl386.exe16/krnl386.exe16.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ -m16 --implib --export \
  ../dlls/krnl386.exe16/krnl386.exe16.spec
dlls/libkernel.def: dlls/krnl386.exe16/libkernel.def
	rm -f dlls/libkernel.def && ln -s krnl386.exe16/libkernel.def dlls/libkernel.def
dlls/libkernel.cross.a: dlls/krnl386.exe16/libkernel.cross.a
	rm -f dlls/libkernel.cross.a && ln -s krnl386.exe16/libkernel.cross.a dlls/libkernel.cross.a
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/krnl386.exe16 && $(MAKE) $@
install install-lib:: dlls/krnl386.exe16
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/krnl386.exe16/krnl386.exe16.so $(DESTDIR)$(dlldir)/krnl386.exe16.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/krnl386.exe16/krnl386.exe16.fake $(DESTDIR)$(dlldir)/fakedlls/krnl386.exe16
install install-dev:: dlls/krnl386.exe16
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/krnl386.exe16/libkernel.def $(DESTDIR)$(dlldir)/libkernel.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ksecdd.sys && $(MAKE) $@
install install-lib:: dlls/ksecdd.sys
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ksecdd.sys/ksecdd.sys $(DESTDIR)$(dlldir)/ksecdd.sys
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ksecdd.sys
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ksuser && $(MAKE) $@
install install-lib:: dlls/ksuser
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ksuser/ksuser.dll $(DESTDIR)$(dlldir)/ksuser.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ksuser.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ktmw32 && $(MAKE) $@
install install-lib:: dlls/ktmw32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ktmw32/ktmw32.dll $(DESTDIR)$(dlldir)/ktmw32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ktmw32.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/l3codeca.acm && $(MAKE) $@
install install-lib:: dlls/l3codeca.acm
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/l3codeca.acm/l3codeca.acm.so $(DESTDIR)$(dlldir)/l3codeca.acm.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/l3codeca.acm/l3codeca.acm.fake $(DESTDIR)$(dlldir)/fakedlls/l3codeca.acm
dlls/loadperf/libloadperf.def: ../dlls/loadperf/loadperf.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/loadperf/loadperf.spec
dlls/loadperf/libloadperf.cross.a: ../dlls/loadperf/loadperf.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/loadperf/loadperf.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/loadperf && $(MAKE) $@
install install-lib:: dlls/loadperf
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/loadperf/loadperf.dll $(DESTDIR)$(dlldir)/loadperf.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/loadperf.dll
install install-dev:: dlls/loadperf
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/loadperf/libloadperf.def $(DESTDIR)$(dlldir)/libloadperf.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/localspl && $(MAKE) $@
install install-lib:: dlls/localspl
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/localspl/localspl.dll $(DESTDIR)$(dlldir)/localspl.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/localspl.dll
dlls/localspl/tests/test: dummy
	@cd dlls/localspl/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/localui && $(MAKE) $@
install install-lib:: dlls/localui
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/localui/localui.dll $(DESTDIR)$(dlldir)/localui.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/localui.dll
dlls/localui/tests/test: dummy
	@cd dlls/localui/tests && $(MAKE) test
dlls/lz32/liblz32.def: ../dlls/lz32/lz32.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/lz32/lz32.spec
dlls/lz32/liblz32.cross.a: ../dlls/lz32/lz32.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/lz32/lz32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/lz32 && $(MAKE) $@
install install-lib:: dlls/lz32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/lz32/lz32.dll $(DESTDIR)$(dlldir)/lz32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/lz32.dll
install install-dev:: dlls/lz32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/lz32/liblz32.def $(DESTDIR)$(dlldir)/liblz32.def
dlls/lz32/tests/test: dummy
	@cd dlls/lz32/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/lzexpand.dll16 && $(MAKE) $@
install install-lib:: dlls/lzexpand.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/lzexpand.dll16/lzexpand.dll16 $(DESTDIR)$(dlldir)/lzexpand.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/lzexpand.dll16
dlls/mapi32/libmapi32.def: ../dlls/mapi32/mapi32.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/mapi32/mapi32.spec
dlls/mapi32/libmapi32.cross.a: ../dlls/mapi32/mapi32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/mapi32/mapi32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mapi32 && $(MAKE) $@
install install-lib:: dlls/mapi32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mapi32/mapi32.dll $(DESTDIR)$(dlldir)/mapi32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mapi32.dll
install install-dev:: dlls/mapi32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/mapi32/libmapi32.def $(DESTDIR)$(dlldir)/libmapi32.def
dlls/mapi32/tests/test: dummy
	@cd dlls/mapi32/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mapistub && $(MAKE) $@
install install-lib:: dlls/mapistub
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mapistub/mapistub.dll $(DESTDIR)$(dlldir)/mapistub.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mapistub.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mciavi32 && $(MAKE) $@
install install-lib:: dlls/mciavi32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mciavi32/mciavi32.dll $(DESTDIR)$(dlldir)/mciavi32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mciavi32.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mcicda && $(MAKE) $@
install install-lib:: dlls/mcicda
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mcicda/mcicda.dll $(DESTDIR)$(dlldir)/mcicda.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mcicda.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mciqtz32 && $(MAKE) $@
install install-lib:: dlls/mciqtz32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mciqtz32/mciqtz32.dll $(DESTDIR)$(dlldir)/mciqtz32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mciqtz32.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mciseq && $(MAKE) $@
install install-lib:: dlls/mciseq
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mciseq/mciseq.dll $(DESTDIR)$(dlldir)/mciseq.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mciseq.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mciwave && $(MAKE) $@
install install-lib:: dlls/mciwave
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mciwave/mciwave.dll $(DESTDIR)$(dlldir)/mciwave.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mciwave.dll
dlls/mf/libmf.def: ../dlls/mf/mf.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/mf/mf.spec
dlls/mf/libmf.cross.a: ../dlls/mf/mf.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/mf/mf.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mf && $(MAKE) $@
install install-lib:: dlls/mf
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mf/mf.dll $(DESTDIR)$(dlldir)/mf.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mf.dll
install install-dev:: dlls/mf
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/mf/libmf.def $(DESTDIR)$(dlldir)/libmf.def
dlls/mf/tests/test: dummy
	@cd dlls/mf/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mf3216 && $(MAKE) $@
install install-lib:: dlls/mf3216
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mf3216/mf3216.dll $(DESTDIR)$(dlldir)/mf3216.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mf3216.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mferror && $(MAKE) $@
install install-lib:: dlls/mferror
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mferror/mferror.dll $(DESTDIR)$(dlldir)/mferror.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mferror.dll
dlls/mfmediaengine/libmfmediaengine.def: ../dlls/mfmediaengine/mfmediaengine.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/mfmediaengine/mfmediaengine.spec
dlls/mfmediaengine/libmfmediaengine.cross.a: ../dlls/mfmediaengine/mfmediaengine.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/mfmediaengine/mfmediaengine.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mfmediaengine && $(MAKE) $@
install install-lib:: dlls/mfmediaengine
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mfmediaengine/mfmediaengine.dll $(DESTDIR)$(dlldir)/mfmediaengine.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mfmediaengine.dll
install install-dev:: dlls/mfmediaengine
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/mfmediaengine/libmfmediaengine.def $(DESTDIR)$(dlldir)/libmfmediaengine.def
dlls/mfmediaengine/tests/test: dummy
	@cd dlls/mfmediaengine/tests && $(MAKE) test
dlls/mfplat/libmfplat.def: ../dlls/mfplat/mfplat.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/mfplat/mfplat.spec
dlls/mfplat/libmfplat.cross.a: ../dlls/mfplat/mfplat.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/mfplat/mfplat.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mfplat && $(MAKE) $@
install install-lib:: dlls/mfplat
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mfplat/mfplat.dll $(DESTDIR)$(dlldir)/mfplat.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mfplat.dll
install install-dev:: dlls/mfplat
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/mfplat/libmfplat.def $(DESTDIR)$(dlldir)/libmfplat.def
dlls/mfplat/tests/test: dummy
	@cd dlls/mfplat/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mfplay && $(MAKE) $@
install install-lib:: dlls/mfplay
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mfplay/mfplay.dll $(DESTDIR)$(dlldir)/mfplay.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mfplay.dll
dlls/mfreadwrite/libmfreadwrite.def: ../dlls/mfreadwrite/mfreadwrite.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/mfreadwrite/mfreadwrite.spec
dlls/mfreadwrite/libmfreadwrite.cross.a: ../dlls/mfreadwrite/mfreadwrite.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/mfreadwrite/mfreadwrite.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mfreadwrite && $(MAKE) $@
install install-lib:: dlls/mfreadwrite
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mfreadwrite/mfreadwrite.dll $(DESTDIR)$(dlldir)/mfreadwrite.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mfreadwrite.dll
install install-dev:: dlls/mfreadwrite
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/mfreadwrite/libmfreadwrite.def $(DESTDIR)$(dlldir)/libmfreadwrite.def
dlls/mfreadwrite/tests/test: dummy
	@cd dlls/mfreadwrite/tests && $(MAKE) test
install install-dev:: dlls/mfuuid
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/mfuuid/libmfuuid.a $(DESTDIR)$(dlldir)/libmfuuid.a
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mgmtapi && $(MAKE) $@
install install-lib:: dlls/mgmtapi
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mgmtapi/mgmtapi.dll $(DESTDIR)$(dlldir)/mgmtapi.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mgmtapi.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/midimap && $(MAKE) $@
install install-lib:: dlls/midimap
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/midimap/midimap.dll $(DESTDIR)$(dlldir)/midimap.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/midimap.dll
dlls/mlang/libmlang.def: ../dlls/mlang/mlang.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/mlang/mlang.spec
dlls/mlang/libmlang.cross.a dlls/mlang/libmlang.delay.a: ../dlls/mlang/mlang.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/mlang/mlang.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mlang && $(MAKE) $@
install install-lib:: dlls/mlang
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mlang/mlang.dll $(DESTDIR)$(dlldir)/mlang.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mlang.dll
install install-dev:: dlls/mlang
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/mlang/libmlang.def $(DESTDIR)$(dlldir)/libmlang.def
dlls/mlang/tests/test: dummy
	@cd dlls/mlang/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mmcndmgr && $(MAKE) $@
install install-lib:: dlls/mmcndmgr
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mmcndmgr/mmcndmgr.dll $(DESTDIR)$(dlldir)/mmcndmgr.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mmcndmgr.dll
dlls/mmcndmgr/tests/test: dummy
	@cd dlls/mmcndmgr/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mmdevapi && $(MAKE) $@
install install-lib:: dlls/mmdevapi
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mmdevapi/mmdevapi.dll $(DESTDIR)$(dlldir)/mmdevapi.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mmdevapi.dll
dlls/mmdevapi/tests/test: dummy
	@cd dlls/mmdevapi/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mmdevldr.vxd && $(MAKE) $@
install install-lib:: dlls/mmdevldr.vxd
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mmdevldr.vxd/mmdevldr.vxd $(DESTDIR)$(dlldir)/mmdevldr.vxd
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mmdevldr.vxd
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mmsystem.dll16 && $(MAKE) $@
install install-lib:: dlls/mmsystem.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mmsystem.dll16/mmsystem.dll16 $(DESTDIR)$(dlldir)/mmsystem.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mmsystem.dll16
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/monodebg.vxd && $(MAKE) $@
install install-lib:: dlls/monodebg.vxd
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/monodebg.vxd/monodebg.vxd $(DESTDIR)$(dlldir)/monodebg.vxd
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/monodebg.vxd
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mountmgr.sys && $(MAKE) $@
install install-lib:: dlls/mountmgr.sys
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/mountmgr.sys/mountmgr.sys.so $(DESTDIR)$(dlldir)/mountmgr.sys.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/mountmgr.sys/mountmgr.sys.fake $(DESTDIR)$(dlldir)/fakedlls/mountmgr.sys
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mouse.drv16 && $(MAKE) $@
install install-lib:: dlls/mouse.drv16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mouse.drv16/mouse.drv16 $(DESTDIR)$(dlldir)/mouse.drv16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mouse.drv16
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mp3dmod && $(MAKE) $@
install install-lib:: dlls/mp3dmod
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/mp3dmod/mp3dmod.dll.so $(DESTDIR)$(dlldir)/mp3dmod.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/mp3dmod/mp3dmod.dll.fake $(DESTDIR)$(dlldir)/fakedlls/mp3dmod.dll
dlls/mp3dmod/tests/test: dummy
	@cd dlls/mp3dmod/tests && $(MAKE) test
dlls/mpr/libmpr.def: ../dlls/mpr/mpr.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/mpr/mpr.spec
dlls/mpr/libmpr.cross.a dlls/mpr/libmpr.delay.a: ../dlls/mpr/mpr.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/mpr/mpr.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mpr && $(MAKE) $@
install install-lib:: dlls/mpr
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mpr/mpr.dll $(DESTDIR)$(dlldir)/mpr.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mpr.dll
install install-dev:: dlls/mpr
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/mpr/libmpr.def $(DESTDIR)$(dlldir)/libmpr.def
dlls/mpr/tests/test: dummy
	@cd dlls/mpr/tests && $(MAKE) test
dlls/mprapi/libmprapi.def: ../dlls/mprapi/mprapi.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/mprapi/mprapi.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mprapi && $(MAKE) $@
install install-lib:: dlls/mprapi
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mprapi/mprapi.dll $(DESTDIR)$(dlldir)/mprapi.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mprapi.dll
install install-dev:: dlls/mprapi
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/mprapi/libmprapi.def $(DESTDIR)$(dlldir)/libmprapi.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msacm.dll16 && $(MAKE) $@
install install-lib:: dlls/msacm.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msacm.dll16/msacm.dll16 $(DESTDIR)$(dlldir)/msacm.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msacm.dll16
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msacm32.drv && $(MAKE) $@
install install-lib:: dlls/msacm32.drv
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msacm32.drv/msacm32.drv $(DESTDIR)$(dlldir)/msacm32.drv
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msacm32.drv
dlls/msacm32/libmsacm32.def: ../dlls/msacm32/msacm32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/msacm32/msacm32.spec
dlls/msacm32/libmsacm32.cross.a: ../dlls/msacm32/msacm32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/msacm32/msacm32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msacm32 && $(MAKE) $@
install install-lib:: dlls/msacm32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msacm32/msacm32.dll $(DESTDIR)$(dlldir)/msacm32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msacm32.dll
install install-dev:: dlls/msacm32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/msacm32/libmsacm32.def $(DESTDIR)$(dlldir)/libmsacm32.def
dlls/msacm32/tests/test: dummy
	@cd dlls/msacm32/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msado15 && $(MAKE) $@
install install-lib:: dlls/msado15
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msado15/msado15.dll $(DESTDIR)$(dlldir)/msado15.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msado15.dll
dlls/msado15/tests/test: dummy
	@cd dlls/msado15/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msadp32.acm && $(MAKE) $@
install install-lib:: dlls/msadp32.acm
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msadp32.acm/msadp32.acm $(DESTDIR)$(dlldir)/msadp32.acm
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msadp32.acm
dlls/msasn1/libmsasn1.def: ../dlls/msasn1/msasn1.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/msasn1/msasn1.spec
dlls/msasn1/libmsasn1.cross.a: ../dlls/msasn1/msasn1.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/msasn1/msasn1.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msasn1 && $(MAKE) $@
install install-lib:: dlls/msasn1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msasn1/msasn1.dll $(DESTDIR)$(dlldir)/msasn1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msasn1.dll
install install-dev:: dlls/msasn1
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/msasn1/libmsasn1.def $(DESTDIR)$(dlldir)/libmsasn1.def
dlls/msasn1/tests/test: dummy
	@cd dlls/msasn1/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mscat32 && $(MAKE) $@
install install-lib:: dlls/mscat32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mscat32/mscat32.dll $(DESTDIR)$(dlldir)/mscat32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mscat32.dll
dlls/mscms/libmscms.def: ../dlls/mscms/mscms.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/mscms/mscms.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mscms && $(MAKE) $@
install install-lib:: dlls/mscms
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/mscms/mscms.dll.so $(DESTDIR)$(dlldir)/mscms.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/mscms/mscms.dll.fake $(DESTDIR)$(dlldir)/fakedlls/mscms.dll
install install-dev:: dlls/mscms
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/mscms/libmscms.def $(DESTDIR)$(dlldir)/libmscms.def
dlls/mscms/tests/test: dummy
	@cd dlls/mscms/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mscoree && $(MAKE) $@
install install-lib:: dlls/mscoree
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mscoree/mscoree.dll $(DESTDIR)$(dlldir)/mscoree.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mscoree.dll
dlls/mscoree/tests/test: dummy
	@cd dlls/mscoree/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mscorwks && $(MAKE) $@
install install-lib:: dlls/mscorwks
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mscorwks/mscorwks.dll $(DESTDIR)$(dlldir)/mscorwks.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mscorwks.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msctf && $(MAKE) $@
install install-lib:: dlls/msctf
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msctf/msctf.dll $(DESTDIR)$(dlldir)/msctf.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msctf.dll
dlls/msctf/tests/test: dummy
	@cd dlls/msctf/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msctfp && $(MAKE) $@
install install-lib:: dlls/msctfp
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msctfp/msctfp.dll $(DESTDIR)$(dlldir)/msctfp.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msctfp.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msdaps && $(MAKE) $@
install install-lib:: dlls/msdaps
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msdaps/msdaps.dll $(DESTDIR)$(dlldir)/msdaps.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msdaps.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msdelta && $(MAKE) $@
install install-lib:: dlls/msdelta
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msdelta/msdelta.dll $(DESTDIR)$(dlldir)/msdelta.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msdelta.dll
dlls/msdmo/libmsdmo.def: ../dlls/msdmo/msdmo.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/msdmo/msdmo.spec
dlls/msdmo/libmsdmo.cross.a: ../dlls/msdmo/msdmo.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/msdmo/msdmo.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msdmo && $(MAKE) $@
install install-lib:: dlls/msdmo
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msdmo/msdmo.dll $(DESTDIR)$(dlldir)/msdmo.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msdmo.dll
install install-dev:: dlls/msdmo
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/msdmo/libmsdmo.def $(DESTDIR)$(dlldir)/libmsdmo.def
dlls/msdmo/tests/test: dummy
	@cd dlls/msdmo/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msdrm && $(MAKE) $@
install install-lib:: dlls/msdrm
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msdrm/msdrm.dll $(DESTDIR)$(dlldir)/msdrm.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msdrm.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msftedit && $(MAKE) $@
install install-lib:: dlls/msftedit
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msftedit/msftedit.dll $(DESTDIR)$(dlldir)/msftedit.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msftedit.dll
dlls/msftedit/tests/test: dummy
	@cd dlls/msftedit/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msg711.acm && $(MAKE) $@
install install-lib:: dlls/msg711.acm
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msg711.acm/msg711.acm $(DESTDIR)$(dlldir)/msg711.acm
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msg711.acm
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msgsm32.acm && $(MAKE) $@
install install-lib:: dlls/msgsm32.acm
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/msgsm32.acm/msgsm32.acm.so $(DESTDIR)$(dlldir)/msgsm32.acm.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/msgsm32.acm/msgsm32.acm.fake $(DESTDIR)$(dlldir)/fakedlls/msgsm32.acm
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mshtml.tlb && $(MAKE) $@
install install-lib:: dlls/mshtml.tlb
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mshtml.tlb/mshtml.tlb $(DESTDIR)$(dlldir)/mshtml.tlb
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mshtml.tlb
dlls/mshtml/libmshtml.def: ../dlls/mshtml/mshtml.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/mshtml/mshtml.spec
dlls/mshtml/libmshtml.cross.a: ../dlls/mshtml/mshtml.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/mshtml/mshtml.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mshtml && $(MAKE) $@
install install-lib:: dlls/mshtml
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mshtml/mshtml.dll $(DESTDIR)$(dlldir)/mshtml.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mshtml.dll
install install-dev:: dlls/mshtml
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/mshtml/libmshtml.def $(DESTDIR)$(dlldir)/libmshtml.def
dlls/mshtml/tests/test: dummy
	@cd dlls/mshtml/tests && $(MAKE) test
dlls/msi/libmsi.def: ../dlls/msi/msi.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/msi/msi.spec
dlls/msi/libmsi.cross.a dlls/msi/libmsi.delay.a: ../dlls/msi/msi.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/msi/msi.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msi && $(MAKE) $@
install install-lib:: dlls/msi
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msi/msi.dll $(DESTDIR)$(dlldir)/msi.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msi.dll
install install-dev:: dlls/msi
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/msi/libmsi.def $(DESTDIR)$(dlldir)/libmsi.def
dlls/msi/tests/test: dummy
	@cd dlls/msi/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msident && $(MAKE) $@
install install-lib:: dlls/msident
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msident/msident.dll $(DESTDIR)$(dlldir)/msident.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msident.dll
dlls/msimg32/libmsimg32.def: ../dlls/msimg32/msimg32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/msimg32/msimg32.spec
dlls/msimg32/libmsimg32.delay.a: ../dlls/msimg32/msimg32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/msimg32/msimg32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msimg32 && $(MAKE) $@
install install-lib:: dlls/msimg32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msimg32/msimg32.dll $(DESTDIR)$(dlldir)/msimg32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msimg32.dll
install install-dev:: dlls/msimg32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/msimg32/libmsimg32.def $(DESTDIR)$(dlldir)/libmsimg32.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msimsg && $(MAKE) $@
install install-lib:: dlls/msimsg
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msimsg/msimsg.dll $(DESTDIR)$(dlldir)/msimsg.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msimsg.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msimtf && $(MAKE) $@
install install-lib:: dlls/msimtf
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msimtf/msimtf.dll $(DESTDIR)$(dlldir)/msimtf.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msimtf.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msisip && $(MAKE) $@
install install-lib:: dlls/msisip
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msisip/msisip.dll $(DESTDIR)$(dlldir)/msisip.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msisip.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msisys.ocx && $(MAKE) $@
install install-lib:: dlls/msisys.ocx
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msisys.ocx/msisys.ocx $(DESTDIR)$(dlldir)/msisys.ocx
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msisys.ocx
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msls31 && $(MAKE) $@
install install-lib:: dlls/msls31
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msls31/msls31.dll $(DESTDIR)$(dlldir)/msls31.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msls31.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msnet32 && $(MAKE) $@
install install-lib:: dlls/msnet32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msnet32/msnet32.dll $(DESTDIR)$(dlldir)/msnet32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msnet32.dll
dlls/mspatcha/libmspatcha.def: ../dlls/mspatcha/mspatcha.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/mspatcha/mspatcha.spec
dlls/mspatcha/libmspatcha.cross.a: ../dlls/mspatcha/mspatcha.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/mspatcha/mspatcha.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mspatcha && $(MAKE) $@
install install-lib:: dlls/mspatcha
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mspatcha/mspatcha.dll $(DESTDIR)$(dlldir)/mspatcha.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mspatcha.dll
install install-dev:: dlls/mspatcha
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/mspatcha/libmspatcha.def $(DESTDIR)$(dlldir)/libmspatcha.def
dlls/mspatcha/tests/test: dummy
	@cd dlls/mspatcha/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msports && $(MAKE) $@
install install-lib:: dlls/msports
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msports/msports.dll $(DESTDIR)$(dlldir)/msports.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msports.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msrle32 && $(MAKE) $@
install install-lib:: dlls/msrle32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msrle32/msrle32.dll $(DESTDIR)$(dlldir)/msrle32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msrle32.dll
dlls/msrle32/tests/test: dummy
	@cd dlls/msrle32/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msscript.ocx && $(MAKE) $@
install install-lib:: dlls/msscript.ocx
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msscript.ocx/msscript.ocx $(DESTDIR)$(dlldir)/msscript.ocx
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msscript.ocx
dlls/msscript.ocx/tests/test: dummy
	@cd dlls/msscript.ocx/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mssign32 && $(MAKE) $@
install install-lib:: dlls/mssign32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mssign32/mssign32.dll $(DESTDIR)$(dlldir)/mssign32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mssign32.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mssip32 && $(MAKE) $@
install install-lib:: dlls/mssip32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mssip32/mssip32.dll $(DESTDIR)$(dlldir)/mssip32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mssip32.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mstask && $(MAKE) $@
install install-lib:: dlls/mstask
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mstask/mstask.dll $(DESTDIR)$(dlldir)/mstask.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mstask.dll
dlls/mstask/tests/test: dummy
	@cd dlls/mstask/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msvcirt && $(MAKE) $@
install install-lib:: dlls/msvcirt
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msvcirt/msvcirt.dll $(DESTDIR)$(dlldir)/msvcirt.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msvcirt.dll
dlls/msvcirt/tests/test: dummy
	@cd dlls/msvcirt/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msvcm80 && $(MAKE) $@
install install-lib:: dlls/msvcm80
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msvcm80/msvcm80.dll $(DESTDIR)$(dlldir)/msvcm80.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msvcm80.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msvcm90 && $(MAKE) $@
install install-lib:: dlls/msvcm90
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msvcm90/msvcm90.dll $(DESTDIR)$(dlldir)/msvcm90.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msvcm90.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msvcp100 && $(MAKE) $@
install install-lib:: dlls/msvcp100
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msvcp100/msvcp100.dll $(DESTDIR)$(dlldir)/msvcp100.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msvcp100.dll
dlls/msvcp100/tests/test: dummy
	@cd dlls/msvcp100/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msvcp110 && $(MAKE) $@
install install-lib:: dlls/msvcp110
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msvcp110/msvcp110.dll $(DESTDIR)$(dlldir)/msvcp110.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msvcp110.dll
dlls/msvcp110/tests/test: dummy
	@cd dlls/msvcp110/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msvcp120 && $(MAKE) $@
install install-lib:: dlls/msvcp120
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msvcp120/msvcp120.dll $(DESTDIR)$(dlldir)/msvcp120.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msvcp120.dll
dlls/msvcp120/tests/test: dummy
	@cd dlls/msvcp120/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msvcp120_app && $(MAKE) $@
install install-lib:: dlls/msvcp120_app
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msvcp120_app/msvcp120_app.dll $(DESTDIR)$(dlldir)/msvcp120_app.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msvcp120_app.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msvcp140 && $(MAKE) $@
install install-lib:: dlls/msvcp140
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msvcp140/msvcp140.dll $(DESTDIR)$(dlldir)/msvcp140.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msvcp140.dll
dlls/msvcp140/tests/test: dummy
	@cd dlls/msvcp140/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msvcp60 && $(MAKE) $@
install install-lib:: dlls/msvcp60
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msvcp60/msvcp60.dll $(DESTDIR)$(dlldir)/msvcp60.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msvcp60.dll
dlls/msvcp60/tests/test: dummy
	@cd dlls/msvcp60/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msvcp70 && $(MAKE) $@
install install-lib:: dlls/msvcp70
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msvcp70/msvcp70.dll $(DESTDIR)$(dlldir)/msvcp70.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msvcp70.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msvcp71 && $(MAKE) $@
install install-lib:: dlls/msvcp71
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msvcp71/msvcp71.dll $(DESTDIR)$(dlldir)/msvcp71.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msvcp71.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msvcp80 && $(MAKE) $@
install install-lib:: dlls/msvcp80
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msvcp80/msvcp80.dll $(DESTDIR)$(dlldir)/msvcp80.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msvcp80.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msvcp90 && $(MAKE) $@
install install-lib:: dlls/msvcp90
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msvcp90/msvcp90.dll $(DESTDIR)$(dlldir)/msvcp90.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msvcp90.dll
dlls/msvcp90/tests/test: dummy
	@cd dlls/msvcp90/tests && $(MAKE) test
dlls/msvcr100/libmsvcr100.a: dummy
	@cd dlls/msvcr100 && $(MAKE) libmsvcr100.a
dlls/msvcr100/libmsvcr100.cross.a: dummy
	@cd dlls/msvcr100 && $(MAKE) libmsvcr100.cross.a
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msvcr100 && $(MAKE) $@
install install-lib:: dlls/msvcr100
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/msvcr100/msvcr100.dll.so $(DESTDIR)$(dlldir)/msvcr100.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/msvcr100/msvcr100.dll.fake $(DESTDIR)$(dlldir)/fakedlls/msvcr100.dll
install install-dev:: dlls/msvcr100
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/msvcr100/libmsvcr100.a $(DESTDIR)$(dlldir)/libmsvcr100.a
dlls/msvcr100/tests/test: dummy
	@cd dlls/msvcr100/tests && $(MAKE) test
dlls/msvcr110/libmsvcr110.a: dummy
	@cd dlls/msvcr110 && $(MAKE) libmsvcr110.a
dlls/msvcr110/libmsvcr110.cross.a: dummy
	@cd dlls/msvcr110 && $(MAKE) libmsvcr110.cross.a
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msvcr110 && $(MAKE) $@
install install-lib:: dlls/msvcr110
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/msvcr110/msvcr110.dll.so $(DESTDIR)$(dlldir)/msvcr110.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/msvcr110/msvcr110.dll.fake $(DESTDIR)$(dlldir)/fakedlls/msvcr110.dll
install install-dev:: dlls/msvcr110
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/msvcr110/libmsvcr110.a $(DESTDIR)$(dlldir)/libmsvcr110.a
dlls/msvcr110/tests/test: dummy
	@cd dlls/msvcr110/tests && $(MAKE) test
dlls/msvcr120/libmsvcr120.a: dummy
	@cd dlls/msvcr120 && $(MAKE) libmsvcr120.a
dlls/msvcr120/libmsvcr120.cross.a: dummy
	@cd dlls/msvcr120 && $(MAKE) libmsvcr120.cross.a
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msvcr120 && $(MAKE) $@
install install-lib:: dlls/msvcr120
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/msvcr120/msvcr120.dll.so $(DESTDIR)$(dlldir)/msvcr120.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/msvcr120/msvcr120.dll.fake $(DESTDIR)$(dlldir)/fakedlls/msvcr120.dll
install install-dev:: dlls/msvcr120
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/msvcr120/libmsvcr120.a $(DESTDIR)$(dlldir)/libmsvcr120.a
dlls/msvcr120/tests/test: dummy
	@cd dlls/msvcr120/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msvcr120_app && $(MAKE) $@
install install-lib:: dlls/msvcr120_app
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msvcr120_app/msvcr120_app.dll $(DESTDIR)$(dlldir)/msvcr120_app.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msvcr120_app.dll
dlls/msvcr70/libmsvcr70.a: dummy
	@cd dlls/msvcr70 && $(MAKE) libmsvcr70.a
dlls/msvcr70/libmsvcr70.cross.a: dummy
	@cd dlls/msvcr70 && $(MAKE) libmsvcr70.cross.a
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msvcr70 && $(MAKE) $@
install install-lib:: dlls/msvcr70
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/msvcr70/msvcr70.dll.so $(DESTDIR)$(dlldir)/msvcr70.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/msvcr70/msvcr70.dll.fake $(DESTDIR)$(dlldir)/fakedlls/msvcr70.dll
install install-dev:: dlls/msvcr70
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/msvcr70/libmsvcr70.a $(DESTDIR)$(dlldir)/libmsvcr70.a
dlls/msvcr71/libmsvcr71.a: dummy
	@cd dlls/msvcr71 && $(MAKE) libmsvcr71.a
dlls/msvcr71/libmsvcr71.cross.a: dummy
	@cd dlls/msvcr71 && $(MAKE) libmsvcr71.cross.a
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msvcr71 && $(MAKE) $@
install install-lib:: dlls/msvcr71
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/msvcr71/msvcr71.dll.so $(DESTDIR)$(dlldir)/msvcr71.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/msvcr71/msvcr71.dll.fake $(DESTDIR)$(dlldir)/fakedlls/msvcr71.dll
install install-dev:: dlls/msvcr71
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/msvcr71/libmsvcr71.a $(DESTDIR)$(dlldir)/libmsvcr71.a
dlls/msvcr80/libmsvcr80.a: dummy
	@cd dlls/msvcr80 && $(MAKE) libmsvcr80.a
dlls/msvcr80/libmsvcr80.cross.a: dummy
	@cd dlls/msvcr80 && $(MAKE) libmsvcr80.cross.a
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msvcr80 && $(MAKE) $@
install install-lib:: dlls/msvcr80
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/msvcr80/msvcr80.dll.so $(DESTDIR)$(dlldir)/msvcr80.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/msvcr80/msvcr80.dll.fake $(DESTDIR)$(dlldir)/fakedlls/msvcr80.dll
install install-dev:: dlls/msvcr80
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/msvcr80/libmsvcr80.a $(DESTDIR)$(dlldir)/libmsvcr80.a
dlls/msvcr90/libmsvcr90.a: dummy
	@cd dlls/msvcr90 && $(MAKE) libmsvcr90.a
dlls/msvcr90/libmsvcr90.cross.a: dummy
	@cd dlls/msvcr90 && $(MAKE) libmsvcr90.cross.a
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msvcr90 && $(MAKE) $@
install install-lib:: dlls/msvcr90
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/msvcr90/msvcr90.dll.so $(DESTDIR)$(dlldir)/msvcr90.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/msvcr90/msvcr90.dll.fake $(DESTDIR)$(dlldir)/fakedlls/msvcr90.dll
install install-dev:: dlls/msvcr90
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/msvcr90/libmsvcr90.a $(DESTDIR)$(dlldir)/libmsvcr90.a
dlls/msvcr90/tests/test: dummy
	@cd dlls/msvcr90/tests && $(MAKE) test
dlls/msvcrt/libmsvcrt.a: dummy
	@cd dlls/msvcrt && $(MAKE) libmsvcrt.a
dlls/msvcrt/libmsvcrt.cross.a: dummy
	@cd dlls/msvcrt && $(MAKE) libmsvcrt.cross.a
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msvcrt && $(MAKE) $@
install install-lib:: dlls/msvcrt
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/msvcrt/msvcrt.dll.so $(DESTDIR)$(dlldir)/msvcrt.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/msvcrt/msvcrt.dll.fake $(DESTDIR)$(dlldir)/fakedlls/msvcrt.dll
install install-dev:: dlls/msvcrt
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/msvcrt/libmsvcrt.a $(DESTDIR)$(dlldir)/libmsvcrt.a
dlls/msvcrt/tests/test: dummy
	@cd dlls/msvcrt/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msvcrt20 && $(MAKE) $@
install install-lib:: dlls/msvcrt20
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msvcrt20/msvcrt20.dll $(DESTDIR)$(dlldir)/msvcrt20.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msvcrt20.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msvcrt40 && $(MAKE) $@
install install-lib:: dlls/msvcrt40
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msvcrt40/msvcrt40.dll $(DESTDIR)$(dlldir)/msvcrt40.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msvcrt40.dll
dlls/msvcrtd/libmsvcrtd.a: dummy
	@cd dlls/msvcrtd && $(MAKE) libmsvcrtd.a
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msvcrtd && $(MAKE) $@
install install-lib:: dlls/msvcrtd
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/msvcrtd/msvcrtd.dll.so $(DESTDIR)$(dlldir)/msvcrtd.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/msvcrtd/msvcrtd.dll.fake $(DESTDIR)$(dlldir)/fakedlls/msvcrtd.dll
install install-dev:: dlls/msvcrtd
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/msvcrtd/libmsvcrtd.a $(DESTDIR)$(dlldir)/libmsvcrtd.a
dlls/msvcrtd/tests/test: dummy
	@cd dlls/msvcrtd/tests && $(MAKE) test
dlls/msvfw32/libmsvfw32.def: ../dlls/msvfw32/msvfw32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/msvfw32/msvfw32.spec
dlls/msvfw32/libmsvfw32.cross.a dlls/msvfw32/libmsvfw32.delay.a: ../dlls/msvfw32/msvfw32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/msvfw32/msvfw32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msvfw32 && $(MAKE) $@
install install-lib:: dlls/msvfw32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msvfw32/msvfw32.dll $(DESTDIR)$(dlldir)/msvfw32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msvfw32.dll
install install-dev:: dlls/msvfw32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/msvfw32/libmsvfw32.def $(DESTDIR)$(dlldir)/libmsvfw32.def
dlls/msvfw32/tests/test: dummy
	@cd dlls/msvfw32/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msvidc32 && $(MAKE) $@
install install-lib:: dlls/msvidc32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msvidc32/msvidc32.dll $(DESTDIR)$(dlldir)/msvidc32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msvidc32.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msvideo.dll16 && $(MAKE) $@
install install-lib:: dlls/msvideo.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msvideo.dll16/msvideo.dll16 $(DESTDIR)$(dlldir)/msvideo.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msvideo.dll16
dlls/mswsock/libmswsock.def: ../dlls/mswsock/mswsock.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/mswsock/mswsock.spec
dlls/mswsock/libmswsock.cross.a: ../dlls/mswsock/mswsock.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/mswsock/mswsock.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mswsock && $(MAKE) $@
install install-lib:: dlls/mswsock
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mswsock/mswsock.dll $(DESTDIR)$(dlldir)/mswsock.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mswsock.dll
install install-dev:: dlls/mswsock
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/mswsock/libmswsock.def $(DESTDIR)$(dlldir)/libmswsock.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msxml && $(MAKE) $@
install install-lib:: dlls/msxml
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msxml/msxml.dll $(DESTDIR)$(dlldir)/msxml.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msxml.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msxml2 && $(MAKE) $@
install install-lib:: dlls/msxml2
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msxml2/msxml2.dll $(DESTDIR)$(dlldir)/msxml2.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msxml2.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msxml3 && $(MAKE) $@
install install-lib:: dlls/msxml3
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/msxml3/msxml3.dll.so $(DESTDIR)$(dlldir)/msxml3.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/msxml3/msxml3.dll.fake $(DESTDIR)$(dlldir)/fakedlls/msxml3.dll
dlls/msxml3/tests/test: dummy
	@cd dlls/msxml3/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msxml4 && $(MAKE) $@
install install-lib:: dlls/msxml4
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msxml4/msxml4.dll $(DESTDIR)$(dlldir)/msxml4.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msxml4.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/msxml6 && $(MAKE) $@
install install-lib:: dlls/msxml6
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/msxml6/msxml6.dll $(DESTDIR)$(dlldir)/msxml6.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msxml6.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/mtxdm && $(MAKE) $@
install install-lib:: dlls/mtxdm
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/mtxdm/mtxdm.dll $(DESTDIR)$(dlldir)/mtxdm.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mtxdm.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ncrypt && $(MAKE) $@
install install-lib:: dlls/ncrypt
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ncrypt/ncrypt.dll $(DESTDIR)$(dlldir)/ncrypt.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ncrypt.dll
dlls/nddeapi/libnddeapi.def: ../dlls/nddeapi/nddeapi.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/nddeapi/nddeapi.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/nddeapi && $(MAKE) $@
install install-lib:: dlls/nddeapi
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/nddeapi/nddeapi.dll $(DESTDIR)$(dlldir)/nddeapi.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/nddeapi.dll
install install-dev:: dlls/nddeapi
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/nddeapi/libnddeapi.def $(DESTDIR)$(dlldir)/libnddeapi.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ndis.sys && $(MAKE) $@
install install-lib:: dlls/ndis.sys
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ndis.sys/ndis.sys $(DESTDIR)$(dlldir)/ndis.sys
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ndis.sys
dlls/netapi32/libnetapi32.def: ../dlls/netapi32/netapi32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/netapi32/netapi32.spec
dlls/netapi32/libnetapi32.cross.a: ../dlls/netapi32/netapi32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/netapi32/netapi32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/netapi32 && $(MAKE) $@
install install-lib:: dlls/netapi32
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/netapi32/netapi32.dll.so $(DESTDIR)$(dlldir)/netapi32.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/netapi32/netapi32.dll.fake $(DESTDIR)$(dlldir)/fakedlls/netapi32.dll
install install-dev:: dlls/netapi32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/netapi32/libnetapi32.def $(DESTDIR)$(dlldir)/libnetapi32.def
dlls/netapi32/tests/test: dummy
	@cd dlls/netapi32/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/netcfgx && $(MAKE) $@
install install-lib:: dlls/netcfgx
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/netcfgx/netcfgx.dll $(DESTDIR)$(dlldir)/netcfgx.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/netcfgx.dll
dlls/netcfgx/tests/test: dummy
	@cd dlls/netcfgx/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/netprofm && $(MAKE) $@
install install-lib:: dlls/netprofm
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/netprofm/netprofm.dll $(DESTDIR)$(dlldir)/netprofm.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/netprofm.dll
dlls/netprofm/tests/test: dummy
	@cd dlls/netprofm/tests && $(MAKE) test
dlls/newdev/libnewdev.def: ../dlls/newdev/newdev.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/newdev/newdev.spec
dlls/newdev/libnewdev.delay.a: ../dlls/newdev/newdev.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/newdev/newdev.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/newdev && $(MAKE) $@
install install-lib:: dlls/newdev
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/newdev/newdev.dll $(DESTDIR)$(dlldir)/newdev.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/newdev.dll
install install-dev:: dlls/newdev
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/newdev/libnewdev.def $(DESTDIR)$(dlldir)/libnewdev.def
dlls/ninput/libninput.def: ../dlls/ninput/ninput.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/ninput/ninput.spec
dlls/ninput/libninput.cross.a: ../dlls/ninput/ninput.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/ninput/ninput.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ninput && $(MAKE) $@
install install-lib:: dlls/ninput
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ninput/ninput.dll $(DESTDIR)$(dlldir)/ninput.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ninput.dll
install install-dev:: dlls/ninput
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/ninput/libninput.def $(DESTDIR)$(dlldir)/libninput.def
dlls/ninput/tests/test: dummy
	@cd dlls/ninput/tests && $(MAKE) test
dlls/normaliz/libnormaliz.def: ../dlls/normaliz/normaliz.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/normaliz/normaliz.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/normaliz && $(MAKE) $@
install install-lib:: dlls/normaliz
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/normaliz/normaliz.dll $(DESTDIR)$(dlldir)/normaliz.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/normaliz.dll
install install-dev:: dlls/normaliz
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/normaliz/libnormaliz.def $(DESTDIR)$(dlldir)/libnormaliz.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/npmshtml && $(MAKE) $@
install install-lib:: dlls/npmshtml
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/npmshtml/npmshtml.dll $(DESTDIR)$(dlldir)/npmshtml.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/npmshtml.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/npptools && $(MAKE) $@
install install-lib:: dlls/npptools
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/npptools/npptools.dll $(DESTDIR)$(dlldir)/npptools.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/npptools.dll
dlls/ntdll/libntdll.def: ../dlls/ntdll/ntdll.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/ntdll/ntdll.spec
dlls/ntdll/libntdll.cross.a: ../dlls/ntdll/ntdll.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/ntdll/ntdll.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ntdll && $(MAKE) $@
install install-lib:: dlls/ntdll
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/ntdll/ntdll.dll.so $(DESTDIR)$(dlldir)/ntdll.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/ntdll/ntdll.dll.fake $(DESTDIR)$(dlldir)/fakedlls/ntdll.dll
install install-dev:: dlls/ntdll
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/ntdll/libntdll.def $(DESTDIR)$(dlldir)/libntdll.def
dlls/ntdll/tests/test: dummy
	@cd dlls/ntdll/tests && $(MAKE) test
dlls/ntdsapi/libntdsapi.def: ../dlls/ntdsapi/ntdsapi.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/ntdsapi/ntdsapi.spec
dlls/ntdsapi/libntdsapi.cross.a: ../dlls/ntdsapi/ntdsapi.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/ntdsapi/ntdsapi.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ntdsapi && $(MAKE) $@
install install-lib:: dlls/ntdsapi
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ntdsapi/ntdsapi.dll $(DESTDIR)$(dlldir)/ntdsapi.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ntdsapi.dll
install install-dev:: dlls/ntdsapi
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/ntdsapi/libntdsapi.def $(DESTDIR)$(dlldir)/libntdsapi.def
dlls/ntdsapi/tests/test: dummy
	@cd dlls/ntdsapi/tests && $(MAKE) test
dlls/ntoskrnl.exe/libntoskrnl.def: ../dlls/ntoskrnl.exe/ntoskrnl.exe.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/ntoskrnl.exe/ntoskrnl.exe.spec
dlls/ntoskrnl.exe/libntoskrnl.cross.a: ../dlls/ntoskrnl.exe/ntoskrnl.exe.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/ntoskrnl.exe/ntoskrnl.exe.spec
dlls/libntoskrnl.def: dlls/ntoskrnl.exe/libntoskrnl.def
	rm -f dlls/libntoskrnl.def && ln -s ntoskrnl.exe/libntoskrnl.def dlls/libntoskrnl.def
dlls/libntoskrnl.cross.a: dlls/ntoskrnl.exe/libntoskrnl.cross.a
	rm -f dlls/libntoskrnl.cross.a && ln -s ntoskrnl.exe/libntoskrnl.cross.a dlls/libntoskrnl.cross.a
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ntoskrnl.exe && $(MAKE) $@
install install-lib:: dlls/ntoskrnl.exe
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ntoskrnl.exe/ntoskrnl.exe $(DESTDIR)$(dlldir)/ntoskrnl.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ntoskrnl.exe
install install-dev:: dlls/ntoskrnl.exe
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/ntoskrnl.exe/libntoskrnl.def $(DESTDIR)$(dlldir)/libntoskrnl.def
dlls/ntoskrnl.exe/tests/test: dummy
	@cd dlls/ntoskrnl.exe/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ntprint && $(MAKE) $@
install install-lib:: dlls/ntprint
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ntprint/ntprint.dll $(DESTDIR)$(dlldir)/ntprint.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ntprint.dll
dlls/ntprint/tests/test: dummy
	@cd dlls/ntprint/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/objsel && $(MAKE) $@
install install-lib:: dlls/objsel
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/objsel/objsel.dll $(DESTDIR)$(dlldir)/objsel.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/objsel.dll
dlls/odbc32/libodbc32.def: ../dlls/odbc32/odbc32.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/odbc32/odbc32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/odbc32 && $(MAKE) $@
install install-lib:: dlls/odbc32
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/odbc32/odbc32.dll.so $(DESTDIR)$(dlldir)/odbc32.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/odbc32/odbc32.dll.fake $(DESTDIR)$(dlldir)/fakedlls/odbc32.dll
install install-dev:: dlls/odbc32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/odbc32/libodbc32.def $(DESTDIR)$(dlldir)/libodbc32.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/odbcbcp && $(MAKE) $@
install install-lib:: dlls/odbcbcp
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/odbcbcp/odbcbcp.dll $(DESTDIR)$(dlldir)/odbcbcp.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/odbcbcp.dll
dlls/odbccp32/libodbccp32.def: ../dlls/odbccp32/odbccp32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/odbccp32/odbccp32.spec
dlls/odbccp32/libodbccp32.cross.a: ../dlls/odbccp32/odbccp32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/odbccp32/odbccp32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/odbccp32 && $(MAKE) $@
install install-lib:: dlls/odbccp32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/odbccp32/odbccp32.dll $(DESTDIR)$(dlldir)/odbccp32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/odbccp32.dll
install install-dev:: dlls/odbccp32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/odbccp32/libodbccp32.def $(DESTDIR)$(dlldir)/libodbccp32.def
dlls/odbccp32/tests/test: dummy
	@cd dlls/odbccp32/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/odbccu32 && $(MAKE) $@
install install-lib:: dlls/odbccu32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/odbccu32/odbccu32.dll $(DESTDIR)$(dlldir)/odbccu32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/odbccu32.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ole2.dll16 && $(MAKE) $@
install install-lib:: dlls/ole2.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ole2.dll16/ole2.dll16 $(DESTDIR)$(dlldir)/ole2.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ole2.dll16
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ole2conv.dll16 && $(MAKE) $@
install install-lib:: dlls/ole2conv.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ole2conv.dll16/ole2conv.dll16 $(DESTDIR)$(dlldir)/ole2conv.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ole2conv.dll16
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ole2disp.dll16 && $(MAKE) $@
install install-lib:: dlls/ole2disp.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ole2disp.dll16/ole2disp.dll16 $(DESTDIR)$(dlldir)/ole2disp.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ole2disp.dll16
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ole2nls.dll16 && $(MAKE) $@
install install-lib:: dlls/ole2nls.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ole2nls.dll16/ole2nls.dll16 $(DESTDIR)$(dlldir)/ole2nls.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ole2nls.dll16
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ole2prox.dll16 && $(MAKE) $@
install install-lib:: dlls/ole2prox.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ole2prox.dll16/ole2prox.dll16 $(DESTDIR)$(dlldir)/ole2prox.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ole2prox.dll16
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ole2thk.dll16 && $(MAKE) $@
install install-lib:: dlls/ole2thk.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ole2thk.dll16/ole2thk.dll16 $(DESTDIR)$(dlldir)/ole2thk.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ole2thk.dll16
dlls/ole32/libole32.def: ../dlls/ole32/ole32.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/ole32/ole32.spec
dlls/ole32/libole32.cross.a dlls/ole32/libole32.delay.a: ../dlls/ole32/ole32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/ole32/ole32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ole32 && $(MAKE) $@
install install-lib:: dlls/ole32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ole32/ole32.dll $(DESTDIR)$(dlldir)/ole32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ole32.dll
install install-dev:: dlls/ole32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/ole32/libole32.def $(DESTDIR)$(dlldir)/libole32.def
dlls/ole32/tests/test: dummy
	@cd dlls/ole32/tests && $(MAKE) test
dlls/oleacc/liboleacc.def: ../dlls/oleacc/oleacc.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/oleacc/oleacc.spec
dlls/oleacc/liboleacc.cross.a: ../dlls/oleacc/oleacc.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/oleacc/oleacc.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/oleacc && $(MAKE) $@
install install-lib:: dlls/oleacc
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/oleacc/oleacc.dll $(DESTDIR)$(dlldir)/oleacc.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/oleacc.dll
install install-dev:: dlls/oleacc
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/oleacc/liboleacc.def $(DESTDIR)$(dlldir)/liboleacc.def
dlls/oleacc/tests/test: dummy
	@cd dlls/oleacc/tests && $(MAKE) test
dlls/oleaut32/liboleaut32.def: ../dlls/oleaut32/oleaut32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/oleaut32/oleaut32.spec
dlls/oleaut32/liboleaut32.cross.a dlls/oleaut32/liboleaut32.delay.a: ../dlls/oleaut32/oleaut32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/oleaut32/oleaut32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/oleaut32 && $(MAKE) $@
install install-lib:: dlls/oleaut32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/oleaut32/oleaut32.dll $(DESTDIR)$(dlldir)/oleaut32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/oleaut32.dll
install install-dev:: dlls/oleaut32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/oleaut32/liboleaut32.def $(DESTDIR)$(dlldir)/liboleaut32.def
dlls/oleaut32/tests/test: dummy
	@cd dlls/oleaut32/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/olecli.dll16 && $(MAKE) $@
install install-lib:: dlls/olecli.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/olecli.dll16/olecli.dll16 $(DESTDIR)$(dlldir)/olecli.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/olecli.dll16
dlls/olecli32/libolecli32.def: ../dlls/olecli32/olecli32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/olecli32/olecli32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/olecli32 && $(MAKE) $@
install install-lib:: dlls/olecli32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/olecli32/olecli32.dll $(DESTDIR)$(dlldir)/olecli32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/olecli32.dll
install install-dev:: dlls/olecli32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/olecli32/libolecli32.def $(DESTDIR)$(dlldir)/libolecli32.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/oledb32 && $(MAKE) $@
install install-lib:: dlls/oledb32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/oledb32/oledb32.dll $(DESTDIR)$(dlldir)/oledb32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/oledb32.dll
dlls/oledb32/tests/test: dummy
	@cd dlls/oledb32/tests && $(MAKE) test
dlls/oledlg/liboledlg.def: ../dlls/oledlg/oledlg.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/oledlg/oledlg.spec
dlls/oledlg/liboledlg.cross.a: ../dlls/oledlg/oledlg.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/oledlg/oledlg.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/oledlg && $(MAKE) $@
install install-lib:: dlls/oledlg
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/oledlg/oledlg.dll $(DESTDIR)$(dlldir)/oledlg.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/oledlg.dll
install install-dev:: dlls/oledlg
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/oledlg/liboledlg.def $(DESTDIR)$(dlldir)/liboledlg.def
dlls/oledlg/tests/test: dummy
	@cd dlls/oledlg/tests && $(MAKE) test
dlls/olepro32/libolepro32.def: ../dlls/olepro32/olepro32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/olepro32/olepro32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/olepro32 && $(MAKE) $@
install install-lib:: dlls/olepro32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/olepro32/olepro32.dll $(DESTDIR)$(dlldir)/olepro32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/olepro32.dll
install install-dev:: dlls/olepro32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/olepro32/libolepro32.def $(DESTDIR)$(dlldir)/libolepro32.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/olesvr.dll16 && $(MAKE) $@
install install-lib:: dlls/olesvr.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/olesvr.dll16/olesvr.dll16 $(DESTDIR)$(dlldir)/olesvr.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/olesvr.dll16
dlls/olesvr32/libolesvr32.def: ../dlls/olesvr32/olesvr32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/olesvr32/olesvr32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/olesvr32 && $(MAKE) $@
install install-lib:: dlls/olesvr32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/olesvr32/olesvr32.dll $(DESTDIR)$(dlldir)/olesvr32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/olesvr32.dll
install install-dev:: dlls/olesvr32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/olesvr32/libolesvr32.def $(DESTDIR)$(dlldir)/libolesvr32.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/olethk32 && $(MAKE) $@
install install-lib:: dlls/olethk32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/olethk32/olethk32.dll $(DESTDIR)$(dlldir)/olethk32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/olethk32.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/opcservices && $(MAKE) $@
install install-lib:: dlls/opcservices
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/opcservices/opcservices.dll $(DESTDIR)$(dlldir)/opcservices.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/opcservices.dll
dlls/opcservices/tests/test: dummy
	@cd dlls/opcservices/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/openal32 && $(MAKE) $@
install install-lib:: dlls/openal32
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/openal32/openal32.dll.so $(DESTDIR)$(dlldir)/openal32.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/openal32/openal32.dll.fake $(DESTDIR)$(dlldir)/fakedlls/openal32.dll
dlls/opengl32/libopengl32.def: ../dlls/opengl32/opengl32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/opengl32/opengl32.spec
dlls/opengl32/libopengl32.cross.a: ../dlls/opengl32/opengl32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/opengl32/opengl32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/opengl32 && $(MAKE) $@
install install-lib:: dlls/opengl32
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/opengl32/opengl32.dll.so $(DESTDIR)$(dlldir)/opengl32.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/opengl32/opengl32.dll.fake $(DESTDIR)$(dlldir)/fakedlls/opengl32.dll
install install-dev:: dlls/opengl32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/opengl32/libopengl32.def $(DESTDIR)$(dlldir)/libopengl32.def
dlls/opengl32/tests/test: dummy
	@cd dlls/opengl32/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/packager && $(MAKE) $@
install install-lib:: dlls/packager
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/packager/packager.dll $(DESTDIR)$(dlldir)/packager.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/packager.dll
dlls/packager/tests/test: dummy
	@cd dlls/packager/tests && $(MAKE) test
dlls/pdh/libpdh.def: ../dlls/pdh/pdh.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/pdh/pdh.spec
dlls/pdh/libpdh.cross.a: ../dlls/pdh/pdh.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/pdh/pdh.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/pdh && $(MAKE) $@
install install-lib:: dlls/pdh
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/pdh/pdh.dll $(DESTDIR)$(dlldir)/pdh.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/pdh.dll
install install-dev:: dlls/pdh
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/pdh/libpdh.def $(DESTDIR)$(dlldir)/libpdh.def
dlls/pdh/tests/test: dummy
	@cd dlls/pdh/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/photometadatahandler && $(MAKE) $@
install install-lib:: dlls/photometadatahandler
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/photometadatahandler/photometadatahandler.dll $(DESTDIR)$(dlldir)/photometadatahandler.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/photometadatahandler.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/pidgen && $(MAKE) $@
install install-lib:: dlls/pidgen
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/pidgen/pidgen.dll $(DESTDIR)$(dlldir)/pidgen.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/pidgen.dll
dlls/powrprof/libpowrprof.def: ../dlls/powrprof/powrprof.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/powrprof/powrprof.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/powrprof && $(MAKE) $@
install install-lib:: dlls/powrprof
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/powrprof/powrprof.dll $(DESTDIR)$(dlldir)/powrprof.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/powrprof.dll
install install-dev:: dlls/powrprof
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/powrprof/libpowrprof.def $(DESTDIR)$(dlldir)/libpowrprof.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/printui && $(MAKE) $@
install install-lib:: dlls/printui
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/printui/printui.dll $(DESTDIR)$(dlldir)/printui.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/printui.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/prntvpt && $(MAKE) $@
install install-lib:: dlls/prntvpt
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/prntvpt/prntvpt.dll $(DESTDIR)$(dlldir)/prntvpt.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/prntvpt.dll
dlls/propsys/libpropsys.def: ../dlls/propsys/propsys.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/propsys/propsys.spec
dlls/propsys/libpropsys.cross.a: ../dlls/propsys/propsys.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/propsys/propsys.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/propsys && $(MAKE) $@
install install-lib:: dlls/propsys
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/propsys/propsys.dll $(DESTDIR)$(dlldir)/propsys.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/propsys.dll
install install-dev:: dlls/propsys
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/propsys/libpropsys.def $(DESTDIR)$(dlldir)/libpropsys.def
dlls/propsys/tests/test: dummy
	@cd dlls/propsys/tests && $(MAKE) test
dlls/psapi/libpsapi.def: ../dlls/psapi/psapi.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/psapi/psapi.spec
dlls/psapi/libpsapi.cross.a: ../dlls/psapi/psapi.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/psapi/psapi.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/psapi && $(MAKE) $@
install install-lib:: dlls/psapi
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/psapi/psapi.dll $(DESTDIR)$(dlldir)/psapi.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/psapi.dll
install install-dev:: dlls/psapi
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/psapi/libpsapi.def $(DESTDIR)$(dlldir)/libpsapi.def
dlls/psapi/tests/test: dummy
	@cd dlls/psapi/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/pstorec && $(MAKE) $@
install install-lib:: dlls/pstorec
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/pstorec/pstorec.dll $(DESTDIR)$(dlldir)/pstorec.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/pstorec.dll
dlls/pstorec/tests/test: dummy
	@cd dlls/pstorec/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/qcap && $(MAKE) $@
install install-lib:: dlls/qcap
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/qcap/qcap.dll.so $(DESTDIR)$(dlldir)/qcap.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/qcap/qcap.dll.fake $(DESTDIR)$(dlldir)/fakedlls/qcap.dll
dlls/qcap/tests/test: dummy
	@cd dlls/qcap/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/qedit && $(MAKE) $@
install install-lib:: dlls/qedit
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/qedit/qedit.dll $(DESTDIR)$(dlldir)/qedit.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/qedit.dll
dlls/qedit/tests/test: dummy
	@cd dlls/qedit/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/qmgr && $(MAKE) $@
install install-lib:: dlls/qmgr
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/qmgr/qmgr.dll $(DESTDIR)$(dlldir)/qmgr.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/qmgr.dll
dlls/qmgr/tests/test: dummy
	@cd dlls/qmgr/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/qmgrprxy && $(MAKE) $@
install install-lib:: dlls/qmgrprxy
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/qmgrprxy/qmgrprxy.dll $(DESTDIR)$(dlldir)/qmgrprxy.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/qmgrprxy.dll
dlls/quartz/libquartz.def: ../dlls/quartz/quartz.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/quartz/quartz.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/quartz && $(MAKE) $@
install install-lib:: dlls/quartz
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/quartz/quartz.dll $(DESTDIR)$(dlldir)/quartz.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/quartz.dll
install install-dev:: dlls/quartz
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/quartz/libquartz.def $(DESTDIR)$(dlldir)/libquartz.def
dlls/quartz/tests/test: dummy
	@cd dlls/quartz/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/query && $(MAKE) $@
install install-lib:: dlls/query
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/query/query.dll $(DESTDIR)$(dlldir)/query.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/query.dll
dlls/qwave/libqwave.def: ../dlls/qwave/qwave.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/qwave/qwave.spec
dlls/qwave/libqwave.cross.a: ../dlls/qwave/qwave.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/qwave/qwave.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/qwave && $(MAKE) $@
install install-lib:: dlls/qwave
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/qwave/qwave.dll $(DESTDIR)$(dlldir)/qwave.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/qwave.dll
install install-dev:: dlls/qwave
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/qwave/libqwave.def $(DESTDIR)$(dlldir)/libqwave.def
dlls/qwave/tests/test: dummy
	@cd dlls/qwave/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/rasapi16.dll16 && $(MAKE) $@
install install-lib:: dlls/rasapi16.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/rasapi16.dll16/rasapi16.dll16 $(DESTDIR)$(dlldir)/rasapi16.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/rasapi16.dll16
dlls/rasapi32/librasapi32.def: ../dlls/rasapi32/rasapi32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/rasapi32/rasapi32.spec
dlls/rasapi32/librasapi32.cross.a: ../dlls/rasapi32/rasapi32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/rasapi32/rasapi32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/rasapi32 && $(MAKE) $@
install install-lib:: dlls/rasapi32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/rasapi32/rasapi32.dll $(DESTDIR)$(dlldir)/rasapi32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/rasapi32.dll
install install-dev:: dlls/rasapi32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/rasapi32/librasapi32.def $(DESTDIR)$(dlldir)/librasapi32.def
dlls/rasapi32/tests/test: dummy
	@cd dlls/rasapi32/tests && $(MAKE) test
dlls/rasdlg/librasdlg.def: ../dlls/rasdlg/rasdlg.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/rasdlg/rasdlg.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/rasdlg && $(MAKE) $@
install install-lib:: dlls/rasdlg
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/rasdlg/rasdlg.dll $(DESTDIR)$(dlldir)/rasdlg.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/rasdlg.dll
install install-dev:: dlls/rasdlg
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/rasdlg/librasdlg.def $(DESTDIR)$(dlldir)/librasdlg.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/regapi && $(MAKE) $@
install install-lib:: dlls/regapi
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/regapi/regapi.dll $(DESTDIR)$(dlldir)/regapi.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/regapi.dll
dlls/resutils/libresutils.def: ../dlls/resutils/resutils.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/resutils/resutils.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/resutils && $(MAKE) $@
install install-lib:: dlls/resutils
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/resutils/resutils.dll $(DESTDIR)$(dlldir)/resutils.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/resutils.dll
install install-dev:: dlls/resutils
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/resutils/libresutils.def $(DESTDIR)$(dlldir)/libresutils.def
dlls/riched20/libriched20.def: ../dlls/riched20/riched20.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/riched20/riched20.spec
dlls/riched20/libriched20.cross.a: ../dlls/riched20/riched20.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/riched20/riched20.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/riched20 && $(MAKE) $@
install install-lib:: dlls/riched20
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/riched20/riched20.dll $(DESTDIR)$(dlldir)/riched20.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/riched20.dll
install install-dev:: dlls/riched20
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/riched20/libriched20.def $(DESTDIR)$(dlldir)/libriched20.def
dlls/riched20/tests/test: dummy
	@cd dlls/riched20/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/riched32 && $(MAKE) $@
install install-lib:: dlls/riched32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/riched32/riched32.dll $(DESTDIR)$(dlldir)/riched32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/riched32.dll
dlls/riched32/tests/test: dummy
	@cd dlls/riched32/tests && $(MAKE) test
dlls/rpcrt4/librpcrt4.def: ../dlls/rpcrt4/rpcrt4.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/rpcrt4/rpcrt4.spec
dlls/rpcrt4/librpcrt4.cross.a: ../dlls/rpcrt4/rpcrt4.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/rpcrt4/rpcrt4.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/rpcrt4 && $(MAKE) $@
install install-lib:: dlls/rpcrt4
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/rpcrt4/rpcrt4.dll $(DESTDIR)$(dlldir)/rpcrt4.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/rpcrt4.dll
install install-dev:: dlls/rpcrt4
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/rpcrt4/librpcrt4.def $(DESTDIR)$(dlldir)/librpcrt4.def
dlls/rpcrt4/tests/test: dummy
	@cd dlls/rpcrt4/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/rsabase && $(MAKE) $@
install install-lib:: dlls/rsabase
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/rsabase/rsabase.dll $(DESTDIR)$(dlldir)/rsabase.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/rsabase.dll
dlls/rsaenh/librsaenh.def: ../dlls/rsaenh/rsaenh.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/rsaenh/rsaenh.spec
dlls/rsaenh/librsaenh.cross.a: ../dlls/rsaenh/rsaenh.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/rsaenh/rsaenh.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/rsaenh && $(MAKE) $@
install install-lib:: dlls/rsaenh
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/rsaenh/rsaenh.dll $(DESTDIR)$(dlldir)/rsaenh.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/rsaenh.dll
install install-dev:: dlls/rsaenh
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/rsaenh/librsaenh.def $(DESTDIR)$(dlldir)/librsaenh.def
dlls/rsaenh/tests/test: dummy
	@cd dlls/rsaenh/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/rstrtmgr && $(MAKE) $@
install install-lib:: dlls/rstrtmgr
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/rstrtmgr/rstrtmgr.dll $(DESTDIR)$(dlldir)/rstrtmgr.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/rstrtmgr.dll
dlls/rtutils/librtutils.def: ../dlls/rtutils/rtutils.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/rtutils/rtutils.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/rtutils && $(MAKE) $@
install install-lib:: dlls/rtutils
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/rtutils/rtutils.dll $(DESTDIR)$(dlldir)/rtutils.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/rtutils.dll
install install-dev:: dlls/rtutils
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/rtutils/librtutils.def $(DESTDIR)$(dlldir)/librtutils.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/samlib && $(MAKE) $@
install install-lib:: dlls/samlib
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/samlib/samlib.dll $(DESTDIR)$(dlldir)/samlib.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/samlib.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/sane.ds && $(MAKE) $@
install install-lib:: dlls/sane.ds
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/sane.ds/sane.ds.so $(DESTDIR)$(dlldir)/sane.ds.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/sane.ds/sane.ds.fake $(DESTDIR)$(dlldir)/fakedlls/sane.ds
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/sapi && $(MAKE) $@
install install-lib:: dlls/sapi
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/sapi/sapi.dll $(DESTDIR)$(dlldir)/sapi.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/sapi.dll
dlls/sapi/tests/test: dummy
	@cd dlls/sapi/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/sas && $(MAKE) $@
install install-lib:: dlls/sas
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/sas/sas.dll $(DESTDIR)$(dlldir)/sas.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/sas.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/scarddlg && $(MAKE) $@
install install-lib:: dlls/scarddlg
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/scarddlg/scarddlg.dll $(DESTDIR)$(dlldir)/scarddlg.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/scarddlg.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/sccbase && $(MAKE) $@
install install-lib:: dlls/sccbase
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/sccbase/sccbase.dll $(DESTDIR)$(dlldir)/sccbase.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/sccbase.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/schannel && $(MAKE) $@
install install-lib:: dlls/schannel
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/schannel/schannel.dll $(DESTDIR)$(dlldir)/schannel.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/schannel.dll
dlls/schannel/tests/test: dummy
	@cd dlls/schannel/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/schedsvc && $(MAKE) $@
install install-lib:: dlls/schedsvc
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/schedsvc/schedsvc.dll $(DESTDIR)$(dlldir)/schedsvc.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/schedsvc.dll
dlls/schedsvc/tests/test: dummy
	@cd dlls/schedsvc/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/scrobj && $(MAKE) $@
install install-lib:: dlls/scrobj
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/scrobj/scrobj.dll $(DESTDIR)$(dlldir)/scrobj.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/scrobj.dll
dlls/scrobj/tests/test: dummy
	@cd dlls/scrobj/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/scrrun && $(MAKE) $@
install install-lib:: dlls/scrrun
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/scrrun/scrrun.dll $(DESTDIR)$(dlldir)/scrrun.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/scrrun.dll
dlls/scrrun/tests/test: dummy
	@cd dlls/scrrun/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/scsiport.sys && $(MAKE) $@
install install-lib:: dlls/scsiport.sys
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/scsiport.sys/scsiport.sys $(DESTDIR)$(dlldir)/scsiport.sys
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/scsiport.sys
dlls/secur32/libsecur32.def: ../dlls/secur32/secur32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/secur32/secur32.spec
dlls/secur32/libsecur32.cross.a dlls/secur32/libsecur32.delay.a: ../dlls/secur32/secur32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/secur32/secur32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/secur32 && $(MAKE) $@
install install-lib:: dlls/secur32
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/secur32/secur32.dll.so $(DESTDIR)$(dlldir)/secur32.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/secur32/secur32.dll.fake $(DESTDIR)$(dlldir)/fakedlls/secur32.dll
install install-dev:: dlls/secur32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/secur32/libsecur32.def $(DESTDIR)$(dlldir)/libsecur32.def
dlls/secur32/tests/test: dummy
	@cd dlls/secur32/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/security && $(MAKE) $@
install install-lib:: dlls/security
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/security/security.dll $(DESTDIR)$(dlldir)/security.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/security.dll
dlls/sensapi/libsensapi.def: ../dlls/sensapi/sensapi.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/sensapi/sensapi.spec
dlls/sensapi/libsensapi.cross.a: ../dlls/sensapi/sensapi.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/sensapi/sensapi.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/sensapi && $(MAKE) $@
install install-lib:: dlls/sensapi
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/sensapi/sensapi.dll $(DESTDIR)$(dlldir)/sensapi.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/sensapi.dll
install install-dev:: dlls/sensapi
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/sensapi/libsensapi.def $(DESTDIR)$(dlldir)/libsensapi.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/serialui && $(MAKE) $@
install install-lib:: dlls/serialui
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/serialui/serialui.dll $(DESTDIR)$(dlldir)/serialui.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/serialui.dll
dlls/serialui/tests/test: dummy
	@cd dlls/serialui/tests && $(MAKE) test
dlls/setupapi/libsetupapi.def: ../dlls/setupapi/setupapi.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/setupapi/setupapi.spec
dlls/setupapi/libsetupapi.cross.a dlls/setupapi/libsetupapi.delay.a: ../dlls/setupapi/setupapi.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/setupapi/setupapi.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/setupapi && $(MAKE) $@
install install-lib:: dlls/setupapi
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/setupapi/setupapi.dll $(DESTDIR)$(dlldir)/setupapi.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/setupapi.dll
install install-dev:: dlls/setupapi
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/setupapi/libsetupapi.def $(DESTDIR)$(dlldir)/libsetupapi.def
dlls/setupapi/tests/test: dummy
	@cd dlls/setupapi/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/setupx.dll16 && $(MAKE) $@
install install-lib:: dlls/setupx.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/setupx.dll16/setupx.dll16 $(DESTDIR)$(dlldir)/setupx.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/setupx.dll16
dlls/sfc/libsfc.def: ../dlls/sfc/sfc.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/sfc/sfc.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/sfc && $(MAKE) $@
install install-lib:: dlls/sfc
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/sfc/sfc.dll $(DESTDIR)$(dlldir)/sfc.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/sfc.dll
install install-dev:: dlls/sfc
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/sfc/libsfc.def $(DESTDIR)$(dlldir)/libsfc.def
dlls/sfc_os/libsfc_os.def: ../dlls/sfc_os/sfc_os.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/sfc_os/sfc_os.spec
dlls/sfc_os/libsfc_os.cross.a: ../dlls/sfc_os/sfc_os.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/sfc_os/sfc_os.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/sfc_os && $(MAKE) $@
install install-lib:: dlls/sfc_os
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/sfc_os/sfc_os.dll $(DESTDIR)$(dlldir)/sfc_os.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/sfc_os.dll
install install-dev:: dlls/sfc_os
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/sfc_os/libsfc_os.def $(DESTDIR)$(dlldir)/libsfc_os.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/shcore && $(MAKE) $@
install install-lib:: dlls/shcore
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/shcore/shcore.dll $(DESTDIR)$(dlldir)/shcore.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/shcore.dll
dlls/shcore/tests/test: dummy
	@cd dlls/shcore/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/shdoclc && $(MAKE) $@
install install-lib:: dlls/shdoclc
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/shdoclc/shdoclc.dll $(DESTDIR)$(dlldir)/shdoclc.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/shdoclc.dll
dlls/shdocvw/libshdocvw.def: ../dlls/shdocvw/shdocvw.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/shdocvw/shdocvw.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/shdocvw && $(MAKE) $@
install install-lib:: dlls/shdocvw
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/shdocvw/shdocvw.dll $(DESTDIR)$(dlldir)/shdocvw.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/shdocvw.dll
install install-dev:: dlls/shdocvw
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/shdocvw/libshdocvw.def $(DESTDIR)$(dlldir)/libshdocvw.def
dlls/shdocvw/tests/test: dummy
	@cd dlls/shdocvw/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/shell.dll16 && $(MAKE) $@
install install-lib:: dlls/shell.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/shell.dll16/shell.dll16 $(DESTDIR)$(dlldir)/shell.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/shell.dll16
dlls/shell32/libshell32.def: ../dlls/shell32/shell32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/shell32/shell32.spec
dlls/shell32/libshell32.cross.a dlls/shell32/libshell32.delay.a: ../dlls/shell32/shell32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/shell32/shell32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/shell32 && $(MAKE) $@
install install-lib:: dlls/shell32
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/shell32/shell32.dll.so $(DESTDIR)$(dlldir)/shell32.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/shell32/shell32.dll.fake $(DESTDIR)$(dlldir)/fakedlls/shell32.dll
install install-dev:: dlls/shell32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/shell32/libshell32.def $(DESTDIR)$(dlldir)/libshell32.def
dlls/shell32/tests/test: dummy
	@cd dlls/shell32/tests && $(MAKE) test
dlls/shfolder/libshfolder.def: ../dlls/shfolder/shfolder.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/shfolder/shfolder.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/shfolder && $(MAKE) $@
install install-lib:: dlls/shfolder
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/shfolder/shfolder.dll $(DESTDIR)$(dlldir)/shfolder.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/shfolder.dll
install install-dev:: dlls/shfolder
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/shfolder/libshfolder.def $(DESTDIR)$(dlldir)/libshfolder.def
dlls/shlwapi/libshlwapi.def: ../dlls/shlwapi/shlwapi.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/shlwapi/shlwapi.spec
dlls/shlwapi/libshlwapi.cross.a dlls/shlwapi/libshlwapi.delay.a: ../dlls/shlwapi/shlwapi.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/shlwapi/shlwapi.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/shlwapi && $(MAKE) $@
install install-lib:: dlls/shlwapi
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/shlwapi/shlwapi.dll $(DESTDIR)$(dlldir)/shlwapi.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/shlwapi.dll
install install-dev:: dlls/shlwapi
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/shlwapi/libshlwapi.def $(DESTDIR)$(dlldir)/libshlwapi.def
dlls/shlwapi/tests/test: dummy
	@cd dlls/shlwapi/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/slbcsp && $(MAKE) $@
install install-lib:: dlls/slbcsp
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/slbcsp/slbcsp.dll $(DESTDIR)$(dlldir)/slbcsp.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/slbcsp.dll
dlls/slc/libslc.def: ../dlls/slc/slc.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/slc/slc.spec
dlls/slc/libslc.cross.a: ../dlls/slc/slc.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/slc/slc.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/slc && $(MAKE) $@
install install-lib:: dlls/slc
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/slc/slc.dll $(DESTDIR)$(dlldir)/slc.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/slc.dll
install install-dev:: dlls/slc
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/slc/libslc.def $(DESTDIR)$(dlldir)/libslc.def
dlls/slc/tests/test: dummy
	@cd dlls/slc/tests && $(MAKE) test
dlls/snmpapi/libsnmpapi.def: ../dlls/snmpapi/snmpapi.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/snmpapi/snmpapi.spec
dlls/snmpapi/libsnmpapi.cross.a: ../dlls/snmpapi/snmpapi.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/snmpapi/snmpapi.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/snmpapi && $(MAKE) $@
install install-lib:: dlls/snmpapi
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/snmpapi/snmpapi.dll $(DESTDIR)$(dlldir)/snmpapi.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/snmpapi.dll
install install-dev:: dlls/snmpapi
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/snmpapi/libsnmpapi.def $(DESTDIR)$(dlldir)/libsnmpapi.def
dlls/snmpapi/tests/test: dummy
	@cd dlls/snmpapi/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/softpub && $(MAKE) $@
install install-lib:: dlls/softpub
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/softpub/softpub.dll $(DESTDIR)$(dlldir)/softpub.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/softpub.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/sound.drv16 && $(MAKE) $@
install install-lib:: dlls/sound.drv16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/sound.drv16/sound.drv16 $(DESTDIR)$(dlldir)/sound.drv16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/sound.drv16
dlls/spoolss/libspoolss.def: ../dlls/spoolss/spoolss.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/spoolss/spoolss.spec
dlls/spoolss/libspoolss.cross.a: ../dlls/spoolss/spoolss.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/spoolss/spoolss.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/spoolss && $(MAKE) $@
install install-lib:: dlls/spoolss
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/spoolss/spoolss.dll $(DESTDIR)$(dlldir)/spoolss.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/spoolss.dll
install install-dev:: dlls/spoolss
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/spoolss/libspoolss.def $(DESTDIR)$(dlldir)/libspoolss.def
dlls/spoolss/tests/test: dummy
	@cd dlls/spoolss/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/srclient && $(MAKE) $@
install install-lib:: dlls/srclient
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/srclient/srclient.dll $(DESTDIR)$(dlldir)/srclient.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/srclient.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/sspicli && $(MAKE) $@
install install-lib:: dlls/sspicli
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/sspicli/sspicli.dll $(DESTDIR)$(dlldir)/sspicli.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/sspicli.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/stdole2.tlb && $(MAKE) $@
install install-lib:: dlls/stdole2.tlb
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/stdole2.tlb/stdole2.tlb $(DESTDIR)$(dlldir)/stdole2.tlb
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/stdole2.tlb
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/stdole32.tlb && $(MAKE) $@
install install-lib:: dlls/stdole32.tlb
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/stdole32.tlb/stdole32.tlb $(DESTDIR)$(dlldir)/stdole32.tlb
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/stdole32.tlb
dlls/sti/libsti.def: ../dlls/sti/sti.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/sti/sti.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/sti && $(MAKE) $@
install install-lib:: dlls/sti
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/sti/sti.dll $(DESTDIR)$(dlldir)/sti.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/sti.dll
install install-dev:: dlls/sti
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/sti/libsti.def $(DESTDIR)$(dlldir)/libsti.def
dlls/sti/tests/test: dummy
	@cd dlls/sti/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/storage.dll16 && $(MAKE) $@
install install-lib:: dlls/storage.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/storage.dll16/storage.dll16 $(DESTDIR)$(dlldir)/storage.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/storage.dll16
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/stress.dll16 && $(MAKE) $@
install install-lib:: dlls/stress.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/stress.dll16/stress.dll16 $(DESTDIR)$(dlldir)/stress.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/stress.dll16
install install-dev:: dlls/strmbase
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/strmbase/libstrmbase.a $(DESTDIR)$(dlldir)/libstrmbase.a
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/strmdll && $(MAKE) $@
install install-lib:: dlls/strmdll
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/strmdll/strmdll.dll $(DESTDIR)$(dlldir)/strmdll.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/strmdll.dll
install install-dev:: dlls/strmiids
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/strmiids/libstrmiids.a $(DESTDIR)$(dlldir)/libstrmiids.a
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/svrapi && $(MAKE) $@
install install-lib:: dlls/svrapi
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/svrapi/svrapi.dll $(DESTDIR)$(dlldir)/svrapi.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/svrapi.dll
dlls/sxs/libsxs.def: ../dlls/sxs/sxs.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/sxs/sxs.spec
dlls/sxs/libsxs.cross.a: ../dlls/sxs/sxs.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/sxs/sxs.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/sxs && $(MAKE) $@
install install-lib:: dlls/sxs
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/sxs/sxs.dll $(DESTDIR)$(dlldir)/sxs.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/sxs.dll
install install-dev:: dlls/sxs
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/sxs/libsxs.def $(DESTDIR)$(dlldir)/libsxs.def
dlls/sxs/tests/test: dummy
	@cd dlls/sxs/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/system.drv16 && $(MAKE) $@
install install-lib:: dlls/system.drv16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/system.drv16/system.drv16 $(DESTDIR)$(dlldir)/system.drv16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/system.drv16
dlls/t2embed/libt2embed.def: ../dlls/t2embed/t2embed.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/t2embed/t2embed.spec
dlls/t2embed/libt2embed.cross.a: ../dlls/t2embed/t2embed.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/t2embed/t2embed.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/t2embed && $(MAKE) $@
install install-lib:: dlls/t2embed
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/t2embed/t2embed.dll $(DESTDIR)$(dlldir)/t2embed.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/t2embed.dll
install install-dev:: dlls/t2embed
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/t2embed/libt2embed.def $(DESTDIR)$(dlldir)/libt2embed.def
dlls/t2embed/tests/test: dummy
	@cd dlls/t2embed/tests && $(MAKE) test
dlls/tapi32/libtapi32.def: ../dlls/tapi32/tapi32.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/tapi32/tapi32.spec
dlls/tapi32/libtapi32.cross.a: ../dlls/tapi32/tapi32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/tapi32/tapi32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/tapi32 && $(MAKE) $@
install install-lib:: dlls/tapi32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/tapi32/tapi32.dll $(DESTDIR)$(dlldir)/tapi32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/tapi32.dll
install install-dev:: dlls/tapi32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/tapi32/libtapi32.def $(DESTDIR)$(dlldir)/libtapi32.def
dlls/tapi32/tests/test: dummy
	@cd dlls/tapi32/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/taskschd && $(MAKE) $@
install install-lib:: dlls/taskschd
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/taskschd/taskschd.dll $(DESTDIR)$(dlldir)/taskschd.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/taskschd.dll
dlls/taskschd/tests/test: dummy
	@cd dlls/taskschd/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/tdh && $(MAKE) $@
install install-lib:: dlls/tdh
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/tdh/tdh.dll $(DESTDIR)$(dlldir)/tdh.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/tdh.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/tdi.sys && $(MAKE) $@
install install-lib:: dlls/tdi.sys
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/tdi.sys/tdi.sys $(DESTDIR)$(dlldir)/tdi.sys
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/tdi.sys
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/toolhelp.dll16 && $(MAKE) $@
install install-lib:: dlls/toolhelp.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/toolhelp.dll16/toolhelp.dll16 $(DESTDIR)$(dlldir)/toolhelp.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/toolhelp.dll16
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/traffic && $(MAKE) $@
install install-lib:: dlls/traffic
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/traffic/traffic.dll $(DESTDIR)$(dlldir)/traffic.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/traffic.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/twain.dll16 && $(MAKE) $@
install install-lib:: dlls/twain.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/twain.dll16/twain.dll16 $(DESTDIR)$(dlldir)/twain.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/twain.dll16
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/twain_32 && $(MAKE) $@
install install-lib:: dlls/twain_32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/twain_32/twain_32.dll $(DESTDIR)$(dlldir)/twain_32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/twain_32.dll
dlls/twain_32/tests/test: dummy
	@cd dlls/twain_32/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/typelib.dll16 && $(MAKE) $@
install install-lib:: dlls/typelib.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/typelib.dll16/typelib.dll16 $(DESTDIR)$(dlldir)/typelib.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/typelib.dll16
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/tzres && $(MAKE) $@
install install-lib:: dlls/tzres
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/tzres/tzres.dll $(DESTDIR)$(dlldir)/tzres.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/tzres.dll
dlls/ucrtbase/libucrtbase.a: dummy
	@cd dlls/ucrtbase && $(MAKE) libucrtbase.a
dlls/ucrtbase/libucrtbase.cross.a: dummy
	@cd dlls/ucrtbase && $(MAKE) libucrtbase.cross.a
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ucrtbase && $(MAKE) $@
install install-lib:: dlls/ucrtbase
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/ucrtbase/ucrtbase.dll.so $(DESTDIR)$(dlldir)/ucrtbase.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/ucrtbase/ucrtbase.dll.fake $(DESTDIR)$(dlldir)/fakedlls/ucrtbase.dll
install install-dev:: dlls/ucrtbase
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/ucrtbase/libucrtbase.a $(DESTDIR)$(dlldir)/libucrtbase.a
dlls/ucrtbase/tests/test: dummy
	@cd dlls/ucrtbase/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/uianimation && $(MAKE) $@
install install-lib:: dlls/uianimation
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/uianimation/uianimation.dll $(DESTDIR)$(dlldir)/uianimation.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/uianimation.dll
dlls/uianimation/tests/test: dummy
	@cd dlls/uianimation/tests && $(MAKE) test
dlls/uiautomationcore/libuiautomationcore.def: ../dlls/uiautomationcore/uiautomationcore.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/uiautomationcore/uiautomationcore.spec
dlls/uiautomationcore/libuiautomationcore.cross.a: ../dlls/uiautomationcore/uiautomationcore.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/uiautomationcore/uiautomationcore.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/uiautomationcore && $(MAKE) $@
install install-lib:: dlls/uiautomationcore
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/uiautomationcore/uiautomationcore.dll $(DESTDIR)$(dlldir)/uiautomationcore.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/uiautomationcore.dll
install install-dev:: dlls/uiautomationcore
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/uiautomationcore/libuiautomationcore.def $(DESTDIR)$(dlldir)/libuiautomationcore.def
dlls/uiautomationcore/tests/test: dummy
	@cd dlls/uiautomationcore/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/uiribbon && $(MAKE) $@
install install-lib:: dlls/uiribbon
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/uiribbon/uiribbon.dll $(DESTDIR)$(dlldir)/uiribbon.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/uiribbon.dll
dlls/unicows/libunicows.def: ../dlls/unicows/unicows.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/unicows/unicows.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/unicows && $(MAKE) $@
install install-lib:: dlls/unicows
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/unicows/unicows.dll $(DESTDIR)$(dlldir)/unicows.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/unicows.dll
install install-dev:: dlls/unicows
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/unicows/libunicows.def $(DESTDIR)$(dlldir)/libunicows.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/updspapi && $(MAKE) $@
install install-lib:: dlls/updspapi
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/updspapi/updspapi.dll $(DESTDIR)$(dlldir)/updspapi.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/updspapi.dll
dlls/url/liburl.def: ../dlls/url/url.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/url/url.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/url && $(MAKE) $@
install install-lib:: dlls/url
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/url/url.dll $(DESTDIR)$(dlldir)/url.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/url.dll
install install-dev:: dlls/url
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/url/liburl.def $(DESTDIR)$(dlldir)/liburl.def
dlls/urlmon/liburlmon.def: ../dlls/urlmon/urlmon.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/urlmon/urlmon.spec
dlls/urlmon/liburlmon.cross.a dlls/urlmon/liburlmon.delay.a: ../dlls/urlmon/urlmon.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/urlmon/urlmon.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/urlmon && $(MAKE) $@
install install-lib:: dlls/urlmon
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/urlmon/urlmon.dll $(DESTDIR)$(dlldir)/urlmon.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/urlmon.dll
install install-dev:: dlls/urlmon
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/urlmon/liburlmon.def $(DESTDIR)$(dlldir)/liburlmon.def
dlls/urlmon/tests/test: dummy
	@cd dlls/urlmon/tests && $(MAKE) test
dlls/usbd.sys/libusbd.def: ../dlls/usbd.sys/usbd.sys.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/usbd.sys/usbd.sys.spec
dlls/libusbd.def: dlls/usbd.sys/libusbd.def
	rm -f dlls/libusbd.def && ln -s usbd.sys/libusbd.def dlls/libusbd.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/usbd.sys && $(MAKE) $@
install install-lib:: dlls/usbd.sys
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/usbd.sys/usbd.sys $(DESTDIR)$(dlldir)/usbd.sys
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/usbd.sys
install install-dev:: dlls/usbd.sys
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/usbd.sys/libusbd.def $(DESTDIR)$(dlldir)/libusbd.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/user.exe16 && $(MAKE) $@
install install-lib:: dlls/user.exe16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/user.exe16/user.exe16 $(DESTDIR)$(dlldir)/user.exe16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/user.exe16
dlls/user32/libuser32.def: ../dlls/user32/user32.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/user32/user32.spec
dlls/user32/libuser32.cross.a dlls/user32/libuser32.delay.a: ../dlls/user32/user32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/user32/user32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/user32 && $(MAKE) $@
install install-lib:: dlls/user32
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/user32/user32.dll.so $(DESTDIR)$(dlldir)/user32.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/user32/user32.dll.fake $(DESTDIR)$(dlldir)/fakedlls/user32.dll
install install-dev:: dlls/user32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/user32/libuser32.def $(DESTDIR)$(dlldir)/libuser32.def
dlls/user32/tests/test: dummy
	@cd dlls/user32/tests && $(MAKE) test
dlls/userenv/libuserenv.def: ../dlls/userenv/userenv.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/userenv/userenv.spec
dlls/userenv/libuserenv.cross.a dlls/userenv/libuserenv.delay.a: ../dlls/userenv/userenv.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/userenv/userenv.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/userenv && $(MAKE) $@
install install-lib:: dlls/userenv
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/userenv/userenv.dll $(DESTDIR)$(dlldir)/userenv.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/userenv.dll
install install-dev:: dlls/userenv
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/userenv/libuserenv.def $(DESTDIR)$(dlldir)/libuserenv.def
dlls/userenv/tests/test: dummy
	@cd dlls/userenv/tests && $(MAKE) test
dlls/usp10/libusp10.def: ../dlls/usp10/usp10.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/usp10/usp10.spec
dlls/usp10/libusp10.cross.a: ../dlls/usp10/usp10.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/usp10/usp10.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/usp10 && $(MAKE) $@
install install-lib:: dlls/usp10
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/usp10/usp10.dll $(DESTDIR)$(dlldir)/usp10.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/usp10.dll
install install-dev:: dlls/usp10
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/usp10/libusp10.def $(DESTDIR)$(dlldir)/libusp10.def
dlls/usp10/tests/test: dummy
	@cd dlls/usp10/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/utildll && $(MAKE) $@
install install-lib:: dlls/utildll
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/utildll/utildll.dll $(DESTDIR)$(dlldir)/utildll.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/utildll.dll
install install-dev:: dlls/uuid
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/uuid/libuuid.a $(DESTDIR)$(dlldir)/libuuid.a
dlls/uxtheme/libuxtheme.def: ../dlls/uxtheme/uxtheme.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/uxtheme/uxtheme.spec
dlls/uxtheme/libuxtheme.cross.a dlls/uxtheme/libuxtheme.delay.a: ../dlls/uxtheme/uxtheme.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/uxtheme/uxtheme.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/uxtheme && $(MAKE) $@
install install-lib:: dlls/uxtheme
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/uxtheme/uxtheme.dll $(DESTDIR)$(dlldir)/uxtheme.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/uxtheme.dll
install install-dev:: dlls/uxtheme
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/uxtheme/libuxtheme.def $(DESTDIR)$(dlldir)/libuxtheme.def
dlls/uxtheme/tests/test: dummy
	@cd dlls/uxtheme/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/vbscript && $(MAKE) $@
install install-lib:: dlls/vbscript
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/vbscript/vbscript.dll $(DESTDIR)$(dlldir)/vbscript.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/vbscript.dll
dlls/vbscript/tests/test: dummy
	@cd dlls/vbscript/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/vcomp && $(MAKE) $@
install install-lib:: dlls/vcomp
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/vcomp/vcomp.dll $(DESTDIR)$(dlldir)/vcomp.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/vcomp.dll
dlls/vcomp/tests/test: dummy
	@cd dlls/vcomp/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/vcomp100 && $(MAKE) $@
install install-lib:: dlls/vcomp100
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/vcomp100/vcomp100.dll $(DESTDIR)$(dlldir)/vcomp100.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/vcomp100.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/vcomp110 && $(MAKE) $@
install install-lib:: dlls/vcomp110
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/vcomp110/vcomp110.dll $(DESTDIR)$(dlldir)/vcomp110.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/vcomp110.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/vcomp120 && $(MAKE) $@
install install-lib:: dlls/vcomp120
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/vcomp120/vcomp120.dll $(DESTDIR)$(dlldir)/vcomp120.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/vcomp120.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/vcomp140 && $(MAKE) $@
install install-lib:: dlls/vcomp140
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/vcomp140/vcomp140.dll $(DESTDIR)$(dlldir)/vcomp140.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/vcomp140.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/vcomp90 && $(MAKE) $@
install install-lib:: dlls/vcomp90
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/vcomp90/vcomp90.dll $(DESTDIR)$(dlldir)/vcomp90.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/vcomp90.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/vcruntime140 && $(MAKE) $@
install install-lib:: dlls/vcruntime140
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/vcruntime140/vcruntime140.dll $(DESTDIR)$(dlldir)/vcruntime140.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/vcruntime140.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/vdhcp.vxd && $(MAKE) $@
install install-lib:: dlls/vdhcp.vxd
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/vdhcp.vxd/vdhcp.vxd $(DESTDIR)$(dlldir)/vdhcp.vxd
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/vdhcp.vxd
dlls/vdmdbg/libvdmdbg.def: ../dlls/vdmdbg/vdmdbg.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/vdmdbg/vdmdbg.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/vdmdbg && $(MAKE) $@
install install-lib:: dlls/vdmdbg
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/vdmdbg/vdmdbg.dll $(DESTDIR)$(dlldir)/vdmdbg.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/vdmdbg.dll
install install-dev:: dlls/vdmdbg
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/vdmdbg/libvdmdbg.def $(DESTDIR)$(dlldir)/libvdmdbg.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ver.dll16 && $(MAKE) $@
install install-lib:: dlls/ver.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/ver.dll16/ver.dll16 $(DESTDIR)$(dlldir)/ver.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ver.dll16
dlls/version/libversion.def: ../dlls/version/version.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/version/version.spec
dlls/version/libversion.cross.a dlls/version/libversion.delay.a: ../dlls/version/version.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/version/version.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/version && $(MAKE) $@
install install-lib:: dlls/version
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/version/version.dll $(DESTDIR)$(dlldir)/version.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/version.dll
install install-dev:: dlls/version
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/version/libversion.def $(DESTDIR)$(dlldir)/libversion.def
dlls/version/tests/test: dummy
	@cd dlls/version/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/virtdisk && $(MAKE) $@
install install-lib:: dlls/virtdisk
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/virtdisk/virtdisk.dll $(DESTDIR)$(dlldir)/virtdisk.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/virtdisk.dll
dlls/virtdisk/tests/test: dummy
	@cd dlls/virtdisk/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/vmm.vxd && $(MAKE) $@
install install-lib:: dlls/vmm.vxd
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/vmm.vxd/vmm.vxd $(DESTDIR)$(dlldir)/vmm.vxd
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/vmm.vxd
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/vnbt.vxd && $(MAKE) $@
install install-lib:: dlls/vnbt.vxd
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/vnbt.vxd/vnbt.vxd $(DESTDIR)$(dlldir)/vnbt.vxd
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/vnbt.vxd
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/vnetbios.vxd && $(MAKE) $@
install install-lib:: dlls/vnetbios.vxd
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/vnetbios.vxd/vnetbios.vxd $(DESTDIR)$(dlldir)/vnetbios.vxd
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/vnetbios.vxd
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/vssapi && $(MAKE) $@
install install-lib:: dlls/vssapi
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/vssapi/vssapi.dll $(DESTDIR)$(dlldir)/vssapi.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/vssapi.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/vtdapi.vxd && $(MAKE) $@
install install-lib:: dlls/vtdapi.vxd
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/vtdapi.vxd/vtdapi.vxd $(DESTDIR)$(dlldir)/vtdapi.vxd
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/vtdapi.vxd
dlls/vulkan-1/libvulkan-1.def: ../dlls/vulkan-1/vulkan-1.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/vulkan-1/vulkan-1.spec
dlls/vulkan-1/libvulkan-1.cross.a: ../dlls/vulkan-1/vulkan-1.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/vulkan-1/vulkan-1.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/vulkan-1 && $(MAKE) $@
install install-lib:: dlls/vulkan-1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/vulkan-1/vulkan-1.dll $(DESTDIR)$(dlldir)/vulkan-1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/vulkan-1.dll
install install-dev:: dlls/vulkan-1
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/vulkan-1/libvulkan-1.def $(DESTDIR)$(dlldir)/libvulkan-1.def
dlls/vulkan-1/tests/test: dummy
	@cd dlls/vulkan-1/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/vwin32.vxd && $(MAKE) $@
install install-lib:: dlls/vwin32.vxd
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/vwin32.vxd/vwin32.vxd $(DESTDIR)$(dlldir)/vwin32.vxd
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/vwin32.vxd
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/w32skrnl && $(MAKE) $@
install install-lib:: dlls/w32skrnl
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/w32skrnl/w32skrnl.dll $(DESTDIR)$(dlldir)/w32skrnl.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/w32skrnl.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/w32sys.dll16 && $(MAKE) $@
install install-lib:: dlls/w32sys.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/w32sys.dll16/w32sys.dll16 $(DESTDIR)$(dlldir)/w32sys.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/w32sys.dll16
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wbemdisp && $(MAKE) $@
install install-lib:: dlls/wbemdisp
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wbemdisp/wbemdisp.dll $(DESTDIR)$(dlldir)/wbemdisp.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wbemdisp.dll
dlls/wbemdisp/tests/test: dummy
	@cd dlls/wbemdisp/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wbemprox && $(MAKE) $@
install install-lib:: dlls/wbemprox
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wbemprox/wbemprox.dll $(DESTDIR)$(dlldir)/wbemprox.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wbemprox.dll
dlls/wbemprox/tests/test: dummy
	@cd dlls/wbemprox/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wdscore && $(MAKE) $@
install install-lib:: dlls/wdscore
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wdscore/wdscore.dll $(DESTDIR)$(dlldir)/wdscore.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wdscore.dll
dlls/webservices/libwebservices.def: ../dlls/webservices/webservices.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/webservices/webservices.spec
dlls/webservices/libwebservices.cross.a: ../dlls/webservices/webservices.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/webservices/webservices.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/webservices && $(MAKE) $@
install install-lib:: dlls/webservices
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/webservices/webservices.dll $(DESTDIR)$(dlldir)/webservices.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/webservices.dll
install install-dev:: dlls/webservices
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/webservices/libwebservices.def $(DESTDIR)$(dlldir)/libwebservices.def
dlls/webservices/tests/test: dummy
	@cd dlls/webservices/tests && $(MAKE) test
dlls/wer/libwer.def: ../dlls/wer/wer.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/wer/wer.spec
dlls/wer/libwer.cross.a: ../dlls/wer/wer.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/wer/wer.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wer && $(MAKE) $@
install install-lib:: dlls/wer
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wer/wer.dll $(DESTDIR)$(dlldir)/wer.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wer.dll
install install-dev:: dlls/wer
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/wer/libwer.def $(DESTDIR)$(dlldir)/libwer.def
dlls/wer/tests/test: dummy
	@cd dlls/wer/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wevtapi && $(MAKE) $@
install install-lib:: dlls/wevtapi
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wevtapi/wevtapi.dll $(DESTDIR)$(dlldir)/wevtapi.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wevtapi.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wiaservc && $(MAKE) $@
install install-lib:: dlls/wiaservc
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wiaservc/wiaservc.dll $(DESTDIR)$(dlldir)/wiaservc.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wiaservc.dll
dlls/wiaservc/tests/test: dummy
	@cd dlls/wiaservc/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wimgapi && $(MAKE) $@
install install-lib:: dlls/wimgapi
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wimgapi/wimgapi.dll $(DESTDIR)$(dlldir)/wimgapi.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wimgapi.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/win32s16.dll16 && $(MAKE) $@
install install-lib:: dlls/win32s16.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/win32s16.dll16/win32s16.dll16 $(DESTDIR)$(dlldir)/win32s16.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/win32s16.dll16
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/win87em.dll16 && $(MAKE) $@
install install-lib:: dlls/win87em.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/win87em.dll16/win87em.dll16 $(DESTDIR)$(dlldir)/win87em.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/win87em.dll16
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/winaspi.dll16 && $(MAKE) $@
install install-lib:: dlls/winaspi.dll16
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/winaspi.dll16/winaspi.dll16.so $(DESTDIR)$(dlldir)/winaspi.dll16.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/winaspi.dll16/winaspi.dll16.fake $(DESTDIR)$(dlldir)/fakedlls/winaspi.dll16
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/windebug.dll16 && $(MAKE) $@
install install-lib:: dlls/windebug.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/windebug.dll16/windebug.dll16 $(DESTDIR)$(dlldir)/windebug.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/windebug.dll16
dlls/windowscodecs/libwindowscodecs.def: ../dlls/windowscodecs/windowscodecs.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/windowscodecs/windowscodecs.spec
dlls/windowscodecs/libwindowscodecs.cross.a dlls/windowscodecs/libwindowscodecs.delay.a: ../dlls/windowscodecs/windowscodecs.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/windowscodecs/windowscodecs.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/windowscodecs && $(MAKE) $@
install install-lib:: dlls/windowscodecs
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/windowscodecs/windowscodecs.dll.so $(DESTDIR)$(dlldir)/windowscodecs.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/windowscodecs/windowscodecs.dll.fake $(DESTDIR)$(dlldir)/fakedlls/windowscodecs.dll
install install-dev:: dlls/windowscodecs
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/windowscodecs/libwindowscodecs.def $(DESTDIR)$(dlldir)/libwindowscodecs.def
dlls/windowscodecs/tests/test: dummy
	@cd dlls/windowscodecs/tests && $(MAKE) test
dlls/windowscodecsext/libwindowscodecsext.def: ../dlls/windowscodecsext/windowscodecsext.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/windowscodecsext/windowscodecsext.spec
dlls/windowscodecsext/libwindowscodecsext.cross.a: ../dlls/windowscodecsext/windowscodecsext.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/windowscodecsext/windowscodecsext.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/windowscodecsext && $(MAKE) $@
install install-lib:: dlls/windowscodecsext
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/windowscodecsext/windowscodecsext.dll $(DESTDIR)$(dlldir)/windowscodecsext.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/windowscodecsext.dll
install install-dev:: dlls/windowscodecsext
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/windowscodecsext/libwindowscodecsext.def $(DESTDIR)$(dlldir)/libwindowscodecsext.def
dlls/windowscodecsext/tests/test: dummy
	@cd dlls/windowscodecsext/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/winealsa.drv && $(MAKE) $@
install install-lib:: dlls/winealsa.drv
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/winealsa.drv/winealsa.drv.so $(DESTDIR)$(dlldir)/winealsa.drv.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/winealsa.drv/winealsa.drv.fake $(DESTDIR)$(dlldir)/fakedlls/winealsa.drv
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/winebus.sys && $(MAKE) $@
install install-lib:: dlls/winebus.sys
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/winebus.sys/winebus.sys.so $(DESTDIR)$(dlldir)/winebus.sys.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/winebus.sys/winebus.sys.fake $(DESTDIR)$(dlldir)/fakedlls/winebus.sys
install install-dev:: dlls/winecrt0
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/winecrt0/libwinecrt0.a $(DESTDIR)$(dlldir)/libwinecrt0.a
dlls/wined3d/libwined3d.def: ../dlls/wined3d/wined3d.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/wined3d/wined3d.spec
dlls/wined3d/libwined3d.cross.a: ../dlls/wined3d/wined3d.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/wined3d/wined3d.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wined3d && $(MAKE) $@
install install-lib:: dlls/wined3d
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/wined3d/wined3d.dll.so $(DESTDIR)$(dlldir)/wined3d.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/wined3d/wined3d.dll.fake $(DESTDIR)$(dlldir)/fakedlls/wined3d.dll
install install-dev:: dlls/wined3d
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/wined3d/libwined3d.def $(DESTDIR)$(dlldir)/libwined3d.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/winehid.sys && $(MAKE) $@
install install-lib:: dlls/winehid.sys
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/winehid.sys/winehid.sys $(DESTDIR)$(dlldir)/winehid.sys
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/winehid.sys
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/winejoystick.drv && $(MAKE) $@
install install-lib:: dlls/winejoystick.drv
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/winejoystick.drv/winejoystick.drv.so $(DESTDIR)$(dlldir)/winejoystick.drv.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/winejoystick.drv/winejoystick.drv.fake $(DESTDIR)$(dlldir)/fakedlls/winejoystick.drv
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/winemapi && $(MAKE) $@
install install-lib:: dlls/winemapi
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/winemapi/winemapi.dll $(DESTDIR)$(dlldir)/winemapi.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/winemapi.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wineps.drv && $(MAKE) $@
install install-lib:: dlls/wineps.drv
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wineps.drv/wineps.drv $(DESTDIR)$(dlldir)/wineps.drv
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wineps.drv
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wineps16.drv16 && $(MAKE) $@
install install-lib:: dlls/wineps16.drv16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wineps16.drv16/wineps16.drv16 $(DESTDIR)$(dlldir)/wineps16.drv16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wineps16.drv16
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/winepulse.drv && $(MAKE) $@
install install-lib:: dlls/winepulse.drv
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/winepulse.drv/winepulse.drv.so $(DESTDIR)$(dlldir)/winepulse.drv.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/winepulse.drv/winepulse.drv.fake $(DESTDIR)$(dlldir)/fakedlls/winepulse.drv
dlls/winevulkan/libwinevulkan.def: ../dlls/winevulkan/winevulkan.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/winevulkan/winevulkan.spec
dlls/winevulkan/libwinevulkan.cross.a: ../dlls/winevulkan/winevulkan.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/winevulkan/winevulkan.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/winevulkan && $(MAKE) $@
install install-lib:: dlls/winevulkan
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/winevulkan/winevulkan.dll.so $(DESTDIR)$(dlldir)/winevulkan.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/winevulkan/winevulkan.dll.fake $(DESTDIR)$(dlldir)/fakedlls/winevulkan.dll
install install-dev:: dlls/winevulkan
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/winevulkan/libwinevulkan.def $(DESTDIR)$(dlldir)/libwinevulkan.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/winex11.drv && $(MAKE) $@
install install-lib:: dlls/winex11.drv
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/winex11.drv/winex11.drv.so $(DESTDIR)$(dlldir)/winex11.drv.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/winex11.drv/winex11.drv.fake $(DESTDIR)$(dlldir)/fakedlls/winex11.drv
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wing.dll16 && $(MAKE) $@
install install-lib:: dlls/wing.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wing.dll16/wing.dll16 $(DESTDIR)$(dlldir)/wing.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wing.dll16
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wing32 && $(MAKE) $@
install install-lib:: dlls/wing32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wing32/wing32.dll $(DESTDIR)$(dlldir)/wing32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wing32.dll
dlls/winhttp/libwinhttp.def: ../dlls/winhttp/winhttp.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/winhttp/winhttp.spec
dlls/winhttp/libwinhttp.cross.a: ../dlls/winhttp/winhttp.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/winhttp/winhttp.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/winhttp && $(MAKE) $@
install install-lib:: dlls/winhttp
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/winhttp/winhttp.dll $(DESTDIR)$(dlldir)/winhttp.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/winhttp.dll
install install-dev:: dlls/winhttp
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/winhttp/libwinhttp.def $(DESTDIR)$(dlldir)/libwinhttp.def
dlls/winhttp/tests/test: dummy
	@cd dlls/winhttp/tests && $(MAKE) test
dlls/wininet/libwininet.def: ../dlls/wininet/wininet.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/wininet/wininet.spec
dlls/wininet/libwininet.cross.a dlls/wininet/libwininet.delay.a: ../dlls/wininet/wininet.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/wininet/wininet.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wininet && $(MAKE) $@
install install-lib:: dlls/wininet
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wininet/wininet.dll $(DESTDIR)$(dlldir)/wininet.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wininet.dll
install install-dev:: dlls/wininet
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/wininet/libwininet.def $(DESTDIR)$(dlldir)/libwininet.def
dlls/wininet/tests/test: dummy
	@cd dlls/wininet/tests && $(MAKE) test
dlls/winmm/libwinmm.def: ../dlls/winmm/winmm.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/winmm/winmm.spec
dlls/winmm/libwinmm.cross.a dlls/winmm/libwinmm.delay.a: ../dlls/winmm/winmm.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/winmm/winmm.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/winmm && $(MAKE) $@
install install-lib:: dlls/winmm
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/winmm/winmm.dll $(DESTDIR)$(dlldir)/winmm.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/winmm.dll
install install-dev:: dlls/winmm
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/winmm/libwinmm.def $(DESTDIR)$(dlldir)/libwinmm.def
dlls/winmm/tests/test: dummy
	@cd dlls/winmm/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/winnls.dll16 && $(MAKE) $@
install install-lib:: dlls/winnls.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/winnls.dll16/winnls.dll16 $(DESTDIR)$(dlldir)/winnls.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/winnls.dll16
dlls/winnls32/libwinnls32.def: ../dlls/winnls32/winnls32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/winnls32/winnls32.spec
dlls/winnls32/libwinnls32.cross.a: ../dlls/winnls32/winnls32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/winnls32/winnls32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/winnls32 && $(MAKE) $@
install install-lib:: dlls/winnls32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/winnls32/winnls32.dll $(DESTDIR)$(dlldir)/winnls32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/winnls32.dll
install install-dev:: dlls/winnls32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/winnls32/libwinnls32.def $(DESTDIR)$(dlldir)/libwinnls32.def
dlls/winscard/libwinscard.def: ../dlls/winscard/winscard.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/winscard/winscard.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/winscard && $(MAKE) $@
install install-lib:: dlls/winscard
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/winscard/winscard.dll $(DESTDIR)$(dlldir)/winscard.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/winscard.dll
install install-dev:: dlls/winscard
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/winscard/libwinscard.def $(DESTDIR)$(dlldir)/libwinscard.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/winsock.dll16 && $(MAKE) $@
install install-lib:: dlls/winsock.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/winsock.dll16/winsock.dll16 $(DESTDIR)$(dlldir)/winsock.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/winsock.dll16
dlls/winspool.drv/libwinspool.def: ../dlls/winspool.drv/winspool.drv.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/winspool.drv/winspool.drv.spec
dlls/winspool.drv/libwinspool.cross.a dlls/winspool.drv/libwinspool.delay.a: ../dlls/winspool.drv/winspool.drv.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/winspool.drv/winspool.drv.spec
dlls/libwinspool.def: dlls/winspool.drv/libwinspool.def
	rm -f dlls/libwinspool.def && ln -s winspool.drv/libwinspool.def dlls/libwinspool.def
dlls/libwinspool.delay.a: dlls/winspool.drv/libwinspool.delay.a
	rm -f dlls/libwinspool.delay.a && ln -s winspool.drv/libwinspool.delay.a dlls/libwinspool.delay.a
dlls/libwinspool.cross.a: dlls/winspool.drv/libwinspool.cross.a
	rm -f dlls/libwinspool.cross.a && ln -s winspool.drv/libwinspool.cross.a dlls/libwinspool.cross.a
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/winspool.drv && $(MAKE) $@
install install-lib:: dlls/winspool.drv
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/winspool.drv/winspool.drv.so $(DESTDIR)$(dlldir)/winspool.drv.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/winspool.drv/winspool.drv.fake $(DESTDIR)$(dlldir)/fakedlls/winspool.drv
install install-dev:: dlls/winspool.drv
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/winspool.drv/libwinspool.def $(DESTDIR)$(dlldir)/libwinspool.def
dlls/winspool.drv/tests/test: dummy
	@cd dlls/winspool.drv/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/winsta && $(MAKE) $@
install install-lib:: dlls/winsta
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/winsta/winsta.dll $(DESTDIR)$(dlldir)/winsta.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/winsta.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wintab.dll16 && $(MAKE) $@
install install-lib:: dlls/wintab.dll16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wintab.dll16/wintab.dll16 $(DESTDIR)$(dlldir)/wintab.dll16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wintab.dll16
dlls/wintab32/libwintab32.def: ../dlls/wintab32/wintab32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/wintab32/wintab32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wintab32 && $(MAKE) $@
install install-lib:: dlls/wintab32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wintab32/wintab32.dll $(DESTDIR)$(dlldir)/wintab32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wintab32.dll
install install-dev:: dlls/wintab32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/wintab32/libwintab32.def $(DESTDIR)$(dlldir)/libwintab32.def
dlls/wintab32/tests/test: dummy
	@cd dlls/wintab32/tests && $(MAKE) test
dlls/wintrust/libwintrust.def: ../dlls/wintrust/wintrust.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/wintrust/wintrust.spec
dlls/wintrust/libwintrust.cross.a dlls/wintrust/libwintrust.delay.a: ../dlls/wintrust/wintrust.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/wintrust/wintrust.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wintrust && $(MAKE) $@
install install-lib:: dlls/wintrust
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wintrust/wintrust.dll $(DESTDIR)$(dlldir)/wintrust.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wintrust.dll
install install-dev:: dlls/wintrust
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/wintrust/libwintrust.def $(DESTDIR)$(dlldir)/libwintrust.def
dlls/wintrust/tests/test: dummy
	@cd dlls/wintrust/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/winusb && $(MAKE) $@
install install-lib:: dlls/winusb
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/winusb/winusb.dll $(DESTDIR)$(dlldir)/winusb.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/winusb.dll
dlls/wlanapi/libwlanapi.def: ../dlls/wlanapi/wlanapi.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/wlanapi/wlanapi.spec
dlls/wlanapi/libwlanapi.cross.a: ../dlls/wlanapi/wlanapi.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/wlanapi/wlanapi.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wlanapi && $(MAKE) $@
install install-lib:: dlls/wlanapi
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wlanapi/wlanapi.dll $(DESTDIR)$(dlldir)/wlanapi.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wlanapi.dll
install install-dev:: dlls/wlanapi
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/wlanapi/libwlanapi.def $(DESTDIR)$(dlldir)/libwlanapi.def
dlls/wlanapi/tests/test: dummy
	@cd dlls/wlanapi/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wlanui && $(MAKE) $@
install install-lib:: dlls/wlanui
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wlanui/wlanui.dll $(DESTDIR)$(dlldir)/wlanui.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wlanui.dll
dlls/wldap32/libwldap32.def: ../dlls/wldap32/wldap32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/wldap32/wldap32.spec
dlls/wldap32/libwldap32.cross.a: ../dlls/wldap32/wldap32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/wldap32/wldap32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wldap32 && $(MAKE) $@
install install-lib:: dlls/wldap32
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/wldap32/wldap32.dll.so $(DESTDIR)$(dlldir)/wldap32.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/wldap32/wldap32.dll.fake $(DESTDIR)$(dlldir)/fakedlls/wldap32.dll
install install-dev:: dlls/wldap32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/wldap32/libwldap32.def $(DESTDIR)$(dlldir)/libwldap32.def
dlls/wldap32/tests/test: dummy
	@cd dlls/wldap32/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wmasf && $(MAKE) $@
install install-lib:: dlls/wmasf
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wmasf/wmasf.dll $(DESTDIR)$(dlldir)/wmasf.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wmasf.dll
install install-dev:: dlls/wmcodecdspuuid
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/wmcodecdspuuid/libwmcodecdspuuid.a $(DESTDIR)$(dlldir)/libwmcodecdspuuid.a
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wmi && $(MAKE) $@
install install-lib:: dlls/wmi
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wmi/wmi.dll $(DESTDIR)$(dlldir)/wmi.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wmi.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wmiutils && $(MAKE) $@
install install-lib:: dlls/wmiutils
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wmiutils/wmiutils.dll $(DESTDIR)$(dlldir)/wmiutils.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wmiutils.dll
dlls/wmiutils/tests/test: dummy
	@cd dlls/wmiutils/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wmp && $(MAKE) $@
install install-lib:: dlls/wmp
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wmp/wmp.dll $(DESTDIR)$(dlldir)/wmp.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wmp.dll
dlls/wmp/tests/test: dummy
	@cd dlls/wmp/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wmphoto && $(MAKE) $@
install install-lib:: dlls/wmphoto
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wmphoto/wmphoto.dll $(DESTDIR)$(dlldir)/wmphoto.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wmphoto.dll
dlls/wmvcore/libwmvcore.def: ../dlls/wmvcore/wmvcore.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/wmvcore/wmvcore.spec
dlls/wmvcore/libwmvcore.cross.a: ../dlls/wmvcore/wmvcore.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/wmvcore/wmvcore.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wmvcore && $(MAKE) $@
install install-lib:: dlls/wmvcore
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wmvcore/wmvcore.dll $(DESTDIR)$(dlldir)/wmvcore.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wmvcore.dll
install install-dev:: dlls/wmvcore
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/wmvcore/libwmvcore.def $(DESTDIR)$(dlldir)/libwmvcore.def
dlls/wmvcore/tests/test: dummy
	@cd dlls/wmvcore/tests && $(MAKE) test
dlls/wnaspi32/libwnaspi32.def: ../dlls/wnaspi32/wnaspi32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/wnaspi32/wnaspi32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wnaspi32 && $(MAKE) $@
install install-lib:: dlls/wnaspi32
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/wnaspi32/wnaspi32.dll.so $(DESTDIR)$(dlldir)/wnaspi32.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/wnaspi32/wnaspi32.dll.fake $(DESTDIR)$(dlldir)/fakedlls/wnaspi32.dll
install install-dev:: dlls/wnaspi32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/wnaspi32/libwnaspi32.def $(DESTDIR)$(dlldir)/libwnaspi32.def
dlls/wow32/libwow32.def: ../dlls/wow32/wow32.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/wow32/wow32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wow32 && $(MAKE) $@
install install-lib:: dlls/wow32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wow32/wow32.dll $(DESTDIR)$(dlldir)/wow32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wow32.dll
install install-dev:: dlls/wow32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/wow32/libwow32.def $(DESTDIR)$(dlldir)/libwow32.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wpc && $(MAKE) $@
install install-lib:: dlls/wpc
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wpc/wpc.dll $(DESTDIR)$(dlldir)/wpc.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wpc.dll
dlls/wpc/tests/test: dummy
	@cd dlls/wpc/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wpcap && $(MAKE) $@
install install-lib:: dlls/wpcap
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/wpcap/wpcap.dll.so $(DESTDIR)$(dlldir)/wpcap.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/wpcap/wpcap.dll.fake $(DESTDIR)$(dlldir)/fakedlls/wpcap.dll
dlls/ws2_32/libws2_32.def: ../dlls/ws2_32/ws2_32.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/ws2_32/ws2_32.spec
dlls/ws2_32/libws2_32.cross.a dlls/ws2_32/libws2_32.delay.a: ../dlls/ws2_32/ws2_32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/ws2_32/ws2_32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/ws2_32 && $(MAKE) $@
install install-lib:: dlls/ws2_32
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/ws2_32/ws2_32.dll.so $(DESTDIR)$(dlldir)/ws2_32.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/ws2_32/ws2_32.dll.fake $(DESTDIR)$(dlldir)/fakedlls/ws2_32.dll
install install-dev:: dlls/ws2_32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/ws2_32/libws2_32.def $(DESTDIR)$(dlldir)/libws2_32.def
dlls/ws2_32/tests/test: dummy
	@cd dlls/ws2_32/tests && $(MAKE) test
dlls/wsdapi/libwsdapi.def: ../dlls/wsdapi/wsdapi.spec ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export ../dlls/wsdapi/wsdapi.spec
dlls/wsdapi/libwsdapi.cross.a: ../dlls/wsdapi/wsdapi.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/wsdapi/wsdapi.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wsdapi && $(MAKE) $@
install install-lib:: dlls/wsdapi
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wsdapi/wsdapi.dll $(DESTDIR)$(dlldir)/wsdapi.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wsdapi.dll
install install-dev:: dlls/wsdapi
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/wsdapi/libwsdapi.def $(DESTDIR)$(dlldir)/libwsdapi.def
dlls/wsdapi/tests/test: dummy
	@cd dlls/wsdapi/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wshom.ocx && $(MAKE) $@
install install-lib:: dlls/wshom.ocx
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wshom.ocx/wshom.ocx $(DESTDIR)$(dlldir)/wshom.ocx
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wshom.ocx
dlls/wshom.ocx/tests/test: dummy
	@cd dlls/wshom.ocx/tests && $(MAKE) test
dlls/wsnmp32/libwsnmp32.def: ../dlls/wsnmp32/wsnmp32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/wsnmp32/wsnmp32.spec
dlls/wsnmp32/libwsnmp32.cross.a: ../dlls/wsnmp32/wsnmp32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/wsnmp32/wsnmp32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wsnmp32 && $(MAKE) $@
install install-lib:: dlls/wsnmp32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wsnmp32/wsnmp32.dll $(DESTDIR)$(dlldir)/wsnmp32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wsnmp32.dll
install install-dev:: dlls/wsnmp32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/wsnmp32/libwsnmp32.def $(DESTDIR)$(dlldir)/libwsnmp32.def
dlls/wsnmp32/tests/test: dummy
	@cd dlls/wsnmp32/tests && $(MAKE) test
dlls/wsock32/libwsock32.def: ../dlls/wsock32/wsock32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/wsock32/wsock32.spec
dlls/wsock32/libwsock32.cross.a: ../dlls/wsock32/wsock32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/wsock32/wsock32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wsock32 && $(MAKE) $@
install install-lib:: dlls/wsock32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wsock32/wsock32.dll $(DESTDIR)$(dlldir)/wsock32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wsock32.dll
install install-dev:: dlls/wsock32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/wsock32/libwsock32.def $(DESTDIR)$(dlldir)/libwsock32.def
dlls/wtsapi32/libwtsapi32.def: ../dlls/wtsapi32/wtsapi32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/wtsapi32/wtsapi32.spec
dlls/wtsapi32/libwtsapi32.cross.a: ../dlls/wtsapi32/wtsapi32.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/wtsapi32/wtsapi32.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wtsapi32 && $(MAKE) $@
install install-lib:: dlls/wtsapi32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wtsapi32/wtsapi32.dll $(DESTDIR)$(dlldir)/wtsapi32.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wtsapi32.dll
install install-dev:: dlls/wtsapi32
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/wtsapi32/libwtsapi32.def $(DESTDIR)$(dlldir)/libwtsapi32.def
dlls/wtsapi32/tests/test: dummy
	@cd dlls/wtsapi32/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wuapi && $(MAKE) $@
install install-lib:: dlls/wuapi
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wuapi/wuapi.dll $(DESTDIR)$(dlldir)/wuapi.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wuapi.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/wuaueng && $(MAKE) $@
install install-lib:: dlls/wuaueng
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/wuaueng/wuaueng.dll $(DESTDIR)$(dlldir)/wuaueng.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wuaueng.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/x3daudio1_0 && $(MAKE) $@
install install-lib:: dlls/x3daudio1_0
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/x3daudio1_0/x3daudio1_0.dll.so $(DESTDIR)$(dlldir)/x3daudio1_0.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/x3daudio1_0/x3daudio1_0.dll.fake $(DESTDIR)$(dlldir)/fakedlls/x3daudio1_0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/x3daudio1_1 && $(MAKE) $@
install install-lib:: dlls/x3daudio1_1
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/x3daudio1_1/x3daudio1_1.dll.so $(DESTDIR)$(dlldir)/x3daudio1_1.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/x3daudio1_1/x3daudio1_1.dll.fake $(DESTDIR)$(dlldir)/fakedlls/x3daudio1_1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/x3daudio1_2 && $(MAKE) $@
install install-lib:: dlls/x3daudio1_2
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/x3daudio1_2/x3daudio1_2.dll.so $(DESTDIR)$(dlldir)/x3daudio1_2.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/x3daudio1_2/x3daudio1_2.dll.fake $(DESTDIR)$(dlldir)/fakedlls/x3daudio1_2.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/x3daudio1_3 && $(MAKE) $@
install install-lib:: dlls/x3daudio1_3
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/x3daudio1_3/x3daudio1_3.dll.so $(DESTDIR)$(dlldir)/x3daudio1_3.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/x3daudio1_3/x3daudio1_3.dll.fake $(DESTDIR)$(dlldir)/fakedlls/x3daudio1_3.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/x3daudio1_4 && $(MAKE) $@
install install-lib:: dlls/x3daudio1_4
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/x3daudio1_4/x3daudio1_4.dll.so $(DESTDIR)$(dlldir)/x3daudio1_4.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/x3daudio1_4/x3daudio1_4.dll.fake $(DESTDIR)$(dlldir)/fakedlls/x3daudio1_4.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/x3daudio1_5 && $(MAKE) $@
install install-lib:: dlls/x3daudio1_5
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/x3daudio1_5/x3daudio1_5.dll.so $(DESTDIR)$(dlldir)/x3daudio1_5.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/x3daudio1_5/x3daudio1_5.dll.fake $(DESTDIR)$(dlldir)/fakedlls/x3daudio1_5.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/x3daudio1_6 && $(MAKE) $@
install install-lib:: dlls/x3daudio1_6
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/x3daudio1_6/x3daudio1_6.dll.so $(DESTDIR)$(dlldir)/x3daudio1_6.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/x3daudio1_6/x3daudio1_6.dll.fake $(DESTDIR)$(dlldir)/fakedlls/x3daudio1_6.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/x3daudio1_7 && $(MAKE) $@
install install-lib:: dlls/x3daudio1_7
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/x3daudio1_7/x3daudio1_7.dll.so $(DESTDIR)$(dlldir)/x3daudio1_7.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/x3daudio1_7/x3daudio1_7.dll.fake $(DESTDIR)$(dlldir)/fakedlls/x3daudio1_7.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/xapofx1_1 && $(MAKE) $@
install install-lib:: dlls/xapofx1_1
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/xapofx1_1/xapofx1_1.dll.so $(DESTDIR)$(dlldir)/xapofx1_1.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/xapofx1_1/xapofx1_1.dll.fake $(DESTDIR)$(dlldir)/fakedlls/xapofx1_1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/xapofx1_2 && $(MAKE) $@
install install-lib:: dlls/xapofx1_2
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/xapofx1_2/xapofx1_2.dll.so $(DESTDIR)$(dlldir)/xapofx1_2.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/xapofx1_2/xapofx1_2.dll.fake $(DESTDIR)$(dlldir)/fakedlls/xapofx1_2.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/xapofx1_3 && $(MAKE) $@
install install-lib:: dlls/xapofx1_3
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/xapofx1_3/xapofx1_3.dll.so $(DESTDIR)$(dlldir)/xapofx1_3.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/xapofx1_3/xapofx1_3.dll.fake $(DESTDIR)$(dlldir)/fakedlls/xapofx1_3.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/xapofx1_4 && $(MAKE) $@
install install-lib:: dlls/xapofx1_4
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/xapofx1_4/xapofx1_4.dll.so $(DESTDIR)$(dlldir)/xapofx1_4.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/xapofx1_4/xapofx1_4.dll.fake $(DESTDIR)$(dlldir)/fakedlls/xapofx1_4.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/xapofx1_5 && $(MAKE) $@
install install-lib:: dlls/xapofx1_5
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/xapofx1_5/xapofx1_5.dll.so $(DESTDIR)$(dlldir)/xapofx1_5.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/xapofx1_5/xapofx1_5.dll.fake $(DESTDIR)$(dlldir)/fakedlls/xapofx1_5.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/xaudio2_0 && $(MAKE) $@
install install-lib:: dlls/xaudio2_0
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/xaudio2_0/xaudio2_0.dll.so $(DESTDIR)$(dlldir)/xaudio2_0.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/xaudio2_0/xaudio2_0.dll.fake $(DESTDIR)$(dlldir)/fakedlls/xaudio2_0.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/xaudio2_1 && $(MAKE) $@
install install-lib:: dlls/xaudio2_1
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/xaudio2_1/xaudio2_1.dll.so $(DESTDIR)$(dlldir)/xaudio2_1.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/xaudio2_1/xaudio2_1.dll.fake $(DESTDIR)$(dlldir)/fakedlls/xaudio2_1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/xaudio2_2 && $(MAKE) $@
install install-lib:: dlls/xaudio2_2
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/xaudio2_2/xaudio2_2.dll.so $(DESTDIR)$(dlldir)/xaudio2_2.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/xaudio2_2/xaudio2_2.dll.fake $(DESTDIR)$(dlldir)/fakedlls/xaudio2_2.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/xaudio2_3 && $(MAKE) $@
install install-lib:: dlls/xaudio2_3
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/xaudio2_3/xaudio2_3.dll.so $(DESTDIR)$(dlldir)/xaudio2_3.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/xaudio2_3/xaudio2_3.dll.fake $(DESTDIR)$(dlldir)/fakedlls/xaudio2_3.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/xaudio2_4 && $(MAKE) $@
install install-lib:: dlls/xaudio2_4
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/xaudio2_4/xaudio2_4.dll.so $(DESTDIR)$(dlldir)/xaudio2_4.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/xaudio2_4/xaudio2_4.dll.fake $(DESTDIR)$(dlldir)/fakedlls/xaudio2_4.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/xaudio2_5 && $(MAKE) $@
install install-lib:: dlls/xaudio2_5
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/xaudio2_5/xaudio2_5.dll.so $(DESTDIR)$(dlldir)/xaudio2_5.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/xaudio2_5/xaudio2_5.dll.fake $(DESTDIR)$(dlldir)/fakedlls/xaudio2_5.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/xaudio2_6 && $(MAKE) $@
install install-lib:: dlls/xaudio2_6
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/xaudio2_6/xaudio2_6.dll.so $(DESTDIR)$(dlldir)/xaudio2_6.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/xaudio2_6/xaudio2_6.dll.fake $(DESTDIR)$(dlldir)/fakedlls/xaudio2_6.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/xaudio2_7 && $(MAKE) $@
install install-lib:: dlls/xaudio2_7
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/xaudio2_7/xaudio2_7.dll.so $(DESTDIR)$(dlldir)/xaudio2_7.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/xaudio2_7/xaudio2_7.dll.fake $(DESTDIR)$(dlldir)/fakedlls/xaudio2_7.dll
dlls/xaudio2_7/tests/test: dummy
	@cd dlls/xaudio2_7/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/xaudio2_8 && $(MAKE) $@
install install-lib:: dlls/xaudio2_8
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/xaudio2_8/xaudio2_8.dll.so $(DESTDIR)$(dlldir)/xaudio2_8.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/xaudio2_8/xaudio2_8.dll.fake $(DESTDIR)$(dlldir)/fakedlls/xaudio2_8.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/xaudio2_9 && $(MAKE) $@
install install-lib:: dlls/xaudio2_9
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) dlls/xaudio2_9/xaudio2_9.dll.so $(DESTDIR)$(dlldir)/xaudio2_9.dll.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/xaudio2_9/xaudio2_9.dll.fake $(DESTDIR)$(dlldir)/fakedlls/xaudio2_9.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/xinput1_1 && $(MAKE) $@
install install-lib:: dlls/xinput1_1
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/xinput1_1/xinput1_1.dll $(DESTDIR)$(dlldir)/xinput1_1.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/xinput1_1.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/xinput1_2 && $(MAKE) $@
install install-lib:: dlls/xinput1_2
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/xinput1_2/xinput1_2.dll $(DESTDIR)$(dlldir)/xinput1_2.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/xinput1_2.dll
dlls/xinput1_3/libxinput.def: ../dlls/xinput1_3/xinput1_3.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/xinput1_3/xinput1_3.spec
dlls/libxinput.def: dlls/xinput1_3/libxinput.def
	rm -f dlls/libxinput.def && ln -s xinput1_3/libxinput.def dlls/libxinput.def
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/xinput1_3 && $(MAKE) $@
install install-lib:: dlls/xinput1_3
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/xinput1_3/xinput1_3.dll $(DESTDIR)$(dlldir)/xinput1_3.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/xinput1_3.dll
install install-dev:: dlls/xinput1_3
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/xinput1_3/libxinput.def $(DESTDIR)$(dlldir)/libxinput.def
dlls/xinput1_3/tests/test: dummy
	@cd dlls/xinput1_3/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/xinput1_4 && $(MAKE) $@
install install-lib:: dlls/xinput1_4
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/xinput1_4/xinput1_4.dll $(DESTDIR)$(dlldir)/xinput1_4.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/xinput1_4.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/xinput9_1_0 && $(MAKE) $@
install install-lib:: dlls/xinput9_1_0
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/xinput9_1_0/xinput9_1_0.dll $(DESTDIR)$(dlldir)/xinput9_1_0.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/xinput9_1_0.dll
dlls/xmllite/libxmllite.def: ../dlls/xmllite/xmllite.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -w -o $@ --def -m32 --export \
  ../dlls/xmllite/xmllite.spec
dlls/xmllite/libxmllite.cross.a: ../dlls/xmllite/xmllite.spec \
  ./../wine64-build/tools/winebuild/winebuild
	./../wine64-build/tools/winebuild/winebuild -b i686-w64-mingw32 -w -o $@ --implib --export \
  ../dlls/xmllite/xmllite.spec
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/xmllite && $(MAKE) $@
install install-lib:: dlls/xmllite
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/xmllite/xmllite.dll $(DESTDIR)$(dlldir)/xmllite.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/xmllite.dll
install install-dev:: dlls/xmllite
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) dlls/xmllite/libxmllite.def $(DESTDIR)$(dlldir)/libxmllite.def
dlls/xmllite/tests/test: dummy
	@cd dlls/xmllite/tests && $(MAKE) test
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/xolehlp && $(MAKE) $@
install install-lib:: dlls/xolehlp
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/xolehlp/xolehlp.dll $(DESTDIR)$(dlldir)/xolehlp.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/xolehlp.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/xpsprint && $(MAKE) $@
install install-lib:: dlls/xpsprint
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/xpsprint/xpsprint.dll $(DESTDIR)$(dlldir)/xpsprint.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/xpsprint.dll
manpages htmlpages sgmlpages xmlpages::
	@cd dlls/xpssvcs && $(MAKE) $@
install install-lib:: dlls/xpssvcs
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) dlls/xpssvcs/xpssvcs.dll $(DESTDIR)$(dlldir)/xpssvcs.dll
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/xpssvcs.dll
libs/wine: libs/port
install install-lib:: libs/wine
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) libs/wine/libwine.so.1.0 $(DESTDIR)$(libdir)/libwine.so.1.0
	rm -f $(DESTDIR)$(libdir)/libwine.so.1 && ln -s libwine.so.1.0 $(DESTDIR)$(libdir)/libwine.so.1
install install-dev:: libs/wine
	rm -f $(DESTDIR)$(libdir)/libwine.so && ln -s libwine.so.1 $(DESTDIR)$(libdir)/libwine.so
loader: libs/port libs/wine
install install-lib:: loader
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) loader/wine.de.UTF-8.man $(DESTDIR)$(mandir)/de.UTF-8/man1/wine.1
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) loader/wine.fr.UTF-8.man $(DESTDIR)$(mandir)/fr.UTF-8/man1/wine.1
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) loader/wine.man $(DESTDIR)$(mandir)/man1/wine.1
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) loader/wine.pl.UTF-8.man $(DESTDIR)$(mandir)/pl.UTF-8/man1/wine.1
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) loader/wine-installed $(DESTDIR)$(bindir)/wine
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) loader/wine-preloader $(DESTDIR)$(bindir)/wine-preloader
install install-lib:: programs/arp
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/arp/arp.exe $(DESTDIR)$(dlldir)/arp.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/arp.exe
install install-lib:: programs/aspnet_regiis
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/aspnet_regiis/aspnet_regiis.exe $(DESTDIR)$(dlldir)/aspnet_regiis.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/aspnet_regiis.exe
install install-lib:: programs/attrib
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/attrib/attrib.exe $(DESTDIR)$(dlldir)/attrib.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/attrib.exe
install install-lib:: programs/cabarc
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/cabarc/cabarc.exe $(DESTDIR)$(dlldir)/cabarc.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/cabarc.exe
install install-lib:: programs/cacls
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/cacls/cacls.exe $(DESTDIR)$(dlldir)/cacls.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/cacls.exe
install install-lib:: programs/chcp.com
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/chcp.com/chcp.com $(DESTDIR)$(dlldir)/chcp.com
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/chcp.com
install install-lib:: programs/clock
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/clock/clock.exe $(DESTDIR)$(dlldir)/clock.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/clock.exe
install install-lib:: programs/cmd
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/cmd/cmd.exe $(DESTDIR)$(dlldir)/cmd.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/cmd.exe
programs/cmd/tests/test: dummy
	@cd programs/cmd/tests && $(MAKE) test
install install-lib:: programs/conhost
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/conhost/conhost.exe $(DESTDIR)$(dlldir)/conhost.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/conhost.exe
install install-lib:: programs/control
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/control/control.exe $(DESTDIR)$(dlldir)/control.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/control.exe
install install-lib:: programs/cscript
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/cscript/cscript.exe $(DESTDIR)$(dlldir)/cscript.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/cscript.exe
install install-lib:: programs/dism
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/dism/dism.exe $(DESTDIR)$(dlldir)/dism.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dism.exe
install install-lib:: programs/dpnsvr
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/dpnsvr/dpnsvr.exe $(DESTDIR)$(dlldir)/dpnsvr.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dpnsvr.exe
install install-lib:: programs/dxdiag
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/dxdiag/dxdiag.exe $(DESTDIR)$(dlldir)/dxdiag.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/dxdiag.exe
install install-lib:: programs/eject
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/eject/eject.exe $(DESTDIR)$(dlldir)/eject.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/eject.exe
install install-lib:: programs/expand
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/expand/expand.exe $(DESTDIR)$(dlldir)/expand.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/expand.exe
install install-lib:: programs/explorer
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/explorer/explorer.exe $(DESTDIR)$(dlldir)/explorer.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/explorer.exe
install install-lib:: programs/extrac32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/extrac32/extrac32.exe $(DESTDIR)$(dlldir)/extrac32.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/extrac32.exe
install install-lib:: programs/fc
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/fc/fc.exe $(DESTDIR)$(dlldir)/fc.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/fc.exe
install install-lib:: programs/find
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/find/find.exe $(DESTDIR)$(dlldir)/find.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/find.exe
programs/find/tests/test: dummy
	@cd programs/find/tests && $(MAKE) test
install install-lib:: programs/findstr
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/findstr/findstr.exe $(DESTDIR)$(dlldir)/findstr.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/findstr.exe
install install-lib:: programs/fsutil
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/fsutil/fsutil.exe $(DESTDIR)$(dlldir)/fsutil.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/fsutil.exe
programs/fsutil/tests/test: dummy
	@cd programs/fsutil/tests && $(MAKE) test
install install-lib:: programs/hh
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/hh/hh.exe $(DESTDIR)$(dlldir)/hh.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/hh.exe
install install-lib:: programs/hostname
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/hostname/hostname.exe $(DESTDIR)$(dlldir)/hostname.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/hostname.exe
install install-lib:: programs/icacls
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/icacls/icacls.exe $(DESTDIR)$(dlldir)/icacls.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/icacls.exe
install install-lib:: programs/icinfo
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/icinfo/icinfo.exe $(DESTDIR)$(dlldir)/icinfo.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/icinfo.exe
install install-lib:: programs/iexplore
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/iexplore/iexplore.exe $(DESTDIR)$(dlldir)/iexplore.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/iexplore.exe
install install-lib:: programs/ipconfig
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/ipconfig/ipconfig.exe $(DESTDIR)$(dlldir)/ipconfig.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ipconfig.exe
install install-lib:: programs/lodctr
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/lodctr/lodctr.exe $(DESTDIR)$(dlldir)/lodctr.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/lodctr.exe
install install-lib:: programs/mofcomp
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/mofcomp/mofcomp.exe $(DESTDIR)$(dlldir)/mofcomp.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mofcomp.exe
install install-lib:: programs/mshta
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/mshta/mshta.exe $(DESTDIR)$(dlldir)/mshta.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/mshta.exe
install install-lib:: programs/msidb
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/msidb/msidb.exe $(DESTDIR)$(dlldir)/msidb.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msidb.exe
install install-lib:: programs/msiexec
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/msiexec/msiexec.exe $(DESTDIR)$(dlldir)/msiexec.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msiexec.exe
install install-lib:: programs/msinfo32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/msinfo32/msinfo32.exe $(DESTDIR)$(dlldir)/msinfo32.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/msinfo32.exe
install install-lib:: programs/net
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/net/net.exe $(DESTDIR)$(dlldir)/net.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/net.exe
install install-lib:: programs/netsh
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/netsh/netsh.exe $(DESTDIR)$(dlldir)/netsh.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/netsh.exe
install install-lib:: programs/netstat
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/netstat/netstat.exe $(DESTDIR)$(dlldir)/netstat.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/netstat.exe
install install-lib:: programs/ngen
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/ngen/ngen.exe $(DESTDIR)$(dlldir)/ngen.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ngen.exe
install install-lib:: programs/notepad
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/notepad/notepad.exe $(DESTDIR)$(dlldir)/notepad.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/notepad.exe
install install-lib:: programs/oleview
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/oleview/oleview.exe $(DESTDIR)$(dlldir)/oleview.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/oleview.exe
install install-lib:: programs/ping
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/ping/ping.exe $(DESTDIR)$(dlldir)/ping.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/ping.exe
install install-lib:: programs/plugplay
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/plugplay/plugplay.exe $(DESTDIR)$(dlldir)/plugplay.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/plugplay.exe
install install-lib:: programs/powershell
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/powershell/powershell.exe $(DESTDIR)$(dlldir)/powershell.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/powershell.exe
install install-lib:: programs/presentationfontcache
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/presentationfontcache/presentationfontcache.exe $(DESTDIR)$(dlldir)/presentationfontcache.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/presentationfontcache.exe
install install-lib:: programs/progman
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/progman/progman.exe $(DESTDIR)$(dlldir)/progman.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/progman.exe
install install-lib:: programs/reg
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/reg/reg.exe $(DESTDIR)$(dlldir)/reg.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/reg.exe
programs/reg/tests/test: dummy
	@cd programs/reg/tests && $(MAKE) test
install install-lib:: programs/regasm
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/regasm/regasm.exe $(DESTDIR)$(dlldir)/regasm.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/regasm.exe
install install-lib:: programs/regedit
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/regedit/regedit.exe $(DESTDIR)$(dlldir)/regedit.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/regedit.exe
programs/regedit/tests/test: dummy
	@cd programs/regedit/tests && $(MAKE) test
install install-lib:: programs/regini
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/regini/regini.exe $(DESTDIR)$(dlldir)/regini.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/regini.exe
install install-lib:: programs/regsvcs
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/regsvcs/regsvcs.exe $(DESTDIR)$(dlldir)/regsvcs.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/regsvcs.exe
install install-lib:: programs/regsvr32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/regsvr32/regsvr32.exe $(DESTDIR)$(dlldir)/regsvr32.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/regsvr32.exe
install install-lib:: programs/rpcss
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/rpcss/rpcss.exe $(DESTDIR)$(dlldir)/rpcss.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/rpcss.exe
install install-lib:: programs/rundll.exe16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/rundll.exe16/rundll.exe16 $(DESTDIR)$(dlldir)/rundll.exe16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/rundll.exe16
install install-lib:: programs/rundll32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/rundll32/rundll32.exe $(DESTDIR)$(dlldir)/rundll32.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/rundll32.exe
install install-lib:: programs/sc
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/sc/sc.exe $(DESTDIR)$(dlldir)/sc.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/sc.exe
install install-lib:: programs/schtasks
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/schtasks/schtasks.exe $(DESTDIR)$(dlldir)/schtasks.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/schtasks.exe
programs/schtasks/tests/test: dummy
	@cd programs/schtasks/tests && $(MAKE) test
install install-lib:: programs/sdbinst
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/sdbinst/sdbinst.exe $(DESTDIR)$(dlldir)/sdbinst.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/sdbinst.exe
install install-lib:: programs/secedit
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/secedit/secedit.exe $(DESTDIR)$(dlldir)/secedit.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/secedit.exe
install install-lib:: programs/servicemodelreg
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/servicemodelreg/servicemodelreg.exe $(DESTDIR)$(dlldir)/servicemodelreg.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/servicemodelreg.exe
install install-lib:: programs/services
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/services/services.exe $(DESTDIR)$(dlldir)/services.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/services.exe
programs/services/tests/test: dummy
	@cd programs/services/tests && $(MAKE) test
install install-lib:: programs/shutdown
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/shutdown/shutdown.exe $(DESTDIR)$(dlldir)/shutdown.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/shutdown.exe
install install-lib:: programs/spoolsv
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/spoolsv/spoolsv.exe $(DESTDIR)$(dlldir)/spoolsv.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/spoolsv.exe
install install-lib:: programs/start
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/start/start.exe $(DESTDIR)$(dlldir)/start.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/start.exe
install install-lib:: programs/subst
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/subst/subst.exe $(DESTDIR)$(dlldir)/subst.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/subst.exe
install install-lib:: programs/svchost
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/svchost/svchost.exe $(DESTDIR)$(dlldir)/svchost.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/svchost.exe
install install-lib:: programs/systeminfo
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/systeminfo/systeminfo.exe $(DESTDIR)$(dlldir)/systeminfo.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/systeminfo.exe
install install-lib:: programs/taskkill
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/taskkill/taskkill.exe $(DESTDIR)$(dlldir)/taskkill.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/taskkill.exe
install install-lib:: programs/tasklist
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/tasklist/tasklist.exe $(DESTDIR)$(dlldir)/tasklist.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/tasklist.exe
install install-lib:: programs/taskmgr
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/taskmgr/taskmgr.exe $(DESTDIR)$(dlldir)/taskmgr.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/taskmgr.exe
install install-lib:: programs/termsv
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/termsv/termsv.exe $(DESTDIR)$(dlldir)/termsv.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/termsv.exe
install install-lib:: programs/uninstaller
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/uninstaller/uninstaller.exe $(DESTDIR)$(dlldir)/uninstaller.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/uninstaller.exe
install install-lib:: programs/unlodctr
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/unlodctr/unlodctr.exe $(DESTDIR)$(dlldir)/unlodctr.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/unlodctr.exe
install install-lib:: programs/view
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/view/view.exe $(DESTDIR)$(dlldir)/view.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/view.exe
install install-lib:: programs/wevtutil
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/wevtutil/wevtutil.exe $(DESTDIR)$(dlldir)/wevtutil.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wevtutil.exe
install install-lib:: programs/where
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/where/where.exe $(DESTDIR)$(dlldir)/where.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/where.exe
install install-lib:: programs/whoami
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/whoami/whoami.exe $(DESTDIR)$(dlldir)/whoami.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/whoami.exe
install install-lib:: programs/wineboot
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/wineboot/wineboot.exe $(DESTDIR)$(dlldir)/wineboot.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wineboot.exe
install install-lib:: programs/winebrowser
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) programs/winebrowser/winebrowser.exe.so $(DESTDIR)$(dlldir)/winebrowser.exe.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) programs/winebrowser/winebrowser.exe.fake $(DESTDIR)$(dlldir)/fakedlls/winebrowser.exe
install install-lib:: programs/winecfg
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) programs/winecfg/winecfg.exe.so $(DESTDIR)$(dlldir)/winecfg.exe.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) programs/winecfg/winecfg.exe.fake $(DESTDIR)$(dlldir)/fakedlls/winecfg.exe
install install-lib:: programs/wineconsole
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) programs/wineconsole/wineconsole.exe.so $(DESTDIR)$(dlldir)/wineconsole.exe.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) programs/wineconsole/wineconsole.exe.fake $(DESTDIR)$(dlldir)/fakedlls/wineconsole.exe
install install-lib:: programs/winedbg
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) programs/winedbg/winedbg.exe.so $(DESTDIR)$(dlldir)/winedbg.exe.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) programs/winedbg/winedbg.exe.fake $(DESTDIR)$(dlldir)/fakedlls/winedbg.exe
install install-lib:: programs/winedevice
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/winedevice/winedevice.exe $(DESTDIR)$(dlldir)/winedevice.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/winedevice.exe
install install-lib:: programs/winefile
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/winefile/winefile.exe $(DESTDIR)$(dlldir)/winefile.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/winefile.exe
install install-lib:: programs/winemenubuilder
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) programs/winemenubuilder/winemenubuilder.exe.so $(DESTDIR)$(dlldir)/winemenubuilder.exe.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) programs/winemenubuilder/winemenubuilder.exe.fake $(DESTDIR)$(dlldir)/fakedlls/winemenubuilder.exe
install install-lib:: programs/winemine
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/winemine/winemine.exe $(DESTDIR)$(dlldir)/winemine.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/winemine.exe
install install-lib:: programs/winemsibuilder
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/winemsibuilder/winemsibuilder.exe $(DESTDIR)$(dlldir)/winemsibuilder.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/winemsibuilder.exe
install install-lib:: programs/winepath
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) programs/winepath/winepath.exe.so $(DESTDIR)$(dlldir)/winepath.exe.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) programs/winepath/winepath.exe.fake $(DESTDIR)$(dlldir)/fakedlls/winepath.exe
install install-lib:: programs/winevdm
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) programs/winevdm/winevdm.exe.so $(DESTDIR)$(dlldir)/winevdm.exe.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) programs/winevdm/winevdm.exe.fake $(DESTDIR)$(dlldir)/fakedlls/winevdm.exe
install install-lib:: programs/winhelp.exe16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/winhelp.exe16/winhelp.exe16 $(DESTDIR)$(dlldir)/winhelp.exe16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/winhelp.exe16
install install-lib:: programs/winhlp32
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/winhlp32/winhlp32.exe $(DESTDIR)$(dlldir)/winhlp32.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/winhlp32.exe
install install-lib:: programs/winmgmt
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/winmgmt/winmgmt.exe $(DESTDIR)$(dlldir)/winmgmt.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/winmgmt.exe
install install-lib:: programs/winoldap.mod16
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/winoldap.mod16/winoldap.mod16 $(DESTDIR)$(dlldir)/winoldap.mod16
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/winoldap.mod16
install install-lib:: programs/winver
	STRIPPROG="$(STRIP)" ../tools/install-sh $(INSTALL_PROGRAM_FLAGS) programs/winver/winver.exe.so $(DESTDIR)$(dlldir)/winver.exe.so
	../tools/install-sh -m 644 $(INSTALL_DATA_FLAGS) programs/winver/winver.exe.fake $(DESTDIR)$(dlldir)/fakedlls/winver.exe
install install-lib:: programs/wmic
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/wmic/wmic.exe $(DESTDIR)$(dlldir)/wmic.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wmic.exe
install install-lib:: programs/wmplayer
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/wmplayer/wmplayer.exe $(DESTDIR)$(dlldir)/wmplayer.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wmplayer.exe
install install-lib:: programs/wordpad
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/wordpad/wordpad.exe $(DESTDIR)$(dlldir)/wordpad.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wordpad.exe
install install-lib:: programs/write
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/write/write.exe $(DESTDIR)$(dlldir)/write.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/write.exe
install install-lib:: programs/wscript
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/wscript/wscript.exe $(DESTDIR)$(dlldir)/wscript.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wscript.exe
programs/wscript/tests/test: dummy
	@cd programs/wscript/tests && $(MAKE) test
install install-lib:: programs/wuauserv
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/wuauserv/wuauserv.exe $(DESTDIR)$(dlldir)/wuauserv.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wuauserv.exe
install install-lib:: programs/wusa
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/wusa/wusa.exe $(DESTDIR)$(dlldir)/wusa.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/wusa.exe
install install-lib:: programs/xcopy
	STRIPPROG=i686-w64-mingw32-strip ../tools/install-sh -m 644 $(INSTALL_PROGRAM_FLAGS) programs/xcopy/xcopy.exe $(DESTDIR)$(dlldir)/xcopy.exe
	./../wine64-build/tools/winebuild/winebuild --builtin $(DESTDIR)$(dlldir)/xcopy.exe
programs/xcopy/tests/test: dummy
	@cd programs/xcopy/tests && $(MAKE) test
server: libs/port
all: dlls/acledit dlls/aclui dlls/activeds dlls/actxprxy dlls/adsiid dlls/adsldp dlls/adsldp/tests \
  dlls/adsldpc dlls/advapi32 dlls/advapi32/tests dlls/advpack dlls/advpack/tests dlls/amsi \
  dlls/amstream dlls/amstream/tests dlls/api-ms-win-appmodel-identity-l1-1-0 \
  dlls/api-ms-win-appmodel-runtime-l1-1-1 dlls/api-ms-win-appmodel-runtime-l1-1-2 \
  dlls/api-ms-win-core-apiquery-l1-1-0 dlls/api-ms-win-core-appcompat-l1-1-1 \
  dlls/api-ms-win-core-appinit-l1-1-0 dlls/api-ms-win-core-atoms-l1-1-0 \
  dlls/api-ms-win-core-bem-l1-1-0 dlls/api-ms-win-core-com-l1-1-0 dlls/api-ms-win-core-com-l1-1-1 \
  dlls/api-ms-win-core-com-private-l1-1-0 dlls/api-ms-win-core-comm-l1-1-0 \
  dlls/api-ms-win-core-console-l1-1-0 dlls/api-ms-win-core-console-l2-1-0 \
  dlls/api-ms-win-core-crt-l1-1-0 dlls/api-ms-win-core-crt-l2-1-0 \
  dlls/api-ms-win-core-datetime-l1-1-0 dlls/api-ms-win-core-datetime-l1-1-1 \
  dlls/api-ms-win-core-debug-l1-1-0 dlls/api-ms-win-core-debug-l1-1-1 \
  dlls/api-ms-win-core-delayload-l1-1-0 dlls/api-ms-win-core-delayload-l1-1-1 \
  dlls/api-ms-win-core-errorhandling-l1-1-0 dlls/api-ms-win-core-errorhandling-l1-1-1 \
  dlls/api-ms-win-core-errorhandling-l1-1-2 dlls/api-ms-win-core-errorhandling-l1-1-3 \
  dlls/api-ms-win-core-fibers-l1-1-0 dlls/api-ms-win-core-fibers-l1-1-1 \
  dlls/api-ms-win-core-file-l1-1-0 dlls/api-ms-win-core-file-l1-2-0 dlls/api-ms-win-core-file-l1-2-1 \
  dlls/api-ms-win-core-file-l1-2-2 dlls/api-ms-win-core-file-l2-1-0 dlls/api-ms-win-core-file-l2-1-1 \
  dlls/api-ms-win-core-file-l2-1-2 dlls/api-ms-win-core-handle-l1-1-0 \
  dlls/api-ms-win-core-heap-l1-1-0 dlls/api-ms-win-core-heap-l1-2-0 dlls/api-ms-win-core-heap-l2-1-0 \
  dlls/api-ms-win-core-heap-obsolete-l1-1-0 dlls/api-ms-win-core-interlocked-l1-1-0 \
  dlls/api-ms-win-core-interlocked-l1-2-0 dlls/api-ms-win-core-io-l1-1-0 \
  dlls/api-ms-win-core-io-l1-1-1 dlls/api-ms-win-core-job-l1-1-0 dlls/api-ms-win-core-job-l2-1-0 \
  dlls/api-ms-win-core-kernel32-legacy-l1-1-0 dlls/api-ms-win-core-kernel32-legacy-l1-1-1 \
  dlls/api-ms-win-core-kernel32-private-l1-1-1 dlls/api-ms-win-core-largeinteger-l1-1-0 \
  dlls/api-ms-win-core-libraryloader-l1-1-0 dlls/api-ms-win-core-libraryloader-l1-1-1 \
  dlls/api-ms-win-core-libraryloader-l1-2-0 dlls/api-ms-win-core-libraryloader-l1-2-1 \
  dlls/api-ms-win-core-libraryloader-l1-2-2 dlls/api-ms-win-core-localization-l1-1-0 \
  dlls/api-ms-win-core-localization-l1-2-0 dlls/api-ms-win-core-localization-l1-2-1 \
  dlls/api-ms-win-core-localization-l2-1-0 dlls/api-ms-win-core-localization-obsolete-l1-1-0 \
  dlls/api-ms-win-core-localization-obsolete-l1-2-0 \
  dlls/api-ms-win-core-localization-obsolete-l1-3-0 dlls/api-ms-win-core-localization-private-l1-1-0 \
  dlls/api-ms-win-core-localregistry-l1-1-0 dlls/api-ms-win-core-memory-l1-1-0 \
  dlls/api-ms-win-core-memory-l1-1-1 dlls/api-ms-win-core-memory-l1-1-2 \
  dlls/api-ms-win-core-misc-l1-1-0 dlls/api-ms-win-core-namedpipe-l1-1-0 \
  dlls/api-ms-win-core-namedpipe-l1-2-0 dlls/api-ms-win-core-namespace-l1-1-0 \
  dlls/api-ms-win-core-normalization-l1-1-0 dlls/api-ms-win-core-path-l1-1-0 \
  dlls/api-ms-win-core-privateprofile-l1-1-1 dlls/api-ms-win-core-processenvironment-l1-1-0 \
  dlls/api-ms-win-core-processenvironment-l1-2-0 dlls/api-ms-win-core-processthreads-l1-1-0 \
  dlls/api-ms-win-core-processthreads-l1-1-1 dlls/api-ms-win-core-processthreads-l1-1-2 \
  dlls/api-ms-win-core-processthreads-l1-1-3 dlls/api-ms-win-core-processtopology-obsolete-l1-1-0 \
  dlls/api-ms-win-core-profile-l1-1-0 dlls/api-ms-win-core-psapi-ansi-l1-1-0 \
  dlls/api-ms-win-core-psapi-l1-1-0 dlls/api-ms-win-core-psapi-obsolete-l1-1-0 \
  dlls/api-ms-win-core-quirks-l1-1-0 dlls/api-ms-win-core-realtime-l1-1-0 \
  dlls/api-ms-win-core-registry-l1-1-0 dlls/api-ms-win-core-registry-l2-1-0 \
  dlls/api-ms-win-core-registryuserspecific-l1-1-0 dlls/api-ms-win-core-rtlsupport-l1-1-0 \
  dlls/api-ms-win-core-rtlsupport-l1-2-0 dlls/api-ms-win-core-shlwapi-legacy-l1-1-0 \
  dlls/api-ms-win-core-shlwapi-obsolete-l1-1-0 dlls/api-ms-win-core-shlwapi-obsolete-l1-2-0 \
  dlls/api-ms-win-core-shutdown-l1-1-0 dlls/api-ms-win-core-sidebyside-l1-1-0 \
  dlls/api-ms-win-core-string-l1-1-0 dlls/api-ms-win-core-string-l2-1-0 \
  dlls/api-ms-win-core-string-obsolete-l1-1-0 dlls/api-ms-win-core-stringansi-l1-1-0 \
  dlls/api-ms-win-core-stringloader-l1-1-1 dlls/api-ms-win-core-synch-ansi-l1-1-0 \
  dlls/api-ms-win-core-synch-l1-1-0 dlls/api-ms-win-core-synch-l1-2-0 \
  dlls/api-ms-win-core-synch-l1-2-1 dlls/api-ms-win-core-sysinfo-l1-1-0 \
  dlls/api-ms-win-core-sysinfo-l1-2-0 dlls/api-ms-win-core-sysinfo-l1-2-1 \
  dlls/api-ms-win-core-threadpool-l1-1-0 dlls/api-ms-win-core-threadpool-l1-2-0 \
  dlls/api-ms-win-core-threadpool-legacy-l1-1-0 dlls/api-ms-win-core-threadpool-private-l1-1-0 \
  dlls/api-ms-win-core-timezone-l1-1-0 dlls/api-ms-win-core-toolhelp-l1-1-0 \
  dlls/api-ms-win-core-url-l1-1-0 dlls/api-ms-win-core-util-l1-1-0 \
  dlls/api-ms-win-core-version-l1-1-0 dlls/api-ms-win-core-version-l1-1-1 \
  dlls/api-ms-win-core-version-private-l1-1-0 dlls/api-ms-win-core-versionansi-l1-1-0 \
  dlls/api-ms-win-core-windowserrorreporting-l1-1-0 dlls/api-ms-win-core-winrt-error-l1-1-0 \
  dlls/api-ms-win-core-winrt-error-l1-1-1 dlls/api-ms-win-core-winrt-errorprivate-l1-1-1 \
  dlls/api-ms-win-core-winrt-l1-1-0 dlls/api-ms-win-core-winrt-registration-l1-1-0 \
  dlls/api-ms-win-core-winrt-roparameterizediid-l1-1-0 dlls/api-ms-win-core-winrt-string-l1-1-0 \
  dlls/api-ms-win-core-winrt-string-l1-1-1 dlls/api-ms-win-core-wow64-l1-1-0 \
  dlls/api-ms-win-core-wow64-l1-1-1 dlls/api-ms-win-core-xstate-l1-1-0 \
  dlls/api-ms-win-core-xstate-l2-1-0 dlls/api-ms-win-crt-conio-l1-1-0 \
  dlls/api-ms-win-crt-convert-l1-1-0 dlls/api-ms-win-crt-environment-l1-1-0 \
  dlls/api-ms-win-crt-filesystem-l1-1-0 dlls/api-ms-win-crt-heap-l1-1-0 \
  dlls/api-ms-win-crt-locale-l1-1-0 dlls/api-ms-win-crt-math-l1-1-0 \
  dlls/api-ms-win-crt-multibyte-l1-1-0 dlls/api-ms-win-crt-private-l1-1-0 \
  dlls/api-ms-win-crt-process-l1-1-0 dlls/api-ms-win-crt-runtime-l1-1-0 \
  dlls/api-ms-win-crt-stdio-l1-1-0 dlls/api-ms-win-crt-string-l1-1-0 dlls/api-ms-win-crt-time-l1-1-0 \
  dlls/api-ms-win-crt-utility-l1-1-0 dlls/api-ms-win-devices-config-l1-1-0 \
  dlls/api-ms-win-devices-config-l1-1-1 dlls/api-ms-win-devices-query-l1-1-1 \
  dlls/api-ms-win-downlevel-advapi32-l1-1-0 dlls/api-ms-win-downlevel-advapi32-l2-1-0 \
  dlls/api-ms-win-downlevel-normaliz-l1-1-0 dlls/api-ms-win-downlevel-ole32-l1-1-0 \
  dlls/api-ms-win-downlevel-shell32-l1-1-0 dlls/api-ms-win-downlevel-shlwapi-l1-1-0 \
  dlls/api-ms-win-downlevel-shlwapi-l2-1-0 dlls/api-ms-win-downlevel-user32-l1-1-0 \
  dlls/api-ms-win-downlevel-version-l1-1-0 dlls/api-ms-win-dx-d3dkmt-l1-1-0 \
  dlls/api-ms-win-eventing-classicprovider-l1-1-0 dlls/api-ms-win-eventing-consumer-l1-1-0 \
  dlls/api-ms-win-eventing-controller-l1-1-0 dlls/api-ms-win-eventing-legacy-l1-1-0 \
  dlls/api-ms-win-eventing-provider-l1-1-0 dlls/api-ms-win-eventlog-legacy-l1-1-0 \
  dlls/api-ms-win-gdi-dpiinfo-l1-1-0 dlls/api-ms-win-mm-joystick-l1-1-0 \
  dlls/api-ms-win-mm-misc-l1-1-1 dlls/api-ms-win-mm-mme-l1-1-0 dlls/api-ms-win-mm-time-l1-1-0 \
  dlls/api-ms-win-ntuser-dc-access-l1-1-0 dlls/api-ms-win-ntuser-rectangle-l1-1-0 \
  dlls/api-ms-win-ntuser-sysparams-l1-1-0 dlls/api-ms-win-perf-legacy-l1-1-0 \
  dlls/api-ms-win-power-base-l1-1-0 dlls/api-ms-win-power-setting-l1-1-0 \
  dlls/api-ms-win-rtcore-ntuser-draw-l1-1-0 dlls/api-ms-win-rtcore-ntuser-private-l1-1-0 \
  dlls/api-ms-win-rtcore-ntuser-private-l1-1-4 dlls/api-ms-win-rtcore-ntuser-window-l1-1-0 \
  dlls/api-ms-win-rtcore-ntuser-winevent-l1-1-0 dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0 \
  dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3 \
  dlls/api-ms-win-security-activedirectoryclient-l1-1-0 dlls/api-ms-win-security-audit-l1-1-1 \
  dlls/api-ms-win-security-base-l1-1-0 dlls/api-ms-win-security-base-l1-2-0 \
  dlls/api-ms-win-security-base-private-l1-1-1 dlls/api-ms-win-security-credentials-l1-1-0 \
  dlls/api-ms-win-security-cryptoapi-l1-1-0 dlls/api-ms-win-security-grouppolicy-l1-1-0 \
  dlls/api-ms-win-security-lsalookup-l1-1-0 dlls/api-ms-win-security-lsalookup-l1-1-1 \
  dlls/api-ms-win-security-lsalookup-l2-1-0 dlls/api-ms-win-security-lsalookup-l2-1-1 \
  dlls/api-ms-win-security-lsapolicy-l1-1-0 dlls/api-ms-win-security-provider-l1-1-0 \
  dlls/api-ms-win-security-sddl-l1-1-0 dlls/api-ms-win-security-systemfunctions-l1-1-0 \
  dlls/api-ms-win-service-core-l1-1-0 dlls/api-ms-win-service-core-l1-1-1 \
  dlls/api-ms-win-service-management-l1-1-0 dlls/api-ms-win-service-management-l2-1-0 \
  dlls/api-ms-win-service-private-l1-1-1 dlls/api-ms-win-service-winsvc-l1-1-0 \
  dlls/api-ms-win-service-winsvc-l1-2-0 dlls/api-ms-win-shcore-obsolete-l1-1-0 \
  dlls/api-ms-win-shcore-scaling-l1-1-1 dlls/api-ms-win-shcore-stream-l1-1-0 \
  dlls/api-ms-win-shcore-thread-l1-1-0 dlls/api-ms-win-shell-shellcom-l1-1-0 \
  dlls/api-ms-win-shell-shellfolders-l1-1-0 dlls/apphelp dlls/apphelp/tests dlls/appwiz.cpl dlls/atl \
  dlls/atl/tests dlls/atl100 dlls/atl100/tests dlls/atl110 dlls/atl80 dlls/atl80/tests dlls/atl90 \
  dlls/atlthunk dlls/atlthunk/tests dlls/atmlib dlls/authz dlls/avicap32 dlls/avifil32 \
  dlls/avifil32/tests dlls/avifile.dll16 dlls/avrt dlls/bcrypt dlls/bcrypt/tests dlls/bluetoothapis \
  dlls/browseui dlls/browseui/tests dlls/bthprops.cpl dlls/cabinet dlls/cabinet/tests dlls/capi2032 \
  dlls/cards dlls/cdosys dlls/cfgmgr32 dlls/clusapi dlls/combase dlls/combase/tests dlls/comcat \
  dlls/comcat/tests dlls/comctl32 dlls/comctl32/tests dlls/comdlg32 dlls/comdlg32/tests \
  dlls/comm.drv16 dlls/commdlg.dll16 dlls/compobj.dll16 dlls/compstui dlls/comsvcs \
  dlls/comsvcs/tests dlls/concrt140 dlls/connect dlls/credui dlls/credui/tests dlls/crtdll \
  dlls/crypt32 dlls/crypt32/tests dlls/cryptdlg dlls/cryptdll dlls/cryptext dlls/cryptnet \
  dlls/cryptnet/tests dlls/cryptui dlls/cryptui/tests dlls/ctapi32 dlls/ctl3d.dll16 dlls/ctl3d32 \
  dlls/ctl3dv2.dll16 dlls/d2d1 dlls/d2d1/tests dlls/d3d10 dlls/d3d10/tests dlls/d3d10_1 \
  dlls/d3d10_1/tests dlls/d3d10core dlls/d3d10core/tests dlls/d3d11 dlls/d3d11/tests dlls/d3d12 \
  dlls/d3d12/tests dlls/d3d8 dlls/d3d8/tests dlls/d3d9 dlls/d3d9/tests dlls/d3dcompiler_33 \
  dlls/d3dcompiler_34 dlls/d3dcompiler_35 dlls/d3dcompiler_36 dlls/d3dcompiler_37 \
  dlls/d3dcompiler_38 dlls/d3dcompiler_39 dlls/d3dcompiler_40 dlls/d3dcompiler_41 \
  dlls/d3dcompiler_42 dlls/d3dcompiler_43 dlls/d3dcompiler_43/tests dlls/d3dcompiler_46 \
  dlls/d3dcompiler_47 dlls/d3dcompiler_47/tests dlls/d3dim dlls/d3drm dlls/d3drm/tests \
  dlls/d3dx10_33 dlls/d3dx10_34 dlls/d3dx10_35 dlls/d3dx10_36 dlls/d3dx10_37 dlls/d3dx10_38 \
  dlls/d3dx10_39 dlls/d3dx10_40 dlls/d3dx10_41 dlls/d3dx10_42 dlls/d3dx10_43 dlls/d3dx10_43/tests \
  dlls/d3dx11_42 dlls/d3dx11_43 dlls/d3dx11_43/tests dlls/d3dx9_24 dlls/d3dx9_25 dlls/d3dx9_26 \
  dlls/d3dx9_27 dlls/d3dx9_28 dlls/d3dx9_29 dlls/d3dx9_30 dlls/d3dx9_31 dlls/d3dx9_32 dlls/d3dx9_33 \
  dlls/d3dx9_34 dlls/d3dx9_35 dlls/d3dx9_36 dlls/d3dx9_36/tests dlls/d3dx9_37 dlls/d3dx9_38 \
  dlls/d3dx9_39 dlls/d3dx9_40 dlls/d3dx9_41 dlls/d3dx9_42 dlls/d3dx9_43 dlls/d3dxof \
  dlls/d3dxof/tests dlls/davclnt dlls/dbgeng dlls/dbgeng/tests dlls/dbghelp dlls/dbghelp/tests \
  dlls/dciman32 dlls/ddeml.dll16 dlls/ddraw dlls/ddraw/tests dlls/ddrawex dlls/ddrawex/tests \
  dlls/devenum dlls/devenum/tests dlls/dhcpcsvc dlls/dhcpcsvc/tests dlls/dhtmled.ocx dlls/difxapi \
  dlls/dinput dlls/dinput/tests dlls/dinput8 dlls/dinput8/tests dlls/dispdib.dll16 dlls/dispex \
  dlls/dispex/tests dlls/display.drv16 dlls/dmband dlls/dmband/tests dlls/dmcompos \
  dlls/dmcompos/tests dlls/dmime dlls/dmime/tests dlls/dmloader dlls/dmloader/tests dlls/dmoguids \
  dlls/dmscript dlls/dmscript/tests dlls/dmstyle dlls/dmstyle/tests dlls/dmsynth dlls/dmsynth/tests \
  dlls/dmusic dlls/dmusic/tests dlls/dmusic32 dlls/dnsapi dlls/dnsapi/tests dlls/dplay dlls/dplayx \
  dlls/dplayx/tests dlls/dpnaddr dlls/dpnet dlls/dpnet/tests dlls/dpnhpast dlls/dpnlobby \
  dlls/dpvoice dlls/dpvoice/tests dlls/dpwsockx dlls/drmclien dlls/dsdmo dlls/dsound \
  dlls/dsound/tests dlls/dsquery dlls/dssenh dlls/dssenh/tests dlls/dswave dlls/dswave/tests \
  dlls/dwmapi dlls/dwmapi/tests dlls/dwrite dlls/dwrite/tests dlls/dx8vb dlls/dxdiagn \
  dlls/dxdiagn/tests dlls/dxerr8 dlls/dxerr9 dlls/dxgi dlls/dxgi/tests dlls/dxguid dlls/dxva2 \
  dlls/esent dlls/evr dlls/evr/tests dlls/explorerframe dlls/explorerframe/tests \
  dlls/ext-ms-win-authz-context-l1-1-0 dlls/ext-ms-win-domainjoin-netjoin-l1-1-0 \
  dlls/ext-ms-win-dwmapi-ext-l1-1-0 dlls/ext-ms-win-gdi-dc-create-l1-1-0 \
  dlls/ext-ms-win-gdi-dc-create-l1-1-1 dlls/ext-ms-win-gdi-dc-l1-2-0 \
  dlls/ext-ms-win-gdi-devcaps-l1-1-0 dlls/ext-ms-win-gdi-draw-l1-1-0 dlls/ext-ms-win-gdi-draw-l1-1-1 \
  dlls/ext-ms-win-gdi-font-l1-1-0 dlls/ext-ms-win-gdi-font-l1-1-1 dlls/ext-ms-win-gdi-render-l1-1-0 \
  dlls/ext-ms-win-kernel32-package-current-l1-1-0 dlls/ext-ms-win-kernel32-package-l1-1-1 \
  dlls/ext-ms-win-ntuser-dialogbox-l1-1-0 dlls/ext-ms-win-ntuser-draw-l1-1-0 \
  dlls/ext-ms-win-ntuser-gui-l1-1-0 dlls/ext-ms-win-ntuser-gui-l1-3-0 \
  dlls/ext-ms-win-ntuser-keyboard-l1-3-0 dlls/ext-ms-win-ntuser-message-l1-1-0 \
  dlls/ext-ms-win-ntuser-message-l1-1-1 dlls/ext-ms-win-ntuser-misc-l1-1-0 \
  dlls/ext-ms-win-ntuser-misc-l1-2-0 dlls/ext-ms-win-ntuser-misc-l1-5-1 \
  dlls/ext-ms-win-ntuser-mouse-l1-1-0 dlls/ext-ms-win-ntuser-private-l1-1-1 \
  dlls/ext-ms-win-ntuser-private-l1-3-1 dlls/ext-ms-win-ntuser-rectangle-ext-l1-1-0 \
  dlls/ext-ms-win-ntuser-uicontext-ext-l1-1-0 dlls/ext-ms-win-ntuser-window-l1-1-0 \
  dlls/ext-ms-win-ntuser-window-l1-1-1 dlls/ext-ms-win-ntuser-window-l1-1-4 \
  dlls/ext-ms-win-ntuser-windowclass-l1-1-0 dlls/ext-ms-win-ntuser-windowclass-l1-1-1 \
  dlls/ext-ms-win-oleacc-l1-1-0 dlls/ext-ms-win-ras-rasapi32-l1-1-0 \
  dlls/ext-ms-win-rtcore-gdi-devcaps-l1-1-0 dlls/ext-ms-win-rtcore-gdi-object-l1-1-0 \
  dlls/ext-ms-win-rtcore-gdi-rgn-l1-1-0 dlls/ext-ms-win-rtcore-ntuser-cursor-l1-1-0 \
  dlls/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0 dlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0 \
  dlls/ext-ms-win-rtcore-ntuser-dpi-l1-2-0 dlls/ext-ms-win-rtcore-ntuser-rawinput-l1-1-0 \
  dlls/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0 dlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 \
  dlls/ext-ms-win-security-credui-l1-1-0 dlls/ext-ms-win-security-cryptui-l1-1-0 \
  dlls/ext-ms-win-shell-comctl32-init-l1-1-0 dlls/ext-ms-win-shell-comdlg32-l1-1-0 \
  dlls/ext-ms-win-shell-shell32-l1-2-0 dlls/ext-ms-win-uxtheme-themes-l1-1-0 dlls/faultrep \
  dlls/faultrep/tests dlls/feclient dlls/fltlib dlls/fltmgr.sys dlls/fntcache dlls/fontsub \
  dlls/fusion dlls/fusion/tests dlls/fwpuclnt dlls/gameux dlls/gameux/tests dlls/gdi.exe16 \
  dlls/gdi32 dlls/gdi32/tests dlls/gdiplus dlls/gdiplus/tests dlls/glu32 dlls/gphoto2.ds dlls/gpkcsp \
  dlls/hal dlls/hhctrl.ocx dlls/hid dlls/hid/tests dlls/hidclass.sys dlls/hlink dlls/hlink/tests \
  dlls/hnetcfg dlls/hnetcfg/tests dlls/http.sys dlls/httpapi dlls/httpapi/tests dlls/iccvid \
  dlls/icmp dlls/ieframe dlls/ieframe/tests dlls/ieproxy dlls/ifsmgr.vxd dlls/imaadp32.acm \
  dlls/imagehlp dlls/imagehlp/tests dlls/imm.dll16 dlls/imm32 dlls/imm32/tests dlls/inetcomm \
  dlls/inetcomm/tests dlls/inetcpl.cpl dlls/inetmib1 dlls/inetmib1/tests dlls/infosoft \
  dlls/infosoft/tests dlls/initpki dlls/inkobj dlls/inseng dlls/iphlpapi dlls/iphlpapi/tests \
  dlls/iprop dlls/irprops.cpl dlls/itircl dlls/itss dlls/itss/tests dlls/joy.cpl dlls/jscript \
  dlls/jscript/tests dlls/jsproxy dlls/jsproxy/tests dlls/kerberos dlls/kernel32 dlls/kernel32/tests \
  dlls/kernelbase dlls/kernelbase/tests dlls/keyboard.drv16 dlls/krnl386.exe16 dlls/ksecdd.sys \
  dlls/ksuser dlls/ktmw32 dlls/l3codeca.acm dlls/loadperf dlls/localspl dlls/localspl/tests \
  dlls/localui dlls/localui/tests dlls/lz32 dlls/lz32/tests dlls/lzexpand.dll16 dlls/mapi32 \
  dlls/mapi32/tests dlls/mapistub dlls/mciavi32 dlls/mcicda dlls/mciqtz32 dlls/mciseq dlls/mciwave \
  dlls/mf dlls/mf/tests dlls/mf3216 dlls/mferror dlls/mfmediaengine dlls/mfmediaengine/tests \
  dlls/mfplat dlls/mfplat/tests dlls/mfplay dlls/mfreadwrite dlls/mfreadwrite/tests dlls/mfuuid \
  dlls/mgmtapi dlls/midimap dlls/mlang dlls/mlang/tests dlls/mmcndmgr dlls/mmcndmgr/tests \
  dlls/mmdevapi dlls/mmdevapi/tests dlls/mmdevldr.vxd dlls/mmsystem.dll16 dlls/monodebg.vxd \
  dlls/mountmgr.sys dlls/mouse.drv16 dlls/mp3dmod dlls/mp3dmod/tests dlls/mpr dlls/mpr/tests \
  dlls/mprapi dlls/msacm.dll16 dlls/msacm32.drv dlls/msacm32 dlls/msacm32/tests dlls/msado15 \
  dlls/msado15/tests dlls/msadp32.acm dlls/msasn1 dlls/msasn1/tests dlls/mscat32 dlls/mscms \
  dlls/mscms/tests dlls/mscoree dlls/mscoree/tests dlls/mscorwks dlls/msctf dlls/msctf/tests \
  dlls/msctfp dlls/msdaps dlls/msdelta dlls/msdmo dlls/msdmo/tests dlls/msdrm dlls/msftedit \
  dlls/msftedit/tests dlls/msg711.acm dlls/msgsm32.acm dlls/mshtml.tlb dlls/mshtml dlls/mshtml/tests \
  dlls/msi dlls/msi/tests dlls/msident dlls/msimg32 dlls/msimsg dlls/msimtf dlls/msisip \
  dlls/msisys.ocx dlls/msls31 dlls/msnet32 dlls/mspatcha dlls/mspatcha/tests dlls/msports \
  dlls/msrle32 dlls/msrle32/tests dlls/msscript.ocx dlls/msscript.ocx/tests dlls/mssign32 \
  dlls/mssip32 dlls/mstask dlls/mstask/tests dlls/msvcirt dlls/msvcirt/tests dlls/msvcm80 \
  dlls/msvcm90 dlls/msvcp100 dlls/msvcp100/tests dlls/msvcp110 dlls/msvcp110/tests dlls/msvcp120 \
  dlls/msvcp120/tests dlls/msvcp120_app dlls/msvcp140 dlls/msvcp140/tests dlls/msvcp60 \
  dlls/msvcp60/tests dlls/msvcp70 dlls/msvcp71 dlls/msvcp80 dlls/msvcp90 dlls/msvcp90/tests \
  dlls/msvcr100 dlls/msvcr100/tests dlls/msvcr110 dlls/msvcr110/tests dlls/msvcr120 \
  dlls/msvcr120/tests dlls/msvcr120_app dlls/msvcr70 dlls/msvcr71 dlls/msvcr80 dlls/msvcr90 \
  dlls/msvcr90/tests dlls/msvcrt dlls/msvcrt/tests dlls/msvcrt20 dlls/msvcrt40 dlls/msvcrtd \
  dlls/msvcrtd/tests dlls/msvfw32 dlls/msvfw32/tests dlls/msvidc32 dlls/msvideo.dll16 dlls/mswsock \
  dlls/msxml dlls/msxml2 dlls/msxml3 dlls/msxml3/tests dlls/msxml4 dlls/msxml6 dlls/mtxdm \
  dlls/ncrypt dlls/nddeapi dlls/ndis.sys dlls/netapi32 dlls/netapi32/tests dlls/netcfgx \
  dlls/netcfgx/tests dlls/netprofm dlls/netprofm/tests dlls/newdev dlls/ninput dlls/ninput/tests \
  dlls/normaliz dlls/npmshtml dlls/npptools dlls/ntdll dlls/ntdll/tests dlls/ntdsapi \
  dlls/ntdsapi/tests dlls/ntoskrnl.exe dlls/ntoskrnl.exe/tests dlls/ntprint dlls/ntprint/tests \
  dlls/objsel dlls/odbc32 dlls/odbcbcp dlls/odbccp32 dlls/odbccp32/tests dlls/odbccu32 \
  dlls/ole2.dll16 dlls/ole2conv.dll16 dlls/ole2disp.dll16 dlls/ole2nls.dll16 dlls/ole2prox.dll16 \
  dlls/ole2thk.dll16 dlls/ole32 dlls/ole32/tests dlls/oleacc dlls/oleacc/tests dlls/oleaut32 \
  dlls/oleaut32/tests dlls/olecli.dll16 dlls/olecli32 dlls/oledb32 dlls/oledb32/tests dlls/oledlg \
  dlls/oledlg/tests dlls/olepro32 dlls/olesvr.dll16 dlls/olesvr32 dlls/olethk32 dlls/opcservices \
  dlls/opcservices/tests dlls/openal32 dlls/opengl32 dlls/opengl32/tests dlls/packager \
  dlls/packager/tests dlls/pdh dlls/pdh/tests dlls/photometadatahandler dlls/pidgen dlls/powrprof \
  dlls/printui dlls/prntvpt dlls/propsys dlls/propsys/tests dlls/psapi dlls/psapi/tests dlls/pstorec \
  dlls/pstorec/tests dlls/qcap dlls/qcap/tests dlls/qedit dlls/qedit/tests dlls/qmgr dlls/qmgr/tests \
  dlls/qmgrprxy dlls/quartz dlls/quartz/tests dlls/query dlls/qwave dlls/qwave/tests \
  dlls/rasapi16.dll16 dlls/rasapi32 dlls/rasapi32/tests dlls/rasdlg dlls/regapi dlls/resutils \
  dlls/riched20 dlls/riched20/tests dlls/riched32 dlls/riched32/tests dlls/rpcrt4 dlls/rpcrt4/tests \
  dlls/rsabase dlls/rsaenh dlls/rsaenh/tests dlls/rstrtmgr dlls/rtutils dlls/samlib dlls/sane.ds \
  dlls/sapi dlls/sapi/tests dlls/sas dlls/scarddlg dlls/sccbase dlls/schannel dlls/schannel/tests \
  dlls/schedsvc dlls/schedsvc/tests dlls/scrobj dlls/scrobj/tests dlls/scrrun dlls/scrrun/tests \
  dlls/scsiport.sys dlls/secur32 dlls/secur32/tests dlls/security dlls/sensapi dlls/serialui \
  dlls/serialui/tests dlls/setupapi dlls/setupapi/tests dlls/setupx.dll16 dlls/sfc dlls/sfc_os \
  dlls/shcore dlls/shcore/tests dlls/shdoclc dlls/shdocvw dlls/shdocvw/tests dlls/shell.dll16 \
  dlls/shell32 dlls/shell32/tests dlls/shfolder dlls/shlwapi dlls/shlwapi/tests dlls/slbcsp dlls/slc \
  dlls/slc/tests dlls/snmpapi dlls/snmpapi/tests dlls/softpub dlls/sound.drv16 dlls/spoolss \
  dlls/spoolss/tests dlls/srclient dlls/sspicli dlls/stdole2.tlb dlls/stdole32.tlb dlls/sti \
  dlls/sti/tests dlls/storage.dll16 dlls/stress.dll16 dlls/strmbase dlls/strmdll dlls/strmiids \
  dlls/svrapi dlls/sxs dlls/sxs/tests dlls/system.drv16 dlls/t2embed dlls/t2embed/tests dlls/tapi32 \
  dlls/tapi32/tests dlls/taskschd dlls/taskschd/tests dlls/tdh dlls/tdi.sys dlls/toolhelp.dll16 \
  dlls/traffic dlls/twain.dll16 dlls/twain_32 dlls/twain_32/tests dlls/typelib.dll16 dlls/tzres \
  dlls/ucrtbase dlls/ucrtbase/tests dlls/uianimation dlls/uianimation/tests dlls/uiautomationcore \
  dlls/uiautomationcore/tests dlls/uiribbon dlls/unicows dlls/updspapi dlls/url dlls/urlmon \
  dlls/urlmon/tests dlls/usbd.sys dlls/user.exe16 dlls/user32 dlls/user32/tests dlls/userenv \
  dlls/userenv/tests dlls/usp10 dlls/usp10/tests dlls/utildll dlls/uuid dlls/uxtheme \
  dlls/uxtheme/tests dlls/vbscript dlls/vbscript/tests dlls/vcomp dlls/vcomp/tests dlls/vcomp100 \
  dlls/vcomp110 dlls/vcomp120 dlls/vcomp140 dlls/vcomp90 dlls/vcruntime140 dlls/vdhcp.vxd \
  dlls/vdmdbg dlls/ver.dll16 dlls/version dlls/version/tests dlls/virtdisk dlls/virtdisk/tests \
  dlls/vmm.vxd dlls/vnbt.vxd dlls/vnetbios.vxd dlls/vssapi dlls/vtdapi.vxd dlls/vulkan-1 \
  dlls/vulkan-1/tests dlls/vwin32.vxd dlls/w32skrnl dlls/w32sys.dll16 dlls/wbemdisp \
  dlls/wbemdisp/tests dlls/wbemprox dlls/wbemprox/tests dlls/wdscore dlls/webservices \
  dlls/webservices/tests dlls/wer dlls/wer/tests dlls/wevtapi dlls/wiaservc dlls/wiaservc/tests \
  dlls/wimgapi dlls/win32s16.dll16 dlls/win87em.dll16 dlls/winaspi.dll16 dlls/windebug.dll16 \
  dlls/windowscodecs dlls/windowscodecs/tests dlls/windowscodecsext dlls/windowscodecsext/tests \
  dlls/winealsa.drv dlls/winebus.sys dlls/winecrt0 dlls/wined3d dlls/winehid.sys \
  dlls/winejoystick.drv dlls/winemapi dlls/wineps.drv dlls/wineps16.drv16 dlls/winepulse.drv \
  dlls/winevulkan dlls/winex11.drv dlls/wing.dll16 dlls/wing32 dlls/winhttp dlls/winhttp/tests \
  dlls/wininet dlls/wininet/tests dlls/winmm dlls/winmm/tests dlls/winnls.dll16 dlls/winnls32 \
  dlls/winscard dlls/winsock.dll16 dlls/winspool.drv dlls/winspool.drv/tests dlls/winsta \
  dlls/wintab.dll16 dlls/wintab32 dlls/wintab32/tests dlls/wintrust dlls/wintrust/tests dlls/winusb \
  dlls/wlanapi dlls/wlanapi/tests dlls/wlanui dlls/wldap32 dlls/wldap32/tests dlls/wmasf \
  dlls/wmcodecdspuuid dlls/wmi dlls/wmiutils dlls/wmiutils/tests dlls/wmp dlls/wmp/tests \
  dlls/wmphoto dlls/wmvcore dlls/wmvcore/tests dlls/wnaspi32 dlls/wow32 dlls/wpc dlls/wpc/tests \
  dlls/wpcap dlls/ws2_32 dlls/ws2_32/tests dlls/wsdapi dlls/wsdapi/tests dlls/wshom.ocx \
  dlls/wshom.ocx/tests dlls/wsnmp32 dlls/wsnmp32/tests dlls/wsock32 dlls/wtsapi32 \
  dlls/wtsapi32/tests dlls/wuapi dlls/wuaueng dlls/x3daudio1_0 dlls/x3daudio1_1 dlls/x3daudio1_2 \
  dlls/x3daudio1_3 dlls/x3daudio1_4 dlls/x3daudio1_5 dlls/x3daudio1_6 dlls/x3daudio1_7 \
  dlls/xapofx1_1 dlls/xapofx1_2 dlls/xapofx1_3 dlls/xapofx1_4 dlls/xapofx1_5 dlls/xaudio2_0 \
  dlls/xaudio2_1 dlls/xaudio2_2 dlls/xaudio2_3 dlls/xaudio2_4 dlls/xaudio2_5 dlls/xaudio2_6 \
  dlls/xaudio2_7 dlls/xaudio2_7/tests dlls/xaudio2_8 dlls/xaudio2_9 dlls/xinput1_1 dlls/xinput1_2 \
  dlls/xinput1_3 dlls/xinput1_3/tests dlls/xinput1_4 dlls/xinput9_1_0 dlls/xmllite \
  dlls/xmllite/tests dlls/xolehlp dlls/xpsprint dlls/xpssvcs fonts include libs/port libs/wine \
  libs/wpp loader po programs/arp programs/aspnet_regiis programs/attrib programs/cabarc \
  programs/cacls programs/chcp.com programs/clock programs/cmd programs/cmd/tests programs/conhost \
  programs/control programs/cscript programs/dism programs/dpnsvr programs/dxdiag programs/eject \
  programs/expand programs/explorer programs/extrac32 programs/fc programs/find programs/find/tests \
  programs/findstr programs/fsutil programs/fsutil/tests programs/hh programs/hostname \
  programs/icacls programs/icinfo programs/iexplore programs/ipconfig programs/lodctr \
  programs/mofcomp programs/mshta programs/msidb programs/msiexec programs/msinfo32 programs/net \
  programs/netsh programs/netstat programs/ngen programs/notepad programs/oleview programs/ping \
  programs/plugplay programs/powershell programs/presentationfontcache programs/progman programs/reg \
  programs/reg/tests programs/regasm programs/regedit programs/regedit/tests programs/regini \
  programs/regsvcs programs/regsvr32 programs/rpcss programs/rundll.exe16 programs/rundll32 \
  programs/sc programs/schtasks programs/schtasks/tests programs/sdbinst programs/secedit \
  programs/servicemodelreg programs/services programs/services/tests programs/shutdown \
  programs/spoolsv programs/start programs/subst programs/svchost programs/systeminfo \
  programs/taskkill programs/tasklist programs/taskmgr programs/termsv programs/uninstaller \
  programs/unlodctr programs/view programs/wevtutil programs/where programs/whoami programs/wineboot \
  programs/winebrowser programs/winecfg programs/wineconsole programs/winedbg programs/winedevice \
  programs/winefile programs/winemenubuilder programs/winemine programs/winemsibuilder \
  programs/winepath programs/winetest programs/winevdm programs/winhelp.exe16 programs/winhlp32 \
  programs/winmgmt programs/winoldap.mod16 programs/winver programs/wmic programs/wmplayer \
  programs/wordpad programs/write programs/wscript programs/wscript/tests programs/wuauserv \
  programs/wusa programs/xcopy programs/xcopy/tests server
dlls/acledit dlls/aclui dlls/activeds dlls/actxprxy dlls/adsiid dlls/adsldp dlls/adsldp/tests \
  dlls/adsldpc dlls/advapi32 dlls/advapi32/tests dlls/advpack dlls/advpack/tests dlls/amsi \
  dlls/amstream dlls/amstream/tests dlls/api-ms-win-appmodel-identity-l1-1-0 \
  dlls/api-ms-win-appmodel-runtime-l1-1-1 dlls/api-ms-win-appmodel-runtime-l1-1-2 \
  dlls/api-ms-win-core-apiquery-l1-1-0 dlls/api-ms-win-core-appcompat-l1-1-1 \
  dlls/api-ms-win-core-appinit-l1-1-0 dlls/api-ms-win-core-atoms-l1-1-0 \
  dlls/api-ms-win-core-bem-l1-1-0 dlls/api-ms-win-core-com-l1-1-0 dlls/api-ms-win-core-com-l1-1-1 \
  dlls/api-ms-win-core-com-private-l1-1-0 dlls/api-ms-win-core-comm-l1-1-0 \
  dlls/api-ms-win-core-console-l1-1-0 dlls/api-ms-win-core-console-l2-1-0 \
  dlls/api-ms-win-core-crt-l1-1-0 dlls/api-ms-win-core-crt-l2-1-0 \
  dlls/api-ms-win-core-datetime-l1-1-0 dlls/api-ms-win-core-datetime-l1-1-1 \
  dlls/api-ms-win-core-debug-l1-1-0 dlls/api-ms-win-core-debug-l1-1-1 \
  dlls/api-ms-win-core-delayload-l1-1-0 dlls/api-ms-win-core-delayload-l1-1-1 \
  dlls/api-ms-win-core-errorhandling-l1-1-0 dlls/api-ms-win-core-errorhandling-l1-1-1 \
  dlls/api-ms-win-core-errorhandling-l1-1-2 dlls/api-ms-win-core-errorhandling-l1-1-3 \
  dlls/api-ms-win-core-fibers-l1-1-0 dlls/api-ms-win-core-fibers-l1-1-1 \
  dlls/api-ms-win-core-file-l1-1-0 dlls/api-ms-win-core-file-l1-2-0 dlls/api-ms-win-core-file-l1-2-1 \
  dlls/api-ms-win-core-file-l1-2-2 dlls/api-ms-win-core-file-l2-1-0 dlls/api-ms-win-core-file-l2-1-1 \
  dlls/api-ms-win-core-file-l2-1-2 dlls/api-ms-win-core-handle-l1-1-0 \
  dlls/api-ms-win-core-heap-l1-1-0 dlls/api-ms-win-core-heap-l1-2-0 dlls/api-ms-win-core-heap-l2-1-0 \
  dlls/api-ms-win-core-heap-obsolete-l1-1-0 dlls/api-ms-win-core-interlocked-l1-1-0 \
  dlls/api-ms-win-core-interlocked-l1-2-0 dlls/api-ms-win-core-io-l1-1-0 \
  dlls/api-ms-win-core-io-l1-1-1 dlls/api-ms-win-core-job-l1-1-0 dlls/api-ms-win-core-job-l2-1-0 \
  dlls/api-ms-win-core-kernel32-legacy-l1-1-0 dlls/api-ms-win-core-kernel32-legacy-l1-1-1 \
  dlls/api-ms-win-core-kernel32-private-l1-1-1 dlls/api-ms-win-core-largeinteger-l1-1-0 \
  dlls/api-ms-win-core-libraryloader-l1-1-0 dlls/api-ms-win-core-libraryloader-l1-1-1 \
  dlls/api-ms-win-core-libraryloader-l1-2-0 dlls/api-ms-win-core-libraryloader-l1-2-1 \
  dlls/api-ms-win-core-libraryloader-l1-2-2 dlls/api-ms-win-core-localization-l1-1-0 \
  dlls/api-ms-win-core-localization-l1-2-0 dlls/api-ms-win-core-localization-l1-2-1 \
  dlls/api-ms-win-core-localization-l2-1-0 dlls/api-ms-win-core-localization-obsolete-l1-1-0 \
  dlls/api-ms-win-core-localization-obsolete-l1-2-0 \
  dlls/api-ms-win-core-localization-obsolete-l1-3-0 dlls/api-ms-win-core-localization-private-l1-1-0 \
  dlls/api-ms-win-core-localregistry-l1-1-0 dlls/api-ms-win-core-memory-l1-1-0 \
  dlls/api-ms-win-core-memory-l1-1-1 dlls/api-ms-win-core-memory-l1-1-2 \
  dlls/api-ms-win-core-misc-l1-1-0 dlls/api-ms-win-core-namedpipe-l1-1-0 \
  dlls/api-ms-win-core-namedpipe-l1-2-0 dlls/api-ms-win-core-namespace-l1-1-0 \
  dlls/api-ms-win-core-normalization-l1-1-0 dlls/api-ms-win-core-path-l1-1-0 \
  dlls/api-ms-win-core-privateprofile-l1-1-1 dlls/api-ms-win-core-processenvironment-l1-1-0 \
  dlls/api-ms-win-core-processenvironment-l1-2-0 dlls/api-ms-win-core-processthreads-l1-1-0 \
  dlls/api-ms-win-core-processthreads-l1-1-1 dlls/api-ms-win-core-processthreads-l1-1-2 \
  dlls/api-ms-win-core-processthreads-l1-1-3 dlls/api-ms-win-core-processtopology-obsolete-l1-1-0 \
  dlls/api-ms-win-core-profile-l1-1-0 dlls/api-ms-win-core-psapi-ansi-l1-1-0 \
  dlls/api-ms-win-core-psapi-l1-1-0 dlls/api-ms-win-core-psapi-obsolete-l1-1-0 \
  dlls/api-ms-win-core-quirks-l1-1-0 dlls/api-ms-win-core-realtime-l1-1-0 \
  dlls/api-ms-win-core-registry-l1-1-0 dlls/api-ms-win-core-registry-l2-1-0 \
  dlls/api-ms-win-core-registryuserspecific-l1-1-0 dlls/api-ms-win-core-rtlsupport-l1-1-0 \
  dlls/api-ms-win-core-rtlsupport-l1-2-0 dlls/api-ms-win-core-shlwapi-legacy-l1-1-0 \
  dlls/api-ms-win-core-shlwapi-obsolete-l1-1-0 dlls/api-ms-win-core-shlwapi-obsolete-l1-2-0 \
  dlls/api-ms-win-core-shutdown-l1-1-0 dlls/api-ms-win-core-sidebyside-l1-1-0 \
  dlls/api-ms-win-core-string-l1-1-0 dlls/api-ms-win-core-string-l2-1-0 \
  dlls/api-ms-win-core-string-obsolete-l1-1-0 dlls/api-ms-win-core-stringansi-l1-1-0 \
  dlls/api-ms-win-core-stringloader-l1-1-1 dlls/api-ms-win-core-synch-ansi-l1-1-0 \
  dlls/api-ms-win-core-synch-l1-1-0 dlls/api-ms-win-core-synch-l1-2-0 \
  dlls/api-ms-win-core-synch-l1-2-1 dlls/api-ms-win-core-sysinfo-l1-1-0 \
  dlls/api-ms-win-core-sysinfo-l1-2-0 dlls/api-ms-win-core-sysinfo-l1-2-1 \
  dlls/api-ms-win-core-threadpool-l1-1-0 dlls/api-ms-win-core-threadpool-l1-2-0 \
  dlls/api-ms-win-core-threadpool-legacy-l1-1-0 dlls/api-ms-win-core-threadpool-private-l1-1-0 \
  dlls/api-ms-win-core-timezone-l1-1-0 dlls/api-ms-win-core-toolhelp-l1-1-0 \
  dlls/api-ms-win-core-url-l1-1-0 dlls/api-ms-win-core-util-l1-1-0 \
  dlls/api-ms-win-core-version-l1-1-0 dlls/api-ms-win-core-version-l1-1-1 \
  dlls/api-ms-win-core-version-private-l1-1-0 dlls/api-ms-win-core-versionansi-l1-1-0 \
  dlls/api-ms-win-core-windowserrorreporting-l1-1-0 dlls/api-ms-win-core-winrt-error-l1-1-0 \
  dlls/api-ms-win-core-winrt-error-l1-1-1 dlls/api-ms-win-core-winrt-errorprivate-l1-1-1 \
  dlls/api-ms-win-core-winrt-l1-1-0 dlls/api-ms-win-core-winrt-registration-l1-1-0 \
  dlls/api-ms-win-core-winrt-roparameterizediid-l1-1-0 dlls/api-ms-win-core-winrt-string-l1-1-0 \
  dlls/api-ms-win-core-winrt-string-l1-1-1 dlls/api-ms-win-core-wow64-l1-1-0 \
  dlls/api-ms-win-core-wow64-l1-1-1 dlls/api-ms-win-core-xstate-l1-1-0 \
  dlls/api-ms-win-core-xstate-l2-1-0 dlls/api-ms-win-crt-conio-l1-1-0 \
  dlls/api-ms-win-crt-convert-l1-1-0 dlls/api-ms-win-crt-environment-l1-1-0 \
  dlls/api-ms-win-crt-filesystem-l1-1-0 dlls/api-ms-win-crt-heap-l1-1-0 \
  dlls/api-ms-win-crt-locale-l1-1-0 dlls/api-ms-win-crt-math-l1-1-0 \
  dlls/api-ms-win-crt-multibyte-l1-1-0 dlls/api-ms-win-crt-private-l1-1-0 \
  dlls/api-ms-win-crt-process-l1-1-0 dlls/api-ms-win-crt-runtime-l1-1-0 \
  dlls/api-ms-win-crt-stdio-l1-1-0 dlls/api-ms-win-crt-string-l1-1-0 dlls/api-ms-win-crt-time-l1-1-0 \
  dlls/api-ms-win-crt-utility-l1-1-0 dlls/api-ms-win-devices-config-l1-1-0 \
  dlls/api-ms-win-devices-config-l1-1-1 dlls/api-ms-win-devices-query-l1-1-1 \
  dlls/api-ms-win-downlevel-advapi32-l1-1-0 dlls/api-ms-win-downlevel-advapi32-l2-1-0 \
  dlls/api-ms-win-downlevel-normaliz-l1-1-0 dlls/api-ms-win-downlevel-ole32-l1-1-0 \
  dlls/api-ms-win-downlevel-shell32-l1-1-0 dlls/api-ms-win-downlevel-shlwapi-l1-1-0 \
  dlls/api-ms-win-downlevel-shlwapi-l2-1-0 dlls/api-ms-win-downlevel-user32-l1-1-0 \
  dlls/api-ms-win-downlevel-version-l1-1-0 dlls/api-ms-win-dx-d3dkmt-l1-1-0 \
  dlls/api-ms-win-eventing-classicprovider-l1-1-0 dlls/api-ms-win-eventing-consumer-l1-1-0 \
  dlls/api-ms-win-eventing-controller-l1-1-0 dlls/api-ms-win-eventing-legacy-l1-1-0 \
  dlls/api-ms-win-eventing-provider-l1-1-0 dlls/api-ms-win-eventlog-legacy-l1-1-0 \
  dlls/api-ms-win-gdi-dpiinfo-l1-1-0 dlls/api-ms-win-mm-joystick-l1-1-0 \
  dlls/api-ms-win-mm-misc-l1-1-1 dlls/api-ms-win-mm-mme-l1-1-0 dlls/api-ms-win-mm-time-l1-1-0 \
  dlls/api-ms-win-ntuser-dc-access-l1-1-0 dlls/api-ms-win-ntuser-rectangle-l1-1-0 \
  dlls/api-ms-win-ntuser-sysparams-l1-1-0 dlls/api-ms-win-perf-legacy-l1-1-0 \
  dlls/api-ms-win-power-base-l1-1-0 dlls/api-ms-win-power-setting-l1-1-0 \
  dlls/api-ms-win-rtcore-ntuser-draw-l1-1-0 dlls/api-ms-win-rtcore-ntuser-private-l1-1-0 \
  dlls/api-ms-win-rtcore-ntuser-private-l1-1-4 dlls/api-ms-win-rtcore-ntuser-window-l1-1-0 \
  dlls/api-ms-win-rtcore-ntuser-winevent-l1-1-0 dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0 \
  dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3 \
  dlls/api-ms-win-security-activedirectoryclient-l1-1-0 dlls/api-ms-win-security-audit-l1-1-1 \
  dlls/api-ms-win-security-base-l1-1-0 dlls/api-ms-win-security-base-l1-2-0 \
  dlls/api-ms-win-security-base-private-l1-1-1 dlls/api-ms-win-security-credentials-l1-1-0 \
  dlls/api-ms-win-security-cryptoapi-l1-1-0 dlls/api-ms-win-security-grouppolicy-l1-1-0 \
  dlls/api-ms-win-security-lsalookup-l1-1-0 dlls/api-ms-win-security-lsalookup-l1-1-1 \
  dlls/api-ms-win-security-lsalookup-l2-1-0 dlls/api-ms-win-security-lsalookup-l2-1-1 \
  dlls/api-ms-win-security-lsapolicy-l1-1-0 dlls/api-ms-win-security-provider-l1-1-0 \
  dlls/api-ms-win-security-sddl-l1-1-0 dlls/api-ms-win-security-systemfunctions-l1-1-0 \
  dlls/api-ms-win-service-core-l1-1-0 dlls/api-ms-win-service-core-l1-1-1 \
  dlls/api-ms-win-service-management-l1-1-0 dlls/api-ms-win-service-management-l2-1-0 \
  dlls/api-ms-win-service-private-l1-1-1 dlls/api-ms-win-service-winsvc-l1-1-0 \
  dlls/api-ms-win-service-winsvc-l1-2-0 dlls/api-ms-win-shcore-obsolete-l1-1-0 \
  dlls/api-ms-win-shcore-scaling-l1-1-1 dlls/api-ms-win-shcore-stream-l1-1-0 \
  dlls/api-ms-win-shcore-thread-l1-1-0 dlls/api-ms-win-shell-shellcom-l1-1-0 \
  dlls/api-ms-win-shell-shellfolders-l1-1-0 dlls/apphelp dlls/apphelp/tests dlls/appwiz.cpl dlls/atl \
  dlls/atl/tests dlls/atl100 dlls/atl100/tests dlls/atl110 dlls/atl80 dlls/atl80/tests dlls/atl90 \
  dlls/atlthunk dlls/atlthunk/tests dlls/atmlib dlls/authz dlls/avicap32 dlls/avifil32 \
  dlls/avifil32/tests dlls/avifile.dll16 dlls/avrt dlls/bcrypt dlls/bcrypt/tests dlls/bluetoothapis \
  dlls/browseui dlls/browseui/tests dlls/bthprops.cpl dlls/cabinet dlls/cabinet/tests dlls/capi2032 \
  dlls/cards dlls/cdosys dlls/cfgmgr32 dlls/clusapi dlls/combase dlls/combase/tests dlls/comcat \
  dlls/comcat/tests dlls/comctl32 dlls/comctl32/tests dlls/comdlg32 dlls/comdlg32/tests \
  dlls/comm.drv16 dlls/commdlg.dll16 dlls/compobj.dll16 dlls/compstui dlls/comsvcs \
  dlls/comsvcs/tests dlls/concrt140 dlls/connect dlls/credui dlls/credui/tests dlls/crtdll \
  dlls/crypt32 dlls/crypt32/tests dlls/cryptdlg dlls/cryptdll dlls/cryptext dlls/cryptnet \
  dlls/cryptnet/tests dlls/cryptui dlls/cryptui/tests dlls/ctapi32 dlls/ctl3d.dll16 dlls/ctl3d32 \
  dlls/ctl3dv2.dll16 dlls/d2d1 dlls/d2d1/tests dlls/d3d10 dlls/d3d10/tests dlls/d3d10_1 \
  dlls/d3d10_1/tests dlls/d3d10core dlls/d3d10core/tests dlls/d3d11 dlls/d3d11/tests dlls/d3d12 \
  dlls/d3d12/tests dlls/d3d8 dlls/d3d8/tests dlls/d3d9 dlls/d3d9/tests dlls/d3dcompiler_33 \
  dlls/d3dcompiler_34 dlls/d3dcompiler_35 dlls/d3dcompiler_36 dlls/d3dcompiler_37 \
  dlls/d3dcompiler_38 dlls/d3dcompiler_39 dlls/d3dcompiler_40 dlls/d3dcompiler_41 \
  dlls/d3dcompiler_42 dlls/d3dcompiler_43 dlls/d3dcompiler_43/tests dlls/d3dcompiler_46 \
  dlls/d3dcompiler_47 dlls/d3dcompiler_47/tests dlls/d3dim dlls/d3drm dlls/d3drm/tests \
  dlls/d3dx10_33 dlls/d3dx10_34 dlls/d3dx10_35 dlls/d3dx10_36 dlls/d3dx10_37 dlls/d3dx10_38 \
  dlls/d3dx10_39 dlls/d3dx10_40 dlls/d3dx10_41 dlls/d3dx10_42 dlls/d3dx10_43 dlls/d3dx10_43/tests \
  dlls/d3dx11_42 dlls/d3dx11_43 dlls/d3dx11_43/tests dlls/d3dx9_24 dlls/d3dx9_25 dlls/d3dx9_26 \
  dlls/d3dx9_27 dlls/d3dx9_28 dlls/d3dx9_29 dlls/d3dx9_30 dlls/d3dx9_31 dlls/d3dx9_32 dlls/d3dx9_33 \
  dlls/d3dx9_34 dlls/d3dx9_35 dlls/d3dx9_36 dlls/d3dx9_36/tests dlls/d3dx9_37 dlls/d3dx9_38 \
  dlls/d3dx9_39 dlls/d3dx9_40 dlls/d3dx9_41 dlls/d3dx9_42 dlls/d3dx9_43 dlls/d3dxof \
  dlls/d3dxof/tests dlls/davclnt dlls/dbgeng dlls/dbgeng/tests dlls/dbghelp dlls/dbghelp/tests \
  dlls/dciman32 dlls/ddeml.dll16 dlls/ddraw dlls/ddraw/tests dlls/ddrawex dlls/ddrawex/tests \
  dlls/devenum dlls/devenum/tests dlls/dhcpcsvc dlls/dhcpcsvc/tests dlls/dhtmled.ocx dlls/difxapi \
  dlls/dinput dlls/dinput/tests dlls/dinput8 dlls/dinput8/tests dlls/dispdib.dll16 dlls/dispex \
  dlls/dispex/tests dlls/display.drv16 dlls/dmband dlls/dmband/tests dlls/dmcompos \
  dlls/dmcompos/tests dlls/dmime dlls/dmime/tests dlls/dmloader dlls/dmloader/tests dlls/dmoguids \
  dlls/dmscript dlls/dmscript/tests dlls/dmstyle dlls/dmstyle/tests dlls/dmsynth dlls/dmsynth/tests \
  dlls/dmusic dlls/dmusic/tests dlls/dmusic32 dlls/dnsapi dlls/dnsapi/tests dlls/dplay dlls/dplayx \
  dlls/dplayx/tests dlls/dpnaddr dlls/dpnet dlls/dpnet/tests dlls/dpnhpast dlls/dpnlobby \
  dlls/dpvoice dlls/dpvoice/tests dlls/dpwsockx dlls/drmclien dlls/dsdmo dlls/dsound \
  dlls/dsound/tests dlls/dsquery dlls/dssenh dlls/dssenh/tests dlls/dswave dlls/dswave/tests \
  dlls/dwmapi dlls/dwmapi/tests dlls/dwrite dlls/dwrite/tests dlls/dx8vb dlls/dxdiagn \
  dlls/dxdiagn/tests dlls/dxerr8 dlls/dxerr9 dlls/dxgi dlls/dxgi/tests dlls/dxguid dlls/dxva2 \
  dlls/esent dlls/evr dlls/evr/tests dlls/explorerframe dlls/explorerframe/tests \
  dlls/ext-ms-win-authz-context-l1-1-0 dlls/ext-ms-win-domainjoin-netjoin-l1-1-0 \
  dlls/ext-ms-win-dwmapi-ext-l1-1-0 dlls/ext-ms-win-gdi-dc-create-l1-1-0 \
  dlls/ext-ms-win-gdi-dc-create-l1-1-1 dlls/ext-ms-win-gdi-dc-l1-2-0 \
  dlls/ext-ms-win-gdi-devcaps-l1-1-0 dlls/ext-ms-win-gdi-draw-l1-1-0 dlls/ext-ms-win-gdi-draw-l1-1-1 \
  dlls/ext-ms-win-gdi-font-l1-1-0 dlls/ext-ms-win-gdi-font-l1-1-1 dlls/ext-ms-win-gdi-render-l1-1-0 \
  dlls/ext-ms-win-kernel32-package-current-l1-1-0 dlls/ext-ms-win-kernel32-package-l1-1-1 \
  dlls/ext-ms-win-ntuser-dialogbox-l1-1-0 dlls/ext-ms-win-ntuser-draw-l1-1-0 \
  dlls/ext-ms-win-ntuser-gui-l1-1-0 dlls/ext-ms-win-ntuser-gui-l1-3-0 \
  dlls/ext-ms-win-ntuser-keyboard-l1-3-0 dlls/ext-ms-win-ntuser-message-l1-1-0 \
  dlls/ext-ms-win-ntuser-message-l1-1-1 dlls/ext-ms-win-ntuser-misc-l1-1-0 \
  dlls/ext-ms-win-ntuser-misc-l1-2-0 dlls/ext-ms-win-ntuser-misc-l1-5-1 \
  dlls/ext-ms-win-ntuser-mouse-l1-1-0 dlls/ext-ms-win-ntuser-private-l1-1-1 \
  dlls/ext-ms-win-ntuser-private-l1-3-1 dlls/ext-ms-win-ntuser-rectangle-ext-l1-1-0 \
  dlls/ext-ms-win-ntuser-uicontext-ext-l1-1-0 dlls/ext-ms-win-ntuser-window-l1-1-0 \
  dlls/ext-ms-win-ntuser-window-l1-1-1 dlls/ext-ms-win-ntuser-window-l1-1-4 \
  dlls/ext-ms-win-ntuser-windowclass-l1-1-0 dlls/ext-ms-win-ntuser-windowclass-l1-1-1 \
  dlls/ext-ms-win-oleacc-l1-1-0 dlls/ext-ms-win-ras-rasapi32-l1-1-0 \
  dlls/ext-ms-win-rtcore-gdi-devcaps-l1-1-0 dlls/ext-ms-win-rtcore-gdi-object-l1-1-0 \
  dlls/ext-ms-win-rtcore-gdi-rgn-l1-1-0 dlls/ext-ms-win-rtcore-ntuser-cursor-l1-1-0 \
  dlls/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0 dlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0 \
  dlls/ext-ms-win-rtcore-ntuser-dpi-l1-2-0 dlls/ext-ms-win-rtcore-ntuser-rawinput-l1-1-0 \
  dlls/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0 dlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 \
  dlls/ext-ms-win-security-credui-l1-1-0 dlls/ext-ms-win-security-cryptui-l1-1-0 \
  dlls/ext-ms-win-shell-comctl32-init-l1-1-0 dlls/ext-ms-win-shell-comdlg32-l1-1-0 \
  dlls/ext-ms-win-shell-shell32-l1-2-0 dlls/ext-ms-win-uxtheme-themes-l1-1-0 dlls/faultrep \
  dlls/faultrep/tests dlls/feclient dlls/fltlib dlls/fltmgr.sys dlls/fntcache dlls/fontsub \
  dlls/fusion dlls/fusion/tests dlls/fwpuclnt dlls/gameux dlls/gameux/tests dlls/gdi.exe16 \
  dlls/gdi32 dlls/gdi32/tests dlls/gdiplus dlls/gdiplus/tests dlls/glu32 dlls/gphoto2.ds dlls/gpkcsp \
  dlls/hal dlls/hhctrl.ocx dlls/hid dlls/hid/tests dlls/hidclass.sys dlls/hlink dlls/hlink/tests \
  dlls/hnetcfg dlls/hnetcfg/tests dlls/http.sys dlls/httpapi dlls/httpapi/tests dlls/iccvid \
  dlls/icmp dlls/ieframe dlls/ieframe/tests dlls/ieproxy dlls/ifsmgr.vxd dlls/imaadp32.acm \
  dlls/imagehlp dlls/imagehlp/tests dlls/imm.dll16 dlls/imm32 dlls/imm32/tests dlls/inetcomm \
  dlls/inetcomm/tests dlls/inetcpl.cpl dlls/inetmib1 dlls/inetmib1/tests dlls/infosoft \
  dlls/infosoft/tests dlls/initpki dlls/inkobj dlls/inseng dlls/iphlpapi dlls/iphlpapi/tests \
  dlls/iprop dlls/irprops.cpl dlls/itircl dlls/itss dlls/itss/tests dlls/joy.cpl dlls/jscript \
  dlls/jscript/tests dlls/jsproxy dlls/jsproxy/tests dlls/kerberos dlls/kernel32 dlls/kernel32/tests \
  dlls/kernelbase dlls/kernelbase/tests dlls/keyboard.drv16 dlls/krnl386.exe16 dlls/ksecdd.sys \
  dlls/ksuser dlls/ktmw32 dlls/l3codeca.acm dlls/loadperf dlls/localspl dlls/localspl/tests \
  dlls/localui dlls/localui/tests dlls/lz32 dlls/lz32/tests dlls/lzexpand.dll16 dlls/mapi32 \
  dlls/mapi32/tests dlls/mapistub dlls/mciavi32 dlls/mcicda dlls/mciqtz32 dlls/mciseq dlls/mciwave \
  dlls/mf dlls/mf/tests dlls/mf3216 dlls/mferror dlls/mfmediaengine dlls/mfmediaengine/tests \
  dlls/mfplat dlls/mfplat/tests dlls/mfplay dlls/mfreadwrite dlls/mfreadwrite/tests dlls/mfuuid \
  dlls/mgmtapi dlls/midimap dlls/mlang dlls/mlang/tests dlls/mmcndmgr dlls/mmcndmgr/tests \
  dlls/mmdevapi dlls/mmdevapi/tests dlls/mmdevldr.vxd dlls/mmsystem.dll16 dlls/monodebg.vxd \
  dlls/mountmgr.sys dlls/mouse.drv16 dlls/mp3dmod dlls/mp3dmod/tests dlls/mpr dlls/mpr/tests \
  dlls/mprapi dlls/msacm.dll16 dlls/msacm32.drv dlls/msacm32 dlls/msacm32/tests dlls/msado15 \
  dlls/msado15/tests dlls/msadp32.acm dlls/msasn1 dlls/msasn1/tests dlls/mscat32 dlls/mscms \
  dlls/mscms/tests dlls/mscoree dlls/mscoree/tests dlls/mscorwks dlls/msctf dlls/msctf/tests \
  dlls/msctfp dlls/msdaps dlls/msdelta dlls/msdmo dlls/msdmo/tests dlls/msdrm dlls/msftedit \
  dlls/msftedit/tests dlls/msg711.acm dlls/msgsm32.acm dlls/mshtml.tlb dlls/mshtml dlls/mshtml/tests \
  dlls/msi dlls/msi/tests dlls/msident dlls/msimg32 dlls/msimsg dlls/msimtf dlls/msisip \
  dlls/msisys.ocx dlls/msls31 dlls/msnet32 dlls/mspatcha dlls/mspatcha/tests dlls/msports \
  dlls/msrle32 dlls/msrle32/tests dlls/msscript.ocx dlls/msscript.ocx/tests dlls/mssign32 \
  dlls/mssip32 dlls/mstask dlls/mstask/tests dlls/msvcirt dlls/msvcirt/tests dlls/msvcm80 \
  dlls/msvcm90 dlls/msvcp100 dlls/msvcp100/tests dlls/msvcp110 dlls/msvcp110/tests dlls/msvcp120 \
  dlls/msvcp120/tests dlls/msvcp120_app dlls/msvcp140 dlls/msvcp140/tests dlls/msvcp60 \
  dlls/msvcp60/tests dlls/msvcp70 dlls/msvcp71 dlls/msvcp80 dlls/msvcp90 dlls/msvcp90/tests \
  dlls/msvcr100 dlls/msvcr100/tests dlls/msvcr110 dlls/msvcr110/tests dlls/msvcr120 \
  dlls/msvcr120/tests dlls/msvcr120_app dlls/msvcr70 dlls/msvcr71 dlls/msvcr80 dlls/msvcr90 \
  dlls/msvcr90/tests dlls/msvcrt dlls/msvcrt/tests dlls/msvcrt20 dlls/msvcrt40 dlls/msvcrtd \
  dlls/msvcrtd/tests dlls/msvfw32 dlls/msvfw32/tests dlls/msvidc32 dlls/msvideo.dll16 dlls/mswsock \
  dlls/msxml dlls/msxml2 dlls/msxml3 dlls/msxml3/tests dlls/msxml4 dlls/msxml6 dlls/mtxdm \
  dlls/ncrypt dlls/nddeapi dlls/ndis.sys dlls/netapi32 dlls/netapi32/tests dlls/netcfgx \
  dlls/netcfgx/tests dlls/netprofm dlls/netprofm/tests dlls/newdev dlls/ninput dlls/ninput/tests \
  dlls/normaliz dlls/npmshtml dlls/npptools dlls/ntdll dlls/ntdll/tests dlls/ntdsapi \
  dlls/ntdsapi/tests dlls/ntoskrnl.exe dlls/ntoskrnl.exe/tests dlls/ntprint dlls/ntprint/tests \
  dlls/objsel dlls/odbc32 dlls/odbcbcp dlls/odbccp32 dlls/odbccp32/tests dlls/odbccu32 \
  dlls/ole2.dll16 dlls/ole2conv.dll16 dlls/ole2disp.dll16 dlls/ole2nls.dll16 dlls/ole2prox.dll16 \
  dlls/ole2thk.dll16 dlls/ole32 dlls/ole32/tests dlls/oleacc dlls/oleacc/tests dlls/oleaut32 \
  dlls/oleaut32/tests dlls/olecli.dll16 dlls/olecli32 dlls/oledb32 dlls/oledb32/tests dlls/oledlg \
  dlls/oledlg/tests dlls/olepro32 dlls/olesvr.dll16 dlls/olesvr32 dlls/olethk32 dlls/opcservices \
  dlls/opcservices/tests dlls/openal32 dlls/opengl32 dlls/opengl32/tests dlls/packager \
  dlls/packager/tests dlls/pdh dlls/pdh/tests dlls/photometadatahandler dlls/pidgen dlls/powrprof \
  dlls/printui dlls/prntvpt dlls/propsys dlls/propsys/tests dlls/psapi dlls/psapi/tests dlls/pstorec \
  dlls/pstorec/tests dlls/qcap dlls/qcap/tests dlls/qedit dlls/qedit/tests dlls/qmgr dlls/qmgr/tests \
  dlls/qmgrprxy dlls/quartz dlls/quartz/tests dlls/query dlls/qwave dlls/qwave/tests \
  dlls/rasapi16.dll16 dlls/rasapi32 dlls/rasapi32/tests dlls/rasdlg dlls/regapi dlls/resutils \
  dlls/riched20 dlls/riched20/tests dlls/riched32 dlls/riched32/tests dlls/rpcrt4 dlls/rpcrt4/tests \
  dlls/rsabase dlls/rsaenh dlls/rsaenh/tests dlls/rstrtmgr dlls/rtutils dlls/samlib dlls/sane.ds \
  dlls/sapi dlls/sapi/tests dlls/sas dlls/scarddlg dlls/sccbase dlls/schannel dlls/schannel/tests \
  dlls/schedsvc dlls/schedsvc/tests dlls/scrobj dlls/scrobj/tests dlls/scrrun dlls/scrrun/tests \
  dlls/scsiport.sys dlls/secur32 dlls/secur32/tests dlls/security dlls/sensapi dlls/serialui \
  dlls/serialui/tests dlls/setupapi dlls/setupapi/tests dlls/setupx.dll16 dlls/sfc dlls/sfc_os \
  dlls/shcore dlls/shcore/tests dlls/shdoclc dlls/shdocvw dlls/shdocvw/tests dlls/shell.dll16 \
  dlls/shell32 dlls/shell32/tests dlls/shfolder dlls/shlwapi dlls/shlwapi/tests dlls/slbcsp dlls/slc \
  dlls/slc/tests dlls/snmpapi dlls/snmpapi/tests dlls/softpub dlls/sound.drv16 dlls/spoolss \
  dlls/spoolss/tests dlls/srclient dlls/sspicli dlls/stdole2.tlb dlls/stdole32.tlb dlls/sti \
  dlls/sti/tests dlls/storage.dll16 dlls/stress.dll16 dlls/strmbase dlls/strmdll dlls/strmiids \
  dlls/svrapi dlls/sxs dlls/sxs/tests dlls/system.drv16 dlls/t2embed dlls/t2embed/tests dlls/tapi32 \
  dlls/tapi32/tests dlls/taskschd dlls/taskschd/tests dlls/tdh dlls/tdi.sys dlls/toolhelp.dll16 \
  dlls/traffic dlls/twain.dll16 dlls/twain_32 dlls/twain_32/tests dlls/typelib.dll16 dlls/tzres \
  dlls/ucrtbase dlls/ucrtbase/tests dlls/uianimation dlls/uianimation/tests dlls/uiautomationcore \
  dlls/uiautomationcore/tests dlls/uiribbon dlls/unicows dlls/updspapi dlls/url dlls/urlmon \
  dlls/urlmon/tests dlls/usbd.sys dlls/user.exe16 dlls/user32 dlls/user32/tests dlls/userenv \
  dlls/userenv/tests dlls/usp10 dlls/usp10/tests dlls/utildll dlls/uuid dlls/uxtheme \
  dlls/uxtheme/tests dlls/vbscript dlls/vbscript/tests dlls/vcomp dlls/vcomp/tests dlls/vcomp100 \
  dlls/vcomp110 dlls/vcomp120 dlls/vcomp140 dlls/vcomp90 dlls/vcruntime140 dlls/vdhcp.vxd \
  dlls/vdmdbg dlls/ver.dll16 dlls/version dlls/version/tests dlls/virtdisk dlls/virtdisk/tests \
  dlls/vmm.vxd dlls/vnbt.vxd dlls/vnetbios.vxd dlls/vssapi dlls/vtdapi.vxd dlls/vulkan-1 \
  dlls/vulkan-1/tests dlls/vwin32.vxd dlls/w32skrnl dlls/w32sys.dll16 dlls/wbemdisp \
  dlls/wbemdisp/tests dlls/wbemprox dlls/wbemprox/tests dlls/wdscore dlls/webservices \
  dlls/webservices/tests dlls/wer dlls/wer/tests dlls/wevtapi dlls/wiaservc dlls/wiaservc/tests \
  dlls/wimgapi dlls/win32s16.dll16 dlls/win87em.dll16 dlls/winaspi.dll16 dlls/windebug.dll16 \
  dlls/windowscodecs dlls/windowscodecs/tests dlls/windowscodecsext dlls/windowscodecsext/tests \
  dlls/winealsa.drv dlls/winebus.sys dlls/winecrt0 dlls/wined3d dlls/winehid.sys \
  dlls/winejoystick.drv dlls/winemapi dlls/wineps.drv dlls/wineps16.drv16 dlls/winepulse.drv \
  dlls/winevulkan dlls/winex11.drv dlls/wing.dll16 dlls/wing32 dlls/winhttp dlls/winhttp/tests \
  dlls/wininet dlls/wininet/tests dlls/winmm dlls/winmm/tests dlls/winnls.dll16 dlls/winnls32 \
  dlls/winscard dlls/winsock.dll16 dlls/winspool.drv dlls/winspool.drv/tests dlls/winsta \
  dlls/wintab.dll16 dlls/wintab32 dlls/wintab32/tests dlls/wintrust dlls/wintrust/tests dlls/winusb \
  dlls/wlanapi dlls/wlanapi/tests dlls/wlanui dlls/wldap32 dlls/wldap32/tests dlls/wmasf \
  dlls/wmcodecdspuuid dlls/wmi dlls/wmiutils dlls/wmiutils/tests dlls/wmp dlls/wmp/tests \
  dlls/wmphoto dlls/wmvcore dlls/wmvcore/tests dlls/wnaspi32 dlls/wow32 dlls/wpc dlls/wpc/tests \
  dlls/wpcap dlls/ws2_32 dlls/ws2_32/tests dlls/wsdapi dlls/wsdapi/tests dlls/wshom.ocx \
  dlls/wshom.ocx/tests dlls/wsnmp32 dlls/wsnmp32/tests dlls/wsock32 dlls/wtsapi32 \
  dlls/wtsapi32/tests dlls/wuapi dlls/wuaueng dlls/x3daudio1_0 dlls/x3daudio1_1 dlls/x3daudio1_2 \
  dlls/x3daudio1_3 dlls/x3daudio1_4 dlls/x3daudio1_5 dlls/x3daudio1_6 dlls/x3daudio1_7 \
  dlls/xapofx1_1 dlls/xapofx1_2 dlls/xapofx1_3 dlls/xapofx1_4 dlls/xapofx1_5 dlls/xaudio2_0 \
  dlls/xaudio2_1 dlls/xaudio2_2 dlls/xaudio2_3 dlls/xaudio2_4 dlls/xaudio2_5 dlls/xaudio2_6 \
  dlls/xaudio2_7 dlls/xaudio2_7/tests dlls/xaudio2_8 dlls/xaudio2_9 dlls/xinput1_1 dlls/xinput1_2 \
  dlls/xinput1_3 dlls/xinput1_3/tests dlls/xinput1_4 dlls/xinput9_1_0 dlls/xmllite \
  dlls/xmllite/tests dlls/xolehlp dlls/xpsprint dlls/xpssvcs fonts include libs/port libs/wine \
  libs/wpp loader po programs/arp programs/aspnet_regiis programs/attrib programs/cabarc \
  programs/cacls programs/chcp.com programs/clock programs/cmd programs/cmd/tests programs/conhost \
  programs/control programs/cscript programs/dism programs/dpnsvr programs/dxdiag programs/eject \
  programs/expand programs/explorer programs/extrac32 programs/fc programs/find programs/find/tests \
  programs/findstr programs/fsutil programs/fsutil/tests programs/hh programs/hostname \
  programs/icacls programs/icinfo programs/iexplore programs/ipconfig programs/lodctr \
  programs/mofcomp programs/mshta programs/msidb programs/msiexec programs/msinfo32 programs/net \
  programs/netsh programs/netstat programs/ngen programs/notepad programs/oleview programs/ping \
  programs/plugplay programs/powershell programs/presentationfontcache programs/progman programs/reg \
  programs/reg/tests programs/regasm programs/regedit programs/regedit/tests programs/regini \
  programs/regsvcs programs/regsvr32 programs/rpcss programs/rundll.exe16 programs/rundll32 \
  programs/sc programs/schtasks programs/schtasks/tests programs/sdbinst programs/secedit \
  programs/servicemodelreg programs/services programs/services/tests programs/shutdown \
  programs/spoolsv programs/start programs/subst programs/svchost programs/systeminfo \
  programs/taskkill programs/tasklist programs/taskmgr programs/termsv programs/uninstaller \
  programs/unlodctr programs/view programs/wevtutil programs/where programs/whoami programs/wineboot \
  programs/winebrowser programs/winecfg programs/wineconsole programs/winedbg programs/winedevice \
  programs/winefile programs/winemenubuilder programs/winemine programs/winemsibuilder \
  programs/winepath programs/winetest programs/winevdm programs/winhelp.exe16 programs/winhlp32 \
  programs/winmgmt programs/winoldap.mod16 programs/winver programs/wmic programs/wmplayer \
  programs/wordpad programs/write programs/wscript programs/wscript/tests programs/wuauserv \
  programs/wusa programs/xcopy programs/xcopy/tests server: dummy
	@cd $@ && $(MAKE)
Makefile: ../dlls/acledit/Makefile.in ../dlls/aclui/Makefile.in ../dlls/activeds/Makefile.in \
  ../dlls/actxprxy/Makefile.in ../dlls/adsiid/Makefile.in ../dlls/adsldp/Makefile.in \
  ../dlls/adsldp/tests/Makefile.in ../dlls/adsldpc/Makefile.in ../dlls/advapi32/Makefile.in \
  ../dlls/advapi32/tests/Makefile.in ../dlls/advpack/Makefile.in ../dlls/advpack/tests/Makefile.in \
  ../dlls/amsi/Makefile.in ../dlls/amstream/Makefile.in ../dlls/amstream/tests/Makefile.in \
  ../dlls/api-ms-win-appmodel-identity-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-appmodel-runtime-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-appmodel-runtime-l1-1-2/Makefile.in \
  ../dlls/api-ms-win-core-apiquery-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-appcompat-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-appinit-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-atoms-l1-1-0/Makefile.in ../dlls/api-ms-win-core-bem-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-com-l1-1-0/Makefile.in ../dlls/api-ms-win-core-com-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-com-private-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-comm-l1-1-0/Makefile.in ../dlls/api-ms-win-core-console-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-console-l2-1-0/Makefile.in ../dlls/api-ms-win-core-crt-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-crt-l2-1-0/Makefile.in ../dlls/api-ms-win-core-datetime-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-datetime-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-debug-l1-1-0/Makefile.in ../dlls/api-ms-win-core-debug-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-delayload-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-delayload-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-errorhandling-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-errorhandling-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-errorhandling-l1-1-2/Makefile.in \
  ../dlls/api-ms-win-core-errorhandling-l1-1-3/Makefile.in \
  ../dlls/api-ms-win-core-fibers-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-fibers-l1-1-1/Makefile.in ../dlls/api-ms-win-core-file-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-file-l1-2-0/Makefile.in ../dlls/api-ms-win-core-file-l1-2-1/Makefile.in \
  ../dlls/api-ms-win-core-file-l1-2-2/Makefile.in ../dlls/api-ms-win-core-file-l2-1-0/Makefile.in \
  ../dlls/api-ms-win-core-file-l2-1-1/Makefile.in ../dlls/api-ms-win-core-file-l2-1-2/Makefile.in \
  ../dlls/api-ms-win-core-handle-l1-1-0/Makefile.in ../dlls/api-ms-win-core-heap-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-heap-l1-2-0/Makefile.in ../dlls/api-ms-win-core-heap-l2-1-0/Makefile.in \
  ../dlls/api-ms-win-core-heap-obsolete-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-interlocked-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-interlocked-l1-2-0/Makefile.in \
  ../dlls/api-ms-win-core-io-l1-1-0/Makefile.in ../dlls/api-ms-win-core-io-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-job-l1-1-0/Makefile.in ../dlls/api-ms-win-core-job-l2-1-0/Makefile.in \
  ../dlls/api-ms-win-core-kernel32-legacy-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-kernel32-legacy-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-kernel32-private-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-largeinteger-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-libraryloader-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-libraryloader-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-libraryloader-l1-2-0/Makefile.in \
  ../dlls/api-ms-win-core-libraryloader-l1-2-1/Makefile.in \
  ../dlls/api-ms-win-core-libraryloader-l1-2-2/Makefile.in \
  ../dlls/api-ms-win-core-localization-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-localization-l1-2-0/Makefile.in \
  ../dlls/api-ms-win-core-localization-l1-2-1/Makefile.in \
  ../dlls/api-ms-win-core-localization-l2-1-0/Makefile.in \
  ../dlls/api-ms-win-core-localization-obsolete-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-localization-obsolete-l1-2-0/Makefile.in \
  ../dlls/api-ms-win-core-localization-obsolete-l1-3-0/Makefile.in \
  ../dlls/api-ms-win-core-localization-private-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-localregistry-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-memory-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-memory-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-memory-l1-1-2/Makefile.in ../dlls/api-ms-win-core-misc-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-namedpipe-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-namedpipe-l1-2-0/Makefile.in \
  ../dlls/api-ms-win-core-namespace-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-normalization-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-path-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-privateprofile-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-processenvironment-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-processenvironment-l1-2-0/Makefile.in \
  ../dlls/api-ms-win-core-processthreads-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-processthreads-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-processthreads-l1-1-2/Makefile.in \
  ../dlls/api-ms-win-core-processthreads-l1-1-3/Makefile.in \
  ../dlls/api-ms-win-core-processtopology-obsolete-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-profile-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-psapi-ansi-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-psapi-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-psapi-obsolete-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-quirks-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-realtime-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-registry-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-registry-l2-1-0/Makefile.in \
  ../dlls/api-ms-win-core-registryuserspecific-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-rtlsupport-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-rtlsupport-l1-2-0/Makefile.in \
  ../dlls/api-ms-win-core-shlwapi-legacy-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-shlwapi-obsolete-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-shlwapi-obsolete-l1-2-0/Makefile.in \
  ../dlls/api-ms-win-core-shutdown-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-sidebyside-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-string-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-string-l2-1-0/Makefile.in \
  ../dlls/api-ms-win-core-string-obsolete-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-stringansi-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-stringloader-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-synch-ansi-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-synch-l1-1-0/Makefile.in ../dlls/api-ms-win-core-synch-l1-2-0/Makefile.in \
  ../dlls/api-ms-win-core-synch-l1-2-1/Makefile.in \
  ../dlls/api-ms-win-core-sysinfo-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-sysinfo-l1-2-0/Makefile.in \
  ../dlls/api-ms-win-core-sysinfo-l1-2-1/Makefile.in \
  ../dlls/api-ms-win-core-threadpool-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-threadpool-l1-2-0/Makefile.in \
  ../dlls/api-ms-win-core-threadpool-legacy-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-threadpool-private-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-timezone-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-toolhelp-l1-1-0/Makefile.in ../dlls/api-ms-win-core-url-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-util-l1-1-0/Makefile.in ../dlls/api-ms-win-core-version-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-version-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-version-private-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-versionansi-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-windowserrorreporting-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-winrt-error-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-winrt-error-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-winrt-errorprivate-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-winrt-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-winrt-registration-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-winrt-roparameterizediid-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-winrt-string-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-winrt-string-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-wow64-l1-1-0/Makefile.in ../dlls/api-ms-win-core-wow64-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-xstate-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-xstate-l2-1-0/Makefile.in ../dlls/api-ms-win-crt-conio-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-crt-convert-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-crt-environment-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-crt-filesystem-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-crt-heap-l1-1-0/Makefile.in ../dlls/api-ms-win-crt-locale-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-crt-math-l1-1-0/Makefile.in ../dlls/api-ms-win-crt-multibyte-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-crt-private-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-crt-process-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-crt-runtime-l1-1-0/Makefile.in ../dlls/api-ms-win-crt-stdio-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-crt-string-l1-1-0/Makefile.in ../dlls/api-ms-win-crt-time-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-crt-utility-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-devices-config-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-devices-config-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-devices-query-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-downlevel-advapi32-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-downlevel-advapi32-l2-1-0/Makefile.in \
  ../dlls/api-ms-win-downlevel-normaliz-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-downlevel-ole32-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-downlevel-shell32-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-downlevel-shlwapi-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-downlevel-shlwapi-l2-1-0/Makefile.in \
  ../dlls/api-ms-win-downlevel-user32-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-downlevel-version-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-dx-d3dkmt-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-eventing-classicprovider-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-eventing-consumer-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-eventing-controller-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-eventing-legacy-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-eventing-provider-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-eventlog-legacy-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-gdi-dpiinfo-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-mm-joystick-l1-1-0/Makefile.in ../dlls/api-ms-win-mm-misc-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-mm-mme-l1-1-0/Makefile.in ../dlls/api-ms-win-mm-time-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-ntuser-dc-access-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-ntuser-rectangle-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-ntuser-sysparams-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-perf-legacy-l1-1-0/Makefile.in ../dlls/api-ms-win-power-base-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-power-setting-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-rtcore-ntuser-draw-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-rtcore-ntuser-private-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-rtcore-ntuser-private-l1-1-4/Makefile.in \
  ../dlls/api-ms-win-rtcore-ntuser-window-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-rtcore-ntuser-winevent-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3/Makefile.in \
  ../dlls/api-ms-win-security-activedirectoryclient-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-security-audit-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-security-base-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-security-base-l1-2-0/Makefile.in \
  ../dlls/api-ms-win-security-base-private-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-security-credentials-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-security-cryptoapi-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-security-grouppolicy-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-security-lsalookup-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-security-lsalookup-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-security-lsalookup-l2-1-0/Makefile.in \
  ../dlls/api-ms-win-security-lsalookup-l2-1-1/Makefile.in \
  ../dlls/api-ms-win-security-lsapolicy-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-security-provider-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-security-sddl-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-security-systemfunctions-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-service-core-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-service-core-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-service-management-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-service-management-l2-1-0/Makefile.in \
  ../dlls/api-ms-win-service-private-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-service-winsvc-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-service-winsvc-l1-2-0/Makefile.in \
  ../dlls/api-ms-win-shcore-obsolete-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-shcore-scaling-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-shcore-stream-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-shcore-thread-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-shell-shellcom-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-shell-shellfolders-l1-1-0/Makefile.in ../dlls/apphelp/Makefile.in \
  ../dlls/apphelp/tests/Makefile.in ../dlls/appwiz.cpl/Makefile.in ../dlls/atl/Makefile.in \
  ../dlls/atl/tests/Makefile.in ../dlls/atl100/Makefile.in ../dlls/atl100/tests/Makefile.in \
  ../dlls/atl110/Makefile.in ../dlls/atl80/Makefile.in ../dlls/atl80/tests/Makefile.in \
  ../dlls/atl90/Makefile.in ../dlls/atlthunk/Makefile.in ../dlls/atlthunk/tests/Makefile.in \
  ../dlls/atmlib/Makefile.in ../dlls/authz/Makefile.in ../dlls/avicap32/Makefile.in \
  ../dlls/avifil32/Makefile.in ../dlls/avifil32/tests/Makefile.in ../dlls/avifile.dll16/Makefile.in \
  ../dlls/avrt/Makefile.in ../dlls/bcrypt/Makefile.in ../dlls/bcrypt/tests/Makefile.in \
  ../dlls/bluetoothapis/Makefile.in ../dlls/browseui/Makefile.in ../dlls/browseui/tests/Makefile.in \
  ../dlls/bthprops.cpl/Makefile.in ../dlls/cabinet/Makefile.in ../dlls/cabinet/tests/Makefile.in \
  ../dlls/capi2032/Makefile.in ../dlls/cards/Makefile.in ../dlls/cdosys/Makefile.in \
  ../dlls/cfgmgr32/Makefile.in ../dlls/clusapi/Makefile.in ../dlls/combase/Makefile.in \
  ../dlls/combase/tests/Makefile.in ../dlls/comcat/Makefile.in ../dlls/comcat/tests/Makefile.in \
  ../dlls/comctl32/Makefile.in ../dlls/comctl32/tests/Makefile.in ../dlls/comdlg32/Makefile.in \
  ../dlls/comdlg32/tests/Makefile.in ../dlls/comm.drv16/Makefile.in \
  ../dlls/commdlg.dll16/Makefile.in ../dlls/compobj.dll16/Makefile.in ../dlls/compstui/Makefile.in \
  ../dlls/comsvcs/Makefile.in ../dlls/comsvcs/tests/Makefile.in ../dlls/concrt140/Makefile.in \
  ../dlls/connect/Makefile.in ../dlls/credui/Makefile.in ../dlls/credui/tests/Makefile.in \
  ../dlls/crtdll/Makefile.in ../dlls/crypt32/Makefile.in ../dlls/crypt32/tests/Makefile.in \
  ../dlls/cryptdlg/Makefile.in ../dlls/cryptdll/Makefile.in ../dlls/cryptext/Makefile.in \
  ../dlls/cryptnet/Makefile.in ../dlls/cryptnet/tests/Makefile.in ../dlls/cryptui/Makefile.in \
  ../dlls/cryptui/tests/Makefile.in ../dlls/ctapi32/Makefile.in ../dlls/ctl3d.dll16/Makefile.in \
  ../dlls/ctl3d32/Makefile.in ../dlls/ctl3dv2.dll16/Makefile.in ../dlls/d2d1/Makefile.in \
  ../dlls/d2d1/tests/Makefile.in ../dlls/d3d10/Makefile.in ../dlls/d3d10/tests/Makefile.in \
  ../dlls/d3d10_1/Makefile.in ../dlls/d3d10_1/tests/Makefile.in ../dlls/d3d10core/Makefile.in \
  ../dlls/d3d10core/tests/Makefile.in ../dlls/d3d11/Makefile.in ../dlls/d3d11/tests/Makefile.in \
  ../dlls/d3d12/Makefile.in ../dlls/d3d12/tests/Makefile.in ../dlls/d3d8/Makefile.in \
  ../dlls/d3d8/tests/Makefile.in ../dlls/d3d9/Makefile.in ../dlls/d3d9/tests/Makefile.in \
  ../dlls/d3dcompiler_33/Makefile.in ../dlls/d3dcompiler_34/Makefile.in \
  ../dlls/d3dcompiler_35/Makefile.in ../dlls/d3dcompiler_36/Makefile.in \
  ../dlls/d3dcompiler_37/Makefile.in ../dlls/d3dcompiler_38/Makefile.in \
  ../dlls/d3dcompiler_39/Makefile.in ../dlls/d3dcompiler_40/Makefile.in \
  ../dlls/d3dcompiler_41/Makefile.in ../dlls/d3dcompiler_42/Makefile.in \
  ../dlls/d3dcompiler_43/Makefile.in ../dlls/d3dcompiler_43/tests/Makefile.in \
  ../dlls/d3dcompiler_46/Makefile.in ../dlls/d3dcompiler_47/Makefile.in \
  ../dlls/d3dcompiler_47/tests/Makefile.in ../dlls/d3dim/Makefile.in ../dlls/d3drm/Makefile.in \
  ../dlls/d3drm/tests/Makefile.in ../dlls/d3dx10_33/Makefile.in ../dlls/d3dx10_34/Makefile.in \
  ../dlls/d3dx10_35/Makefile.in ../dlls/d3dx10_36/Makefile.in ../dlls/d3dx10_37/Makefile.in \
  ../dlls/d3dx10_38/Makefile.in ../dlls/d3dx10_39/Makefile.in ../dlls/d3dx10_40/Makefile.in \
  ../dlls/d3dx10_41/Makefile.in ../dlls/d3dx10_42/Makefile.in ../dlls/d3dx10_43/Makefile.in \
  ../dlls/d3dx10_43/tests/Makefile.in ../dlls/d3dx11_42/Makefile.in ../dlls/d3dx11_43/Makefile.in \
  ../dlls/d3dx11_43/tests/Makefile.in ../dlls/d3dx9_24/Makefile.in ../dlls/d3dx9_25/Makefile.in \
  ../dlls/d3dx9_26/Makefile.in ../dlls/d3dx9_27/Makefile.in ../dlls/d3dx9_28/Makefile.in \
  ../dlls/d3dx9_29/Makefile.in ../dlls/d3dx9_30/Makefile.in ../dlls/d3dx9_31/Makefile.in \
  ../dlls/d3dx9_32/Makefile.in ../dlls/d3dx9_33/Makefile.in ../dlls/d3dx9_34/Makefile.in \
  ../dlls/d3dx9_35/Makefile.in ../dlls/d3dx9_36/Makefile.in ../dlls/d3dx9_36/tests/Makefile.in \
  ../dlls/d3dx9_37/Makefile.in ../dlls/d3dx9_38/Makefile.in ../dlls/d3dx9_39/Makefile.in \
  ../dlls/d3dx9_40/Makefile.in ../dlls/d3dx9_41/Makefile.in ../dlls/d3dx9_42/Makefile.in \
  ../dlls/d3dx9_43/Makefile.in ../dlls/d3dxof/Makefile.in ../dlls/d3dxof/tests/Makefile.in \
  ../dlls/davclnt/Makefile.in ../dlls/dbgeng/Makefile.in ../dlls/dbgeng/tests/Makefile.in \
  ../dlls/dbghelp/Makefile.in ../dlls/dbghelp/tests/Makefile.in ../dlls/dciman32/Makefile.in \
  ../dlls/ddeml.dll16/Makefile.in ../dlls/ddraw/Makefile.in ../dlls/ddraw/tests/Makefile.in \
  ../dlls/ddrawex/Makefile.in ../dlls/ddrawex/tests/Makefile.in ../dlls/devenum/Makefile.in \
  ../dlls/devenum/tests/Makefile.in ../dlls/dhcpcsvc/Makefile.in ../dlls/dhcpcsvc/tests/Makefile.in \
  ../dlls/dhtmled.ocx/Makefile.in ../dlls/difxapi/Makefile.in ../dlls/dinput/Makefile.in \
  ../dlls/dinput/tests/Makefile.in ../dlls/dinput8/Makefile.in ../dlls/dinput8/tests/Makefile.in \
  ../dlls/dispdib.dll16/Makefile.in ../dlls/dispex/Makefile.in ../dlls/dispex/tests/Makefile.in \
  ../dlls/display.drv16/Makefile.in ../dlls/dmband/Makefile.in ../dlls/dmband/tests/Makefile.in \
  ../dlls/dmcompos/Makefile.in ../dlls/dmcompos/tests/Makefile.in ../dlls/dmime/Makefile.in \
  ../dlls/dmime/tests/Makefile.in ../dlls/dmloader/Makefile.in ../dlls/dmloader/tests/Makefile.in \
  ../dlls/dmoguids/Makefile.in ../dlls/dmscript/Makefile.in ../dlls/dmscript/tests/Makefile.in \
  ../dlls/dmstyle/Makefile.in ../dlls/dmstyle/tests/Makefile.in ../dlls/dmsynth/Makefile.in \
  ../dlls/dmsynth/tests/Makefile.in ../dlls/dmusic/Makefile.in ../dlls/dmusic/tests/Makefile.in \
  ../dlls/dmusic32/Makefile.in ../dlls/dnsapi/Makefile.in ../dlls/dnsapi/tests/Makefile.in \
  ../dlls/dplay/Makefile.in ../dlls/dplayx/Makefile.in ../dlls/dplayx/tests/Makefile.in \
  ../dlls/dpnaddr/Makefile.in ../dlls/dpnet/Makefile.in ../dlls/dpnet/tests/Makefile.in \
  ../dlls/dpnhpast/Makefile.in ../dlls/dpnlobby/Makefile.in ../dlls/dpvoice/Makefile.in \
  ../dlls/dpvoice/tests/Makefile.in ../dlls/dpwsockx/Makefile.in ../dlls/drmclien/Makefile.in \
  ../dlls/dsdmo/Makefile.in ../dlls/dsound/Makefile.in ../dlls/dsound/tests/Makefile.in \
  ../dlls/dsquery/Makefile.in ../dlls/dssenh/Makefile.in ../dlls/dssenh/tests/Makefile.in \
  ../dlls/dswave/Makefile.in ../dlls/dswave/tests/Makefile.in ../dlls/dwmapi/Makefile.in \
  ../dlls/dwmapi/tests/Makefile.in ../dlls/dwrite/Makefile.in ../dlls/dwrite/tests/Makefile.in \
  ../dlls/dx8vb/Makefile.in ../dlls/dxdiagn/Makefile.in ../dlls/dxdiagn/tests/Makefile.in \
  ../dlls/dxerr8/Makefile.in ../dlls/dxerr9/Makefile.in ../dlls/dxgi/Makefile.in \
  ../dlls/dxgi/tests/Makefile.in ../dlls/dxguid/Makefile.in ../dlls/dxva2/Makefile.in \
  ../dlls/esent/Makefile.in ../dlls/evr/Makefile.in ../dlls/evr/tests/Makefile.in \
  ../dlls/explorerframe/Makefile.in ../dlls/explorerframe/tests/Makefile.in \
  ../dlls/ext-ms-win-authz-context-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-domainjoin-netjoin-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-dwmapi-ext-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-gdi-dc-create-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-gdi-dc-create-l1-1-1/Makefile.in ../dlls/ext-ms-win-gdi-dc-l1-2-0/Makefile.in \
  ../dlls/ext-ms-win-gdi-devcaps-l1-1-0/Makefile.in ../dlls/ext-ms-win-gdi-draw-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-gdi-draw-l1-1-1/Makefile.in ../dlls/ext-ms-win-gdi-font-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-gdi-font-l1-1-1/Makefile.in ../dlls/ext-ms-win-gdi-render-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-kernel32-package-current-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-kernel32-package-l1-1-1/Makefile.in \
  ../dlls/ext-ms-win-ntuser-dialogbox-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-ntuser-draw-l1-1-0/Makefile.in ../dlls/ext-ms-win-ntuser-gui-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-ntuser-gui-l1-3-0/Makefile.in \
  ../dlls/ext-ms-win-ntuser-keyboard-l1-3-0/Makefile.in \
  ../dlls/ext-ms-win-ntuser-message-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-ntuser-message-l1-1-1/Makefile.in \
  ../dlls/ext-ms-win-ntuser-misc-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-ntuser-misc-l1-2-0/Makefile.in \
  ../dlls/ext-ms-win-ntuser-misc-l1-5-1/Makefile.in \
  ../dlls/ext-ms-win-ntuser-mouse-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-ntuser-private-l1-1-1/Makefile.in \
  ../dlls/ext-ms-win-ntuser-private-l1-3-1/Makefile.in \
  ../dlls/ext-ms-win-ntuser-rectangle-ext-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-ntuser-uicontext-ext-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-ntuser-window-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-ntuser-window-l1-1-1/Makefile.in \
  ../dlls/ext-ms-win-ntuser-window-l1-1-4/Makefile.in \
  ../dlls/ext-ms-win-ntuser-windowclass-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-ntuser-windowclass-l1-1-1/Makefile.in \
  ../dlls/ext-ms-win-oleacc-l1-1-0/Makefile.in ../dlls/ext-ms-win-ras-rasapi32-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-rtcore-gdi-devcaps-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-rtcore-gdi-object-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-rtcore-gdi-rgn-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-rtcore-ntuser-cursor-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-rtcore-ntuser-dpi-l1-2-0/Makefile.in \
  ../dlls/ext-ms-win-rtcore-ntuser-rawinput-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-security-credui-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-security-cryptui-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-shell-comctl32-init-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-shell-comdlg32-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-shell-shell32-l1-2-0/Makefile.in \
  ../dlls/ext-ms-win-uxtheme-themes-l1-1-0/Makefile.in ../dlls/faultrep/Makefile.in \
  ../dlls/faultrep/tests/Makefile.in ../dlls/feclient/Makefile.in ../dlls/fltlib/Makefile.in \
  ../dlls/fltmgr.sys/Makefile.in ../dlls/fntcache/Makefile.in ../dlls/fontsub/Makefile.in \
  ../dlls/fusion/Makefile.in ../dlls/fusion/tests/Makefile.in ../dlls/fwpuclnt/Makefile.in \
  ../dlls/gameux/Makefile.in ../dlls/gameux/tests/Makefile.in ../dlls/gdi.exe16/Makefile.in \
  ../dlls/gdi32/Makefile.in ../dlls/gdi32/tests/Makefile.in ../dlls/gdiplus/Makefile.in \
  ../dlls/gdiplus/tests/Makefile.in ../dlls/glu32/Makefile.in ../dlls/gphoto2.ds/Makefile.in \
  ../dlls/gpkcsp/Makefile.in ../dlls/hal/Makefile.in ../dlls/hhctrl.ocx/Makefile.in \
  ../dlls/hid/Makefile.in ../dlls/hid/tests/Makefile.in ../dlls/hidclass.sys/Makefile.in \
  ../dlls/hlink/Makefile.in ../dlls/hlink/tests/Makefile.in ../dlls/hnetcfg/Makefile.in \
  ../dlls/hnetcfg/tests/Makefile.in ../dlls/http.sys/Makefile.in ../dlls/httpapi/Makefile.in \
  ../dlls/httpapi/tests/Makefile.in ../dlls/iccvid/Makefile.in ../dlls/icmp/Makefile.in \
  ../dlls/ieframe/Makefile.in ../dlls/ieframe/tests/Makefile.in ../dlls/ieproxy/Makefile.in \
  ../dlls/ifsmgr.vxd/Makefile.in ../dlls/imaadp32.acm/Makefile.in ../dlls/imagehlp/Makefile.in \
  ../dlls/imagehlp/tests/Makefile.in ../dlls/imm.dll16/Makefile.in ../dlls/imm32/Makefile.in \
  ../dlls/imm32/tests/Makefile.in ../dlls/inetcomm/Makefile.in ../dlls/inetcomm/tests/Makefile.in \
  ../dlls/inetcpl.cpl/Makefile.in ../dlls/inetmib1/Makefile.in ../dlls/inetmib1/tests/Makefile.in \
  ../dlls/infosoft/Makefile.in ../dlls/infosoft/tests/Makefile.in ../dlls/initpki/Makefile.in \
  ../dlls/inkobj/Makefile.in ../dlls/inseng/Makefile.in ../dlls/iphlpapi/Makefile.in \
  ../dlls/iphlpapi/tests/Makefile.in ../dlls/iprop/Makefile.in ../dlls/irprops.cpl/Makefile.in \
  ../dlls/itircl/Makefile.in ../dlls/itss/Makefile.in ../dlls/itss/tests/Makefile.in \
  ../dlls/joy.cpl/Makefile.in ../dlls/jscript/Makefile.in ../dlls/jscript/tests/Makefile.in \
  ../dlls/jsproxy/Makefile.in ../dlls/jsproxy/tests/Makefile.in ../dlls/kerberos/Makefile.in \
  ../dlls/kernel32/Makefile.in ../dlls/kernel32/tests/Makefile.in ../dlls/kernelbase/Makefile.in \
  ../dlls/kernelbase/tests/Makefile.in ../dlls/keyboard.drv16/Makefile.in \
  ../dlls/krnl386.exe16/Makefile.in ../dlls/ksecdd.sys/Makefile.in ../dlls/ksuser/Makefile.in \
  ../dlls/ktmw32/Makefile.in ../dlls/l3codeca.acm/Makefile.in ../dlls/loadperf/Makefile.in \
  ../dlls/localspl/Makefile.in ../dlls/localspl/tests/Makefile.in ../dlls/localui/Makefile.in \
  ../dlls/localui/tests/Makefile.in ../dlls/lz32/Makefile.in ../dlls/lz32/tests/Makefile.in \
  ../dlls/lzexpand.dll16/Makefile.in ../dlls/mapi32/Makefile.in ../dlls/mapi32/tests/Makefile.in \
  ../dlls/mapistub/Makefile.in ../dlls/mciavi32/Makefile.in ../dlls/mcicda/Makefile.in \
  ../dlls/mciqtz32/Makefile.in ../dlls/mciseq/Makefile.in ../dlls/mciwave/Makefile.in \
  ../dlls/mf/Makefile.in ../dlls/mf/tests/Makefile.in ../dlls/mf3216/Makefile.in \
  ../dlls/mferror/Makefile.in ../dlls/mfmediaengine/Makefile.in \
  ../dlls/mfmediaengine/tests/Makefile.in ../dlls/mfplat/Makefile.in \
  ../dlls/mfplat/tests/Makefile.in ../dlls/mfplay/Makefile.in ../dlls/mfreadwrite/Makefile.in \
  ../dlls/mfreadwrite/tests/Makefile.in ../dlls/mfuuid/Makefile.in ../dlls/mgmtapi/Makefile.in \
  ../dlls/midimap/Makefile.in ../dlls/mlang/Makefile.in ../dlls/mlang/tests/Makefile.in \
  ../dlls/mmcndmgr/Makefile.in ../dlls/mmcndmgr/tests/Makefile.in ../dlls/mmdevapi/Makefile.in \
  ../dlls/mmdevapi/tests/Makefile.in ../dlls/mmdevldr.vxd/Makefile.in \
  ../dlls/mmsystem.dll16/Makefile.in ../dlls/monodebg.vxd/Makefile.in \
  ../dlls/mountmgr.sys/Makefile.in ../dlls/mouse.drv16/Makefile.in ../dlls/mp3dmod/Makefile.in \
  ../dlls/mp3dmod/tests/Makefile.in ../dlls/mpr/Makefile.in ../dlls/mpr/tests/Makefile.in \
  ../dlls/mprapi/Makefile.in ../dlls/msacm.dll16/Makefile.in ../dlls/msacm32.drv/Makefile.in \
  ../dlls/msacm32/Makefile.in ../dlls/msacm32/tests/Makefile.in ../dlls/msado15/Makefile.in \
  ../dlls/msado15/tests/Makefile.in ../dlls/msadp32.acm/Makefile.in ../dlls/msasn1/Makefile.in \
  ../dlls/msasn1/tests/Makefile.in ../dlls/mscat32/Makefile.in ../dlls/mscms/Makefile.in \
  ../dlls/mscms/tests/Makefile.in ../dlls/mscoree/Makefile.in ../dlls/mscoree/tests/Makefile.in \
  ../dlls/mscorwks/Makefile.in ../dlls/msctf/Makefile.in ../dlls/msctf/tests/Makefile.in \
  ../dlls/msctfp/Makefile.in ../dlls/msdaps/Makefile.in ../dlls/msdelta/Makefile.in \
  ../dlls/msdmo/Makefile.in ../dlls/msdmo/tests/Makefile.in ../dlls/msdrm/Makefile.in \
  ../dlls/msftedit/Makefile.in ../dlls/msftedit/tests/Makefile.in ../dlls/msg711.acm/Makefile.in \
  ../dlls/msgsm32.acm/Makefile.in ../dlls/mshtml.tlb/Makefile.in ../dlls/mshtml/Makefile.in \
  ../dlls/mshtml/tests/Makefile.in ../dlls/msi/Makefile.in ../dlls/msi/tests/Makefile.in \
  ../dlls/msident/Makefile.in ../dlls/msimg32/Makefile.in ../dlls/msimsg/Makefile.in \
  ../dlls/msimtf/Makefile.in ../dlls/msisip/Makefile.in ../dlls/msisys.ocx/Makefile.in \
  ../dlls/msls31/Makefile.in ../dlls/msnet32/Makefile.in ../dlls/mspatcha/Makefile.in \
  ../dlls/mspatcha/tests/Makefile.in ../dlls/msports/Makefile.in ../dlls/msrle32/Makefile.in \
  ../dlls/msrle32/tests/Makefile.in ../dlls/msscript.ocx/Makefile.in \
  ../dlls/msscript.ocx/tests/Makefile.in ../dlls/mssign32/Makefile.in ../dlls/mssip32/Makefile.in \
  ../dlls/mstask/Makefile.in ../dlls/mstask/tests/Makefile.in ../dlls/msvcirt/Makefile.in \
  ../dlls/msvcirt/tests/Makefile.in ../dlls/msvcm80/Makefile.in ../dlls/msvcm90/Makefile.in \
  ../dlls/msvcp100/Makefile.in ../dlls/msvcp100/tests/Makefile.in ../dlls/msvcp110/Makefile.in \
  ../dlls/msvcp110/tests/Makefile.in ../dlls/msvcp120/Makefile.in ../dlls/msvcp120/tests/Makefile.in \
  ../dlls/msvcp120_app/Makefile.in ../dlls/msvcp140/Makefile.in ../dlls/msvcp140/tests/Makefile.in \
  ../dlls/msvcp60/Makefile.in ../dlls/msvcp60/tests/Makefile.in ../dlls/msvcp70/Makefile.in \
  ../dlls/msvcp71/Makefile.in ../dlls/msvcp80/Makefile.in ../dlls/msvcp90/Makefile.in \
  ../dlls/msvcp90/tests/Makefile.in ../dlls/msvcr100/Makefile.in ../dlls/msvcr100/tests/Makefile.in \
  ../dlls/msvcr110/Makefile.in ../dlls/msvcr110/tests/Makefile.in ../dlls/msvcr120/Makefile.in \
  ../dlls/msvcr120/tests/Makefile.in ../dlls/msvcr120_app/Makefile.in ../dlls/msvcr70/Makefile.in \
  ../dlls/msvcr71/Makefile.in ../dlls/msvcr80/Makefile.in ../dlls/msvcr90/Makefile.in \
  ../dlls/msvcr90/tests/Makefile.in ../dlls/msvcrt/Makefile.in ../dlls/msvcrt/tests/Makefile.in \
  ../dlls/msvcrt20/Makefile.in ../dlls/msvcrt40/Makefile.in ../dlls/msvcrtd/Makefile.in \
  ../dlls/msvcrtd/tests/Makefile.in ../dlls/msvfw32/Makefile.in ../dlls/msvfw32/tests/Makefile.in \
  ../dlls/msvidc32/Makefile.in ../dlls/msvideo.dll16/Makefile.in ../dlls/mswsock/Makefile.in \
  ../dlls/msxml/Makefile.in ../dlls/msxml2/Makefile.in ../dlls/msxml3/Makefile.in \
  ../dlls/msxml3/tests/Makefile.in ../dlls/msxml4/Makefile.in ../dlls/msxml6/Makefile.in \
  ../dlls/mtxdm/Makefile.in ../dlls/ncrypt/Makefile.in ../dlls/nddeapi/Makefile.in \
  ../dlls/ndis.sys/Makefile.in ../dlls/netapi32/Makefile.in ../dlls/netapi32/tests/Makefile.in \
  ../dlls/netcfgx/Makefile.in ../dlls/netcfgx/tests/Makefile.in ../dlls/netprofm/Makefile.in \
  ../dlls/netprofm/tests/Makefile.in ../dlls/newdev/Makefile.in ../dlls/ninput/Makefile.in \
  ../dlls/ninput/tests/Makefile.in ../dlls/normaliz/Makefile.in ../dlls/npmshtml/Makefile.in \
  ../dlls/npptools/Makefile.in ../dlls/ntdll/Makefile.in ../dlls/ntdll/tests/Makefile.in \
  ../dlls/ntdsapi/Makefile.in ../dlls/ntdsapi/tests/Makefile.in ../dlls/ntoskrnl.exe/Makefile.in \
  ../dlls/ntoskrnl.exe/tests/Makefile.in ../dlls/ntprint/Makefile.in \
  ../dlls/ntprint/tests/Makefile.in ../dlls/objsel/Makefile.in ../dlls/odbc32/Makefile.in \
  ../dlls/odbcbcp/Makefile.in ../dlls/odbccp32/Makefile.in ../dlls/odbccp32/tests/Makefile.in \
  ../dlls/odbccu32/Makefile.in ../dlls/ole2.dll16/Makefile.in ../dlls/ole2conv.dll16/Makefile.in \
  ../dlls/ole2disp.dll16/Makefile.in ../dlls/ole2nls.dll16/Makefile.in \
  ../dlls/ole2prox.dll16/Makefile.in ../dlls/ole2thk.dll16/Makefile.in ../dlls/ole32/Makefile.in \
  ../dlls/ole32/tests/Makefile.in ../dlls/oleacc/Makefile.in ../dlls/oleacc/tests/Makefile.in \
  ../dlls/oleaut32/Makefile.in ../dlls/oleaut32/tests/Makefile.in ../dlls/olecli.dll16/Makefile.in \
  ../dlls/olecli32/Makefile.in ../dlls/oledb32/Makefile.in ../dlls/oledb32/tests/Makefile.in \
  ../dlls/oledlg/Makefile.in ../dlls/oledlg/tests/Makefile.in ../dlls/olepro32/Makefile.in \
  ../dlls/olesvr.dll16/Makefile.in ../dlls/olesvr32/Makefile.in ../dlls/olethk32/Makefile.in \
  ../dlls/opcservices/Makefile.in ../dlls/opcservices/tests/Makefile.in ../dlls/openal32/Makefile.in \
  ../dlls/opencl/Makefile.in ../dlls/opengl32/Makefile.in ../dlls/opengl32/tests/Makefile.in \
  ../dlls/packager/Makefile.in ../dlls/packager/tests/Makefile.in ../dlls/pdh/Makefile.in \
  ../dlls/pdh/tests/Makefile.in ../dlls/photometadatahandler/Makefile.in ../dlls/pidgen/Makefile.in \
  ../dlls/powrprof/Makefile.in ../dlls/printui/Makefile.in ../dlls/prntvpt/Makefile.in \
  ../dlls/propsys/Makefile.in ../dlls/propsys/tests/Makefile.in ../dlls/psapi/Makefile.in \
  ../dlls/psapi/tests/Makefile.in ../dlls/pstorec/Makefile.in ../dlls/pstorec/tests/Makefile.in \
  ../dlls/qcap/Makefile.in ../dlls/qcap/tests/Makefile.in ../dlls/qedit/Makefile.in \
  ../dlls/qedit/tests/Makefile.in ../dlls/qmgr/Makefile.in ../dlls/qmgr/tests/Makefile.in \
  ../dlls/qmgrprxy/Makefile.in ../dlls/quartz/Makefile.in ../dlls/quartz/tests/Makefile.in \
  ../dlls/query/Makefile.in ../dlls/qwave/Makefile.in ../dlls/qwave/tests/Makefile.in \
  ../dlls/rasapi16.dll16/Makefile.in ../dlls/rasapi32/Makefile.in ../dlls/rasapi32/tests/Makefile.in \
  ../dlls/rasdlg/Makefile.in ../dlls/regapi/Makefile.in ../dlls/resutils/Makefile.in \
  ../dlls/riched20/Makefile.in ../dlls/riched20/tests/Makefile.in ../dlls/riched32/Makefile.in \
  ../dlls/riched32/tests/Makefile.in ../dlls/rpcrt4/Makefile.in ../dlls/rpcrt4/tests/Makefile.in \
  ../dlls/rsabase/Makefile.in ../dlls/rsaenh/Makefile.in ../dlls/rsaenh/tests/Makefile.in \
  ../dlls/rstrtmgr/Makefile.in ../dlls/rtutils/Makefile.in ../dlls/samlib/Makefile.in \
  ../dlls/sane.ds/Makefile.in ../dlls/sapi/Makefile.in ../dlls/sapi/tests/Makefile.in \
  ../dlls/sas/Makefile.in ../dlls/scarddlg/Makefile.in ../dlls/sccbase/Makefile.in \
  ../dlls/schannel/Makefile.in ../dlls/schannel/tests/Makefile.in ../dlls/schedsvc/Makefile.in \
  ../dlls/schedsvc/tests/Makefile.in ../dlls/scrobj/Makefile.in ../dlls/scrobj/tests/Makefile.in \
  ../dlls/scrrun/Makefile.in ../dlls/scrrun/tests/Makefile.in ../dlls/scsiport.sys/Makefile.in \
  ../dlls/secur32/Makefile.in ../dlls/secur32/tests/Makefile.in ../dlls/security/Makefile.in \
  ../dlls/sensapi/Makefile.in ../dlls/serialui/Makefile.in ../dlls/serialui/tests/Makefile.in \
  ../dlls/setupapi/Makefile.in ../dlls/setupapi/tests/Makefile.in ../dlls/setupx.dll16/Makefile.in \
  ../dlls/sfc/Makefile.in ../dlls/sfc_os/Makefile.in ../dlls/shcore/Makefile.in \
  ../dlls/shcore/tests/Makefile.in ../dlls/shdoclc/Makefile.in ../dlls/shdocvw/Makefile.in \
  ../dlls/shdocvw/tests/Makefile.in ../dlls/shell.dll16/Makefile.in ../dlls/shell32/Makefile.in \
  ../dlls/shell32/tests/Makefile.in ../dlls/shfolder/Makefile.in ../dlls/shlwapi/Makefile.in \
  ../dlls/shlwapi/tests/Makefile.in ../dlls/slbcsp/Makefile.in ../dlls/slc/Makefile.in \
  ../dlls/slc/tests/Makefile.in ../dlls/snmpapi/Makefile.in ../dlls/snmpapi/tests/Makefile.in \
  ../dlls/softpub/Makefile.in ../dlls/sound.drv16/Makefile.in ../dlls/spoolss/Makefile.in \
  ../dlls/spoolss/tests/Makefile.in ../dlls/srclient/Makefile.in ../dlls/sspicli/Makefile.in \
  ../dlls/stdole2.tlb/Makefile.in ../dlls/stdole32.tlb/Makefile.in ../dlls/sti/Makefile.in \
  ../dlls/sti/tests/Makefile.in ../dlls/storage.dll16/Makefile.in ../dlls/stress.dll16/Makefile.in \
  ../dlls/strmbase/Makefile.in ../dlls/strmdll/Makefile.in ../dlls/strmiids/Makefile.in \
  ../dlls/svrapi/Makefile.in ../dlls/sxs/Makefile.in ../dlls/sxs/tests/Makefile.in \
  ../dlls/system.drv16/Makefile.in ../dlls/t2embed/Makefile.in ../dlls/t2embed/tests/Makefile.in \
  ../dlls/tapi32/Makefile.in ../dlls/tapi32/tests/Makefile.in ../dlls/taskschd/Makefile.in \
  ../dlls/taskschd/tests/Makefile.in ../dlls/tdh/Makefile.in ../dlls/tdi.sys/Makefile.in \
  ../dlls/toolhelp.dll16/Makefile.in ../dlls/traffic/Makefile.in ../dlls/twain.dll16/Makefile.in \
  ../dlls/twain_32/Makefile.in ../dlls/twain_32/tests/Makefile.in ../dlls/typelib.dll16/Makefile.in \
  ../dlls/tzres/Makefile.in ../dlls/ucrtbase/Makefile.in ../dlls/ucrtbase/tests/Makefile.in \
  ../dlls/uianimation/Makefile.in ../dlls/uianimation/tests/Makefile.in \
  ../dlls/uiautomationcore/Makefile.in ../dlls/uiautomationcore/tests/Makefile.in \
  ../dlls/uiribbon/Makefile.in ../dlls/unicows/Makefile.in ../dlls/updspapi/Makefile.in \
  ../dlls/url/Makefile.in ../dlls/urlmon/Makefile.in ../dlls/urlmon/tests/Makefile.in \
  ../dlls/usbd.sys/Makefile.in ../dlls/user.exe16/Makefile.in ../dlls/user32/Makefile.in \
  ../dlls/user32/tests/Makefile.in ../dlls/userenv/Makefile.in ../dlls/userenv/tests/Makefile.in \
  ../dlls/usp10/Makefile.in ../dlls/usp10/tests/Makefile.in ../dlls/utildll/Makefile.in \
  ../dlls/uuid/Makefile.in ../dlls/uxtheme/Makefile.in ../dlls/uxtheme/tests/Makefile.in \
  ../dlls/vbscript/Makefile.in ../dlls/vbscript/tests/Makefile.in ../dlls/vcomp/Makefile.in \
  ../dlls/vcomp/tests/Makefile.in ../dlls/vcomp100/Makefile.in ../dlls/vcomp110/Makefile.in \
  ../dlls/vcomp120/Makefile.in ../dlls/vcomp140/Makefile.in ../dlls/vcomp90/Makefile.in \
  ../dlls/vcruntime140/Makefile.in ../dlls/vdhcp.vxd/Makefile.in ../dlls/vdmdbg/Makefile.in \
  ../dlls/ver.dll16/Makefile.in ../dlls/version/Makefile.in ../dlls/version/tests/Makefile.in \
  ../dlls/virtdisk/Makefile.in ../dlls/virtdisk/tests/Makefile.in ../dlls/vmm.vxd/Makefile.in \
  ../dlls/vnbt.vxd/Makefile.in ../dlls/vnetbios.vxd/Makefile.in ../dlls/vssapi/Makefile.in \
  ../dlls/vtdapi.vxd/Makefile.in ../dlls/vulkan-1/Makefile.in ../dlls/vulkan-1/tests/Makefile.in \
  ../dlls/vwin32.vxd/Makefile.in ../dlls/w32skrnl/Makefile.in ../dlls/w32sys.dll16/Makefile.in \
  ../dlls/wbemdisp/Makefile.in ../dlls/wbemdisp/tests/Makefile.in ../dlls/wbemprox/Makefile.in \
  ../dlls/wbemprox/tests/Makefile.in ../dlls/wdscore/Makefile.in ../dlls/webservices/Makefile.in \
  ../dlls/webservices/tests/Makefile.in ../dlls/wer/Makefile.in ../dlls/wer/tests/Makefile.in \
  ../dlls/wevtapi/Makefile.in ../dlls/wiaservc/Makefile.in ../dlls/wiaservc/tests/Makefile.in \
  ../dlls/wimgapi/Makefile.in ../dlls/win32s16.dll16/Makefile.in ../dlls/win87em.dll16/Makefile.in \
  ../dlls/winaspi.dll16/Makefile.in ../dlls/windebug.dll16/Makefile.in \
  ../dlls/windowscodecs/Makefile.in ../dlls/windowscodecs/tests/Makefile.in \
  ../dlls/windowscodecsext/Makefile.in ../dlls/windowscodecsext/tests/Makefile.in \
  ../dlls/winealsa.drv/Makefile.in ../dlls/wineandroid.drv/Makefile.in \
  ../dlls/winebus.sys/Makefile.in ../dlls/winecoreaudio.drv/Makefile.in ../dlls/winecrt0/Makefile.in \
  ../dlls/wined3d/Makefile.in ../dlls/winegstreamer/Makefile.in ../dlls/winehid.sys/Makefile.in \
  ../dlls/winejoystick.drv/Makefile.in ../dlls/winemac.drv/Makefile.in ../dlls/winemapi/Makefile.in \
  ../dlls/wineoss.drv/Makefile.in ../dlls/wineps.drv/Makefile.in ../dlls/wineps16.drv16/Makefile.in \
  ../dlls/winepulse.drv/Makefile.in ../dlls/wineqtdecoder/Makefile.in ../dlls/winevulkan/Makefile.in \
  ../dlls/winex11.drv/Makefile.in ../dlls/wing.dll16/Makefile.in ../dlls/wing32/Makefile.in \
  ../dlls/winhttp/Makefile.in ../dlls/winhttp/tests/Makefile.in ../dlls/wininet/Makefile.in \
  ../dlls/wininet/tests/Makefile.in ../dlls/winmm/Makefile.in ../dlls/winmm/tests/Makefile.in \
  ../dlls/winnls.dll16/Makefile.in ../dlls/winnls32/Makefile.in ../dlls/winscard/Makefile.in \
  ../dlls/winsock.dll16/Makefile.in ../dlls/winspool.drv/Makefile.in \
  ../dlls/winspool.drv/tests/Makefile.in ../dlls/winsta/Makefile.in ../dlls/wintab.dll16/Makefile.in \
  ../dlls/wintab32/Makefile.in ../dlls/wintab32/tests/Makefile.in ../dlls/wintrust/Makefile.in \
  ../dlls/wintrust/tests/Makefile.in ../dlls/winusb/Makefile.in ../dlls/wlanapi/Makefile.in \
  ../dlls/wlanapi/tests/Makefile.in ../dlls/wlanui/Makefile.in ../dlls/wldap32/Makefile.in \
  ../dlls/wldap32/tests/Makefile.in ../dlls/wmasf/Makefile.in ../dlls/wmcodecdspuuid/Makefile.in \
  ../dlls/wmi/Makefile.in ../dlls/wmiutils/Makefile.in ../dlls/wmiutils/tests/Makefile.in \
  ../dlls/wmp/Makefile.in ../dlls/wmp/tests/Makefile.in ../dlls/wmphoto/Makefile.in \
  ../dlls/wmvcore/Makefile.in ../dlls/wmvcore/tests/Makefile.in ../dlls/wnaspi32/Makefile.in \
  ../dlls/wow32/Makefile.in ../dlls/wpc/Makefile.in ../dlls/wpc/tests/Makefile.in \
  ../dlls/wpcap/Makefile.in ../dlls/ws2_32/Makefile.in ../dlls/ws2_32/tests/Makefile.in \
  ../dlls/wsdapi/Makefile.in ../dlls/wsdapi/tests/Makefile.in ../dlls/wshom.ocx/Makefile.in \
  ../dlls/wshom.ocx/tests/Makefile.in ../dlls/wsnmp32/Makefile.in ../dlls/wsnmp32/tests/Makefile.in \
  ../dlls/wsock32/Makefile.in ../dlls/wtsapi32/Makefile.in ../dlls/wtsapi32/tests/Makefile.in \
  ../dlls/wuapi/Makefile.in ../dlls/wuaueng/Makefile.in ../dlls/x3daudio1_0/Makefile.in \
  ../dlls/x3daudio1_1/Makefile.in ../dlls/x3daudio1_2/Makefile.in ../dlls/x3daudio1_3/Makefile.in \
  ../dlls/x3daudio1_4/Makefile.in ../dlls/x3daudio1_5/Makefile.in ../dlls/x3daudio1_6/Makefile.in \
  ../dlls/x3daudio1_7/Makefile.in ../dlls/xapofx1_1/Makefile.in ../dlls/xapofx1_2/Makefile.in \
  ../dlls/xapofx1_3/Makefile.in ../dlls/xapofx1_4/Makefile.in ../dlls/xapofx1_5/Makefile.in \
  ../dlls/xaudio2_0/Makefile.in ../dlls/xaudio2_1/Makefile.in ../dlls/xaudio2_2/Makefile.in \
  ../dlls/xaudio2_3/Makefile.in ../dlls/xaudio2_4/Makefile.in ../dlls/xaudio2_5/Makefile.in \
  ../dlls/xaudio2_6/Makefile.in ../dlls/xaudio2_7/Makefile.in ../dlls/xaudio2_7/tests/Makefile.in \
  ../dlls/xaudio2_8/Makefile.in ../dlls/xaudio2_9/Makefile.in ../dlls/xinput1_1/Makefile.in \
  ../dlls/xinput1_2/Makefile.in ../dlls/xinput1_3/Makefile.in ../dlls/xinput1_3/tests/Makefile.in \
  ../dlls/xinput1_4/Makefile.in ../dlls/xinput9_1_0/Makefile.in ../dlls/xmllite/Makefile.in \
  ../dlls/xmllite/tests/Makefile.in ../dlls/xolehlp/Makefile.in ../dlls/xpsprint/Makefile.in \
  ../dlls/xpssvcs/Makefile.in ../fonts/Makefile.in ../include/Makefile.in ../libs/port/Makefile.in \
  ../libs/wine/Makefile.in ../libs/wpp/Makefile.in ../loader/Makefile.in ../po/Makefile.in \
  ../programs/arp/Makefile.in ../programs/aspnet_regiis/Makefile.in ../programs/attrib/Makefile.in \
  ../programs/cabarc/Makefile.in ../programs/cacls/Makefile.in ../programs/chcp.com/Makefile.in \
  ../programs/clock/Makefile.in ../programs/cmd/Makefile.in ../programs/cmd/tests/Makefile.in \
  ../programs/conhost/Makefile.in ../programs/control/Makefile.in ../programs/cscript/Makefile.in \
  ../programs/dism/Makefile.in ../programs/dpnsvr/Makefile.in ../programs/dxdiag/Makefile.in \
  ../programs/eject/Makefile.in ../programs/expand/Makefile.in ../programs/explorer/Makefile.in \
  ../programs/extrac32/Makefile.in ../programs/fc/Makefile.in ../programs/find/Makefile.in \
  ../programs/find/tests/Makefile.in ../programs/findstr/Makefile.in ../programs/fsutil/Makefile.in \
  ../programs/fsutil/tests/Makefile.in ../programs/hh/Makefile.in ../programs/hostname/Makefile.in \
  ../programs/icacls/Makefile.in ../programs/icinfo/Makefile.in ../programs/iexplore/Makefile.in \
  ../programs/ipconfig/Makefile.in ../programs/lodctr/Makefile.in ../programs/mofcomp/Makefile.in \
  ../programs/mshta/Makefile.in ../programs/msidb/Makefile.in ../programs/msiexec/Makefile.in \
  ../programs/msinfo32/Makefile.in ../programs/net/Makefile.in ../programs/netsh/Makefile.in \
  ../programs/netstat/Makefile.in ../programs/ngen/Makefile.in ../programs/notepad/Makefile.in \
  ../programs/oleview/Makefile.in ../programs/ping/Makefile.in ../programs/plugplay/Makefile.in \
  ../programs/powershell/Makefile.in ../programs/presentationfontcache/Makefile.in \
  ../programs/progman/Makefile.in ../programs/reg/Makefile.in ../programs/reg/tests/Makefile.in \
  ../programs/regasm/Makefile.in ../programs/regedit/Makefile.in \
  ../programs/regedit/tests/Makefile.in ../programs/regini/Makefile.in \
  ../programs/regsvcs/Makefile.in ../programs/regsvr32/Makefile.in ../programs/rpcss/Makefile.in \
  ../programs/rundll.exe16/Makefile.in ../programs/rundll32/Makefile.in ../programs/sc/Makefile.in \
  ../programs/schtasks/Makefile.in ../programs/schtasks/tests/Makefile.in \
  ../programs/sdbinst/Makefile.in ../programs/secedit/Makefile.in \
  ../programs/servicemodelreg/Makefile.in ../programs/services/Makefile.in \
  ../programs/services/tests/Makefile.in ../programs/shutdown/Makefile.in \
  ../programs/spoolsv/Makefile.in ../programs/start/Makefile.in ../programs/subst/Makefile.in \
  ../programs/svchost/Makefile.in ../programs/systeminfo/Makefile.in \
  ../programs/taskkill/Makefile.in ../programs/tasklist/Makefile.in ../programs/taskmgr/Makefile.in \
  ../programs/termsv/Makefile.in ../programs/uninstaller/Makefile.in \
  ../programs/unlodctr/Makefile.in ../programs/view/Makefile.in ../programs/wevtutil/Makefile.in \
  ../programs/where/Makefile.in ../programs/whoami/Makefile.in ../programs/wineboot/Makefile.in \
  ../programs/winebrowser/Makefile.in ../programs/winecfg/Makefile.in \
  ../programs/wineconsole/Makefile.in ../programs/winedbg/Makefile.in \
  ../programs/winedevice/Makefile.in ../programs/winefile/Makefile.in \
  ../programs/winemenubuilder/Makefile.in ../programs/winemine/Makefile.in \
  ../programs/winemsibuilder/Makefile.in ../programs/winepath/Makefile.in \
  ../programs/winetest/Makefile.in ../programs/winevdm/Makefile.in \
  ../programs/winhelp.exe16/Makefile.in ../programs/winhlp32/Makefile.in \
  ../programs/winmgmt/Makefile.in ../programs/winoldap.mod16/Makefile.in \
  ../programs/winver/Makefile.in ../programs/wmic/Makefile.in ../programs/wmplayer/Makefile.in \
  ../programs/wordpad/Makefile.in ../programs/write/Makefile.in ../programs/wscript/Makefile.in \
  ../programs/wscript/tests/Makefile.in ../programs/wuauserv/Makefile.in \
  ../programs/wusa/Makefile.in ../programs/xcopy/Makefile.in ../programs/xcopy/tests/Makefile.in \
  ../server/Makefile.in
../dlls/acledit/Makefile.in ../dlls/aclui/Makefile.in ../dlls/activeds/Makefile.in \
  ../dlls/actxprxy/Makefile.in ../dlls/adsiid/Makefile.in ../dlls/adsldp/Makefile.in \
  ../dlls/adsldp/tests/Makefile.in ../dlls/adsldpc/Makefile.in ../dlls/advapi32/Makefile.in \
  ../dlls/advapi32/tests/Makefile.in ../dlls/advpack/Makefile.in ../dlls/advpack/tests/Makefile.in \
  ../dlls/amsi/Makefile.in ../dlls/amstream/Makefile.in ../dlls/amstream/tests/Makefile.in \
  ../dlls/api-ms-win-appmodel-identity-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-appmodel-runtime-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-appmodel-runtime-l1-1-2/Makefile.in \
  ../dlls/api-ms-win-core-apiquery-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-appcompat-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-appinit-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-atoms-l1-1-0/Makefile.in ../dlls/api-ms-win-core-bem-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-com-l1-1-0/Makefile.in ../dlls/api-ms-win-core-com-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-com-private-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-comm-l1-1-0/Makefile.in ../dlls/api-ms-win-core-console-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-console-l2-1-0/Makefile.in ../dlls/api-ms-win-core-crt-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-crt-l2-1-0/Makefile.in ../dlls/api-ms-win-core-datetime-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-datetime-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-debug-l1-1-0/Makefile.in ../dlls/api-ms-win-core-debug-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-delayload-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-delayload-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-errorhandling-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-errorhandling-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-errorhandling-l1-1-2/Makefile.in \
  ../dlls/api-ms-win-core-errorhandling-l1-1-3/Makefile.in \
  ../dlls/api-ms-win-core-fibers-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-fibers-l1-1-1/Makefile.in ../dlls/api-ms-win-core-file-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-file-l1-2-0/Makefile.in ../dlls/api-ms-win-core-file-l1-2-1/Makefile.in \
  ../dlls/api-ms-win-core-file-l1-2-2/Makefile.in ../dlls/api-ms-win-core-file-l2-1-0/Makefile.in \
  ../dlls/api-ms-win-core-file-l2-1-1/Makefile.in ../dlls/api-ms-win-core-file-l2-1-2/Makefile.in \
  ../dlls/api-ms-win-core-handle-l1-1-0/Makefile.in ../dlls/api-ms-win-core-heap-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-heap-l1-2-0/Makefile.in ../dlls/api-ms-win-core-heap-l2-1-0/Makefile.in \
  ../dlls/api-ms-win-core-heap-obsolete-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-interlocked-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-interlocked-l1-2-0/Makefile.in \
  ../dlls/api-ms-win-core-io-l1-1-0/Makefile.in ../dlls/api-ms-win-core-io-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-job-l1-1-0/Makefile.in ../dlls/api-ms-win-core-job-l2-1-0/Makefile.in \
  ../dlls/api-ms-win-core-kernel32-legacy-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-kernel32-legacy-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-kernel32-private-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-largeinteger-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-libraryloader-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-libraryloader-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-libraryloader-l1-2-0/Makefile.in \
  ../dlls/api-ms-win-core-libraryloader-l1-2-1/Makefile.in \
  ../dlls/api-ms-win-core-libraryloader-l1-2-2/Makefile.in \
  ../dlls/api-ms-win-core-localization-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-localization-l1-2-0/Makefile.in \
  ../dlls/api-ms-win-core-localization-l1-2-1/Makefile.in \
  ../dlls/api-ms-win-core-localization-l2-1-0/Makefile.in \
  ../dlls/api-ms-win-core-localization-obsolete-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-localization-obsolete-l1-2-0/Makefile.in \
  ../dlls/api-ms-win-core-localization-obsolete-l1-3-0/Makefile.in \
  ../dlls/api-ms-win-core-localization-private-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-localregistry-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-memory-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-memory-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-memory-l1-1-2/Makefile.in ../dlls/api-ms-win-core-misc-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-namedpipe-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-namedpipe-l1-2-0/Makefile.in \
  ../dlls/api-ms-win-core-namespace-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-normalization-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-path-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-privateprofile-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-processenvironment-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-processenvironment-l1-2-0/Makefile.in \
  ../dlls/api-ms-win-core-processthreads-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-processthreads-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-processthreads-l1-1-2/Makefile.in \
  ../dlls/api-ms-win-core-processthreads-l1-1-3/Makefile.in \
  ../dlls/api-ms-win-core-processtopology-obsolete-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-profile-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-psapi-ansi-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-psapi-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-psapi-obsolete-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-quirks-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-realtime-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-registry-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-registry-l2-1-0/Makefile.in \
  ../dlls/api-ms-win-core-registryuserspecific-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-rtlsupport-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-rtlsupport-l1-2-0/Makefile.in \
  ../dlls/api-ms-win-core-shlwapi-legacy-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-shlwapi-obsolete-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-shlwapi-obsolete-l1-2-0/Makefile.in \
  ../dlls/api-ms-win-core-shutdown-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-sidebyside-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-string-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-string-l2-1-0/Makefile.in \
  ../dlls/api-ms-win-core-string-obsolete-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-stringansi-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-stringloader-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-synch-ansi-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-synch-l1-1-0/Makefile.in ../dlls/api-ms-win-core-synch-l1-2-0/Makefile.in \
  ../dlls/api-ms-win-core-synch-l1-2-1/Makefile.in \
  ../dlls/api-ms-win-core-sysinfo-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-sysinfo-l1-2-0/Makefile.in \
  ../dlls/api-ms-win-core-sysinfo-l1-2-1/Makefile.in \
  ../dlls/api-ms-win-core-threadpool-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-threadpool-l1-2-0/Makefile.in \
  ../dlls/api-ms-win-core-threadpool-legacy-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-threadpool-private-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-timezone-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-toolhelp-l1-1-0/Makefile.in ../dlls/api-ms-win-core-url-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-util-l1-1-0/Makefile.in ../dlls/api-ms-win-core-version-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-version-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-version-private-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-versionansi-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-windowserrorreporting-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-winrt-error-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-winrt-error-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-winrt-errorprivate-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-winrt-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-winrt-registration-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-winrt-roparameterizediid-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-winrt-string-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-winrt-string-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-wow64-l1-1-0/Makefile.in ../dlls/api-ms-win-core-wow64-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-core-xstate-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-core-xstate-l2-1-0/Makefile.in ../dlls/api-ms-win-crt-conio-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-crt-convert-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-crt-environment-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-crt-filesystem-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-crt-heap-l1-1-0/Makefile.in ../dlls/api-ms-win-crt-locale-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-crt-math-l1-1-0/Makefile.in ../dlls/api-ms-win-crt-multibyte-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-crt-private-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-crt-process-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-crt-runtime-l1-1-0/Makefile.in ../dlls/api-ms-win-crt-stdio-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-crt-string-l1-1-0/Makefile.in ../dlls/api-ms-win-crt-time-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-crt-utility-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-devices-config-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-devices-config-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-devices-query-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-downlevel-advapi32-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-downlevel-advapi32-l2-1-0/Makefile.in \
  ../dlls/api-ms-win-downlevel-normaliz-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-downlevel-ole32-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-downlevel-shell32-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-downlevel-shlwapi-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-downlevel-shlwapi-l2-1-0/Makefile.in \
  ../dlls/api-ms-win-downlevel-user32-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-downlevel-version-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-dx-d3dkmt-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-eventing-classicprovider-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-eventing-consumer-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-eventing-controller-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-eventing-legacy-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-eventing-provider-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-eventlog-legacy-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-gdi-dpiinfo-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-mm-joystick-l1-1-0/Makefile.in ../dlls/api-ms-win-mm-misc-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-mm-mme-l1-1-0/Makefile.in ../dlls/api-ms-win-mm-time-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-ntuser-dc-access-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-ntuser-rectangle-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-ntuser-sysparams-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-perf-legacy-l1-1-0/Makefile.in ../dlls/api-ms-win-power-base-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-power-setting-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-rtcore-ntuser-draw-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-rtcore-ntuser-private-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-rtcore-ntuser-private-l1-1-4/Makefile.in \
  ../dlls/api-ms-win-rtcore-ntuser-window-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-rtcore-ntuser-winevent-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3/Makefile.in \
  ../dlls/api-ms-win-security-activedirectoryclient-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-security-audit-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-security-base-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-security-base-l1-2-0/Makefile.in \
  ../dlls/api-ms-win-security-base-private-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-security-credentials-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-security-cryptoapi-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-security-grouppolicy-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-security-lsalookup-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-security-lsalookup-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-security-lsalookup-l2-1-0/Makefile.in \
  ../dlls/api-ms-win-security-lsalookup-l2-1-1/Makefile.in \
  ../dlls/api-ms-win-security-lsapolicy-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-security-provider-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-security-sddl-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-security-systemfunctions-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-service-core-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-service-core-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-service-management-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-service-management-l2-1-0/Makefile.in \
  ../dlls/api-ms-win-service-private-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-service-winsvc-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-service-winsvc-l1-2-0/Makefile.in \
  ../dlls/api-ms-win-shcore-obsolete-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-shcore-scaling-l1-1-1/Makefile.in \
  ../dlls/api-ms-win-shcore-stream-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-shcore-thread-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-shell-shellcom-l1-1-0/Makefile.in \
  ../dlls/api-ms-win-shell-shellfolders-l1-1-0/Makefile.in ../dlls/apphelp/Makefile.in \
  ../dlls/apphelp/tests/Makefile.in ../dlls/appwiz.cpl/Makefile.in ../dlls/atl/Makefile.in \
  ../dlls/atl/tests/Makefile.in ../dlls/atl100/Makefile.in ../dlls/atl100/tests/Makefile.in \
  ../dlls/atl110/Makefile.in ../dlls/atl80/Makefile.in ../dlls/atl80/tests/Makefile.in \
  ../dlls/atl90/Makefile.in ../dlls/atlthunk/Makefile.in ../dlls/atlthunk/tests/Makefile.in \
  ../dlls/atmlib/Makefile.in ../dlls/authz/Makefile.in ../dlls/avicap32/Makefile.in \
  ../dlls/avifil32/Makefile.in ../dlls/avifil32/tests/Makefile.in ../dlls/avifile.dll16/Makefile.in \
  ../dlls/avrt/Makefile.in ../dlls/bcrypt/Makefile.in ../dlls/bcrypt/tests/Makefile.in \
  ../dlls/bluetoothapis/Makefile.in ../dlls/browseui/Makefile.in ../dlls/browseui/tests/Makefile.in \
  ../dlls/bthprops.cpl/Makefile.in ../dlls/cabinet/Makefile.in ../dlls/cabinet/tests/Makefile.in \
  ../dlls/capi2032/Makefile.in ../dlls/cards/Makefile.in ../dlls/cdosys/Makefile.in \
  ../dlls/cfgmgr32/Makefile.in ../dlls/clusapi/Makefile.in ../dlls/combase/Makefile.in \
  ../dlls/combase/tests/Makefile.in ../dlls/comcat/Makefile.in ../dlls/comcat/tests/Makefile.in \
  ../dlls/comctl32/Makefile.in ../dlls/comctl32/tests/Makefile.in ../dlls/comdlg32/Makefile.in \
  ../dlls/comdlg32/tests/Makefile.in ../dlls/comm.drv16/Makefile.in \
  ../dlls/commdlg.dll16/Makefile.in ../dlls/compobj.dll16/Makefile.in ../dlls/compstui/Makefile.in \
  ../dlls/comsvcs/Makefile.in ../dlls/comsvcs/tests/Makefile.in ../dlls/concrt140/Makefile.in \
  ../dlls/connect/Makefile.in ../dlls/credui/Makefile.in ../dlls/credui/tests/Makefile.in \
  ../dlls/crtdll/Makefile.in ../dlls/crypt32/Makefile.in ../dlls/crypt32/tests/Makefile.in \
  ../dlls/cryptdlg/Makefile.in ../dlls/cryptdll/Makefile.in ../dlls/cryptext/Makefile.in \
  ../dlls/cryptnet/Makefile.in ../dlls/cryptnet/tests/Makefile.in ../dlls/cryptui/Makefile.in \
  ../dlls/cryptui/tests/Makefile.in ../dlls/ctapi32/Makefile.in ../dlls/ctl3d.dll16/Makefile.in \
  ../dlls/ctl3d32/Makefile.in ../dlls/ctl3dv2.dll16/Makefile.in ../dlls/d2d1/Makefile.in \
  ../dlls/d2d1/tests/Makefile.in ../dlls/d3d10/Makefile.in ../dlls/d3d10/tests/Makefile.in \
  ../dlls/d3d10_1/Makefile.in ../dlls/d3d10_1/tests/Makefile.in ../dlls/d3d10core/Makefile.in \
  ../dlls/d3d10core/tests/Makefile.in ../dlls/d3d11/Makefile.in ../dlls/d3d11/tests/Makefile.in \
  ../dlls/d3d12/Makefile.in ../dlls/d3d12/tests/Makefile.in ../dlls/d3d8/Makefile.in \
  ../dlls/d3d8/tests/Makefile.in ../dlls/d3d9/Makefile.in ../dlls/d3d9/tests/Makefile.in \
  ../dlls/d3dcompiler_33/Makefile.in ../dlls/d3dcompiler_34/Makefile.in \
  ../dlls/d3dcompiler_35/Makefile.in ../dlls/d3dcompiler_36/Makefile.in \
  ../dlls/d3dcompiler_37/Makefile.in ../dlls/d3dcompiler_38/Makefile.in \
  ../dlls/d3dcompiler_39/Makefile.in ../dlls/d3dcompiler_40/Makefile.in \
  ../dlls/d3dcompiler_41/Makefile.in ../dlls/d3dcompiler_42/Makefile.in \
  ../dlls/d3dcompiler_43/Makefile.in ../dlls/d3dcompiler_43/tests/Makefile.in \
  ../dlls/d3dcompiler_46/Makefile.in ../dlls/d3dcompiler_47/Makefile.in \
  ../dlls/d3dcompiler_47/tests/Makefile.in ../dlls/d3dim/Makefile.in ../dlls/d3drm/Makefile.in \
  ../dlls/d3drm/tests/Makefile.in ../dlls/d3dx10_33/Makefile.in ../dlls/d3dx10_34/Makefile.in \
  ../dlls/d3dx10_35/Makefile.in ../dlls/d3dx10_36/Makefile.in ../dlls/d3dx10_37/Makefile.in \
  ../dlls/d3dx10_38/Makefile.in ../dlls/d3dx10_39/Makefile.in ../dlls/d3dx10_40/Makefile.in \
  ../dlls/d3dx10_41/Makefile.in ../dlls/d3dx10_42/Makefile.in ../dlls/d3dx10_43/Makefile.in \
  ../dlls/d3dx10_43/tests/Makefile.in ../dlls/d3dx11_42/Makefile.in ../dlls/d3dx11_43/Makefile.in \
  ../dlls/d3dx11_43/tests/Makefile.in ../dlls/d3dx9_24/Makefile.in ../dlls/d3dx9_25/Makefile.in \
  ../dlls/d3dx9_26/Makefile.in ../dlls/d3dx9_27/Makefile.in ../dlls/d3dx9_28/Makefile.in \
  ../dlls/d3dx9_29/Makefile.in ../dlls/d3dx9_30/Makefile.in ../dlls/d3dx9_31/Makefile.in \
  ../dlls/d3dx9_32/Makefile.in ../dlls/d3dx9_33/Makefile.in ../dlls/d3dx9_34/Makefile.in \
  ../dlls/d3dx9_35/Makefile.in ../dlls/d3dx9_36/Makefile.in ../dlls/d3dx9_36/tests/Makefile.in \
  ../dlls/d3dx9_37/Makefile.in ../dlls/d3dx9_38/Makefile.in ../dlls/d3dx9_39/Makefile.in \
  ../dlls/d3dx9_40/Makefile.in ../dlls/d3dx9_41/Makefile.in ../dlls/d3dx9_42/Makefile.in \
  ../dlls/d3dx9_43/Makefile.in ../dlls/d3dxof/Makefile.in ../dlls/d3dxof/tests/Makefile.in \
  ../dlls/davclnt/Makefile.in ../dlls/dbgeng/Makefile.in ../dlls/dbgeng/tests/Makefile.in \
  ../dlls/dbghelp/Makefile.in ../dlls/dbghelp/tests/Makefile.in ../dlls/dciman32/Makefile.in \
  ../dlls/ddeml.dll16/Makefile.in ../dlls/ddraw/Makefile.in ../dlls/ddraw/tests/Makefile.in \
  ../dlls/ddrawex/Makefile.in ../dlls/ddrawex/tests/Makefile.in ../dlls/devenum/Makefile.in \
  ../dlls/devenum/tests/Makefile.in ../dlls/dhcpcsvc/Makefile.in ../dlls/dhcpcsvc/tests/Makefile.in \
  ../dlls/dhtmled.ocx/Makefile.in ../dlls/difxapi/Makefile.in ../dlls/dinput/Makefile.in \
  ../dlls/dinput/tests/Makefile.in ../dlls/dinput8/Makefile.in ../dlls/dinput8/tests/Makefile.in \
  ../dlls/dispdib.dll16/Makefile.in ../dlls/dispex/Makefile.in ../dlls/dispex/tests/Makefile.in \
  ../dlls/display.drv16/Makefile.in ../dlls/dmband/Makefile.in ../dlls/dmband/tests/Makefile.in \
  ../dlls/dmcompos/Makefile.in ../dlls/dmcompos/tests/Makefile.in ../dlls/dmime/Makefile.in \
  ../dlls/dmime/tests/Makefile.in ../dlls/dmloader/Makefile.in ../dlls/dmloader/tests/Makefile.in \
  ../dlls/dmoguids/Makefile.in ../dlls/dmscript/Makefile.in ../dlls/dmscript/tests/Makefile.in \
  ../dlls/dmstyle/Makefile.in ../dlls/dmstyle/tests/Makefile.in ../dlls/dmsynth/Makefile.in \
  ../dlls/dmsynth/tests/Makefile.in ../dlls/dmusic/Makefile.in ../dlls/dmusic/tests/Makefile.in \
  ../dlls/dmusic32/Makefile.in ../dlls/dnsapi/Makefile.in ../dlls/dnsapi/tests/Makefile.in \
  ../dlls/dplay/Makefile.in ../dlls/dplayx/Makefile.in ../dlls/dplayx/tests/Makefile.in \
  ../dlls/dpnaddr/Makefile.in ../dlls/dpnet/Makefile.in ../dlls/dpnet/tests/Makefile.in \
  ../dlls/dpnhpast/Makefile.in ../dlls/dpnlobby/Makefile.in ../dlls/dpvoice/Makefile.in \
  ../dlls/dpvoice/tests/Makefile.in ../dlls/dpwsockx/Makefile.in ../dlls/drmclien/Makefile.in \
  ../dlls/dsdmo/Makefile.in ../dlls/dsound/Makefile.in ../dlls/dsound/tests/Makefile.in \
  ../dlls/dsquery/Makefile.in ../dlls/dssenh/Makefile.in ../dlls/dssenh/tests/Makefile.in \
  ../dlls/dswave/Makefile.in ../dlls/dswave/tests/Makefile.in ../dlls/dwmapi/Makefile.in \
  ../dlls/dwmapi/tests/Makefile.in ../dlls/dwrite/Makefile.in ../dlls/dwrite/tests/Makefile.in \
  ../dlls/dx8vb/Makefile.in ../dlls/dxdiagn/Makefile.in ../dlls/dxdiagn/tests/Makefile.in \
  ../dlls/dxerr8/Makefile.in ../dlls/dxerr9/Makefile.in ../dlls/dxgi/Makefile.in \
  ../dlls/dxgi/tests/Makefile.in ../dlls/dxguid/Makefile.in ../dlls/dxva2/Makefile.in \
  ../dlls/esent/Makefile.in ../dlls/evr/Makefile.in ../dlls/evr/tests/Makefile.in \
  ../dlls/explorerframe/Makefile.in ../dlls/explorerframe/tests/Makefile.in \
  ../dlls/ext-ms-win-authz-context-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-domainjoin-netjoin-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-dwmapi-ext-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-gdi-dc-create-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-gdi-dc-create-l1-1-1/Makefile.in ../dlls/ext-ms-win-gdi-dc-l1-2-0/Makefile.in \
  ../dlls/ext-ms-win-gdi-devcaps-l1-1-0/Makefile.in ../dlls/ext-ms-win-gdi-draw-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-gdi-draw-l1-1-1/Makefile.in ../dlls/ext-ms-win-gdi-font-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-gdi-font-l1-1-1/Makefile.in ../dlls/ext-ms-win-gdi-render-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-kernel32-package-current-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-kernel32-package-l1-1-1/Makefile.in \
  ../dlls/ext-ms-win-ntuser-dialogbox-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-ntuser-draw-l1-1-0/Makefile.in ../dlls/ext-ms-win-ntuser-gui-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-ntuser-gui-l1-3-0/Makefile.in \
  ../dlls/ext-ms-win-ntuser-keyboard-l1-3-0/Makefile.in \
  ../dlls/ext-ms-win-ntuser-message-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-ntuser-message-l1-1-1/Makefile.in \
  ../dlls/ext-ms-win-ntuser-misc-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-ntuser-misc-l1-2-0/Makefile.in \
  ../dlls/ext-ms-win-ntuser-misc-l1-5-1/Makefile.in \
  ../dlls/ext-ms-win-ntuser-mouse-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-ntuser-private-l1-1-1/Makefile.in \
  ../dlls/ext-ms-win-ntuser-private-l1-3-1/Makefile.in \
  ../dlls/ext-ms-win-ntuser-rectangle-ext-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-ntuser-uicontext-ext-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-ntuser-window-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-ntuser-window-l1-1-1/Makefile.in \
  ../dlls/ext-ms-win-ntuser-window-l1-1-4/Makefile.in \
  ../dlls/ext-ms-win-ntuser-windowclass-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-ntuser-windowclass-l1-1-1/Makefile.in \
  ../dlls/ext-ms-win-oleacc-l1-1-0/Makefile.in ../dlls/ext-ms-win-ras-rasapi32-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-rtcore-gdi-devcaps-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-rtcore-gdi-object-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-rtcore-gdi-rgn-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-rtcore-ntuser-cursor-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-rtcore-ntuser-dpi-l1-2-0/Makefile.in \
  ../dlls/ext-ms-win-rtcore-ntuser-rawinput-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-security-credui-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-security-cryptui-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-shell-comctl32-init-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-shell-comdlg32-l1-1-0/Makefile.in \
  ../dlls/ext-ms-win-shell-shell32-l1-2-0/Makefile.in \
  ../dlls/ext-ms-win-uxtheme-themes-l1-1-0/Makefile.in ../dlls/faultrep/Makefile.in \
  ../dlls/faultrep/tests/Makefile.in ../dlls/feclient/Makefile.in ../dlls/fltlib/Makefile.in \
  ../dlls/fltmgr.sys/Makefile.in ../dlls/fntcache/Makefile.in ../dlls/fontsub/Makefile.in \
  ../dlls/fusion/Makefile.in ../dlls/fusion/tests/Makefile.in ../dlls/fwpuclnt/Makefile.in \
  ../dlls/gameux/Makefile.in ../dlls/gameux/tests/Makefile.in ../dlls/gdi.exe16/Makefile.in \
  ../dlls/gdi32/Makefile.in ../dlls/gdi32/tests/Makefile.in ../dlls/gdiplus/Makefile.in \
  ../dlls/gdiplus/tests/Makefile.in ../dlls/glu32/Makefile.in ../dlls/gphoto2.ds/Makefile.in \
  ../dlls/gpkcsp/Makefile.in ../dlls/hal/Makefile.in ../dlls/hhctrl.ocx/Makefile.in \
  ../dlls/hid/Makefile.in ../dlls/hid/tests/Makefile.in ../dlls/hidclass.sys/Makefile.in \
  ../dlls/hlink/Makefile.in ../dlls/hlink/tests/Makefile.in ../dlls/hnetcfg/Makefile.in \
  ../dlls/hnetcfg/tests/Makefile.in ../dlls/http.sys/Makefile.in ../dlls/httpapi/Makefile.in \
  ../dlls/httpapi/tests/Makefile.in ../dlls/iccvid/Makefile.in ../dlls/icmp/Makefile.in \
  ../dlls/ieframe/Makefile.in ../dlls/ieframe/tests/Makefile.in ../dlls/ieproxy/Makefile.in \
  ../dlls/ifsmgr.vxd/Makefile.in ../dlls/imaadp32.acm/Makefile.in ../dlls/imagehlp/Makefile.in \
  ../dlls/imagehlp/tests/Makefile.in ../dlls/imm.dll16/Makefile.in ../dlls/imm32/Makefile.in \
  ../dlls/imm32/tests/Makefile.in ../dlls/inetcomm/Makefile.in ../dlls/inetcomm/tests/Makefile.in \
  ../dlls/inetcpl.cpl/Makefile.in ../dlls/inetmib1/Makefile.in ../dlls/inetmib1/tests/Makefile.in \
  ../dlls/infosoft/Makefile.in ../dlls/infosoft/tests/Makefile.in ../dlls/initpki/Makefile.in \
  ../dlls/inkobj/Makefile.in ../dlls/inseng/Makefile.in ../dlls/iphlpapi/Makefile.in \
  ../dlls/iphlpapi/tests/Makefile.in ../dlls/iprop/Makefile.in ../dlls/irprops.cpl/Makefile.in \
  ../dlls/itircl/Makefile.in ../dlls/itss/Makefile.in ../dlls/itss/tests/Makefile.in \
  ../dlls/joy.cpl/Makefile.in ../dlls/jscript/Makefile.in ../dlls/jscript/tests/Makefile.in \
  ../dlls/jsproxy/Makefile.in ../dlls/jsproxy/tests/Makefile.in ../dlls/kerberos/Makefile.in \
  ../dlls/kernel32/Makefile.in ../dlls/kernel32/tests/Makefile.in ../dlls/kernelbase/Makefile.in \
  ../dlls/kernelbase/tests/Makefile.in ../dlls/keyboard.drv16/Makefile.in \
  ../dlls/krnl386.exe16/Makefile.in ../dlls/ksecdd.sys/Makefile.in ../dlls/ksuser/Makefile.in \
  ../dlls/ktmw32/Makefile.in ../dlls/l3codeca.acm/Makefile.in ../dlls/loadperf/Makefile.in \
  ../dlls/localspl/Makefile.in ../dlls/localspl/tests/Makefile.in ../dlls/localui/Makefile.in \
  ../dlls/localui/tests/Makefile.in ../dlls/lz32/Makefile.in ../dlls/lz32/tests/Makefile.in \
  ../dlls/lzexpand.dll16/Makefile.in ../dlls/mapi32/Makefile.in ../dlls/mapi32/tests/Makefile.in \
  ../dlls/mapistub/Makefile.in ../dlls/mciavi32/Makefile.in ../dlls/mcicda/Makefile.in \
  ../dlls/mciqtz32/Makefile.in ../dlls/mciseq/Makefile.in ../dlls/mciwave/Makefile.in \
  ../dlls/mf/Makefile.in ../dlls/mf/tests/Makefile.in ../dlls/mf3216/Makefile.in \
  ../dlls/mferror/Makefile.in ../dlls/mfmediaengine/Makefile.in \
  ../dlls/mfmediaengine/tests/Makefile.in ../dlls/mfplat/Makefile.in \
  ../dlls/mfplat/tests/Makefile.in ../dlls/mfplay/Makefile.in ../dlls/mfreadwrite/Makefile.in \
  ../dlls/mfreadwrite/tests/Makefile.in ../dlls/mfuuid/Makefile.in ../dlls/mgmtapi/Makefile.in \
  ../dlls/midimap/Makefile.in ../dlls/mlang/Makefile.in ../dlls/mlang/tests/Makefile.in \
  ../dlls/mmcndmgr/Makefile.in ../dlls/mmcndmgr/tests/Makefile.in ../dlls/mmdevapi/Makefile.in \
  ../dlls/mmdevapi/tests/Makefile.in ../dlls/mmdevldr.vxd/Makefile.in \
  ../dlls/mmsystem.dll16/Makefile.in ../dlls/monodebg.vxd/Makefile.in \
  ../dlls/mountmgr.sys/Makefile.in ../dlls/mouse.drv16/Makefile.in ../dlls/mp3dmod/Makefile.in \
  ../dlls/mp3dmod/tests/Makefile.in ../dlls/mpr/Makefile.in ../dlls/mpr/tests/Makefile.in \
  ../dlls/mprapi/Makefile.in ../dlls/msacm.dll16/Makefile.in ../dlls/msacm32.drv/Makefile.in \
  ../dlls/msacm32/Makefile.in ../dlls/msacm32/tests/Makefile.in ../dlls/msado15/Makefile.in \
  ../dlls/msado15/tests/Makefile.in ../dlls/msadp32.acm/Makefile.in ../dlls/msasn1/Makefile.in \
  ../dlls/msasn1/tests/Makefile.in ../dlls/mscat32/Makefile.in ../dlls/mscms/Makefile.in \
  ../dlls/mscms/tests/Makefile.in ../dlls/mscoree/Makefile.in ../dlls/mscoree/tests/Makefile.in \
  ../dlls/mscorwks/Makefile.in ../dlls/msctf/Makefile.in ../dlls/msctf/tests/Makefile.in \
  ../dlls/msctfp/Makefile.in ../dlls/msdaps/Makefile.in ../dlls/msdelta/Makefile.in \
  ../dlls/msdmo/Makefile.in ../dlls/msdmo/tests/Makefile.in ../dlls/msdrm/Makefile.in \
  ../dlls/msftedit/Makefile.in ../dlls/msftedit/tests/Makefile.in ../dlls/msg711.acm/Makefile.in \
  ../dlls/msgsm32.acm/Makefile.in ../dlls/mshtml.tlb/Makefile.in ../dlls/mshtml/Makefile.in \
  ../dlls/mshtml/tests/Makefile.in ../dlls/msi/Makefile.in ../dlls/msi/tests/Makefile.in \
  ../dlls/msident/Makefile.in ../dlls/msimg32/Makefile.in ../dlls/msimsg/Makefile.in \
  ../dlls/msimtf/Makefile.in ../dlls/msisip/Makefile.in ../dlls/msisys.ocx/Makefile.in \
  ../dlls/msls31/Makefile.in ../dlls/msnet32/Makefile.in ../dlls/mspatcha/Makefile.in \
  ../dlls/mspatcha/tests/Makefile.in ../dlls/msports/Makefile.in ../dlls/msrle32/Makefile.in \
  ../dlls/msrle32/tests/Makefile.in ../dlls/msscript.ocx/Makefile.in \
  ../dlls/msscript.ocx/tests/Makefile.in ../dlls/mssign32/Makefile.in ../dlls/mssip32/Makefile.in \
  ../dlls/mstask/Makefile.in ../dlls/mstask/tests/Makefile.in ../dlls/msvcirt/Makefile.in \
  ../dlls/msvcirt/tests/Makefile.in ../dlls/msvcm80/Makefile.in ../dlls/msvcm90/Makefile.in \
  ../dlls/msvcp100/Makefile.in ../dlls/msvcp100/tests/Makefile.in ../dlls/msvcp110/Makefile.in \
  ../dlls/msvcp110/tests/Makefile.in ../dlls/msvcp120/Makefile.in ../dlls/msvcp120/tests/Makefile.in \
  ../dlls/msvcp120_app/Makefile.in ../dlls/msvcp140/Makefile.in ../dlls/msvcp140/tests/Makefile.in \
  ../dlls/msvcp60/Makefile.in ../dlls/msvcp60/tests/Makefile.in ../dlls/msvcp70/Makefile.in \
  ../dlls/msvcp71/Makefile.in ../dlls/msvcp80/Makefile.in ../dlls/msvcp90/Makefile.in \
  ../dlls/msvcp90/tests/Makefile.in ../dlls/msvcr100/Makefile.in ../dlls/msvcr100/tests/Makefile.in \
  ../dlls/msvcr110/Makefile.in ../dlls/msvcr110/tests/Makefile.in ../dlls/msvcr120/Makefile.in \
  ../dlls/msvcr120/tests/Makefile.in ../dlls/msvcr120_app/Makefile.in ../dlls/msvcr70/Makefile.in \
  ../dlls/msvcr71/Makefile.in ../dlls/msvcr80/Makefile.in ../dlls/msvcr90/Makefile.in \
  ../dlls/msvcr90/tests/Makefile.in ../dlls/msvcrt/Makefile.in ../dlls/msvcrt/tests/Makefile.in \
  ../dlls/msvcrt20/Makefile.in ../dlls/msvcrt40/Makefile.in ../dlls/msvcrtd/Makefile.in \
  ../dlls/msvcrtd/tests/Makefile.in ../dlls/msvfw32/Makefile.in ../dlls/msvfw32/tests/Makefile.in \
  ../dlls/msvidc32/Makefile.in ../dlls/msvideo.dll16/Makefile.in ../dlls/mswsock/Makefile.in \
  ../dlls/msxml/Makefile.in ../dlls/msxml2/Makefile.in ../dlls/msxml3/Makefile.in \
  ../dlls/msxml3/tests/Makefile.in ../dlls/msxml4/Makefile.in ../dlls/msxml6/Makefile.in \
  ../dlls/mtxdm/Makefile.in ../dlls/ncrypt/Makefile.in ../dlls/nddeapi/Makefile.in \
  ../dlls/ndis.sys/Makefile.in ../dlls/netapi32/Makefile.in ../dlls/netapi32/tests/Makefile.in \
  ../dlls/netcfgx/Makefile.in ../dlls/netcfgx/tests/Makefile.in ../dlls/netprofm/Makefile.in \
  ../dlls/netprofm/tests/Makefile.in ../dlls/newdev/Makefile.in ../dlls/ninput/Makefile.in \
  ../dlls/ninput/tests/Makefile.in ../dlls/normaliz/Makefile.in ../dlls/npmshtml/Makefile.in \
  ../dlls/npptools/Makefile.in ../dlls/ntdll/Makefile.in ../dlls/ntdll/tests/Makefile.in \
  ../dlls/ntdsapi/Makefile.in ../dlls/ntdsapi/tests/Makefile.in ../dlls/ntoskrnl.exe/Makefile.in \
  ../dlls/ntoskrnl.exe/tests/Makefile.in ../dlls/ntprint/Makefile.in \
  ../dlls/ntprint/tests/Makefile.in ../dlls/objsel/Makefile.in ../dlls/odbc32/Makefile.in \
  ../dlls/odbcbcp/Makefile.in ../dlls/odbccp32/Makefile.in ../dlls/odbccp32/tests/Makefile.in \
  ../dlls/odbccu32/Makefile.in ../dlls/ole2.dll16/Makefile.in ../dlls/ole2conv.dll16/Makefile.in \
  ../dlls/ole2disp.dll16/Makefile.in ../dlls/ole2nls.dll16/Makefile.in \
  ../dlls/ole2prox.dll16/Makefile.in ../dlls/ole2thk.dll16/Makefile.in ../dlls/ole32/Makefile.in \
  ../dlls/ole32/tests/Makefile.in ../dlls/oleacc/Makefile.in ../dlls/oleacc/tests/Makefile.in \
  ../dlls/oleaut32/Makefile.in ../dlls/oleaut32/tests/Makefile.in ../dlls/olecli.dll16/Makefile.in \
  ../dlls/olecli32/Makefile.in ../dlls/oledb32/Makefile.in ../dlls/oledb32/tests/Makefile.in \
  ../dlls/oledlg/Makefile.in ../dlls/oledlg/tests/Makefile.in ../dlls/olepro32/Makefile.in \
  ../dlls/olesvr.dll16/Makefile.in ../dlls/olesvr32/Makefile.in ../dlls/olethk32/Makefile.in \
  ../dlls/opcservices/Makefile.in ../dlls/opcservices/tests/Makefile.in ../dlls/openal32/Makefile.in \
  ../dlls/opencl/Makefile.in ../dlls/opengl32/Makefile.in ../dlls/opengl32/tests/Makefile.in \
  ../dlls/packager/Makefile.in ../dlls/packager/tests/Makefile.in ../dlls/pdh/Makefile.in \
  ../dlls/pdh/tests/Makefile.in ../dlls/photometadatahandler/Makefile.in ../dlls/pidgen/Makefile.in \
  ../dlls/powrprof/Makefile.in ../dlls/printui/Makefile.in ../dlls/prntvpt/Makefile.in \
  ../dlls/propsys/Makefile.in ../dlls/propsys/tests/Makefile.in ../dlls/psapi/Makefile.in \
  ../dlls/psapi/tests/Makefile.in ../dlls/pstorec/Makefile.in ../dlls/pstorec/tests/Makefile.in \
  ../dlls/qcap/Makefile.in ../dlls/qcap/tests/Makefile.in ../dlls/qedit/Makefile.in \
  ../dlls/qedit/tests/Makefile.in ../dlls/qmgr/Makefile.in ../dlls/qmgr/tests/Makefile.in \
  ../dlls/qmgrprxy/Makefile.in ../dlls/quartz/Makefile.in ../dlls/quartz/tests/Makefile.in \
  ../dlls/query/Makefile.in ../dlls/qwave/Makefile.in ../dlls/qwave/tests/Makefile.in \
  ../dlls/rasapi16.dll16/Makefile.in ../dlls/rasapi32/Makefile.in ../dlls/rasapi32/tests/Makefile.in \
  ../dlls/rasdlg/Makefile.in ../dlls/regapi/Makefile.in ../dlls/resutils/Makefile.in \
  ../dlls/riched20/Makefile.in ../dlls/riched20/tests/Makefile.in ../dlls/riched32/Makefile.in \
  ../dlls/riched32/tests/Makefile.in ../dlls/rpcrt4/Makefile.in ../dlls/rpcrt4/tests/Makefile.in \
  ../dlls/rsabase/Makefile.in ../dlls/rsaenh/Makefile.in ../dlls/rsaenh/tests/Makefile.in \
  ../dlls/rstrtmgr/Makefile.in ../dlls/rtutils/Makefile.in ../dlls/samlib/Makefile.in \
  ../dlls/sane.ds/Makefile.in ../dlls/sapi/Makefile.in ../dlls/sapi/tests/Makefile.in \
  ../dlls/sas/Makefile.in ../dlls/scarddlg/Makefile.in ../dlls/sccbase/Makefile.in \
  ../dlls/schannel/Makefile.in ../dlls/schannel/tests/Makefile.in ../dlls/schedsvc/Makefile.in \
  ../dlls/schedsvc/tests/Makefile.in ../dlls/scrobj/Makefile.in ../dlls/scrobj/tests/Makefile.in \
  ../dlls/scrrun/Makefile.in ../dlls/scrrun/tests/Makefile.in ../dlls/scsiport.sys/Makefile.in \
  ../dlls/secur32/Makefile.in ../dlls/secur32/tests/Makefile.in ../dlls/security/Makefile.in \
  ../dlls/sensapi/Makefile.in ../dlls/serialui/Makefile.in ../dlls/serialui/tests/Makefile.in \
  ../dlls/setupapi/Makefile.in ../dlls/setupapi/tests/Makefile.in ../dlls/setupx.dll16/Makefile.in \
  ../dlls/sfc/Makefile.in ../dlls/sfc_os/Makefile.in ../dlls/shcore/Makefile.in \
  ../dlls/shcore/tests/Makefile.in ../dlls/shdoclc/Makefile.in ../dlls/shdocvw/Makefile.in \
  ../dlls/shdocvw/tests/Makefile.in ../dlls/shell.dll16/Makefile.in ../dlls/shell32/Makefile.in \
  ../dlls/shell32/tests/Makefile.in ../dlls/shfolder/Makefile.in ../dlls/shlwapi/Makefile.in \
  ../dlls/shlwapi/tests/Makefile.in ../dlls/slbcsp/Makefile.in ../dlls/slc/Makefile.in \
  ../dlls/slc/tests/Makefile.in ../dlls/snmpapi/Makefile.in ../dlls/snmpapi/tests/Makefile.in \
  ../dlls/softpub/Makefile.in ../dlls/sound.drv16/Makefile.in ../dlls/spoolss/Makefile.in \
  ../dlls/spoolss/tests/Makefile.in ../dlls/srclient/Makefile.in ../dlls/sspicli/Makefile.in \
  ../dlls/stdole2.tlb/Makefile.in ../dlls/stdole32.tlb/Makefile.in ../dlls/sti/Makefile.in \
  ../dlls/sti/tests/Makefile.in ../dlls/storage.dll16/Makefile.in ../dlls/stress.dll16/Makefile.in \
  ../dlls/strmbase/Makefile.in ../dlls/strmdll/Makefile.in ../dlls/strmiids/Makefile.in \
  ../dlls/svrapi/Makefile.in ../dlls/sxs/Makefile.in ../dlls/sxs/tests/Makefile.in \
  ../dlls/system.drv16/Makefile.in ../dlls/t2embed/Makefile.in ../dlls/t2embed/tests/Makefile.in \
  ../dlls/tapi32/Makefile.in ../dlls/tapi32/tests/Makefile.in ../dlls/taskschd/Makefile.in \
  ../dlls/taskschd/tests/Makefile.in ../dlls/tdh/Makefile.in ../dlls/tdi.sys/Makefile.in \
  ../dlls/toolhelp.dll16/Makefile.in ../dlls/traffic/Makefile.in ../dlls/twain.dll16/Makefile.in \
  ../dlls/twain_32/Makefile.in ../dlls/twain_32/tests/Makefile.in ../dlls/typelib.dll16/Makefile.in \
  ../dlls/tzres/Makefile.in ../dlls/ucrtbase/Makefile.in ../dlls/ucrtbase/tests/Makefile.in \
  ../dlls/uianimation/Makefile.in ../dlls/uianimation/tests/Makefile.in \
  ../dlls/uiautomationcore/Makefile.in ../dlls/uiautomationcore/tests/Makefile.in \
  ../dlls/uiribbon/Makefile.in ../dlls/unicows/Makefile.in ../dlls/updspapi/Makefile.in \
  ../dlls/url/Makefile.in ../dlls/urlmon/Makefile.in ../dlls/urlmon/tests/Makefile.in \
  ../dlls/usbd.sys/Makefile.in ../dlls/user.exe16/Makefile.in ../dlls/user32/Makefile.in \
  ../dlls/user32/tests/Makefile.in ../dlls/userenv/Makefile.in ../dlls/userenv/tests/Makefile.in \
  ../dlls/usp10/Makefile.in ../dlls/usp10/tests/Makefile.in ../dlls/utildll/Makefile.in \
  ../dlls/uuid/Makefile.in ../dlls/uxtheme/Makefile.in ../dlls/uxtheme/tests/Makefile.in \
  ../dlls/vbscript/Makefile.in ../dlls/vbscript/tests/Makefile.in ../dlls/vcomp/Makefile.in \
  ../dlls/vcomp/tests/Makefile.in ../dlls/vcomp100/Makefile.in ../dlls/vcomp110/Makefile.in \
  ../dlls/vcomp120/Makefile.in ../dlls/vcomp140/Makefile.in ../dlls/vcomp90/Makefile.in \
  ../dlls/vcruntime140/Makefile.in ../dlls/vdhcp.vxd/Makefile.in ../dlls/vdmdbg/Makefile.in \
  ../dlls/ver.dll16/Makefile.in ../dlls/version/Makefile.in ../dlls/version/tests/Makefile.in \
  ../dlls/virtdisk/Makefile.in ../dlls/virtdisk/tests/Makefile.in ../dlls/vmm.vxd/Makefile.in \
  ../dlls/vnbt.vxd/Makefile.in ../dlls/vnetbios.vxd/Makefile.in ../dlls/vssapi/Makefile.in \
  ../dlls/vtdapi.vxd/Makefile.in ../dlls/vulkan-1/Makefile.in ../dlls/vulkan-1/tests/Makefile.in \
  ../dlls/vwin32.vxd/Makefile.in ../dlls/w32skrnl/Makefile.in ../dlls/w32sys.dll16/Makefile.in \
  ../dlls/wbemdisp/Makefile.in ../dlls/wbemdisp/tests/Makefile.in ../dlls/wbemprox/Makefile.in \
  ../dlls/wbemprox/tests/Makefile.in ../dlls/wdscore/Makefile.in ../dlls/webservices/Makefile.in \
  ../dlls/webservices/tests/Makefile.in ../dlls/wer/Makefile.in ../dlls/wer/tests/Makefile.in \
  ../dlls/wevtapi/Makefile.in ../dlls/wiaservc/Makefile.in ../dlls/wiaservc/tests/Makefile.in \
  ../dlls/wimgapi/Makefile.in ../dlls/win32s16.dll16/Makefile.in ../dlls/win87em.dll16/Makefile.in \
  ../dlls/winaspi.dll16/Makefile.in ../dlls/windebug.dll16/Makefile.in \
  ../dlls/windowscodecs/Makefile.in ../dlls/windowscodecs/tests/Makefile.in \
  ../dlls/windowscodecsext/Makefile.in ../dlls/windowscodecsext/tests/Makefile.in \
  ../dlls/winealsa.drv/Makefile.in ../dlls/wineandroid.drv/Makefile.in \
  ../dlls/winebus.sys/Makefile.in ../dlls/winecoreaudio.drv/Makefile.in ../dlls/winecrt0/Makefile.in \
  ../dlls/wined3d/Makefile.in ../dlls/winegstreamer/Makefile.in ../dlls/winehid.sys/Makefile.in \
  ../dlls/winejoystick.drv/Makefile.in ../dlls/winemac.drv/Makefile.in ../dlls/winemapi/Makefile.in \
  ../dlls/wineoss.drv/Makefile.in ../dlls/wineps.drv/Makefile.in ../dlls/wineps16.drv16/Makefile.in \
  ../dlls/winepulse.drv/Makefile.in ../dlls/wineqtdecoder/Makefile.in ../dlls/winevulkan/Makefile.in \
  ../dlls/winex11.drv/Makefile.in ../dlls/wing.dll16/Makefile.in ../dlls/wing32/Makefile.in \
  ../dlls/winhttp/Makefile.in ../dlls/winhttp/tests/Makefile.in ../dlls/wininet/Makefile.in \
  ../dlls/wininet/tests/Makefile.in ../dlls/winmm/Makefile.in ../dlls/winmm/tests/Makefile.in \
  ../dlls/winnls.dll16/Makefile.in ../dlls/winnls32/Makefile.in ../dlls/winscard/Makefile.in \
  ../dlls/winsock.dll16/Makefile.in ../dlls/winspool.drv/Makefile.in \
  ../dlls/winspool.drv/tests/Makefile.in ../dlls/winsta/Makefile.in ../dlls/wintab.dll16/Makefile.in \
  ../dlls/wintab32/Makefile.in ../dlls/wintab32/tests/Makefile.in ../dlls/wintrust/Makefile.in \
  ../dlls/wintrust/tests/Makefile.in ../dlls/winusb/Makefile.in ../dlls/wlanapi/Makefile.in \
  ../dlls/wlanapi/tests/Makefile.in ../dlls/wlanui/Makefile.in ../dlls/wldap32/Makefile.in \
  ../dlls/wldap32/tests/Makefile.in ../dlls/wmasf/Makefile.in ../dlls/wmcodecdspuuid/Makefile.in \
  ../dlls/wmi/Makefile.in ../dlls/wmiutils/Makefile.in ../dlls/wmiutils/tests/Makefile.in \
  ../dlls/wmp/Makefile.in ../dlls/wmp/tests/Makefile.in ../dlls/wmphoto/Makefile.in \
  ../dlls/wmvcore/Makefile.in ../dlls/wmvcore/tests/Makefile.in ../dlls/wnaspi32/Makefile.in \
  ../dlls/wow32/Makefile.in ../dlls/wpc/Makefile.in ../dlls/wpc/tests/Makefile.in \
  ../dlls/wpcap/Makefile.in ../dlls/ws2_32/Makefile.in ../dlls/ws2_32/tests/Makefile.in \
  ../dlls/wsdapi/Makefile.in ../dlls/wsdapi/tests/Makefile.in ../dlls/wshom.ocx/Makefile.in \
  ../dlls/wshom.ocx/tests/Makefile.in ../dlls/wsnmp32/Makefile.in ../dlls/wsnmp32/tests/Makefile.in \
  ../dlls/wsock32/Makefile.in ../dlls/wtsapi32/Makefile.in ../dlls/wtsapi32/tests/Makefile.in \
  ../dlls/wuapi/Makefile.in ../dlls/wuaueng/Makefile.in ../dlls/x3daudio1_0/Makefile.in \
  ../dlls/x3daudio1_1/Makefile.in ../dlls/x3daudio1_2/Makefile.in ../dlls/x3daudio1_3/Makefile.in \
  ../dlls/x3daudio1_4/Makefile.in ../dlls/x3daudio1_5/Makefile.in ../dlls/x3daudio1_6/Makefile.in \
  ../dlls/x3daudio1_7/Makefile.in ../dlls/xapofx1_1/Makefile.in ../dlls/xapofx1_2/Makefile.in \
  ../dlls/xapofx1_3/Makefile.in ../dlls/xapofx1_4/Makefile.in ../dlls/xapofx1_5/Makefile.in \
  ../dlls/xaudio2_0/Makefile.in ../dlls/xaudio2_1/Makefile.in ../dlls/xaudio2_2/Makefile.in \
  ../dlls/xaudio2_3/Makefile.in ../dlls/xaudio2_4/Makefile.in ../dlls/xaudio2_5/Makefile.in \
  ../dlls/xaudio2_6/Makefile.in ../dlls/xaudio2_7/Makefile.in ../dlls/xaudio2_7/tests/Makefile.in \
  ../dlls/xaudio2_8/Makefile.in ../dlls/xaudio2_9/Makefile.in ../dlls/xinput1_1/Makefile.in \
  ../dlls/xinput1_2/Makefile.in ../dlls/xinput1_3/Makefile.in ../dlls/xinput1_3/tests/Makefile.in \
  ../dlls/xinput1_4/Makefile.in ../dlls/xinput9_1_0/Makefile.in ../dlls/xmllite/Makefile.in \
  ../dlls/xmllite/tests/Makefile.in ../dlls/xolehlp/Makefile.in ../dlls/xpsprint/Makefile.in \
  ../dlls/xpssvcs/Makefile.in ../fonts/Makefile.in ../include/Makefile.in ../libs/port/Makefile.in \
  ../libs/wine/Makefile.in ../libs/wpp/Makefile.in ../loader/Makefile.in ../po/Makefile.in \
  ../programs/arp/Makefile.in ../programs/aspnet_regiis/Makefile.in ../programs/attrib/Makefile.in \
  ../programs/cabarc/Makefile.in ../programs/cacls/Makefile.in ../programs/chcp.com/Makefile.in \
  ../programs/clock/Makefile.in ../programs/cmd/Makefile.in ../programs/cmd/tests/Makefile.in \
  ../programs/conhost/Makefile.in ../programs/control/Makefile.in ../programs/cscript/Makefile.in \
  ../programs/dism/Makefile.in ../programs/dpnsvr/Makefile.in ../programs/dxdiag/Makefile.in \
  ../programs/eject/Makefile.in ../programs/expand/Makefile.in ../programs/explorer/Makefile.in \
  ../programs/extrac32/Makefile.in ../programs/fc/Makefile.in ../programs/find/Makefile.in \
  ../programs/find/tests/Makefile.in ../programs/findstr/Makefile.in ../programs/fsutil/Makefile.in \
  ../programs/fsutil/tests/Makefile.in ../programs/hh/Makefile.in ../programs/hostname/Makefile.in \
  ../programs/icacls/Makefile.in ../programs/icinfo/Makefile.in ../programs/iexplore/Makefile.in \
  ../programs/ipconfig/Makefile.in ../programs/lodctr/Makefile.in ../programs/mofcomp/Makefile.in \
  ../programs/mshta/Makefile.in ../programs/msidb/Makefile.in ../programs/msiexec/Makefile.in \
  ../programs/msinfo32/Makefile.in ../programs/net/Makefile.in ../programs/netsh/Makefile.in \
  ../programs/netstat/Makefile.in ../programs/ngen/Makefile.in ../programs/notepad/Makefile.in \
  ../programs/oleview/Makefile.in ../programs/ping/Makefile.in ../programs/plugplay/Makefile.in \
  ../programs/powershell/Makefile.in ../programs/presentationfontcache/Makefile.in \
  ../programs/progman/Makefile.in ../programs/reg/Makefile.in ../programs/reg/tests/Makefile.in \
  ../programs/regasm/Makefile.in ../programs/regedit/Makefile.in \
  ../programs/regedit/tests/Makefile.in ../programs/regini/Makefile.in \
  ../programs/regsvcs/Makefile.in ../programs/regsvr32/Makefile.in ../programs/rpcss/Makefile.in \
  ../programs/rundll.exe16/Makefile.in ../programs/rundll32/Makefile.in ../programs/sc/Makefile.in \
  ../programs/schtasks/Makefile.in ../programs/schtasks/tests/Makefile.in \
  ../programs/sdbinst/Makefile.in ../programs/secedit/Makefile.in \
  ../programs/servicemodelreg/Makefile.in ../programs/services/Makefile.in \
  ../programs/services/tests/Makefile.in ../programs/shutdown/Makefile.in \
  ../programs/spoolsv/Makefile.in ../programs/start/Makefile.in ../programs/subst/Makefile.in \
  ../programs/svchost/Makefile.in ../programs/systeminfo/Makefile.in \
  ../programs/taskkill/Makefile.in ../programs/tasklist/Makefile.in ../programs/taskmgr/Makefile.in \
  ../programs/termsv/Makefile.in ../programs/uninstaller/Makefile.in \
  ../programs/unlodctr/Makefile.in ../programs/view/Makefile.in ../programs/wevtutil/Makefile.in \
  ../programs/where/Makefile.in ../programs/whoami/Makefile.in ../programs/wineboot/Makefile.in \
  ../programs/winebrowser/Makefile.in ../programs/winecfg/Makefile.in \
  ../programs/wineconsole/Makefile.in ../programs/winedbg/Makefile.in \
  ../programs/winedevice/Makefile.in ../programs/winefile/Makefile.in \
  ../programs/winemenubuilder/Makefile.in ../programs/winemine/Makefile.in \
  ../programs/winemsibuilder/Makefile.in ../programs/winepath/Makefile.in \
  ../programs/winetest/Makefile.in ../programs/winevdm/Makefile.in \
  ../programs/winhelp.exe16/Makefile.in ../programs/winhlp32/Makefile.in \
  ../programs/winmgmt/Makefile.in ../programs/winoldap.mod16/Makefile.in \
  ../programs/winver/Makefile.in ../programs/wmic/Makefile.in ../programs/wmplayer/Makefile.in \
  ../programs/wordpad/Makefile.in ../programs/write/Makefile.in ../programs/wscript/Makefile.in \
  ../programs/wscript/tests/Makefile.in ../programs/wuauserv/Makefile.in \
  ../programs/wusa/Makefile.in ../programs/xcopy/Makefile.in ../programs/xcopy/tests/Makefile.in \
  ../server/Makefile.in:
buildtests programs/winetest: dlls/adsldp/tests dlls/advapi32/tests dlls/advpack/tests \
  dlls/amstream/tests dlls/apphelp/tests dlls/atl/tests dlls/atl100/tests dlls/atl80/tests \
  dlls/atlthunk/tests dlls/avifil32/tests dlls/bcrypt/tests dlls/browseui/tests dlls/cabinet/tests \
  dlls/combase/tests dlls/comcat/tests dlls/comctl32/tests dlls/comdlg32/tests dlls/comsvcs/tests \
  dlls/credui/tests dlls/crypt32/tests dlls/cryptnet/tests dlls/cryptui/tests dlls/d2d1/tests \
  dlls/d3d10/tests dlls/d3d10_1/tests dlls/d3d10core/tests dlls/d3d11/tests dlls/d3d12/tests \
  dlls/d3d8/tests dlls/d3d9/tests dlls/d3dcompiler_43/tests dlls/d3dcompiler_47/tests \
  dlls/d3drm/tests dlls/d3dx10_43/tests dlls/d3dx11_43/tests dlls/d3dx9_36/tests dlls/d3dxof/tests \
  dlls/dbgeng/tests dlls/dbghelp/tests dlls/ddraw/tests dlls/ddrawex/tests dlls/devenum/tests \
  dlls/dhcpcsvc/tests dlls/dinput/tests dlls/dinput8/tests dlls/dispex/tests dlls/dmband/tests \
  dlls/dmcompos/tests dlls/dmime/tests dlls/dmloader/tests dlls/dmscript/tests dlls/dmstyle/tests \
  dlls/dmsynth/tests dlls/dmusic/tests dlls/dnsapi/tests dlls/dplayx/tests dlls/dpnet/tests \
  dlls/dpvoice/tests dlls/dsound/tests dlls/dssenh/tests dlls/dswave/tests dlls/dwmapi/tests \
  dlls/dwrite/tests dlls/dxdiagn/tests dlls/dxgi/tests dlls/evr/tests dlls/explorerframe/tests \
  dlls/faultrep/tests dlls/fusion/tests dlls/gameux/tests dlls/gdi32/tests dlls/gdiplus/tests \
  dlls/hid/tests dlls/hlink/tests dlls/hnetcfg/tests dlls/httpapi/tests dlls/ieframe/tests \
  dlls/imagehlp/tests dlls/imm32/tests dlls/inetcomm/tests dlls/inetmib1/tests dlls/infosoft/tests \
  dlls/iphlpapi/tests dlls/itss/tests dlls/jscript/tests dlls/jsproxy/tests dlls/kernel32/tests \
  dlls/kernelbase/tests dlls/localspl/tests dlls/localui/tests dlls/lz32/tests dlls/mapi32/tests \
  dlls/mf/tests dlls/mfmediaengine/tests dlls/mfplat/tests dlls/mfreadwrite/tests dlls/mlang/tests \
  dlls/mmcndmgr/tests dlls/mmdevapi/tests dlls/mp3dmod/tests dlls/mpr/tests dlls/msacm32/tests \
  dlls/msado15/tests dlls/msasn1/tests dlls/mscms/tests dlls/mscoree/tests dlls/msctf/tests \
  dlls/msdmo/tests dlls/msftedit/tests dlls/mshtml/tests dlls/msi/tests dlls/mspatcha/tests \
  dlls/msrle32/tests dlls/msscript.ocx/tests dlls/mstask/tests dlls/msvcirt/tests \
  dlls/msvcp100/tests dlls/msvcp110/tests dlls/msvcp120/tests dlls/msvcp140/tests dlls/msvcp60/tests \
  dlls/msvcp90/tests dlls/msvcr100/tests dlls/msvcr110/tests dlls/msvcr120/tests dlls/msvcr90/tests \
  dlls/msvcrt/tests dlls/msvcrtd/tests dlls/msvfw32/tests dlls/msxml3/tests dlls/netapi32/tests \
  dlls/netcfgx/tests dlls/netprofm/tests dlls/ninput/tests dlls/ntdll/tests dlls/ntdsapi/tests \
  dlls/ntoskrnl.exe/tests dlls/ntprint/tests dlls/odbccp32/tests dlls/ole32/tests dlls/oleacc/tests \
  dlls/oleaut32/tests dlls/oledb32/tests dlls/oledlg/tests dlls/opcservices/tests \
  dlls/opengl32/tests dlls/packager/tests dlls/pdh/tests dlls/propsys/tests dlls/psapi/tests \
  dlls/pstorec/tests dlls/qcap/tests dlls/qedit/tests dlls/qmgr/tests dlls/quartz/tests \
  dlls/qwave/tests dlls/rasapi32/tests dlls/riched20/tests dlls/riched32/tests dlls/rpcrt4/tests \
  dlls/rsaenh/tests dlls/sapi/tests dlls/schannel/tests dlls/schedsvc/tests dlls/scrobj/tests \
  dlls/scrrun/tests dlls/secur32/tests dlls/serialui/tests dlls/setupapi/tests dlls/shcore/tests \
  dlls/shdocvw/tests dlls/shell32/tests dlls/shlwapi/tests dlls/slc/tests dlls/snmpapi/tests \
  dlls/spoolss/tests dlls/sti/tests dlls/sxs/tests dlls/t2embed/tests dlls/tapi32/tests \
  dlls/taskschd/tests dlls/twain_32/tests dlls/ucrtbase/tests dlls/uianimation/tests \
  dlls/uiautomationcore/tests dlls/urlmon/tests dlls/user32/tests dlls/userenv/tests \
  dlls/usp10/tests dlls/uxtheme/tests dlls/vbscript/tests dlls/vcomp/tests dlls/version/tests \
  dlls/virtdisk/tests dlls/vulkan-1/tests dlls/wbemdisp/tests dlls/wbemprox/tests \
  dlls/webservices/tests dlls/wer/tests dlls/wiaservc/tests dlls/windowscodecs/tests \
  dlls/windowscodecsext/tests dlls/winhttp/tests dlls/wininet/tests dlls/winmm/tests \
  dlls/winspool.drv/tests dlls/wintab32/tests dlls/wintrust/tests dlls/wlanapi/tests \
  dlls/wldap32/tests dlls/wmiutils/tests dlls/wmp/tests dlls/wmvcore/tests dlls/wpc/tests \
  dlls/ws2_32/tests dlls/wsdapi/tests dlls/wshom.ocx/tests dlls/wsnmp32/tests dlls/wtsapi32/tests \
  dlls/xaudio2_7/tests dlls/xinput1_3/tests dlls/xmllite/tests programs/cmd/tests \
  programs/find/tests programs/fsutil/tests programs/reg/tests programs/regedit/tests \
  programs/schtasks/tests programs/services/tests programs/wscript/tests programs/xcopy/tests
check test: dlls/adsldp/tests/test dlls/advapi32/tests/test dlls/advpack/tests/test \
  dlls/amstream/tests/test dlls/apphelp/tests/test dlls/atl/tests/test dlls/atl100/tests/test \
  dlls/atl80/tests/test dlls/atlthunk/tests/test dlls/avifil32/tests/test dlls/bcrypt/tests/test \
  dlls/browseui/tests/test dlls/cabinet/tests/test dlls/combase/tests/test dlls/comcat/tests/test \
  dlls/comctl32/tests/test dlls/comdlg32/tests/test dlls/comsvcs/tests/test dlls/credui/tests/test \
  dlls/crypt32/tests/test dlls/cryptnet/tests/test dlls/cryptui/tests/test dlls/d2d1/tests/test \
  dlls/d3d10/tests/test dlls/d3d10_1/tests/test dlls/d3d10core/tests/test dlls/d3d11/tests/test \
  dlls/d3d12/tests/test dlls/d3d8/tests/test dlls/d3d9/tests/test dlls/d3dcompiler_43/tests/test \
  dlls/d3dcompiler_47/tests/test dlls/d3drm/tests/test dlls/d3dx10_43/tests/test \
  dlls/d3dx11_43/tests/test dlls/d3dx9_36/tests/test dlls/d3dxof/tests/test dlls/dbgeng/tests/test \
  dlls/dbghelp/tests/test dlls/ddraw/tests/test dlls/ddrawex/tests/test dlls/devenum/tests/test \
  dlls/dhcpcsvc/tests/test dlls/dinput/tests/test dlls/dinput8/tests/test dlls/dispex/tests/test \
  dlls/dmband/tests/test dlls/dmcompos/tests/test dlls/dmime/tests/test dlls/dmloader/tests/test \
  dlls/dmscript/tests/test dlls/dmstyle/tests/test dlls/dmsynth/tests/test dlls/dmusic/tests/test \
  dlls/dnsapi/tests/test dlls/dplayx/tests/test dlls/dpnet/tests/test dlls/dpvoice/tests/test \
  dlls/dsound/tests/test dlls/dssenh/tests/test dlls/dswave/tests/test dlls/dwmapi/tests/test \
  dlls/dwrite/tests/test dlls/dxdiagn/tests/test dlls/dxgi/tests/test dlls/evr/tests/test \
  dlls/explorerframe/tests/test dlls/faultrep/tests/test dlls/fusion/tests/test \
  dlls/gameux/tests/test dlls/gdi32/tests/test dlls/gdiplus/tests/test dlls/hid/tests/test \
  dlls/hlink/tests/test dlls/hnetcfg/tests/test dlls/httpapi/tests/test dlls/ieframe/tests/test \
  dlls/imagehlp/tests/test dlls/imm32/tests/test dlls/inetcomm/tests/test dlls/inetmib1/tests/test \
  dlls/infosoft/tests/test dlls/iphlpapi/tests/test dlls/itss/tests/test dlls/jscript/tests/test \
  dlls/jsproxy/tests/test dlls/kernel32/tests/test dlls/kernelbase/tests/test \
  dlls/localspl/tests/test dlls/localui/tests/test dlls/lz32/tests/test dlls/mapi32/tests/test \
  dlls/mf/tests/test dlls/mfmediaengine/tests/test dlls/mfplat/tests/test \
  dlls/mfreadwrite/tests/test dlls/mlang/tests/test dlls/mmcndmgr/tests/test \
  dlls/mmdevapi/tests/test dlls/mp3dmod/tests/test dlls/mpr/tests/test dlls/msacm32/tests/test \
  dlls/msado15/tests/test dlls/msasn1/tests/test dlls/mscms/tests/test dlls/mscoree/tests/test \
  dlls/msctf/tests/test dlls/msdmo/tests/test dlls/msftedit/tests/test dlls/mshtml/tests/test \
  dlls/msi/tests/test dlls/mspatcha/tests/test dlls/msrle32/tests/test dlls/msscript.ocx/tests/test \
  dlls/mstask/tests/test dlls/msvcirt/tests/test dlls/msvcp100/tests/test dlls/msvcp110/tests/test \
  dlls/msvcp120/tests/test dlls/msvcp140/tests/test dlls/msvcp60/tests/test dlls/msvcp90/tests/test \
  dlls/msvcr100/tests/test dlls/msvcr110/tests/test dlls/msvcr120/tests/test dlls/msvcr90/tests/test \
  dlls/msvcrt/tests/test dlls/msvcrtd/tests/test dlls/msvfw32/tests/test dlls/msxml3/tests/test \
  dlls/netapi32/tests/test dlls/netcfgx/tests/test dlls/netprofm/tests/test dlls/ninput/tests/test \
  dlls/ntdll/tests/test dlls/ntdsapi/tests/test dlls/ntoskrnl.exe/tests/test dlls/ntprint/tests/test \
  dlls/odbccp32/tests/test dlls/ole32/tests/test dlls/oleacc/tests/test dlls/oleaut32/tests/test \
  dlls/oledb32/tests/test dlls/oledlg/tests/test dlls/opcservices/tests/test \
  dlls/opengl32/tests/test dlls/packager/tests/test dlls/pdh/tests/test dlls/propsys/tests/test \
  dlls/psapi/tests/test dlls/pstorec/tests/test dlls/qcap/tests/test dlls/qedit/tests/test \
  dlls/qmgr/tests/test dlls/quartz/tests/test dlls/qwave/tests/test dlls/rasapi32/tests/test \
  dlls/riched20/tests/test dlls/riched32/tests/test dlls/rpcrt4/tests/test dlls/rsaenh/tests/test \
  dlls/sapi/tests/test dlls/schannel/tests/test dlls/schedsvc/tests/test dlls/scrobj/tests/test \
  dlls/scrrun/tests/test dlls/secur32/tests/test dlls/serialui/tests/test dlls/setupapi/tests/test \
  dlls/shcore/tests/test dlls/shdocvw/tests/test dlls/shell32/tests/test dlls/shlwapi/tests/test \
  dlls/slc/tests/test dlls/snmpapi/tests/test dlls/spoolss/tests/test dlls/sti/tests/test \
  dlls/sxs/tests/test dlls/t2embed/tests/test dlls/tapi32/tests/test dlls/taskschd/tests/test \
  dlls/twain_32/tests/test dlls/ucrtbase/tests/test dlls/uianimation/tests/test \
  dlls/uiautomationcore/tests/test dlls/urlmon/tests/test dlls/user32/tests/test \
  dlls/userenv/tests/test dlls/usp10/tests/test dlls/uxtheme/tests/test dlls/vbscript/tests/test \
  dlls/vcomp/tests/test dlls/version/tests/test dlls/virtdisk/tests/test dlls/vulkan-1/tests/test \
  dlls/wbemdisp/tests/test dlls/wbemprox/tests/test dlls/webservices/tests/test dlls/wer/tests/test \
  dlls/wiaservc/tests/test dlls/windowscodecs/tests/test dlls/windowscodecsext/tests/test \
  dlls/winhttp/tests/test dlls/wininet/tests/test dlls/winmm/tests/test dlls/winspool.drv/tests/test \
  dlls/wintab32/tests/test dlls/wintrust/tests/test dlls/wlanapi/tests/test dlls/wldap32/tests/test \
  dlls/wmiutils/tests/test dlls/wmp/tests/test dlls/wmvcore/tests/test dlls/wpc/tests/test \
  dlls/ws2_32/tests/test dlls/wsdapi/tests/test dlls/wshom.ocx/tests/test dlls/wsnmp32/tests/test \
  dlls/wtsapi32/tests/test dlls/xaudio2_7/tests/test dlls/xinput1_3/tests/test \
  dlls/xmllite/tests/test programs/cmd/tests/test programs/find/tests/test \
  programs/fsutil/tests/test programs/reg/tests/test programs/regedit/tests/test \
  programs/schtasks/tests/test programs/services/tests/test programs/wscript/tests/test \
  programs/xcopy/tests/test
clean::
	rm -f dlls/acledit/main.cross.o dlls/acledit/acledit.dll dlls/aclui/libaclui.def \
  dlls/aclui/aclui_main.cross.o dlls/aclui/aclui.dll dlls/activeds/libactiveds.def \
  dlls/activeds/activeds_main.cross.o dlls/activeds/activeds.dll dlls/actxprxy/actxprxy_activscp.h \
  dlls/actxprxy/actxprxy_comcat.h dlls/actxprxy/actxprxy_docobj.h dlls/actxprxy/actxprxy_hlink.h \
  dlls/actxprxy/actxprxy_htiface.h dlls/actxprxy/actxprxy_htiframe.h \
  dlls/actxprxy/actxprxy_objsafe.h dlls/actxprxy/actxprxy_ocmm.h dlls/actxprxy/actxprxy_servprov.h \
  dlls/actxprxy/actxprxy_shldisp.h dlls/actxprxy/actxprxy_shobjidl.h \
  dlls/actxprxy/actxprxy_urlhist.h dlls/actxprxy/dlldata.c dlls/actxprxy/actxprxy_activscp_p.c \
  dlls/actxprxy/actxprxy_comcat_p.c dlls/actxprxy/actxprxy_docobj_p.c \
  dlls/actxprxy/actxprxy_hlink_p.c dlls/actxprxy/actxprxy_htiface_p.c \
  dlls/actxprxy/actxprxy_htiframe_p.c dlls/actxprxy/actxprxy_objsafe_p.c \
  dlls/actxprxy/actxprxy_ocmm_p.c dlls/actxprxy/actxprxy_servprov_p.c \
  dlls/actxprxy/actxprxy_shldisp_p.c dlls/actxprxy/actxprxy_shobjidl_p.c \
  dlls/actxprxy/actxprxy_urlhist_p.c dlls/actxprxy/usrmarshal.cross.o dlls/actxprxy/dlldata.cross.o \
  dlls/actxprxy/actxprxy_activscp_p.cross.o dlls/actxprxy/actxprxy_comcat_p.cross.o \
  dlls/actxprxy/actxprxy_docobj_p.cross.o dlls/actxprxy/actxprxy_hlink_p.cross.o \
  dlls/actxprxy/actxprxy_htiface_p.cross.o dlls/actxprxy/actxprxy_htiframe_p.cross.o \
  dlls/actxprxy/actxprxy_objsafe_p.cross.o dlls/actxprxy/actxprxy_ocmm_p.cross.o \
  dlls/actxprxy/actxprxy_servprov_p.cross.o dlls/actxprxy/actxprxy_shldisp_p.cross.o \
  dlls/actxprxy/actxprxy_shobjidl_p.cross.o dlls/actxprxy/actxprxy_urlhist_p.cross.o \
  dlls/actxprxy/actxprxy_activscp_r.res dlls/actxprxy/actxprxy_comcat_r.res \
  dlls/actxprxy/actxprxy_docobj_r.res dlls/actxprxy/actxprxy_hlink_r.res \
  dlls/actxprxy/actxprxy_htiface_r.res dlls/actxprxy/actxprxy_htiframe_r.res \
  dlls/actxprxy/actxprxy_objsafe_r.res dlls/actxprxy/actxprxy_ocmm_r.res \
  dlls/actxprxy/actxprxy_servprov_r.res dlls/actxprxy/actxprxy_shldisp_r.res \
  dlls/actxprxy/actxprxy_shobjidl_r.res dlls/actxprxy/actxprxy_urlhist_r.res \
  dlls/actxprxy/actxprxy.dll dlls/adsiid/adsiid.o dlls/adsiid/adsiid.cross.o dlls/adsiid/libadsiid.a \
  dlls/adsiid/libadsiid.cross.a dlls/adsldp/adsldp.cross.o dlls/adsldp/adsldp_r.res \
  dlls/adsldp/adsldp.dll dlls/adsldp/tests/adsldp_test-stripped.exe dlls/adsldp/tests/sysinfo.ok \
  dlls/adsldp/tests/sysinfo.cross.o dlls/adsldp/tests/testlist.cross.o \
  dlls/adsldp/tests/adsldp_test.exe dlls/adsldpc/main.cross.o dlls/adsldpc/adsldpc.dll \
  dlls/advapi32/svcctl.h dlls/advapi32/svcctl_c.c dlls/advapi32/libadvapi32.def \
  dlls/advapi32/libadvapi32.cross.a dlls/advapi32/advapi.o dlls/advapi32/cred.o \
  dlls/advapi32/crypt.o dlls/advapi32/crypt_arc4.o dlls/advapi32/crypt_des.o \
  dlls/advapi32/crypt_lmhash.o dlls/advapi32/eventlog.o dlls/advapi32/lsa.o dlls/advapi32/registry.o \
  dlls/advapi32/security.o dlls/advapi32/service.o dlls/advapi32/wmi.o dlls/advapi32/svcctl_c.o \
  dlls/advapi32/version.res dlls/advapi32/advapi32.dll.so dlls/advapi32/advapi32.dll.fake \
  dlls/advapi32/tests/advapi32_test-stripped.exe dlls/advapi32/tests/cred.ok \
  dlls/advapi32/tests/crypt.ok dlls/advapi32/tests/crypt_lmhash.ok dlls/advapi32/tests/crypt_md4.ok \
  dlls/advapi32/tests/crypt_md5.ok dlls/advapi32/tests/crypt_sha.ok dlls/advapi32/tests/eventlog.ok \
  dlls/advapi32/tests/lsa.ok dlls/advapi32/tests/registry.ok dlls/advapi32/tests/security.ok \
  dlls/advapi32/tests/service.ok dlls/advapi32/tests/cred.cross.o dlls/advapi32/tests/crypt.cross.o \
  dlls/advapi32/tests/crypt_lmhash.cross.o dlls/advapi32/tests/crypt_md4.cross.o \
  dlls/advapi32/tests/crypt_md5.cross.o dlls/advapi32/tests/crypt_sha.cross.o \
  dlls/advapi32/tests/eventlog.cross.o dlls/advapi32/tests/lsa.cross.o \
  dlls/advapi32/tests/registry.cross.o dlls/advapi32/tests/security.cross.o \
  dlls/advapi32/tests/service.cross.o dlls/advapi32/tests/testlist.cross.o \
  dlls/advapi32/tests/rsrc.res dlls/advapi32/tests/advapi32_test.exe dlls/advpack/libadvpack.def \
  dlls/advpack/libadvpack.cross.a dlls/advpack/libadvpack.delay.a dlls/advpack/advpack.cross.o \
  dlls/advpack/files.cross.o dlls/advpack/install.cross.o dlls/advpack/reg.cross.o \
  dlls/advpack/advpack.dll dlls/advpack/tests/advpack_test-stripped.exe \
  dlls/advpack/tests/advpack.ok dlls/advpack/tests/files.ok dlls/advpack/tests/install.ok \
  dlls/advpack/tests/advpack.cross.o dlls/advpack/tests/files.cross.o \
  dlls/advpack/tests/install.cross.o dlls/advpack/tests/testlist.cross.o \
  dlls/advpack/tests/advpack_test.exe dlls/amsi/main.cross.o dlls/amsi/amsi.dll \
  dlls/amstream/audiodata.cross.o dlls/amstream/audiostream.cross.o \
  dlls/amstream/ddrawstream.cross.o dlls/amstream/filter.cross.o dlls/amstream/main.cross.o \
  dlls/amstream/multimedia.cross.o dlls/amstream/version.res dlls/amstream/amstream_classes_r.res \
  dlls/amstream/amstream.dll dlls/amstream/tests/amstream_test-stripped.exe \
  dlls/amstream/tests/amstream.ok dlls/amstream/tests/amstream.cross.o \
  dlls/amstream/tests/testlist.cross.o dlls/amstream/tests/amstream_test.exe \
  dlls/api-ms-win-appmodel-identity-l1-1-0/api-ms-win-appmodel-identity-l1-1-0.dll \
  dlls/api-ms-win-appmodel-runtime-l1-1-1/api-ms-win-appmodel-runtime-l1-1-1.dll \
  dlls/api-ms-win-appmodel-runtime-l1-1-2/api-ms-win-appmodel-runtime-l1-1-2.dll \
  dlls/api-ms-win-core-apiquery-l1-1-0/api-ms-win-core-apiquery-l1-1-0.dll \
  dlls/api-ms-win-core-appcompat-l1-1-1/api-ms-win-core-appcompat-l1-1-1.dll \
  dlls/api-ms-win-core-appinit-l1-1-0/api-ms-win-core-appinit-l1-1-0.dll \
  dlls/api-ms-win-core-atoms-l1-1-0/api-ms-win-core-atoms-l1-1-0.dll \
  dlls/api-ms-win-core-bem-l1-1-0/api-ms-win-core-bem-l1-1-0.dll \
  dlls/api-ms-win-core-com-l1-1-0/api-ms-win-core-com-l1-1-0.dll \
  dlls/api-ms-win-core-com-l1-1-1/api-ms-win-core-com-l1-1-1.dll \
  dlls/api-ms-win-core-com-private-l1-1-0/api-ms-win-core-com-private-l1-1-0.dll \
  dlls/api-ms-win-core-comm-l1-1-0/api-ms-win-core-comm-l1-1-0.dll \
  dlls/api-ms-win-core-console-l1-1-0/api-ms-win-core-console-l1-1-0.dll \
  dlls/api-ms-win-core-console-l2-1-0/api-ms-win-core-console-l2-1-0.dll \
  dlls/api-ms-win-core-crt-l1-1-0/api-ms-win-core-crt-l1-1-0.dll \
  dlls/api-ms-win-core-crt-l2-1-0/api-ms-win-core-crt-l2-1-0.dll \
  dlls/api-ms-win-core-datetime-l1-1-0/api-ms-win-core-datetime-l1-1-0.dll \
  dlls/api-ms-win-core-datetime-l1-1-1/api-ms-win-core-datetime-l1-1-1.dll \
  dlls/api-ms-win-core-debug-l1-1-0/api-ms-win-core-debug-l1-1-0.dll \
  dlls/api-ms-win-core-debug-l1-1-1/api-ms-win-core-debug-l1-1-1.dll \
  dlls/api-ms-win-core-delayload-l1-1-0/api-ms-win-core-delayload-l1-1-0.dll \
  dlls/api-ms-win-core-delayload-l1-1-1/api-ms-win-core-delayload-l1-1-1.dll \
  dlls/api-ms-win-core-errorhandling-l1-1-0/api-ms-win-core-errorhandling-l1-1-0.dll \
  dlls/api-ms-win-core-errorhandling-l1-1-1/api-ms-win-core-errorhandling-l1-1-1.dll \
  dlls/api-ms-win-core-errorhandling-l1-1-2/api-ms-win-core-errorhandling-l1-1-2.dll \
  dlls/api-ms-win-core-errorhandling-l1-1-3/api-ms-win-core-errorhandling-l1-1-3.dll \
  dlls/api-ms-win-core-fibers-l1-1-0/api-ms-win-core-fibers-l1-1-0.dll \
  dlls/api-ms-win-core-fibers-l1-1-1/api-ms-win-core-fibers-l1-1-1.dll \
  dlls/api-ms-win-core-file-l1-1-0/api-ms-win-core-file-l1-1-0.dll \
  dlls/api-ms-win-core-file-l1-2-0/api-ms-win-core-file-l1-2-0.dll \
  dlls/api-ms-win-core-file-l1-2-1/api-ms-win-core-file-l1-2-1.dll \
  dlls/api-ms-win-core-file-l1-2-2/api-ms-win-core-file-l1-2-2.dll \
  dlls/api-ms-win-core-file-l2-1-0/api-ms-win-core-file-l2-1-0.dll \
  dlls/api-ms-win-core-file-l2-1-1/api-ms-win-core-file-l2-1-1.dll \
  dlls/api-ms-win-core-file-l2-1-2/api-ms-win-core-file-l2-1-2.dll \
  dlls/api-ms-win-core-handle-l1-1-0/api-ms-win-core-handle-l1-1-0.dll \
  dlls/api-ms-win-core-heap-l1-1-0/api-ms-win-core-heap-l1-1-0.dll \
  dlls/api-ms-win-core-heap-l1-2-0/api-ms-win-core-heap-l1-2-0.dll \
  dlls/api-ms-win-core-heap-l2-1-0/api-ms-win-core-heap-l2-1-0.dll \
  dlls/api-ms-win-core-heap-obsolete-l1-1-0/api-ms-win-core-heap-obsolete-l1-1-0.dll \
  dlls/api-ms-win-core-interlocked-l1-1-0/api-ms-win-core-interlocked-l1-1-0.dll \
  dlls/api-ms-win-core-interlocked-l1-2-0/api-ms-win-core-interlocked-l1-2-0.dll \
  dlls/api-ms-win-core-io-l1-1-0/api-ms-win-core-io-l1-1-0.dll \
  dlls/api-ms-win-core-io-l1-1-1/api-ms-win-core-io-l1-1-1.dll \
  dlls/api-ms-win-core-job-l1-1-0/api-ms-win-core-job-l1-1-0.dll \
  dlls/api-ms-win-core-job-l2-1-0/api-ms-win-core-job-l2-1-0.dll \
  dlls/api-ms-win-core-kernel32-legacy-l1-1-0/api-ms-win-core-kernel32-legacy-l1-1-0.dll \
  dlls/api-ms-win-core-kernel32-legacy-l1-1-1/api-ms-win-core-kernel32-legacy-l1-1-1.dll \
  dlls/api-ms-win-core-kernel32-private-l1-1-1/api-ms-win-core-kernel32-private-l1-1-1.dll \
  dlls/api-ms-win-core-largeinteger-l1-1-0/api-ms-win-core-largeinteger-l1-1-0.dll \
  dlls/api-ms-win-core-libraryloader-l1-1-0/api-ms-win-core-libraryloader-l1-1-0.dll \
  dlls/api-ms-win-core-libraryloader-l1-1-1/api-ms-win-core-libraryloader-l1-1-1.dll \
  dlls/api-ms-win-core-libraryloader-l1-2-0/api-ms-win-core-libraryloader-l1-2-0.dll \
  dlls/api-ms-win-core-libraryloader-l1-2-1/api-ms-win-core-libraryloader-l1-2-1.dll \
  dlls/api-ms-win-core-libraryloader-l1-2-2/api-ms-win-core-libraryloader-l1-2-2.dll \
  dlls/api-ms-win-core-localization-l1-1-0/api-ms-win-core-localization-l1-1-0.dll \
  dlls/api-ms-win-core-localization-l1-2-0/api-ms-win-core-localization-l1-2-0.dll \
  dlls/api-ms-win-core-localization-l1-2-1/api-ms-win-core-localization-l1-2-1.dll \
  dlls/api-ms-win-core-localization-l2-1-0/api-ms-win-core-localization-l2-1-0.dll \
  dlls/api-ms-win-core-localization-obsolete-l1-1-0/api-ms-win-core-localization-obsolete-l1-1-0.dll \
  dlls/api-ms-win-core-localization-obsolete-l1-2-0/api-ms-win-core-localization-obsolete-l1-2-0.dll \
  dlls/api-ms-win-core-localization-obsolete-l1-3-0/api-ms-win-core-localization-obsolete-l1-3-0.dll \
  dlls/api-ms-win-core-localization-private-l1-1-0/api-ms-win-core-localization-private-l1-1-0.dll \
  dlls/api-ms-win-core-localregistry-l1-1-0/api-ms-win-core-localregistry-l1-1-0.dll \
  dlls/api-ms-win-core-memory-l1-1-0/api-ms-win-core-memory-l1-1-0.dll \
  dlls/api-ms-win-core-memory-l1-1-1/api-ms-win-core-memory-l1-1-1.dll \
  dlls/api-ms-win-core-memory-l1-1-2/api-ms-win-core-memory-l1-1-2.dll \
  dlls/api-ms-win-core-misc-l1-1-0/api-ms-win-core-misc-l1-1-0.dll \
  dlls/api-ms-win-core-namedpipe-l1-1-0/api-ms-win-core-namedpipe-l1-1-0.dll \
  dlls/api-ms-win-core-namedpipe-l1-2-0/api-ms-win-core-namedpipe-l1-2-0.dll \
  dlls/api-ms-win-core-namespace-l1-1-0/api-ms-win-core-namespace-l1-1-0.dll \
  dlls/api-ms-win-core-normalization-l1-1-0/api-ms-win-core-normalization-l1-1-0.dll \
  dlls/api-ms-win-core-path-l1-1-0/api-ms-win-core-path-l1-1-0.dll \
  dlls/api-ms-win-core-privateprofile-l1-1-1/api-ms-win-core-privateprofile-l1-1-1.dll \
  dlls/api-ms-win-core-processenvironment-l1-1-0/api-ms-win-core-processenvironment-l1-1-0.dll \
  dlls/api-ms-win-core-processenvironment-l1-2-0/api-ms-win-core-processenvironment-l1-2-0.dll \
  dlls/api-ms-win-core-processthreads-l1-1-0/api-ms-win-core-processthreads-l1-1-0.dll \
  dlls/api-ms-win-core-processthreads-l1-1-1/api-ms-win-core-processthreads-l1-1-1.dll \
  dlls/api-ms-win-core-processthreads-l1-1-2/api-ms-win-core-processthreads-l1-1-2.dll \
  dlls/api-ms-win-core-processthreads-l1-1-3/api-ms-win-core-processthreads-l1-1-3.dll \
  dlls/api-ms-win-core-processtopology-obsolete-l1-1-0/api-ms-win-core-processtopology-obsolete-l1-1-0.dll \
  dlls/api-ms-win-core-profile-l1-1-0/api-ms-win-core-profile-l1-1-0.dll \
  dlls/api-ms-win-core-psapi-ansi-l1-1-0/api-ms-win-core-psapi-ansi-l1-1-0.dll \
  dlls/api-ms-win-core-psapi-l1-1-0/api-ms-win-core-psapi-l1-1-0.dll \
  dlls/api-ms-win-core-psapi-obsolete-l1-1-0/api-ms-win-core-psapi-obsolete-l1-1-0.dll \
  dlls/api-ms-win-core-quirks-l1-1-0/api-ms-win-core-quirks-l1-1-0.dll \
  dlls/api-ms-win-core-realtime-l1-1-0/api-ms-win-core-realtime-l1-1-0.dll \
  dlls/api-ms-win-core-registry-l1-1-0/api-ms-win-core-registry-l1-1-0.dll \
  dlls/api-ms-win-core-registry-l2-1-0/api-ms-win-core-registry-l2-1-0.dll \
  dlls/api-ms-win-core-registryuserspecific-l1-1-0/api-ms-win-core-registryuserspecific-l1-1-0.dll \
  dlls/api-ms-win-core-rtlsupport-l1-1-0/api-ms-win-core-rtlsupport-l1-1-0.dll \
  dlls/api-ms-win-core-rtlsupport-l1-2-0/api-ms-win-core-rtlsupport-l1-2-0.dll \
  dlls/api-ms-win-core-shlwapi-legacy-l1-1-0/api-ms-win-core-shlwapi-legacy-l1-1-0.dll \
  dlls/api-ms-win-core-shlwapi-obsolete-l1-1-0/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll \
  dlls/api-ms-win-core-shlwapi-obsolete-l1-2-0/api-ms-win-core-shlwapi-obsolete-l1-2-0.dll \
  dlls/api-ms-win-core-shutdown-l1-1-0/api-ms-win-core-shutdown-l1-1-0.dll \
  dlls/api-ms-win-core-sidebyside-l1-1-0/api-ms-win-core-sidebyside-l1-1-0.dll \
  dlls/api-ms-win-core-string-l1-1-0/api-ms-win-core-string-l1-1-0.dll \
  dlls/api-ms-win-core-string-l2-1-0/api-ms-win-core-string-l2-1-0.dll \
  dlls/api-ms-win-core-string-obsolete-l1-1-0/api-ms-win-core-string-obsolete-l1-1-0.dll \
  dlls/api-ms-win-core-stringansi-l1-1-0/api-ms-win-core-stringansi-l1-1-0.dll \
  dlls/api-ms-win-core-stringloader-l1-1-1/api-ms-win-core-stringloader-l1-1-1.dll \
  dlls/api-ms-win-core-synch-ansi-l1-1-0/api-ms-win-core-synch-ansi-l1-1-0.dll \
  dlls/api-ms-win-core-synch-l1-1-0/api-ms-win-core-synch-l1-1-0.dll \
  dlls/api-ms-win-core-synch-l1-2-0/api-ms-win-core-synch-l1-2-0.dll \
  dlls/api-ms-win-core-synch-l1-2-1/api-ms-win-core-synch-l1-2-1.dll \
  dlls/api-ms-win-core-sysinfo-l1-1-0/api-ms-win-core-sysinfo-l1-1-0.dll \
  dlls/api-ms-win-core-sysinfo-l1-2-0/api-ms-win-core-sysinfo-l1-2-0.dll \
  dlls/api-ms-win-core-sysinfo-l1-2-1/api-ms-win-core-sysinfo-l1-2-1.dll \
  dlls/api-ms-win-core-threadpool-l1-1-0/api-ms-win-core-threadpool-l1-1-0.dll \
  dlls/api-ms-win-core-threadpool-l1-2-0/api-ms-win-core-threadpool-l1-2-0.dll \
  dlls/api-ms-win-core-threadpool-legacy-l1-1-0/api-ms-win-core-threadpool-legacy-l1-1-0.dll \
  dlls/api-ms-win-core-threadpool-private-l1-1-0/api-ms-win-core-threadpool-private-l1-1-0.dll \
  dlls/api-ms-win-core-timezone-l1-1-0/api-ms-win-core-timezone-l1-1-0.dll \
  dlls/api-ms-win-core-toolhelp-l1-1-0/api-ms-win-core-toolhelp-l1-1-0.dll \
  dlls/api-ms-win-core-url-l1-1-0/api-ms-win-core-url-l1-1-0.dll \
  dlls/api-ms-win-core-util-l1-1-0/api-ms-win-core-util-l1-1-0.dll \
  dlls/api-ms-win-core-version-l1-1-0/api-ms-win-core-version-l1-1-0.dll \
  dlls/api-ms-win-core-version-l1-1-1/api-ms-win-core-version-l1-1-1.dll \
  dlls/api-ms-win-core-version-private-l1-1-0/api-ms-win-core-version-private-l1-1-0.dll \
  dlls/api-ms-win-core-versionansi-l1-1-0/api-ms-win-core-versionansi-l1-1-0.dll \
  dlls/api-ms-win-core-windowserrorreporting-l1-1-0/api-ms-win-core-windowserrorreporting-l1-1-0.dll \
  dlls/api-ms-win-core-winrt-error-l1-1-0/api-ms-win-core-winrt-error-l1-1-0.dll \
  dlls/api-ms-win-core-winrt-error-l1-1-1/api-ms-win-core-winrt-error-l1-1-1.dll \
  dlls/api-ms-win-core-winrt-errorprivate-l1-1-1/api-ms-win-core-winrt-errorprivate-l1-1-1.dll \
  dlls/api-ms-win-core-winrt-l1-1-0/api-ms-win-core-winrt-l1-1-0.dll \
  dlls/api-ms-win-core-winrt-registration-l1-1-0/api-ms-win-core-winrt-registration-l1-1-0.dll \
  dlls/api-ms-win-core-winrt-roparameterizediid-l1-1-0/api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll \
  dlls/api-ms-win-core-winrt-string-l1-1-0/api-ms-win-core-winrt-string-l1-1-0.dll \
  dlls/api-ms-win-core-winrt-string-l1-1-1/api-ms-win-core-winrt-string-l1-1-1.dll \
  dlls/api-ms-win-core-wow64-l1-1-0/api-ms-win-core-wow64-l1-1-0.dll \
  dlls/api-ms-win-core-wow64-l1-1-1/api-ms-win-core-wow64-l1-1-1.dll \
  dlls/api-ms-win-core-xstate-l1-1-0/api-ms-win-core-xstate-l1-1-0.dll \
  dlls/api-ms-win-core-xstate-l2-1-0/api-ms-win-core-xstate-l2-1-0.dll \
  dlls/api-ms-win-crt-conio-l1-1-0/api-ms-win-crt-conio-l1-1-0.dll \
  dlls/api-ms-win-crt-convert-l1-1-0/api-ms-win-crt-convert-l1-1-0.dll \
  dlls/api-ms-win-crt-environment-l1-1-0/api-ms-win-crt-environment-l1-1-0.dll \
  dlls/api-ms-win-crt-filesystem-l1-1-0/api-ms-win-crt-filesystem-l1-1-0.dll \
  dlls/api-ms-win-crt-heap-l1-1-0/api-ms-win-crt-heap-l1-1-0.dll \
  dlls/api-ms-win-crt-locale-l1-1-0/api-ms-win-crt-locale-l1-1-0.dll \
  dlls/api-ms-win-crt-math-l1-1-0/api-ms-win-crt-math-l1-1-0.dll \
  dlls/api-ms-win-crt-multibyte-l1-1-0/api-ms-win-crt-multibyte-l1-1-0.dll \
  dlls/api-ms-win-crt-private-l1-1-0/api-ms-win-crt-private-l1-1-0.dll \
  dlls/api-ms-win-crt-process-l1-1-0/api-ms-win-crt-process-l1-1-0.dll \
  dlls/api-ms-win-crt-runtime-l1-1-0/api-ms-win-crt-runtime-l1-1-0.dll \
  dlls/api-ms-win-crt-stdio-l1-1-0/api-ms-win-crt-stdio-l1-1-0.dll \
  dlls/api-ms-win-crt-string-l1-1-0/api-ms-win-crt-string-l1-1-0.dll \
  dlls/api-ms-win-crt-time-l1-1-0/api-ms-win-crt-time-l1-1-0.dll \
  dlls/api-ms-win-crt-utility-l1-1-0/api-ms-win-crt-utility-l1-1-0.dll \
  dlls/api-ms-win-devices-config-l1-1-0/api-ms-win-devices-config-l1-1-0.dll \
  dlls/api-ms-win-devices-config-l1-1-1/api-ms-win-devices-config-l1-1-1.dll \
  dlls/api-ms-win-devices-query-l1-1-1/api-ms-win-devices-query-l1-1-1.dll \
  dlls/api-ms-win-downlevel-advapi32-l1-1-0/api-ms-win-downlevel-advapi32-l1-1-0.dll \
  dlls/api-ms-win-downlevel-advapi32-l2-1-0/api-ms-win-downlevel-advapi32-l2-1-0.dll \
  dlls/api-ms-win-downlevel-normaliz-l1-1-0/api-ms-win-downlevel-normaliz-l1-1-0.dll \
  dlls/api-ms-win-downlevel-ole32-l1-1-0/api-ms-win-downlevel-ole32-l1-1-0.dll \
  dlls/api-ms-win-downlevel-shell32-l1-1-0/api-ms-win-downlevel-shell32-l1-1-0.dll \
  dlls/api-ms-win-downlevel-shlwapi-l1-1-0/api-ms-win-downlevel-shlwapi-l1-1-0.dll \
  dlls/api-ms-win-downlevel-shlwapi-l2-1-0/api-ms-win-downlevel-shlwapi-l2-1-0.dll \
  dlls/api-ms-win-downlevel-user32-l1-1-0/version.res \
  dlls/api-ms-win-downlevel-user32-l1-1-0/api-ms-win-downlevel-user32-l1-1-0.dll \
  dlls/api-ms-win-downlevel-version-l1-1-0/api-ms-win-downlevel-version-l1-1-0.dll \
  dlls/api-ms-win-dx-d3dkmt-l1-1-0/api-ms-win-dx-d3dkmt-l1-1-0.dll \
  dlls/api-ms-win-eventing-classicprovider-l1-1-0/api-ms-win-eventing-classicprovider-l1-1-0.dll \
  dlls/api-ms-win-eventing-consumer-l1-1-0/api-ms-win-eventing-consumer-l1-1-0.dll \
  dlls/api-ms-win-eventing-controller-l1-1-0/api-ms-win-eventing-controller-l1-1-0.dll \
  dlls/api-ms-win-eventing-legacy-l1-1-0/api-ms-win-eventing-legacy-l1-1-0.dll \
  dlls/api-ms-win-eventing-provider-l1-1-0/api-ms-win-eventing-provider-l1-1-0.dll \
  dlls/api-ms-win-eventlog-legacy-l1-1-0/api-ms-win-eventlog-legacy-l1-1-0.dll \
  dlls/api-ms-win-gdi-dpiinfo-l1-1-0/api-ms-win-gdi-dpiinfo-l1-1-0.dll \
  dlls/api-ms-win-mm-joystick-l1-1-0/api-ms-win-mm-joystick-l1-1-0.dll \
  dlls/api-ms-win-mm-misc-l1-1-1/api-ms-win-mm-misc-l1-1-1.dll \
  dlls/api-ms-win-mm-mme-l1-1-0/api-ms-win-mm-mme-l1-1-0.dll \
  dlls/api-ms-win-mm-time-l1-1-0/api-ms-win-mm-time-l1-1-0.dll \
  dlls/api-ms-win-ntuser-dc-access-l1-1-0/api-ms-win-ntuser-dc-access-l1-1-0.dll \
  dlls/api-ms-win-ntuser-rectangle-l1-1-0/api-ms-win-ntuser-rectangle-l1-1-0.dll \
  dlls/api-ms-win-ntuser-sysparams-l1-1-0/api-ms-win-ntuser-sysparams-l1-1-0.dll \
  dlls/api-ms-win-perf-legacy-l1-1-0/api-ms-win-perf-legacy-l1-1-0.dll \
  dlls/api-ms-win-power-base-l1-1-0/api-ms-win-power-base-l1-1-0.dll \
  dlls/api-ms-win-power-setting-l1-1-0/api-ms-win-power-setting-l1-1-0.dll \
  dlls/api-ms-win-rtcore-ntuser-draw-l1-1-0/api-ms-win-rtcore-ntuser-draw-l1-1-0.dll \
  dlls/api-ms-win-rtcore-ntuser-private-l1-1-0/api-ms-win-rtcore-ntuser-private-l1-1-0.dll \
  dlls/api-ms-win-rtcore-ntuser-private-l1-1-4/api-ms-win-rtcore-ntuser-private-l1-1-4.dll \
  dlls/api-ms-win-rtcore-ntuser-window-l1-1-0/api-ms-win-rtcore-ntuser-window-l1-1-0.dll \
  dlls/api-ms-win-rtcore-ntuser-winevent-l1-1-0/api-ms-win-rtcore-ntuser-winevent-l1-1-0.dll \
  dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0.dll \
  dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3.dll \
  dlls/api-ms-win-security-activedirectoryclient-l1-1-0/api-ms-win-security-activedirectoryclient-l1-1-0.dll \
  dlls/api-ms-win-security-audit-l1-1-1/api-ms-win-security-audit-l1-1-1.dll \
  dlls/api-ms-win-security-base-l1-1-0/version.res \
  dlls/api-ms-win-security-base-l1-1-0/api-ms-win-security-base-l1-1-0.dll \
  dlls/api-ms-win-security-base-l1-2-0/api-ms-win-security-base-l1-2-0.dll \
  dlls/api-ms-win-security-base-private-l1-1-1/api-ms-win-security-base-private-l1-1-1.dll \
  dlls/api-ms-win-security-credentials-l1-1-0/api-ms-win-security-credentials-l1-1-0.dll \
  dlls/api-ms-win-security-cryptoapi-l1-1-0/api-ms-win-security-cryptoapi-l1-1-0.dll \
  dlls/api-ms-win-security-grouppolicy-l1-1-0/api-ms-win-security-grouppolicy-l1-1-0.dll \
  dlls/api-ms-win-security-lsalookup-l1-1-0/api-ms-win-security-lsalookup-l1-1-0.dll \
  dlls/api-ms-win-security-lsalookup-l1-1-1/api-ms-win-security-lsalookup-l1-1-1.dll \
  dlls/api-ms-win-security-lsalookup-l2-1-0/api-ms-win-security-lsalookup-l2-1-0.dll \
  dlls/api-ms-win-security-lsalookup-l2-1-1/api-ms-win-security-lsalookup-l2-1-1.dll \
  dlls/api-ms-win-security-lsapolicy-l1-1-0/api-ms-win-security-lsapolicy-l1-1-0.dll \
  dlls/api-ms-win-security-provider-l1-1-0/api-ms-win-security-provider-l1-1-0.dll \
  dlls/api-ms-win-security-sddl-l1-1-0/api-ms-win-security-sddl-l1-1-0.dll \
  dlls/api-ms-win-security-systemfunctions-l1-1-0/api-ms-win-security-systemfunctions-l1-1-0.dll \
  dlls/api-ms-win-service-core-l1-1-0/api-ms-win-service-core-l1-1-0.dll \
  dlls/api-ms-win-service-core-l1-1-1/api-ms-win-service-core-l1-1-1.dll \
  dlls/api-ms-win-service-management-l1-1-0/api-ms-win-service-management-l1-1-0.dll \
  dlls/api-ms-win-service-management-l2-1-0/api-ms-win-service-management-l2-1-0.dll \
  dlls/api-ms-win-service-private-l1-1-1/api-ms-win-service-private-l1-1-1.dll \
  dlls/api-ms-win-service-winsvc-l1-1-0/api-ms-win-service-winsvc-l1-1-0.dll \
  dlls/api-ms-win-service-winsvc-l1-2-0/api-ms-win-service-winsvc-l1-2-0.dll \
  dlls/api-ms-win-shcore-obsolete-l1-1-0/api-ms-win-shcore-obsolete-l1-1-0.dll \
  dlls/api-ms-win-shcore-scaling-l1-1-1/api-ms-win-shcore-scaling-l1-1-1.dll \
  dlls/api-ms-win-shcore-stream-l1-1-0/api-ms-win-shcore-stream-l1-1-0.dll \
  dlls/api-ms-win-shcore-thread-l1-1-0/api-ms-win-shcore-thread-l1-1-0.dll \
  dlls/api-ms-win-shell-shellcom-l1-1-0/api-ms-win-shell-shellcom-l1-1-0.dll \
  dlls/api-ms-win-shell-shellfolders-l1-1-0/api-ms-win-shell-shellfolders-l1-1-0.dll \
  dlls/apphelp/apphelp.cross.o dlls/apphelp/apphelp.dll dlls/apphelp/tests/apphelp_test-stripped.exe \
  dlls/apphelp/tests/apphelp.ok dlls/apphelp/tests/apphelp.cross.o \
  dlls/apphelp/tests/testlist.cross.o dlls/apphelp/tests/apphelp_test.exe dlls/appwiz.cpl/appwiz.pot \
  dlls/appwiz.cpl/addons.cross.o dlls/appwiz.cpl/appwiz.cross.o dlls/appwiz.cpl/appwiz.res \
  dlls/appwiz.cpl/appwiz.cpl dlls/atl/libatl.def dlls/atl/libatl.cross.a dlls/atl/atl.cross.o \
  dlls/atl/atl30.cross.o dlls/atl/atl_ax.cross.o dlls/atl/registrar.cross.o \
  dlls/atl/atl_classes_r.res dlls/atl/atl_lib_t.res dlls/atl/atl_lib_r.res dlls/atl/atl.dll \
  dlls/atl/tests/atl_test-stripped.exe dlls/atl/tests/atl_ax.ok dlls/atl/tests/module.ok \
  dlls/atl/tests/registrar.ok dlls/atl/tests/atl_ax.cross.o dlls/atl/tests/module.cross.o \
  dlls/atl/tests/registrar.cross.o dlls/atl/tests/testlist.cross.o dlls/atl/tests/atl_test.exe \
  dlls/atl100/libatl100.def dlls/atl100/libatl100.cross.a dlls/atl100/atl.cross.o \
  dlls/atl100/atl_ax.cross.o dlls/atl100/registrar.cross.o dlls/atl100/atl_lib_t.res \
  dlls/atl100/atl_lib_r.res dlls/atl100/atl100.dll dlls/atl100/tests/atl100_test-stripped.exe \
  dlls/atl100/tests/atl.ok dlls/atl100/tests/atl.cross.o dlls/atl100/tests/testlist.cross.o \
  dlls/atl100/tests/atl100_test.exe dlls/atl110/atl.cross.o dlls/atl110/atl_ax.cross.o \
  dlls/atl110/registrar.cross.o dlls/atl110/atl_lib_t.res dlls/atl110/atl_lib_r.res \
  dlls/atl110/atl110.dll dlls/atl80/libatl80.def dlls/atl80/libatl80.cross.a dlls/atl80/atl.cross.o \
  dlls/atl80/atl80.cross.o dlls/atl80/atl_ax.cross.o dlls/atl80/registrar.cross.o \
  dlls/atl80/atl80.res dlls/atl80/atl_lib_t.res dlls/atl80/atl_lib_r.res dlls/atl80/atl80.dll \
  dlls/atl80/tests/atl80_test-stripped.exe dlls/atl80/tests/atl.ok dlls/atl80/tests/atl.cross.o \
  dlls/atl80/tests/testlist.cross.o dlls/atl80/tests/atl80.res dlls/atl80/tests/atl80_test.exe \
  dlls/atl90/atl.cross.o dlls/atl90/atl_ax.cross.o dlls/atl90/registrar.cross.o dlls/atl90/atl90.res \
  dlls/atl90/atl_lib_t.res dlls/atl90/atl_lib_r.res dlls/atl90/atl90.dll \
  dlls/atlthunk/libatlthunk.def dlls/atlthunk/libatlthunk.cross.a dlls/atlthunk/atlthunk.cross.o \
  dlls/atlthunk/atlthunk.dll dlls/atlthunk/tests/atlthunk_test-stripped.exe \
  dlls/atlthunk/tests/atlthunk.ok dlls/atlthunk/tests/atlthunk.cross.o \
  dlls/atlthunk/tests/testlist.cross.o dlls/atlthunk/tests/atlthunk_test.exe \
  dlls/atmlib/main.cross.o dlls/atmlib/atmlib.dll dlls/authz/authz.cross.o dlls/authz/authz.dll \
  dlls/avicap32/libavicap32.def dlls/avicap32/libavicap32.cross.a dlls/avicap32/avicap32_main.o \
  dlls/avicap32/avicap32.dll.so dlls/avicap32/avicap32.dll.fake dlls/avifil32/avifil32.pot \
  dlls/avifil32/avifil32.h dlls/avifil32/dlldata.c dlls/avifil32/avifil32_p.c \
  dlls/avifil32/libavifil32.def dlls/avifil32/libavifil32.cross.a dlls/avifil32/acmstream.cross.o \
  dlls/avifil32/api.cross.o dlls/avifil32/avifile.cross.o dlls/avifil32/editstream.cross.o \
  dlls/avifil32/extrachunk.cross.o dlls/avifil32/factory.cross.o dlls/avifil32/getframe.cross.o \
  dlls/avifil32/icmstream.cross.o dlls/avifil32/tmpfile.cross.o dlls/avifil32/wavfile.cross.o \
  dlls/avifil32/dlldata.cross.o dlls/avifil32/avifil32_p.cross.o dlls/avifil32/avifil32.res \
  dlls/avifil32/avifil32_r.res dlls/avifil32/avifil32.dll \
  dlls/avifil32/tests/avifil32_test-stripped.exe dlls/avifil32/tests/api.ok \
  dlls/avifil32/tests/api.cross.o dlls/avifil32/tests/testlist.cross.o \
  dlls/avifil32/tests/avifil32_test.exe dlls/avifile.dll16/main.cross.o \
  dlls/avifile.dll16/avifile.dll16 dlls/avrt/libavrt.def dlls/avrt/main.cross.o dlls/avrt/avrt.dll \
  dlls/bcrypt/libbcrypt.def dlls/bcrypt/libbcrypt.cross.a dlls/bcrypt/bcrypt_main.o \
  dlls/bcrypt/gnutls.o dlls/bcrypt/macos.o dlls/bcrypt/md2.o dlls/bcrypt/sha256.o \
  dlls/bcrypt/sha512.o dlls/bcrypt/version.res dlls/bcrypt/bcrypt.dll.so dlls/bcrypt/bcrypt.dll.fake \
  dlls/bcrypt/tests/bcrypt_test-stripped.exe dlls/bcrypt/tests/bcrypt.ok \
  dlls/bcrypt/tests/bcrypt.cross.o dlls/bcrypt/tests/testlist.cross.o \
  dlls/bcrypt/tests/bcrypt_test.exe dlls/bluetoothapis/main.cross.o \
  dlls/bluetoothapis/bluetoothapis.dll dlls/browseui/browseui.pot dlls/browseui/aclmulti.cross.o \
  dlls/browseui/aclsource.cross.o dlls/browseui/browseui_main.cross.o \
  dlls/browseui/compcatcachedaemon.cross.o dlls/browseui/progressdlg.cross.o \
  dlls/browseui/browseui.res dlls/browseui/browseui_classes_r.res dlls/browseui/browseui.dll \
  dlls/browseui/tests/browseui_test-stripped.exe dlls/browseui/tests/autocomplete.ok \
  dlls/browseui/tests/progressdlg.ok dlls/browseui/tests/autocomplete.cross.o \
  dlls/browseui/tests/progressdlg.cross.o dlls/browseui/tests/testlist.cross.o \
  dlls/browseui/tests/browseui_test.exe dlls/bthprops.cpl/main.cross.o \
  dlls/bthprops.cpl/bthprops.cpl dlls/cabinet/libcabinet.def dlls/cabinet/libcabinet.cross.a \
  dlls/cabinet/cabinet_main.cross.o dlls/cabinet/deflate.cross.o dlls/cabinet/fci.cross.o \
  dlls/cabinet/fdi.cross.o dlls/cabinet/cabinet.res dlls/cabinet/cabinet.dll \
  dlls/cabinet/tests/cabinet_test-stripped.exe dlls/cabinet/tests/extract.ok \
  dlls/cabinet/tests/fdi.ok dlls/cabinet/tests/extract.cross.o dlls/cabinet/tests/fdi.cross.o \
  dlls/cabinet/tests/testlist.cross.o dlls/cabinet/tests/cabinet_test.exe \
  dlls/capi2032/libcapi2032.def dlls/capi2032/cap20wxx.o dlls/capi2032/capi2032.dll.so \
  dlls/capi2032/capi2032.dll.fake dlls/cards/libcards.def dlls/cards/cards.cross.o \
  dlls/cards/cards.res dlls/cards/version.res dlls/cards/cards.dll dlls/cdosys/main.cross.o \
  dlls/cdosys/cdosys.dll dlls/cfgmgr32/libcfgmgr32.def dlls/cfgmgr32/cfgmgr32.dll \
  dlls/clusapi/libclusapi.def dlls/clusapi/clusapi.cross.o dlls/clusapi/clusapi.dll \
  dlls/combase/roapi.cross.o dlls/combase/string.cross.o dlls/combase/combase.dll \
  dlls/combase/tests/combase_test-stripped.exe dlls/combase/tests/roapi.ok \
  dlls/combase/tests/string.ok dlls/combase/tests/roapi.cross.o dlls/combase/tests/string.cross.o \
  dlls/combase/tests/testlist.cross.o dlls/combase/tests/combase_test.exe \
  dlls/comcat/comcat_main.cross.o dlls/comcat/version.res dlls/comcat/comcat.dll \
  dlls/comcat/tests/comcat_test-stripped.exe dlls/comcat/tests/comcat.ok \
  dlls/comcat/tests/comcat.cross.o dlls/comcat/tests/testlist.cross.o \
  dlls/comcat/tests/comcat_test.exe dlls/comctl32/comctl32.pot dlls/comctl32/libcomctl32.def \
  dlls/comctl32/libcomctl32.cross.a dlls/comctl32/libcomctl32.delay.a dlls/comctl32/animate.cross.o \
  dlls/comctl32/button.cross.o dlls/comctl32/combo.cross.o dlls/comctl32/comboex.cross.o \
  dlls/comctl32/comctl32undoc.cross.o dlls/comctl32/commctrl.cross.o dlls/comctl32/datetime.cross.o \
  dlls/comctl32/dpa.cross.o dlls/comctl32/draglist.cross.o dlls/comctl32/dsa.cross.o \
  dlls/comctl32/edit.cross.o dlls/comctl32/flatsb.cross.o dlls/comctl32/header.cross.o \
  dlls/comctl32/hotkey.cross.o dlls/comctl32/imagelist.cross.o dlls/comctl32/ipaddress.cross.o \
  dlls/comctl32/listbox.cross.o dlls/comctl32/listview.cross.o dlls/comctl32/monthcal.cross.o \
  dlls/comctl32/nativefont.cross.o dlls/comctl32/pager.cross.o dlls/comctl32/progress.cross.o \
  dlls/comctl32/propsheet.cross.o dlls/comctl32/rebar.cross.o dlls/comctl32/smoothscroll.cross.o \
  dlls/comctl32/static.cross.o dlls/comctl32/status.cross.o dlls/comctl32/string.cross.o \
  dlls/comctl32/syslink.cross.o dlls/comctl32/tab.cross.o dlls/comctl32/taskdialog.cross.o \
  dlls/comctl32/theme_dialog.cross.o dlls/comctl32/theme_scrollbar.cross.o \
  dlls/comctl32/theming.cross.o dlls/comctl32/toolbar.cross.o dlls/comctl32/tooltips.cross.o \
  dlls/comctl32/trackbar.cross.o dlls/comctl32/treeview.cross.o dlls/comctl32/updown.cross.o \
  dlls/comctl32/comctl32.res dlls/comctl32/comctl32.dll \
  dlls/comctl32/tests/comctl32_test-stripped.exe dlls/comctl32/tests/animate.ok \
  dlls/comctl32/tests/button.ok dlls/comctl32/tests/combo.ok dlls/comctl32/tests/datetime.ok \
  dlls/comctl32/tests/dpa.ok dlls/comctl32/tests/edit.ok dlls/comctl32/tests/header.ok \
  dlls/comctl32/tests/imagelist.ok dlls/comctl32/tests/ipaddress.ok dlls/comctl32/tests/listbox.ok \
  dlls/comctl32/tests/listview.ok dlls/comctl32/tests/misc.ok dlls/comctl32/tests/monthcal.ok \
  dlls/comctl32/tests/mru.ok dlls/comctl32/tests/pager.ok dlls/comctl32/tests/progress.ok \
  dlls/comctl32/tests/propsheet.ok dlls/comctl32/tests/rebar.ok dlls/comctl32/tests/static.ok \
  dlls/comctl32/tests/status.ok dlls/comctl32/tests/subclass.ok dlls/comctl32/tests/syslink.ok \
  dlls/comctl32/tests/tab.ok dlls/comctl32/tests/taskdialog.ok dlls/comctl32/tests/toolbar.ok \
  dlls/comctl32/tests/tooltips.ok dlls/comctl32/tests/trackbar.ok dlls/comctl32/tests/treeview.ok \
  dlls/comctl32/tests/updown.ok dlls/comctl32/tests/animate.cross.o \
  dlls/comctl32/tests/button.cross.o
	rm -f dlls/comctl32/tests/combo.cross.o dlls/comctl32/tests/datetime.cross.o \
  dlls/comctl32/tests/dpa.cross.o dlls/comctl32/tests/edit.cross.o \
  dlls/comctl32/tests/header.cross.o dlls/comctl32/tests/imagelist.cross.o \
  dlls/comctl32/tests/ipaddress.cross.o dlls/comctl32/tests/listbox.cross.o \
  dlls/comctl32/tests/listview.cross.o dlls/comctl32/tests/misc.cross.o \
  dlls/comctl32/tests/monthcal.cross.o dlls/comctl32/tests/mru.cross.o \
  dlls/comctl32/tests/pager.cross.o dlls/comctl32/tests/progress.cross.o \
  dlls/comctl32/tests/propsheet.cross.o dlls/comctl32/tests/rebar.cross.o \
  dlls/comctl32/tests/static.cross.o dlls/comctl32/tests/status.cross.o \
  dlls/comctl32/tests/subclass.cross.o dlls/comctl32/tests/syslink.cross.o \
  dlls/comctl32/tests/tab.cross.o dlls/comctl32/tests/taskdialog.cross.o \
  dlls/comctl32/tests/toolbar.cross.o dlls/comctl32/tests/tooltips.cross.o \
  dlls/comctl32/tests/trackbar.cross.o dlls/comctl32/tests/treeview.cross.o \
  dlls/comctl32/tests/updown.cross.o dlls/comctl32/tests/testlist.cross.o \
  dlls/comctl32/tests/rsrc.res dlls/comctl32/tests/comctl32_test.exe dlls/comdlg32/comdlg32.pot \
  dlls/comdlg32/libcomdlg32.def dlls/comdlg32/libcomdlg32.cross.a dlls/comdlg32/libcomdlg32.delay.a \
  dlls/comdlg32/cdlg32.cross.o dlls/comdlg32/colordlg.cross.o dlls/comdlg32/filedlg.cross.o \
  dlls/comdlg32/filedlg31.cross.o dlls/comdlg32/filedlgbrowser.cross.o dlls/comdlg32/finddlg.cross.o \
  dlls/comdlg32/fontdlg.cross.o dlls/comdlg32/itemdlg.cross.o dlls/comdlg32/printdlg.cross.o \
  dlls/comdlg32/comdlg32.res dlls/comdlg32/comdlg32_classes_r.res dlls/comdlg32/comdlg32.dll \
  dlls/comdlg32/tests/comdlg32_test-stripped.exe dlls/comdlg32/tests/filedlg.ok \
  dlls/comdlg32/tests/finddlg.ok dlls/comdlg32/tests/fontdlg.ok dlls/comdlg32/tests/itemdlg.ok \
  dlls/comdlg32/tests/printdlg.ok dlls/comdlg32/tests/filedlg.cross.o \
  dlls/comdlg32/tests/finddlg.cross.o dlls/comdlg32/tests/fontdlg.cross.o \
  dlls/comdlg32/tests/itemdlg.cross.o dlls/comdlg32/tests/printdlg.cross.o \
  dlls/comdlg32/tests/testlist.cross.o dlls/comdlg32/tests/rsrc.res \
  dlls/comdlg32/tests/comdlg32_test.exe dlls/comm.drv16/comm.drv16 \
  dlls/commdlg.dll16/colordlg.cross.o dlls/commdlg.dll16/filedlg.cross.o \
  dlls/commdlg.dll16/finddlg.cross.o dlls/commdlg.dll16/fontdlg.cross.o \
  dlls/commdlg.dll16/printdlg.cross.o dlls/commdlg.dll16/commdlg.dll16 \
  dlls/compobj.dll16/compobj.cross.o dlls/compobj.dll16/compobj.dll16 dlls/compstui/libcompstui.def \
  dlls/compstui/compstui_main.cross.o dlls/compstui/compstui.dll dlls/comsvcs/comsvcs_classes.h \
  dlls/comsvcs/libcomsvcs.def dlls/comsvcs/main.cross.o dlls/comsvcs/comsvcs_classes_r.res \
  dlls/comsvcs/comsvcs_tlb_t.res dlls/comsvcs/comsvcs.dll \
  dlls/comsvcs/tests/comsvcs_test-stripped.exe dlls/comsvcs/tests/comsvcs.ok \
  dlls/comsvcs/tests/comsvcs.cross.o dlls/comsvcs/tests/testlist.cross.o \
  dlls/comsvcs/tests/comsvcs_test.exe dlls/concrt140/concrt140.dll dlls/connect/main.cross.o \
  dlls/connect/connect.dll dlls/credui/credui.pot dlls/credui/libcredui.def \
  dlls/credui/libcredui.cross.a dlls/credui/credui_main.cross.o dlls/credui/credui.res \
  dlls/credui/credui.dll dlls/credui/tests/credui_test-stripped.exe dlls/credui/tests/credui.ok \
  dlls/credui/tests/credui.cross.o dlls/credui/tests/testlist.cross.o \
  dlls/credui/tests/credui_test.exe dlls/crtdll/console.o dlls/crtdll/cpp.o dlls/crtdll/ctype.o \
  dlls/crtdll/data.o dlls/crtdll/dir.o dlls/crtdll/environ.o dlls/crtdll/errno.o \
  dlls/crtdll/except.o dlls/crtdll/except_arm.o dlls/crtdll/except_arm64.o dlls/crtdll/except_i386.o \
  dlls/crtdll/except_x86_64.o dlls/crtdll/exit.o dlls/crtdll/file.o dlls/crtdll/heap.o \
  dlls/crtdll/locale.o dlls/crtdll/lock.o dlls/crtdll/main.o dlls/crtdll/math.o dlls/crtdll/mbcs.o \
  dlls/crtdll/misc.o dlls/crtdll/process.o dlls/crtdll/scanf.o dlls/crtdll/string.o \
  dlls/crtdll/thread.o dlls/crtdll/time.o dlls/crtdll/undname.o dlls/crtdll/wcs.o \
  dlls/crtdll/crtdll.dll.so dlls/crtdll/crtdll.dll.fake dlls/crypt32/crypt32.pot \
  dlls/crypt32/libcrypt32.def dlls/crypt32/libcrypt32.cross.a dlls/crypt32/libcrypt32.delay.a \
  dlls/crypt32/base64.o dlls/crypt32/cert.o dlls/crypt32/chain.o dlls/crypt32/collectionstore.o \
  dlls/crypt32/context.o dlls/crypt32/crl.o dlls/crypt32/ctl.o dlls/crypt32/decode.o \
  dlls/crypt32/encode.o dlls/crypt32/filestore.o dlls/crypt32/main.o dlls/crypt32/message.o \
  dlls/crypt32/msg.o dlls/crypt32/object.o dlls/crypt32/oid.o dlls/crypt32/pfx.o \
  dlls/crypt32/proplist.o dlls/crypt32/protectdata.o dlls/crypt32/provstore.o \
  dlls/crypt32/regstore.o dlls/crypt32/rootstore.o dlls/crypt32/serialize.o dlls/crypt32/sip.o \
  dlls/crypt32/store.o dlls/crypt32/str.o dlls/crypt32/crypt32.res dlls/crypt32/crypt32.dll.so \
  dlls/crypt32/crypt32.dll.fake dlls/crypt32/tests/crypt32_test-stripped.exe \
  dlls/crypt32/tests/base64.ok dlls/crypt32/tests/cert.ok dlls/crypt32/tests/chain.ok \
  dlls/crypt32/tests/crl.ok dlls/crypt32/tests/ctl.ok dlls/crypt32/tests/encode.ok \
  dlls/crypt32/tests/main.ok dlls/crypt32/tests/message.ok dlls/crypt32/tests/msg.ok \
  dlls/crypt32/tests/object.ok dlls/crypt32/tests/oid.ok dlls/crypt32/tests/protectdata.ok \
  dlls/crypt32/tests/sip.ok dlls/crypt32/tests/store.ok dlls/crypt32/tests/str.ok \
  dlls/crypt32/tests/base64.cross.o dlls/crypt32/tests/cert.cross.o dlls/crypt32/tests/chain.cross.o \
  dlls/crypt32/tests/crl.cross.o dlls/crypt32/tests/ctl.cross.o dlls/crypt32/tests/encode.cross.o \
  dlls/crypt32/tests/main.cross.o dlls/crypt32/tests/message.cross.o dlls/crypt32/tests/msg.cross.o \
  dlls/crypt32/tests/object.cross.o dlls/crypt32/tests/oid.cross.o \
  dlls/crypt32/tests/protectdata.cross.o dlls/crypt32/tests/sip.cross.o \
  dlls/crypt32/tests/store.cross.o dlls/crypt32/tests/str.cross.o \
  dlls/crypt32/tests/testlist.cross.o dlls/crypt32/tests/crypt32_test.exe dlls/cryptdlg/cryptdlg.pot \
  dlls/cryptdlg/main.cross.o dlls/cryptdlg/cryptdlg.res dlls/cryptdlg/cryptdlg.dll \
  dlls/cryptdll/libcryptdll.def dlls/cryptdll/cryptdll.cross.o dlls/cryptdll/cryptdll.dll \
  dlls/cryptext/cryptext_main.cross.o dlls/cryptext/cryptext.dll dlls/cryptnet/libcryptnet.def \
  dlls/cryptnet/libcryptnet.cross.a dlls/cryptnet/cryptnet_main.cross.o dlls/cryptnet/cryptnet.dll \
  dlls/cryptnet/tests/cryptnet_test-stripped.exe dlls/cryptnet/tests/cryptnet.ok \
  dlls/cryptnet/tests/cryptnet.cross.o dlls/cryptnet/tests/testlist.cross.o \
  dlls/cryptnet/tests/cryptnet_test.exe dlls/cryptui/cryptui.pot dlls/cryptui/libcryptui.def \
  dlls/cryptui/libcryptui.cross.a dlls/cryptui/libcryptui.delay.a dlls/cryptui/main.cross.o \
  dlls/cryptui/cryptui.res dlls/cryptui/cryptui.dll dlls/cryptui/tests/cryptui_test-stripped.exe \
  dlls/cryptui/tests/cryptui.ok dlls/cryptui/tests/cryptui.cross.o \
  dlls/cryptui/tests/testlist.cross.o dlls/cryptui/tests/cryptui_test.exe dlls/ctapi32/ctapi32.o \
  dlls/ctapi32/ctapi32.dll.so dlls/ctapi32/ctapi32.dll.fake dlls/ctl3d.dll16/ctl3d.cross.o \
  dlls/ctl3d.dll16/ctl3d.dll16 dlls/ctl3d32/ctl3d32.cross.o dlls/ctl3d32/ctl3d32.dll \
  dlls/ctl3dv2.dll16/ctl3d.cross.o dlls/ctl3dv2.dll16/ctl3dv2.dll16 dlls/d2d1/libd2d1.def \
  dlls/d2d1/libd2d1.cross.a dlls/d2d1/bitmap.cross.o dlls/d2d1/bitmap_render_target.cross.o \
  dlls/d2d1/brush.cross.o dlls/d2d1/dc_render_target.cross.o dlls/d2d1/device.cross.o \
  dlls/d2d1/effect.cross.o dlls/d2d1/factory.cross.o dlls/d2d1/geometry.cross.o \
  dlls/d2d1/hwnd_render_target.cross.o dlls/d2d1/layer.cross.o dlls/d2d1/mesh.cross.o \
  dlls/d2d1/state_block.cross.o dlls/d2d1/stroke.cross.o dlls/d2d1/wic_render_target.cross.o \
  dlls/d2d1/version.res dlls/d2d1/d2d1.dll dlls/d2d1/tests/d2d1_test-stripped.exe \
  dlls/d2d1/tests/d2d1.ok dlls/d2d1/tests/d2d1.cross.o dlls/d2d1/tests/testlist.cross.o \
  dlls/d2d1/tests/d2d1_test.exe dlls/d3d10/libd3d10.def dlls/d3d10/libd3d10.cross.a \
  dlls/d3d10/d3d10_main.cross.o dlls/d3d10/effect.cross.o dlls/d3d10/reflection.cross.o \
  dlls/d3d10/shader.cross.o dlls/d3d10/stateblock.cross.o dlls/d3d10/utils.cross.o \
  dlls/d3d10/version.res dlls/d3d10/d3d10.dll dlls/d3d10/tests/d3d10_test-stripped.exe \
  dlls/d3d10/tests/device.ok dlls/d3d10/tests/effect.ok dlls/d3d10/tests/reflection.ok \
  dlls/d3d10/tests/device.cross.o dlls/d3d10/tests/effect.cross.o \
  dlls/d3d10/tests/reflection.cross.o dlls/d3d10/tests/testlist.cross.o \
  dlls/d3d10/tests/d3d10_test.exe dlls/d3d10_1/libd3d10_1.def dlls/d3d10_1/libd3d10_1.cross.a \
  dlls/d3d10_1/d3d10_1_main.cross.o dlls/d3d10_1/version.res dlls/d3d10_1/d3d10_1.dll \
  dlls/d3d10_1/tests/d3d10_1_test-stripped.exe dlls/d3d10_1/tests/d3d10_1.ok \
  dlls/d3d10_1/tests/d3d10_1.cross.o dlls/d3d10_1/tests/testlist.cross.o \
  dlls/d3d10_1/tests/d3d10_1_test.exe dlls/d3d10core/libd3d10core.def \
  dlls/d3d10core/libd3d10core.cross.a dlls/d3d10core/d3d10core_main.cross.o \
  dlls/d3d10core/version.res dlls/d3d10core/d3d10core.dll \
  dlls/d3d10core/tests/d3d10core_test-stripped.exe dlls/d3d10core/tests/d3d10core.ok \
  dlls/d3d10core/tests/d3d10core.cross.o dlls/d3d10core/tests/testlist.cross.o \
  dlls/d3d10core/tests/d3d10core_test.exe dlls/d3d11/libd3d11.def dlls/d3d11/libd3d11.cross.a \
  dlls/d3d11/async.cross.o dlls/d3d11/buffer.cross.o dlls/d3d11/d3d11_main.cross.o \
  dlls/d3d11/device.cross.o dlls/d3d11/inputlayout.cross.o dlls/d3d11/shader.cross.o \
  dlls/d3d11/state.cross.o dlls/d3d11/texture.cross.o dlls/d3d11/utils.cross.o \
  dlls/d3d11/view.cross.o dlls/d3d11/version.res dlls/d3d11/d3d11.dll \
  dlls/d3d11/tests/d3d11_test-stripped.exe dlls/d3d11/tests/d3d11.ok dlls/d3d11/tests/d3d11.cross.o \
  dlls/d3d11/tests/testlist.cross.o dlls/d3d11/tests/d3d11_test.exe dlls/d3d12/libd3d12.def \
  dlls/d3d12/libd3d12.cross.a dlls/d3d12/d3d12_main.o dlls/d3d12/d3d12.dll.so \
  dlls/d3d12/d3d12.dll.fake dlls/d3d12/tests/d3d12_test-stripped.exe dlls/d3d12/tests/d3d12.ok \
  dlls/d3d12/tests/d3d12.cross.o dlls/d3d12/tests/testlist.cross.o dlls/d3d12/tests/d3d12_test.exe \
  dlls/d3d8/libd3d8.def dlls/d3d8/libd3d8.cross.a dlls/d3d8/buffer.cross.o \
  dlls/d3d8/d3d8_main.cross.o dlls/d3d8/device.cross.o dlls/d3d8/directx.cross.o \
  dlls/d3d8/shader.cross.o dlls/d3d8/surface.cross.o dlls/d3d8/swapchain.cross.o \
  dlls/d3d8/texture.cross.o dlls/d3d8/vertexdeclaration.cross.o dlls/d3d8/volume.cross.o \
  dlls/d3d8/version.res dlls/d3d8/d3d8.dll dlls/d3d8/tests/d3d8_test-stripped.exe \
  dlls/d3d8/tests/device.ok dlls/d3d8/tests/stateblock.ok dlls/d3d8/tests/visual.ok \
  dlls/d3d8/tests/device.cross.o dlls/d3d8/tests/stateblock.cross.o dlls/d3d8/tests/visual.cross.o \
  dlls/d3d8/tests/testlist.cross.o dlls/d3d8/tests/d3d8_test.exe dlls/d3d9/libd3d9.def \
  dlls/d3d9/libd3d9.cross.a dlls/d3d9/buffer.cross.o dlls/d3d9/d3d9_main.cross.o \
  dlls/d3d9/device.cross.o dlls/d3d9/directx.cross.o dlls/d3d9/query.cross.o \
  dlls/d3d9/shader.cross.o dlls/d3d9/stateblock.cross.o dlls/d3d9/surface.cross.o \
  dlls/d3d9/swapchain.cross.o dlls/d3d9/texture.cross.o dlls/d3d9/vertexdeclaration.cross.o \
  dlls/d3d9/volume.cross.o dlls/d3d9/version.res dlls/d3d9/d3d9.dll \
  dlls/d3d9/tests/d3d9_test-stripped.exe dlls/d3d9/tests/d3d9ex.ok dlls/d3d9/tests/device.ok \
  dlls/d3d9/tests/stateblock.ok dlls/d3d9/tests/visual.ok dlls/d3d9/tests/d3d9ex.cross.o \
  dlls/d3d9/tests/device.cross.o dlls/d3d9/tests/stateblock.cross.o dlls/d3d9/tests/visual.cross.o \
  dlls/d3d9/tests/testlist.cross.o dlls/d3d9/tests/d3d9_test.exe dlls/d3dcompiler_33/asmshader.tab.h \
  dlls/d3dcompiler_33/hlsl.tab.h dlls/d3dcompiler_33/ppy.tab.h dlls/d3dcompiler_33/asmshader.tab.c \
  dlls/d3dcompiler_33/hlsl.tab.c dlls/d3dcompiler_33/ppy.tab.c dlls/d3dcompiler_33/asmshader.yy.c \
  dlls/d3dcompiler_33/hlsl.yy.c dlls/d3dcompiler_33/ppl.yy.c dlls/d3dcompiler_33/asmparser.cross.o \
  dlls/d3dcompiler_33/blob.cross.o dlls/d3dcompiler_33/bytecodewriter.cross.o \
  dlls/d3dcompiler_33/compiler.cross.o dlls/d3dcompiler_33/main.cross.o \
  dlls/d3dcompiler_33/preproc.cross.o dlls/d3dcompiler_33/reflection.cross.o \
  dlls/d3dcompiler_33/utils.cross.o dlls/d3dcompiler_33/asmshader.tab.cross.o \
  dlls/d3dcompiler_33/hlsl.tab.cross.o dlls/d3dcompiler_33/ppy.tab.cross.o \
  dlls/d3dcompiler_33/asmshader.yy.cross.o dlls/d3dcompiler_33/hlsl.yy.cross.o \
  dlls/d3dcompiler_33/ppl.yy.cross.o dlls/d3dcompiler_33/version.res \
  dlls/d3dcompiler_33/d3dcompiler_33.dll dlls/d3dcompiler_34/asmshader.tab.h \
  dlls/d3dcompiler_34/hlsl.tab.h dlls/d3dcompiler_34/ppy.tab.h dlls/d3dcompiler_34/asmshader.tab.c \
  dlls/d3dcompiler_34/hlsl.tab.c dlls/d3dcompiler_34/ppy.tab.c dlls/d3dcompiler_34/asmshader.yy.c \
  dlls/d3dcompiler_34/hlsl.yy.c dlls/d3dcompiler_34/ppl.yy.c dlls/d3dcompiler_34/asmparser.cross.o \
  dlls/d3dcompiler_34/blob.cross.o dlls/d3dcompiler_34/bytecodewriter.cross.o \
  dlls/d3dcompiler_34/compiler.cross.o dlls/d3dcompiler_34/main.cross.o \
  dlls/d3dcompiler_34/preproc.cross.o dlls/d3dcompiler_34/reflection.cross.o \
  dlls/d3dcompiler_34/utils.cross.o dlls/d3dcompiler_34/asmshader.tab.cross.o \
  dlls/d3dcompiler_34/hlsl.tab.cross.o dlls/d3dcompiler_34/ppy.tab.cross.o \
  dlls/d3dcompiler_34/asmshader.yy.cross.o dlls/d3dcompiler_34/hlsl.yy.cross.o \
  dlls/d3dcompiler_34/ppl.yy.cross.o dlls/d3dcompiler_34/version.res \
  dlls/d3dcompiler_34/d3dcompiler_34.dll dlls/d3dcompiler_35/asmshader.tab.h \
  dlls/d3dcompiler_35/hlsl.tab.h dlls/d3dcompiler_35/ppy.tab.h dlls/d3dcompiler_35/asmshader.tab.c \
  dlls/d3dcompiler_35/hlsl.tab.c dlls/d3dcompiler_35/ppy.tab.c dlls/d3dcompiler_35/asmshader.yy.c \
  dlls/d3dcompiler_35/hlsl.yy.c dlls/d3dcompiler_35/ppl.yy.c dlls/d3dcompiler_35/asmparser.cross.o \
  dlls/d3dcompiler_35/blob.cross.o dlls/d3dcompiler_35/bytecodewriter.cross.o \
  dlls/d3dcompiler_35/compiler.cross.o dlls/d3dcompiler_35/main.cross.o \
  dlls/d3dcompiler_35/preproc.cross.o dlls/d3dcompiler_35/reflection.cross.o \
  dlls/d3dcompiler_35/utils.cross.o dlls/d3dcompiler_35/asmshader.tab.cross.o \
  dlls/d3dcompiler_35/hlsl.tab.cross.o dlls/d3dcompiler_35/ppy.tab.cross.o \
  dlls/d3dcompiler_35/asmshader.yy.cross.o dlls/d3dcompiler_35/hlsl.yy.cross.o \
  dlls/d3dcompiler_35/ppl.yy.cross.o dlls/d3dcompiler_35/version.res \
  dlls/d3dcompiler_35/d3dcompiler_35.dll dlls/d3dcompiler_36/asmshader.tab.h \
  dlls/d3dcompiler_36/hlsl.tab.h dlls/d3dcompiler_36/ppy.tab.h dlls/d3dcompiler_36/asmshader.tab.c \
  dlls/d3dcompiler_36/hlsl.tab.c dlls/d3dcompiler_36/ppy.tab.c dlls/d3dcompiler_36/asmshader.yy.c \
  dlls/d3dcompiler_36/hlsl.yy.c dlls/d3dcompiler_36/ppl.yy.c dlls/d3dcompiler_36/asmparser.cross.o \
  dlls/d3dcompiler_36/blob.cross.o dlls/d3dcompiler_36/bytecodewriter.cross.o \
  dlls/d3dcompiler_36/compiler.cross.o dlls/d3dcompiler_36/main.cross.o \
  dlls/d3dcompiler_36/preproc.cross.o dlls/d3dcompiler_36/reflection.cross.o \
  dlls/d3dcompiler_36/utils.cross.o dlls/d3dcompiler_36/asmshader.tab.cross.o \
  dlls/d3dcompiler_36/hlsl.tab.cross.o dlls/d3dcompiler_36/ppy.tab.cross.o \
  dlls/d3dcompiler_36/asmshader.yy.cross.o dlls/d3dcompiler_36/hlsl.yy.cross.o \
  dlls/d3dcompiler_36/ppl.yy.cross.o dlls/d3dcompiler_36/version.res \
  dlls/d3dcompiler_36/d3dcompiler_36.dll dlls/d3dcompiler_37/asmshader.tab.h \
  dlls/d3dcompiler_37/hlsl.tab.h dlls/d3dcompiler_37/ppy.tab.h dlls/d3dcompiler_37/asmshader.tab.c \
  dlls/d3dcompiler_37/hlsl.tab.c dlls/d3dcompiler_37/ppy.tab.c dlls/d3dcompiler_37/asmshader.yy.c \
  dlls/d3dcompiler_37/hlsl.yy.c dlls/d3dcompiler_37/ppl.yy.c dlls/d3dcompiler_37/asmparser.cross.o \
  dlls/d3dcompiler_37/blob.cross.o dlls/d3dcompiler_37/bytecodewriter.cross.o \
  dlls/d3dcompiler_37/compiler.cross.o dlls/d3dcompiler_37/main.cross.o \
  dlls/d3dcompiler_37/preproc.cross.o dlls/d3dcompiler_37/reflection.cross.o \
  dlls/d3dcompiler_37/utils.cross.o dlls/d3dcompiler_37/asmshader.tab.cross.o \
  dlls/d3dcompiler_37/hlsl.tab.cross.o dlls/d3dcompiler_37/ppy.tab.cross.o \
  dlls/d3dcompiler_37/asmshader.yy.cross.o dlls/d3dcompiler_37/hlsl.yy.cross.o \
  dlls/d3dcompiler_37/ppl.yy.cross.o dlls/d3dcompiler_37/version.res \
  dlls/d3dcompiler_37/d3dcompiler_37.dll dlls/d3dcompiler_38/asmshader.tab.h \
  dlls/d3dcompiler_38/hlsl.tab.h dlls/d3dcompiler_38/ppy.tab.h dlls/d3dcompiler_38/asmshader.tab.c \
  dlls/d3dcompiler_38/hlsl.tab.c dlls/d3dcompiler_38/ppy.tab.c dlls/d3dcompiler_38/asmshader.yy.c \
  dlls/d3dcompiler_38/hlsl.yy.c dlls/d3dcompiler_38/ppl.yy.c dlls/d3dcompiler_38/asmparser.cross.o \
  dlls/d3dcompiler_38/blob.cross.o dlls/d3dcompiler_38/bytecodewriter.cross.o \
  dlls/d3dcompiler_38/compiler.cross.o dlls/d3dcompiler_38/main.cross.o \
  dlls/d3dcompiler_38/preproc.cross.o dlls/d3dcompiler_38/reflection.cross.o \
  dlls/d3dcompiler_38/utils.cross.o dlls/d3dcompiler_38/asmshader.tab.cross.o \
  dlls/d3dcompiler_38/hlsl.tab.cross.o dlls/d3dcompiler_38/ppy.tab.cross.o \
  dlls/d3dcompiler_38/asmshader.yy.cross.o dlls/d3dcompiler_38/hlsl.yy.cross.o \
  dlls/d3dcompiler_38/ppl.yy.cross.o dlls/d3dcompiler_38/version.res \
  dlls/d3dcompiler_38/d3dcompiler_38.dll dlls/d3dcompiler_39/asmshader.tab.h \
  dlls/d3dcompiler_39/hlsl.tab.h dlls/d3dcompiler_39/ppy.tab.h dlls/d3dcompiler_39/asmshader.tab.c \
  dlls/d3dcompiler_39/hlsl.tab.c dlls/d3dcompiler_39/ppy.tab.c dlls/d3dcompiler_39/asmshader.yy.c \
  dlls/d3dcompiler_39/hlsl.yy.c dlls/d3dcompiler_39/ppl.yy.c dlls/d3dcompiler_39/asmparser.cross.o \
  dlls/d3dcompiler_39/blob.cross.o dlls/d3dcompiler_39/bytecodewriter.cross.o \
  dlls/d3dcompiler_39/compiler.cross.o dlls/d3dcompiler_39/main.cross.o \
  dlls/d3dcompiler_39/preproc.cross.o dlls/d3dcompiler_39/reflection.cross.o \
  dlls/d3dcompiler_39/utils.cross.o dlls/d3dcompiler_39/asmshader.tab.cross.o \
  dlls/d3dcompiler_39/hlsl.tab.cross.o dlls/d3dcompiler_39/ppy.tab.cross.o \
  dlls/d3dcompiler_39/asmshader.yy.cross.o dlls/d3dcompiler_39/hlsl.yy.cross.o \
  dlls/d3dcompiler_39/ppl.yy.cross.o dlls/d3dcompiler_39/version.res \
  dlls/d3dcompiler_39/d3dcompiler_39.dll dlls/d3dcompiler_40/asmshader.tab.h \
  dlls/d3dcompiler_40/hlsl.tab.h dlls/d3dcompiler_40/ppy.tab.h dlls/d3dcompiler_40/asmshader.tab.c \
  dlls/d3dcompiler_40/hlsl.tab.c dlls/d3dcompiler_40/ppy.tab.c dlls/d3dcompiler_40/asmshader.yy.c \
  dlls/d3dcompiler_40/hlsl.yy.c dlls/d3dcompiler_40/ppl.yy.c dlls/d3dcompiler_40/asmparser.cross.o \
  dlls/d3dcompiler_40/blob.cross.o dlls/d3dcompiler_40/bytecodewriter.cross.o \
  dlls/d3dcompiler_40/compiler.cross.o dlls/d3dcompiler_40/main.cross.o \
  dlls/d3dcompiler_40/preproc.cross.o dlls/d3dcompiler_40/reflection.cross.o \
  dlls/d3dcompiler_40/utils.cross.o dlls/d3dcompiler_40/asmshader.tab.cross.o \
  dlls/d3dcompiler_40/hlsl.tab.cross.o dlls/d3dcompiler_40/ppy.tab.cross.o \
  dlls/d3dcompiler_40/asmshader.yy.cross.o dlls/d3dcompiler_40/hlsl.yy.cross.o \
  dlls/d3dcompiler_40/ppl.yy.cross.o dlls/d3dcompiler_40/version.res \
  dlls/d3dcompiler_40/d3dcompiler_40.dll dlls/d3dcompiler_41/asmshader.tab.h \
  dlls/d3dcompiler_41/hlsl.tab.h dlls/d3dcompiler_41/ppy.tab.h dlls/d3dcompiler_41/asmshader.tab.c \
  dlls/d3dcompiler_41/hlsl.tab.c dlls/d3dcompiler_41/ppy.tab.c dlls/d3dcompiler_41/asmshader.yy.c \
  dlls/d3dcompiler_41/hlsl.yy.c dlls/d3dcompiler_41/ppl.yy.c dlls/d3dcompiler_41/asmparser.cross.o \
  dlls/d3dcompiler_41/blob.cross.o dlls/d3dcompiler_41/bytecodewriter.cross.o \
  dlls/d3dcompiler_41/compiler.cross.o dlls/d3dcompiler_41/main.cross.o \
  dlls/d3dcompiler_41/preproc.cross.o dlls/d3dcompiler_41/reflection.cross.o \
  dlls/d3dcompiler_41/utils.cross.o dlls/d3dcompiler_41/asmshader.tab.cross.o \
  dlls/d3dcompiler_41/hlsl.tab.cross.o dlls/d3dcompiler_41/ppy.tab.cross.o \
  dlls/d3dcompiler_41/asmshader.yy.cross.o dlls/d3dcompiler_41/hlsl.yy.cross.o \
  dlls/d3dcompiler_41/ppl.yy.cross.o dlls/d3dcompiler_41/version.res \
  dlls/d3dcompiler_41/d3dcompiler_41.dll dlls/d3dcompiler_42/asmshader.tab.h \
  dlls/d3dcompiler_42/hlsl.tab.h dlls/d3dcompiler_42/ppy.tab.h dlls/d3dcompiler_42/asmshader.tab.c \
  dlls/d3dcompiler_42/hlsl.tab.c dlls/d3dcompiler_42/ppy.tab.c dlls/d3dcompiler_42/asmshader.yy.c \
  dlls/d3dcompiler_42/hlsl.yy.c dlls/d3dcompiler_42/ppl.yy.c dlls/d3dcompiler_42/asmparser.cross.o \
  dlls/d3dcompiler_42/blob.cross.o dlls/d3dcompiler_42/bytecodewriter.cross.o \
  dlls/d3dcompiler_42/compiler.cross.o dlls/d3dcompiler_42/main.cross.o \
  dlls/d3dcompiler_42/preproc.cross.o dlls/d3dcompiler_42/reflection.cross.o \
  dlls/d3dcompiler_42/utils.cross.o dlls/d3dcompiler_42/asmshader.tab.cross.o \
  dlls/d3dcompiler_42/hlsl.tab.cross.o dlls/d3dcompiler_42/ppy.tab.cross.o \
  dlls/d3dcompiler_42/asmshader.yy.cross.o dlls/d3dcompiler_42/hlsl.yy.cross.o \
  dlls/d3dcompiler_42/ppl.yy.cross.o dlls/d3dcompiler_42/version.res \
  dlls/d3dcompiler_42/d3dcompiler_42.dll dlls/d3dcompiler_43/asmshader.tab.h \
  dlls/d3dcompiler_43/hlsl.tab.h dlls/d3dcompiler_43/ppy.tab.h dlls/d3dcompiler_43/asmshader.tab.c \
  dlls/d3dcompiler_43/hlsl.tab.c dlls/d3dcompiler_43/ppy.tab.c dlls/d3dcompiler_43/asmshader.yy.c \
  dlls/d3dcompiler_43/hlsl.yy.c dlls/d3dcompiler_43/ppl.yy.c dlls/d3dcompiler_43/asmparser.cross.o \
  dlls/d3dcompiler_43/blob.cross.o dlls/d3dcompiler_43/bytecodewriter.cross.o \
  dlls/d3dcompiler_43/compiler.cross.o dlls/d3dcompiler_43/main.cross.o \
  dlls/d3dcompiler_43/preproc.cross.o dlls/d3dcompiler_43/reflection.cross.o \
  dlls/d3dcompiler_43/utils.cross.o dlls/d3dcompiler_43/asmshader.tab.cross.o \
  dlls/d3dcompiler_43/hlsl.tab.cross.o dlls/d3dcompiler_43/ppy.tab.cross.o \
  dlls/d3dcompiler_43/asmshader.yy.cross.o dlls/d3dcompiler_43/hlsl.yy.cross.o \
  dlls/d3dcompiler_43/ppl.yy.cross.o dlls/d3dcompiler_43/version.res \
  dlls/d3dcompiler_43/d3dcompiler_43.dll dlls/d3dcompiler_43/tests/d3dcompiler_43_test-stripped.exe \
  dlls/d3dcompiler_43/tests/asm.ok dlls/d3dcompiler_43/tests/blob.ok \
  dlls/d3dcompiler_43/tests/hlsl.ok dlls/d3dcompiler_43/tests/reflection.ok \
  dlls/d3dcompiler_43/tests/asm.cross.o dlls/d3dcompiler_43/tests/blob.cross.o \
  dlls/d3dcompiler_43/tests/hlsl.cross.o dlls/d3dcompiler_43/tests/reflection.cross.o \
  dlls/d3dcompiler_43/tests/testlist.cross.o dlls/d3dcompiler_43/tests/d3dcompiler_43_test.exe \
  dlls/d3dcompiler_46/asmshader.tab.h dlls/d3dcompiler_46/hlsl.tab.h dlls/d3dcompiler_46/ppy.tab.h \
  dlls/d3dcompiler_46/asmshader.tab.c dlls/d3dcompiler_46/hlsl.tab.c dlls/d3dcompiler_46/ppy.tab.c \
  dlls/d3dcompiler_46/asmshader.yy.c dlls/d3dcompiler_46/hlsl.yy.c dlls/d3dcompiler_46/ppl.yy.c \
  dlls/d3dcompiler_46/asmparser.cross.o dlls/d3dcompiler_46/blob.cross.o \
  dlls/d3dcompiler_46/bytecodewriter.cross.o dlls/d3dcompiler_46/compiler.cross.o \
  dlls/d3dcompiler_46/main.cross.o dlls/d3dcompiler_46/preproc.cross.o \
  dlls/d3dcompiler_46/reflection.cross.o dlls/d3dcompiler_46/utils.cross.o \
  dlls/d3dcompiler_46/asmshader.tab.cross.o dlls/d3dcompiler_46/hlsl.tab.cross.o \
  dlls/d3dcompiler_46/ppy.tab.cross.o dlls/d3dcompiler_46/asmshader.yy.cross.o \
  dlls/d3dcompiler_46/hlsl.yy.cross.o dlls/d3dcompiler_46/ppl.yy.cross.o \
  dlls/d3dcompiler_46/version.res dlls/d3dcompiler_46/d3dcompiler_46.dll \
  dlls/d3dcompiler_47/asmshader.tab.h dlls/d3dcompiler_47/hlsl.tab.h dlls/d3dcompiler_47/ppy.tab.h \
  dlls/d3dcompiler_47/asmshader.tab.c dlls/d3dcompiler_47/hlsl.tab.c dlls/d3dcompiler_47/ppy.tab.c \
  dlls/d3dcompiler_47/asmshader.yy.c dlls/d3dcompiler_47/hlsl.yy.c dlls/d3dcompiler_47/ppl.yy.c \
  dlls/d3dcompiler_47/libd3dcompiler.def dlls/d3dcompiler_47/libd3dcompiler.cross.a \
  dlls/d3dcompiler_47/asmparser.cross.o dlls/d3dcompiler_47/blob.cross.o \
  dlls/d3dcompiler_47/bytecodewriter.cross.o dlls/d3dcompiler_47/compiler.cross.o \
  dlls/d3dcompiler_47/main.cross.o dlls/d3dcompiler_47/preproc.cross.o \
  dlls/d3dcompiler_47/reflection.cross.o dlls/d3dcompiler_47/utils.cross.o \
  dlls/d3dcompiler_47/asmshader.tab.cross.o dlls/d3dcompiler_47/hlsl.tab.cross.o \
  dlls/d3dcompiler_47/ppy.tab.cross.o dlls/d3dcompiler_47/asmshader.yy.cross.o \
  dlls/d3dcompiler_47/hlsl.yy.cross.o dlls/d3dcompiler_47/ppl.yy.cross.o \
  dlls/d3dcompiler_47/version.res dlls/d3dcompiler_47/d3dcompiler_47.dll \
  dlls/d3dcompiler_47/tests/d3dcompiler_47_test-stripped.exe dlls/d3dcompiler_47/tests/asm.ok \
  dlls/d3dcompiler_47/tests/blob.ok dlls/d3dcompiler_47/tests/hlsl.ok \
  dlls/d3dcompiler_47/tests/reflection.ok dlls/d3dcompiler_47/tests/asm.cross.o \
  dlls/d3dcompiler_47/tests/blob.cross.o dlls/d3dcompiler_47/tests/hlsl.cross.o \
  dlls/d3dcompiler_47/tests/reflection.cross.o dlls/d3dcompiler_47/tests/testlist.cross.o \
  dlls/d3dcompiler_47/tests/d3dcompiler_47_test.exe dlls/d3dim/d3dim_main.cross.o \
  dlls/d3dim/version.res dlls/d3dim/d3dim.dll dlls/d3drm/libd3drm.def dlls/d3drm/libd3drm.cross.a \
  dlls/d3drm/d3drm.cross.o dlls/d3drm/d3drm_main.cross.o dlls/d3drm/device.cross.o \
  dlls/d3drm/face.cross.o dlls/d3drm/frame.cross.o dlls/d3drm/light.cross.o \
  dlls/d3drm/material.cross.o dlls/d3drm/math.cross.o dlls/d3drm/meshbuilder.cross.o \
  dlls/d3drm/texture.cross.o dlls/d3drm/viewport.cross.o dlls/d3drm/version.res dlls/d3drm/d3drm.dll \
  dlls/d3drm/tests/d3drm_test-stripped.exe dlls/d3drm/tests/d3drm.ok dlls/d3drm/tests/vector.ok \
  dlls/d3drm/tests/d3drm.cross.o dlls/d3drm/tests/vector.cross.o dlls/d3drm/tests/testlist.cross.o \
  dlls/d3drm/tests/d3drm_test.exe dlls/d3dx10_33/d3dx10_33_main.cross.o dlls/d3dx10_33/version.res \
  dlls/d3dx10_33/d3dx10_33.dll dlls/d3dx10_34/d3dx10_34_main.cross.o dlls/d3dx10_34/version.res \
  dlls/d3dx10_34/d3dx10_34.dll dlls/d3dx10_35/d3dx10_35_main.cross.o dlls/d3dx10_35/version.res \
  dlls/d3dx10_35/d3dx10_35.dll dlls/d3dx10_36/d3dx10_36_main.cross.o dlls/d3dx10_36/version.res \
  dlls/d3dx10_36/d3dx10_36.dll dlls/d3dx10_37/d3dx10_37_main.cross.o dlls/d3dx10_37/version.res \
  dlls/d3dx10_37/d3dx10_37.dll dlls/d3dx10_38/d3dx10_38_main.cross.o dlls/d3dx10_38/version.res \
  dlls/d3dx10_38/d3dx10_38.dll dlls/d3dx10_39/d3dx10_39_main.cross.o dlls/d3dx10_39/version.res \
  dlls/d3dx10_39/d3dx10_39.dll dlls/d3dx10_40/d3dx10_40_main.cross.o dlls/d3dx10_40/version.res \
  dlls/d3dx10_40/d3dx10_40.dll dlls/d3dx10_41/d3dx10_41_main.cross.o dlls/d3dx10_41/version.res \
  dlls/d3dx10_41/d3dx10_41.dll dlls/d3dx10_42/d3dx10_42_main.cross.o dlls/d3dx10_42/version.res \
  dlls/d3dx10_42/d3dx10_42.dll dlls/d3dx10_43/libd3dx10.def dlls/d3dx10_43/libd3dx10.cross.a \
  dlls/d3dx10_43/async.cross.o dlls/d3dx10_43/d3dx10_43_main.cross.o dlls/d3dx10_43/version.res \
  dlls/d3dx10_43/d3dx10_43.dll dlls/d3dx10_43/tests/d3dx10_43_test-stripped.exe \
  dlls/d3dx10_43/tests/d3dx10.ok dlls/d3dx10_43/tests/d3dx10.cross.o \
  dlls/d3dx10_43/tests/testlist.cross.o dlls/d3dx10_43/tests/d3dx10_43_test.exe \
  dlls/d3dx11_42/async.cross.o dlls/d3dx11_42/main.cross.o dlls/d3dx11_42/texture.cross.o \
  dlls/d3dx11_42/version.res dlls/d3dx11_42/d3dx11_42.dll dlls/d3dx11_43/libd3dx11.def \
  dlls/d3dx11_43/libd3dx11.cross.a dlls/d3dx11_43/async.cross.o dlls/d3dx11_43/main.cross.o \
  dlls/d3dx11_43/texture.cross.o dlls/d3dx11_43/version.res dlls/d3dx11_43/d3dx11_43.dll \
  dlls/d3dx11_43/tests/d3dx11_43_test-stripped.exe dlls/d3dx11_43/tests/d3dx11.ok \
  dlls/d3dx11_43/tests/d3dx11.cross.o dlls/d3dx11_43/tests/testlist.cross.o \
  dlls/d3dx11_43/tests/d3dx11_43_test.exe dlls/d3dx9_24/animation.cross.o dlls/d3dx9_24/core.cross.o \
  dlls/d3dx9_24/effect.cross.o dlls/d3dx9_24/font.cross.o dlls/d3dx9_24/line.cross.o \
  dlls/d3dx9_24/main.cross.o dlls/d3dx9_24/math.cross.o dlls/d3dx9_24/mesh.cross.o \
  dlls/d3dx9_24/preshader.cross.o dlls/d3dx9_24/render.cross.o dlls/d3dx9_24/shader.cross.o \
  dlls/d3dx9_24/skin.cross.o dlls/d3dx9_24/sprite.cross.o dlls/d3dx9_24/surface.cross.o \
  dlls/d3dx9_24/texture.cross.o dlls/d3dx9_24/txc_compress_dxtn.cross.o \
  dlls/d3dx9_24/txc_fetch_dxtn.cross.o dlls/d3dx9_24/util.cross.o dlls/d3dx9_24/volume.cross.o \
  dlls/d3dx9_24/xfile.cross.o dlls/d3dx9_24/version.res dlls/d3dx9_24/d3dx9_24.dll \
  dlls/d3dx9_25/animation.cross.o dlls/d3dx9_25/core.cross.o dlls/d3dx9_25/effect.cross.o \
  dlls/d3dx9_25/font.cross.o dlls/d3dx9_25/line.cross.o dlls/d3dx9_25/main.cross.o \
  dlls/d3dx9_25/math.cross.o dlls/d3dx9_25/mesh.cross.o dlls/d3dx9_25/preshader.cross.o \
  dlls/d3dx9_25/render.cross.o dlls/d3dx9_25/shader.cross.o dlls/d3dx9_25/skin.cross.o \
  dlls/d3dx9_25/sprite.cross.o dlls/d3dx9_25/surface.cross.o dlls/d3dx9_25/texture.cross.o \
  dlls/d3dx9_25/txc_compress_dxtn.cross.o dlls/d3dx9_25/txc_fetch_dxtn.cross.o \
  dlls/d3dx9_25/util.cross.o dlls/d3dx9_25/volume.cross.o dlls/d3dx9_25/xfile.cross.o \
  dlls/d3dx9_25/version.res dlls/d3dx9_25/d3dx9_25.dll dlls/d3dx9_26/animation.cross.o \
  dlls/d3dx9_26/core.cross.o dlls/d3dx9_26/effect.cross.o dlls/d3dx9_26/font.cross.o \
  dlls/d3dx9_26/line.cross.o dlls/d3dx9_26/main.cross.o dlls/d3dx9_26/math.cross.o \
  dlls/d3dx9_26/mesh.cross.o dlls/d3dx9_26/preshader.cross.o dlls/d3dx9_26/render.cross.o \
  dlls/d3dx9_26/shader.cross.o dlls/d3dx9_26/skin.cross.o dlls/d3dx9_26/sprite.cross.o \
  dlls/d3dx9_26/surface.cross.o dlls/d3dx9_26/texture.cross.o \
  dlls/d3dx9_26/txc_compress_dxtn.cross.o dlls/d3dx9_26/txc_fetch_dxtn.cross.o \
  dlls/d3dx9_26/util.cross.o dlls/d3dx9_26/volume.cross.o dlls/d3dx9_26/xfile.cross.o \
  dlls/d3dx9_26/version.res dlls/d3dx9_26/d3dx9_26.dll dlls/d3dx9_27/animation.cross.o \
  dlls/d3dx9_27/core.cross.o dlls/d3dx9_27/effect.cross.o dlls/d3dx9_27/font.cross.o \
  dlls/d3dx9_27/line.cross.o dlls/d3dx9_27/main.cross.o dlls/d3dx9_27/math.cross.o \
  dlls/d3dx9_27/mesh.cross.o dlls/d3dx9_27/preshader.cross.o dlls/d3dx9_27/render.cross.o \
  dlls/d3dx9_27/shader.cross.o dlls/d3dx9_27/skin.cross.o dlls/d3dx9_27/sprite.cross.o \
  dlls/d3dx9_27/surface.cross.o dlls/d3dx9_27/texture.cross.o \
  dlls/d3dx9_27/txc_compress_dxtn.cross.o dlls/d3dx9_27/txc_fetch_dxtn.cross.o \
  dlls/d3dx9_27/util.cross.o dlls/d3dx9_27/volume.cross.o dlls/d3dx9_27/xfile.cross.o \
  dlls/d3dx9_27/version.res dlls/d3dx9_27/d3dx9_27.dll dlls/d3dx9_28/animation.cross.o \
  dlls/d3dx9_28/core.cross.o dlls/d3dx9_28/effect.cross.o dlls/d3dx9_28/font.cross.o \
  dlls/d3dx9_28/line.cross.o dlls/d3dx9_28/main.cross.o dlls/d3dx9_28/math.cross.o \
  dlls/d3dx9_28/mesh.cross.o dlls/d3dx9_28/preshader.cross.o dlls/d3dx9_28/render.cross.o \
  dlls/d3dx9_28/shader.cross.o dlls/d3dx9_28/skin.cross.o dlls/d3dx9_28/sprite.cross.o \
  dlls/d3dx9_28/surface.cross.o dlls/d3dx9_28/texture.cross.o \
  dlls/d3dx9_28/txc_compress_dxtn.cross.o dlls/d3dx9_28/txc_fetch_dxtn.cross.o \
  dlls/d3dx9_28/util.cross.o dlls/d3dx9_28/volume.cross.o dlls/d3dx9_28/xfile.cross.o \
  dlls/d3dx9_28/version.res dlls/d3dx9_28/d3dx9_28.dll dlls/d3dx9_29/animation.cross.o \
  dlls/d3dx9_29/core.cross.o dlls/d3dx9_29/effect.cross.o dlls/d3dx9_29/font.cross.o \
  dlls/d3dx9_29/line.cross.o dlls/d3dx9_29/main.cross.o dlls/d3dx9_29/math.cross.o \
  dlls/d3dx9_29/mesh.cross.o dlls/d3dx9_29/preshader.cross.o dlls/d3dx9_29/render.cross.o \
  dlls/d3dx9_29/shader.cross.o dlls/d3dx9_29/skin.cross.o dlls/d3dx9_29/sprite.cross.o \
  dlls/d3dx9_29/surface.cross.o dlls/d3dx9_29/texture.cross.o \
  dlls/d3dx9_29/txc_compress_dxtn.cross.o dlls/d3dx9_29/txc_fetch_dxtn.cross.o \
  dlls/d3dx9_29/util.cross.o dlls/d3dx9_29/volume.cross.o dlls/d3dx9_29/xfile.cross.o \
  dlls/d3dx9_29/version.res dlls/d3dx9_29/d3dx9_29.dll dlls/d3dx9_30/animation.cross.o \
  dlls/d3dx9_30/core.cross.o dlls/d3dx9_30/effect.cross.o dlls/d3dx9_30/font.cross.o \
  dlls/d3dx9_30/line.cross.o dlls/d3dx9_30/main.cross.o dlls/d3dx9_30/math.cross.o \
  dlls/d3dx9_30/mesh.cross.o dlls/d3dx9_30/preshader.cross.o
	rm -f dlls/d3dx9_30/render.cross.o dlls/d3dx9_30/shader.cross.o dlls/d3dx9_30/skin.cross.o \
  dlls/d3dx9_30/sprite.cross.o dlls/d3dx9_30/surface.cross.o dlls/d3dx9_30/texture.cross.o \
  dlls/d3dx9_30/txc_compress_dxtn.cross.o dlls/d3dx9_30/txc_fetch_dxtn.cross.o \
  dlls/d3dx9_30/util.cross.o dlls/d3dx9_30/volume.cross.o dlls/d3dx9_30/xfile.cross.o \
  dlls/d3dx9_30/version.res dlls/d3dx9_30/d3dx9_30.dll dlls/d3dx9_31/animation.cross.o \
  dlls/d3dx9_31/core.cross.o dlls/d3dx9_31/effect.cross.o dlls/d3dx9_31/font.cross.o \
  dlls/d3dx9_31/line.cross.o dlls/d3dx9_31/main.cross.o dlls/d3dx9_31/math.cross.o \
  dlls/d3dx9_31/mesh.cross.o dlls/d3dx9_31/preshader.cross.o dlls/d3dx9_31/render.cross.o \
  dlls/d3dx9_31/shader.cross.o dlls/d3dx9_31/skin.cross.o dlls/d3dx9_31/sprite.cross.o \
  dlls/d3dx9_31/surface.cross.o dlls/d3dx9_31/texture.cross.o \
  dlls/d3dx9_31/txc_compress_dxtn.cross.o dlls/d3dx9_31/txc_fetch_dxtn.cross.o \
  dlls/d3dx9_31/util.cross.o dlls/d3dx9_31/volume.cross.o dlls/d3dx9_31/xfile.cross.o \
  dlls/d3dx9_31/version.res dlls/d3dx9_31/d3dx9_31.dll dlls/d3dx9_32/animation.cross.o \
  dlls/d3dx9_32/core.cross.o dlls/d3dx9_32/effect.cross.o dlls/d3dx9_32/font.cross.o \
  dlls/d3dx9_32/line.cross.o dlls/d3dx9_32/main.cross.o dlls/d3dx9_32/math.cross.o \
  dlls/d3dx9_32/mesh.cross.o dlls/d3dx9_32/preshader.cross.o dlls/d3dx9_32/render.cross.o \
  dlls/d3dx9_32/shader.cross.o dlls/d3dx9_32/skin.cross.o dlls/d3dx9_32/sprite.cross.o \
  dlls/d3dx9_32/surface.cross.o dlls/d3dx9_32/texture.cross.o \
  dlls/d3dx9_32/txc_compress_dxtn.cross.o dlls/d3dx9_32/txc_fetch_dxtn.cross.o \
  dlls/d3dx9_32/util.cross.o dlls/d3dx9_32/volume.cross.o dlls/d3dx9_32/xfile.cross.o \
  dlls/d3dx9_32/version.res dlls/d3dx9_32/d3dx9_32.dll dlls/d3dx9_33/animation.cross.o \
  dlls/d3dx9_33/core.cross.o dlls/d3dx9_33/effect.cross.o dlls/d3dx9_33/font.cross.o \
  dlls/d3dx9_33/line.cross.o dlls/d3dx9_33/main.cross.o dlls/d3dx9_33/math.cross.o \
  dlls/d3dx9_33/mesh.cross.o dlls/d3dx9_33/preshader.cross.o dlls/d3dx9_33/render.cross.o \
  dlls/d3dx9_33/shader.cross.o dlls/d3dx9_33/skin.cross.o dlls/d3dx9_33/sprite.cross.o \
  dlls/d3dx9_33/surface.cross.o dlls/d3dx9_33/texture.cross.o \
  dlls/d3dx9_33/txc_compress_dxtn.cross.o dlls/d3dx9_33/txc_fetch_dxtn.cross.o \
  dlls/d3dx9_33/util.cross.o dlls/d3dx9_33/volume.cross.o dlls/d3dx9_33/xfile.cross.o \
  dlls/d3dx9_33/version.res dlls/d3dx9_33/d3dx9_33.dll dlls/d3dx9_34/animation.cross.o \
  dlls/d3dx9_34/core.cross.o dlls/d3dx9_34/effect.cross.o dlls/d3dx9_34/font.cross.o \
  dlls/d3dx9_34/line.cross.o dlls/d3dx9_34/main.cross.o dlls/d3dx9_34/math.cross.o \
  dlls/d3dx9_34/mesh.cross.o dlls/d3dx9_34/preshader.cross.o dlls/d3dx9_34/render.cross.o \
  dlls/d3dx9_34/shader.cross.o dlls/d3dx9_34/skin.cross.o dlls/d3dx9_34/sprite.cross.o \
  dlls/d3dx9_34/surface.cross.o dlls/d3dx9_34/texture.cross.o \
  dlls/d3dx9_34/txc_compress_dxtn.cross.o dlls/d3dx9_34/txc_fetch_dxtn.cross.o \
  dlls/d3dx9_34/util.cross.o dlls/d3dx9_34/volume.cross.o dlls/d3dx9_34/xfile.cross.o \
  dlls/d3dx9_34/version.res dlls/d3dx9_34/d3dx9_34.dll dlls/d3dx9_35/animation.cross.o \
  dlls/d3dx9_35/core.cross.o dlls/d3dx9_35/effect.cross.o dlls/d3dx9_35/font.cross.o \
  dlls/d3dx9_35/line.cross.o dlls/d3dx9_35/main.cross.o dlls/d3dx9_35/math.cross.o \
  dlls/d3dx9_35/mesh.cross.o dlls/d3dx9_35/preshader.cross.o dlls/d3dx9_35/render.cross.o \
  dlls/d3dx9_35/shader.cross.o dlls/d3dx9_35/skin.cross.o dlls/d3dx9_35/sprite.cross.o \
  dlls/d3dx9_35/surface.cross.o dlls/d3dx9_35/texture.cross.o \
  dlls/d3dx9_35/txc_compress_dxtn.cross.o dlls/d3dx9_35/txc_fetch_dxtn.cross.o \
  dlls/d3dx9_35/util.cross.o dlls/d3dx9_35/volume.cross.o dlls/d3dx9_35/xfile.cross.o \
  dlls/d3dx9_35/version.res dlls/d3dx9_35/d3dx9_35.dll dlls/d3dx9_36/libd3dx9.def \
  dlls/d3dx9_36/libd3dx9.cross.a dlls/d3dx9_36/animation.cross.o dlls/d3dx9_36/core.cross.o \
  dlls/d3dx9_36/effect.cross.o dlls/d3dx9_36/font.cross.o dlls/d3dx9_36/line.cross.o \
  dlls/d3dx9_36/main.cross.o dlls/d3dx9_36/math.cross.o dlls/d3dx9_36/mesh.cross.o \
  dlls/d3dx9_36/preshader.cross.o dlls/d3dx9_36/render.cross.o dlls/d3dx9_36/shader.cross.o \
  dlls/d3dx9_36/skin.cross.o dlls/d3dx9_36/sprite.cross.o dlls/d3dx9_36/surface.cross.o \
  dlls/d3dx9_36/texture.cross.o dlls/d3dx9_36/txc_compress_dxtn.cross.o \
  dlls/d3dx9_36/txc_fetch_dxtn.cross.o dlls/d3dx9_36/util.cross.o dlls/d3dx9_36/volume.cross.o \
  dlls/d3dx9_36/xfile.cross.o dlls/d3dx9_36/version.res dlls/d3dx9_36/d3dx9_36.dll \
  dlls/d3dx9_36/tests/d3dx9_36_test-stripped.exe dlls/d3dx9_36/tests/asm.ok \
  dlls/d3dx9_36/tests/core.ok dlls/d3dx9_36/tests/effect.ok dlls/d3dx9_36/tests/line.ok \
  dlls/d3dx9_36/tests/math.ok dlls/d3dx9_36/tests/mesh.ok dlls/d3dx9_36/tests/shader.ok \
  dlls/d3dx9_36/tests/surface.ok dlls/d3dx9_36/tests/texture.ok dlls/d3dx9_36/tests/volume.ok \
  dlls/d3dx9_36/tests/xfile.ok dlls/d3dx9_36/tests/asm.cross.o dlls/d3dx9_36/tests/core.cross.o \
  dlls/d3dx9_36/tests/effect.cross.o dlls/d3dx9_36/tests/line.cross.o \
  dlls/d3dx9_36/tests/math.cross.o dlls/d3dx9_36/tests/mesh.cross.o \
  dlls/d3dx9_36/tests/shader.cross.o dlls/d3dx9_36/tests/surface.cross.o \
  dlls/d3dx9_36/tests/texture.cross.o dlls/d3dx9_36/tests/volume.cross.o \
  dlls/d3dx9_36/tests/xfile.cross.o dlls/d3dx9_36/tests/testlist.cross.o \
  dlls/d3dx9_36/tests/rsrc.res dlls/d3dx9_36/tests/d3dx9_36_test.exe dlls/d3dx9_37/animation.cross.o \
  dlls/d3dx9_37/core.cross.o dlls/d3dx9_37/effect.cross.o dlls/d3dx9_37/font.cross.o \
  dlls/d3dx9_37/line.cross.o dlls/d3dx9_37/main.cross.o dlls/d3dx9_37/math.cross.o \
  dlls/d3dx9_37/mesh.cross.o dlls/d3dx9_37/preshader.cross.o dlls/d3dx9_37/render.cross.o \
  dlls/d3dx9_37/shader.cross.o dlls/d3dx9_37/skin.cross.o dlls/d3dx9_37/sprite.cross.o \
  dlls/d3dx9_37/surface.cross.o dlls/d3dx9_37/texture.cross.o \
  dlls/d3dx9_37/txc_compress_dxtn.cross.o dlls/d3dx9_37/txc_fetch_dxtn.cross.o \
  dlls/d3dx9_37/util.cross.o dlls/d3dx9_37/volume.cross.o dlls/d3dx9_37/xfile.cross.o \
  dlls/d3dx9_37/version.res dlls/d3dx9_37/d3dx9_37.dll dlls/d3dx9_38/animation.cross.o \
  dlls/d3dx9_38/core.cross.o dlls/d3dx9_38/effect.cross.o dlls/d3dx9_38/font.cross.o \
  dlls/d3dx9_38/line.cross.o dlls/d3dx9_38/main.cross.o dlls/d3dx9_38/math.cross.o \
  dlls/d3dx9_38/mesh.cross.o dlls/d3dx9_38/preshader.cross.o dlls/d3dx9_38/render.cross.o \
  dlls/d3dx9_38/shader.cross.o dlls/d3dx9_38/skin.cross.o dlls/d3dx9_38/sprite.cross.o \
  dlls/d3dx9_38/surface.cross.o dlls/d3dx9_38/texture.cross.o \
  dlls/d3dx9_38/txc_compress_dxtn.cross.o dlls/d3dx9_38/txc_fetch_dxtn.cross.o \
  dlls/d3dx9_38/util.cross.o dlls/d3dx9_38/volume.cross.o dlls/d3dx9_38/xfile.cross.o \
  dlls/d3dx9_38/version.res dlls/d3dx9_38/d3dx9_38.dll dlls/d3dx9_39/animation.cross.o \
  dlls/d3dx9_39/core.cross.o dlls/d3dx9_39/effect.cross.o dlls/d3dx9_39/font.cross.o \
  dlls/d3dx9_39/line.cross.o dlls/d3dx9_39/main.cross.o dlls/d3dx9_39/math.cross.o \
  dlls/d3dx9_39/mesh.cross.o dlls/d3dx9_39/preshader.cross.o dlls/d3dx9_39/render.cross.o \
  dlls/d3dx9_39/shader.cross.o dlls/d3dx9_39/skin.cross.o dlls/d3dx9_39/sprite.cross.o \
  dlls/d3dx9_39/surface.cross.o dlls/d3dx9_39/texture.cross.o \
  dlls/d3dx9_39/txc_compress_dxtn.cross.o dlls/d3dx9_39/txc_fetch_dxtn.cross.o \
  dlls/d3dx9_39/util.cross.o dlls/d3dx9_39/volume.cross.o dlls/d3dx9_39/xfile.cross.o \
  dlls/d3dx9_39/version.res dlls/d3dx9_39/d3dx9_39.dll dlls/d3dx9_40/animation.cross.o \
  dlls/d3dx9_40/core.cross.o dlls/d3dx9_40/effect.cross.o dlls/d3dx9_40/font.cross.o \
  dlls/d3dx9_40/line.cross.o dlls/d3dx9_40/main.cross.o dlls/d3dx9_40/math.cross.o \
  dlls/d3dx9_40/mesh.cross.o dlls/d3dx9_40/preshader.cross.o dlls/d3dx9_40/render.cross.o \
  dlls/d3dx9_40/shader.cross.o dlls/d3dx9_40/skin.cross.o dlls/d3dx9_40/sprite.cross.o \
  dlls/d3dx9_40/surface.cross.o dlls/d3dx9_40/texture.cross.o \
  dlls/d3dx9_40/txc_compress_dxtn.cross.o dlls/d3dx9_40/txc_fetch_dxtn.cross.o \
  dlls/d3dx9_40/util.cross.o dlls/d3dx9_40/volume.cross.o dlls/d3dx9_40/xfile.cross.o \
  dlls/d3dx9_40/version.res dlls/d3dx9_40/d3dx9_40.dll dlls/d3dx9_41/animation.cross.o \
  dlls/d3dx9_41/core.cross.o dlls/d3dx9_41/effect.cross.o dlls/d3dx9_41/font.cross.o \
  dlls/d3dx9_41/line.cross.o dlls/d3dx9_41/main.cross.o dlls/d3dx9_41/math.cross.o \
  dlls/d3dx9_41/mesh.cross.o dlls/d3dx9_41/preshader.cross.o dlls/d3dx9_41/render.cross.o \
  dlls/d3dx9_41/shader.cross.o dlls/d3dx9_41/skin.cross.o dlls/d3dx9_41/sprite.cross.o \
  dlls/d3dx9_41/surface.cross.o dlls/d3dx9_41/texture.cross.o \
  dlls/d3dx9_41/txc_compress_dxtn.cross.o dlls/d3dx9_41/txc_fetch_dxtn.cross.o \
  dlls/d3dx9_41/util.cross.o dlls/d3dx9_41/volume.cross.o dlls/d3dx9_41/xfile.cross.o \
  dlls/d3dx9_41/version.res dlls/d3dx9_41/d3dx9_41.dll dlls/d3dx9_42/animation.cross.o \
  dlls/d3dx9_42/core.cross.o dlls/d3dx9_42/effect.cross.o dlls/d3dx9_42/font.cross.o \
  dlls/d3dx9_42/line.cross.o dlls/d3dx9_42/main.cross.o dlls/d3dx9_42/math.cross.o \
  dlls/d3dx9_42/mesh.cross.o dlls/d3dx9_42/preshader.cross.o dlls/d3dx9_42/render.cross.o \
  dlls/d3dx9_42/shader.cross.o dlls/d3dx9_42/skin.cross.o dlls/d3dx9_42/sprite.cross.o \
  dlls/d3dx9_42/surface.cross.o dlls/d3dx9_42/texture.cross.o \
  dlls/d3dx9_42/txc_compress_dxtn.cross.o dlls/d3dx9_42/txc_fetch_dxtn.cross.o \
  dlls/d3dx9_42/util.cross.o dlls/d3dx9_42/volume.cross.o dlls/d3dx9_42/xfile.cross.o \
  dlls/d3dx9_42/version.res dlls/d3dx9_42/d3dx9_42.dll dlls/d3dx9_43/animation.cross.o \
  dlls/d3dx9_43/core.cross.o dlls/d3dx9_43/effect.cross.o dlls/d3dx9_43/font.cross.o \
  dlls/d3dx9_43/line.cross.o dlls/d3dx9_43/main.cross.o dlls/d3dx9_43/math.cross.o \
  dlls/d3dx9_43/mesh.cross.o dlls/d3dx9_43/preshader.cross.o dlls/d3dx9_43/render.cross.o \
  dlls/d3dx9_43/shader.cross.o dlls/d3dx9_43/skin.cross.o dlls/d3dx9_43/sprite.cross.o \
  dlls/d3dx9_43/surface.cross.o dlls/d3dx9_43/texture.cross.o \
  dlls/d3dx9_43/txc_compress_dxtn.cross.o dlls/d3dx9_43/txc_fetch_dxtn.cross.o \
  dlls/d3dx9_43/util.cross.o dlls/d3dx9_43/volume.cross.o dlls/d3dx9_43/xfile.cross.o \
  dlls/d3dx9_43/version.res dlls/d3dx9_43/d3dx9_43.dll dlls/d3dxof/libd3dxof.def \
  dlls/d3dxof/libd3dxof.cross.a dlls/d3dxof/d3dxof.cross.o dlls/d3dxof/main.cross.o \
  dlls/d3dxof/mszip.cross.o dlls/d3dxof/parsing.cross.o dlls/d3dxof/version.res \
  dlls/d3dxof/d3dxof_r.res dlls/d3dxof/d3dxof.dll dlls/d3dxof/tests/d3dxof_test-stripped.exe \
  dlls/d3dxof/tests/d3dxof.ok dlls/d3dxof/tests/d3dxof.cross.o dlls/d3dxof/tests/testlist.cross.o \
  dlls/d3dxof/tests/d3dxof_test.exe dlls/davclnt/main.cross.o dlls/davclnt/davclnt.dll \
  dlls/dbgeng/libdbgeng.def dlls/dbgeng/libdbgeng.cross.a dlls/dbgeng/dbgeng.cross.o \
  dlls/dbgeng/dbgeng.dll dlls/dbgeng/tests/dbgeng_test-stripped.exe dlls/dbgeng/tests/dbgeng.ok \
  dlls/dbgeng/tests/dbgeng.cross.o dlls/dbgeng/tests/testlist.cross.o \
  dlls/dbgeng/tests/dbgeng_test.exe dlls/dbghelp/libdbghelp.def dlls/dbghelp/libdbghelp.cross.a \
  dlls/dbghelp/coff.o dlls/dbghelp/cpu_arm.o dlls/dbghelp/cpu_arm64.o dlls/dbghelp/cpu_i386.o \
  dlls/dbghelp/cpu_ppc.o dlls/dbghelp/cpu_x86_64.o dlls/dbghelp/dbghelp.o dlls/dbghelp/dwarf.o \
  dlls/dbghelp/elf_module.o dlls/dbghelp/image.o dlls/dbghelp/macho_module.o dlls/dbghelp/minidump.o \
  dlls/dbghelp/module.o dlls/dbghelp/msc.o dlls/dbghelp/path.o dlls/dbghelp/pe_module.o \
  dlls/dbghelp/source.o dlls/dbghelp/stabs.o dlls/dbghelp/stack.o dlls/dbghelp/storage.o \
  dlls/dbghelp/symbol.o dlls/dbghelp/type.o dlls/dbghelp/version.res dlls/dbghelp/dbghelp.dll.so \
  dlls/dbghelp/dbghelp.dll.fake dlls/dbghelp/tests/dbghelp_test-stripped.exe \
  dlls/dbghelp/tests/dbghelp.ok dlls/dbghelp/tests/dbghelp.cross.o \
  dlls/dbghelp/tests/testlist.cross.o dlls/dbghelp/tests/dbghelp_test.exe \
  dlls/dciman32/libdciman32.def dlls/dciman32/dciman_main.cross.o dlls/dciman32/dciman32.dll \
  dlls/ddeml.dll16/ddeml.cross.o dlls/ddeml.dll16/ddeml.dll16 dlls/ddraw/libddraw.def \
  dlls/ddraw/libddraw.cross.a dlls/ddraw/clipper.cross.o dlls/ddraw/ddraw.cross.o \
  dlls/ddraw/device.cross.o dlls/ddraw/executebuffer.cross.o dlls/ddraw/light.cross.o \
  dlls/ddraw/main.cross.o dlls/ddraw/material.cross.o dlls/ddraw/palette.cross.o \
  dlls/ddraw/surface.cross.o dlls/ddraw/utils.cross.o dlls/ddraw/vertexbuffer.cross.o \
  dlls/ddraw/viewport.cross.o dlls/ddraw/version.res dlls/ddraw/ddraw_classes_r.res \
  dlls/ddraw/ddraw.dll dlls/ddraw/tests/ddraw_test-stripped.exe dlls/ddraw/tests/d3d.ok \
  dlls/ddraw/tests/ddraw1.ok dlls/ddraw/tests/ddraw2.ok dlls/ddraw/tests/ddraw4.ok \
  dlls/ddraw/tests/ddraw7.ok dlls/ddraw/tests/ddrawmodes.ok dlls/ddraw/tests/dsurface.ok \
  dlls/ddraw/tests/refcount.ok dlls/ddraw/tests/visual.ok dlls/ddraw/tests/d3d.cross.o \
  dlls/ddraw/tests/ddraw1.cross.o dlls/ddraw/tests/ddraw2.cross.o dlls/ddraw/tests/ddraw4.cross.o \
  dlls/ddraw/tests/ddraw7.cross.o dlls/ddraw/tests/ddrawmodes.cross.o \
  dlls/ddraw/tests/dsurface.cross.o dlls/ddraw/tests/refcount.cross.o \
  dlls/ddraw/tests/visual.cross.o dlls/ddraw/tests/testlist.cross.o dlls/ddraw/tests/ddraw_test.exe \
  dlls/ddrawex/ddraw.cross.o dlls/ddrawex/main.cross.o dlls/ddrawex/surface.cross.o \
  dlls/ddrawex/ddrawex_r.res dlls/ddrawex/ddrawex.dll dlls/ddrawex/tests/ddrawex_test-stripped.exe \
  dlls/ddrawex/tests/ddrawex.ok dlls/ddrawex/tests/surface.ok dlls/ddrawex/tests/ddrawex.cross.o \
  dlls/ddrawex/tests/surface.cross.o dlls/ddrawex/tests/testlist.cross.o \
  dlls/ddrawex/tests/ddrawex_test.exe dlls/devenum/createdevenum.cross.o \
  dlls/devenum/devenum_main.cross.o dlls/devenum/mediacatenum.cross.o \
  dlls/devenum/parsedisplayname.cross.o dlls/devenum/devenum.res dlls/devenum/devenum_classes_r.res \
  dlls/devenum/devenum.dll dlls/devenum/tests/devenum_test-stripped.exe \
  dlls/devenum/tests/devenum.ok dlls/devenum/tests/devenum.cross.o \
  dlls/devenum/tests/testlist.cross.o dlls/devenum/tests/devenum_test.exe \
  dlls/dhcpcsvc/libdhcpcsvc.def dlls/dhcpcsvc/libdhcpcsvc.cross.a dlls/dhcpcsvc/libdhcpcsvc.delay.a \
  dlls/dhcpcsvc/dhcpcsvc.cross.o dlls/dhcpcsvc/dhcpcsvc.dll \
  dlls/dhcpcsvc/tests/dhcpcsvc_test-stripped.exe dlls/dhcpcsvc/tests/dhcpcsvc.ok \
  dlls/dhcpcsvc/tests/dhcpcsvc.cross.o dlls/dhcpcsvc/tests/testlist.cross.o \
  dlls/dhcpcsvc/tests/dhcpcsvc_test.exe dlls/dhtmled.ocx/edit.cross.o dlls/dhtmled.ocx/main.cross.o \
  dlls/dhtmled.ocx/dhtmled_tlb_t.res dlls/dhtmled.ocx/dhtmled_tlb_r.res dlls/dhtmled.ocx/dhtmled.ocx \
  dlls/difxapi/main.cross.o dlls/difxapi/difxapi.dll dlls/dinput/dinput.pot dlls/dinput/libdinput.a \
  dlls/dinput/libdinput.cross.a dlls/dinput/config.o dlls/dinput/data_formats.o dlls/dinput/device.o \
  dlls/dinput/dinput_main.o dlls/dinput/effect_linuxinput.o dlls/dinput/joystick.o \
  dlls/dinput/joystick_linux.o dlls/dinput/joystick_linuxinput.o dlls/dinput/joystick_osx.o \
  dlls/dinput/keyboard.o dlls/dinput/mouse.o dlls/dinput/data_formats.cross.o dlls/dinput/dinput.res \
  dlls/dinput/version.res dlls/dinput/dinput_classes_r.res dlls/dinput/dinput.dll.so \
  dlls/dinput/dinput.dll.fake dlls/dinput/tests/dinput_test-stripped.exe dlls/dinput/tests/device.ok \
  dlls/dinput/tests/dinput.ok dlls/dinput/tests/joystick.ok dlls/dinput/tests/keyboard.ok \
  dlls/dinput/tests/mouse.ok dlls/dinput/tests/device.cross.o dlls/dinput/tests/dinput.cross.o \
  dlls/dinput/tests/joystick.cross.o dlls/dinput/tests/keyboard.cross.o \
  dlls/dinput/tests/mouse.cross.o dlls/dinput/tests/testlist.cross.o \
  dlls/dinput/tests/dinput_test.exe dlls/dinput8/libdinput8.a dlls/dinput8/libdinput8.cross.a \
  dlls/dinput8/config.o dlls/dinput8/data_formats.o dlls/dinput8/device.o dlls/dinput8/dinput_main.o \
  dlls/dinput8/effect_linuxinput.o dlls/dinput8/joystick.o dlls/dinput8/joystick_linux.o \
  dlls/dinput8/joystick_linuxinput.o dlls/dinput8/joystick_osx.o dlls/dinput8/keyboard.o \
  dlls/dinput8/mouse.o dlls/dinput8/data_formats.cross.o dlls/dinput8/dinput.res \
  dlls/dinput8/version.res dlls/dinput8/dinput8_r.res dlls/dinput8/dinput8.dll.so \
  dlls/dinput8/dinput8.dll.fake dlls/dinput8/tests/dinput8_test-stripped.exe \
  dlls/dinput8/tests/device.ok dlls/dinput8/tests/dinput.ok dlls/dinput8/tests/device.cross.o \
  dlls/dinput8/tests/dinput.cross.o dlls/dinput8/tests/testlist.cross.o \
  dlls/dinput8/tests/dinput8_test.exe dlls/dispdib.dll16/dispdib.cross.o \
  dlls/dispdib.dll16/dispdib.dll16 dlls/dispex/disp_ex.h dlls/dispex/dlldata.c \
  dlls/dispex/disp_ex_p.c dlls/dispex/usrmarshal.cross.o dlls/dispex/dlldata.cross.o \
  dlls/dispex/disp_ex_p.cross.o dlls/dispex/disp_ex_r.res dlls/dispex/dispex.dll \
  dlls/dispex/tests/dispex_test-stripped.exe dlls/dispex/tests/marshal.ok \
  dlls/dispex/tests/marshal.cross.o dlls/dispex/tests/testlist.cross.o \
  dlls/dispex/tests/dispex_test.exe dlls/display.drv16/display.cross.o \
  dlls/display.drv16/display.res dlls/display.drv16/display.drv16 dlls/dmband/band.cross.o \
  dlls/dmband/bandtrack.cross.o dlls/dmband/dmband_main.cross.o dlls/dmband/dmobject.cross.o \
  dlls/dmband/dmutils.cross.o dlls/dmband/version.res dlls/dmband/dmband_r.res \
  dlls/dmband/dmband.dll dlls/dmband/tests/dmband_test-stripped.exe dlls/dmband/tests/dmband.ok \
  dlls/dmband/tests/dmband.cross.o dlls/dmband/tests/testlist.cross.o \
  dlls/dmband/tests/dmband_test.exe dlls/dmcompos/chordmap.cross.o \
  dlls/dmcompos/chordmaptrack.cross.o dlls/dmcompos/composer.cross.o \
  dlls/dmcompos/dmcompos_main.cross.o dlls/dmcompos/dmobject.cross.o \
  dlls/dmcompos/signposttrack.cross.o dlls/dmcompos/version.res dlls/dmcompos/dmcompos_r.res \
  dlls/dmcompos/dmcompos.dll dlls/dmcompos/tests/dmcompos_test-stripped.exe \
  dlls/dmcompos/tests/dmcompos.ok dlls/dmcompos/tests/dmcompos.cross.o \
  dlls/dmcompos/tests/testlist.cross.o dlls/dmcompos/tests/dmcompos_test.exe \
  dlls/dmime/audiopath.cross.o dlls/dmime/dmime_main.cross.o dlls/dmime/dmobject.cross.o \
  dlls/dmime/dmutils.cross.o dlls/dmime/graph.cross.o dlls/dmime/lyricstrack.cross.o \
  dlls/dmime/markertrack.cross.o dlls/dmime/paramcontroltrack.cross.o dlls/dmime/performance.cross.o \
  dlls/dmime/segment.cross.o dlls/dmime/segmentstate.cross.o dlls/dmime/segtriggertrack.cross.o \
  dlls/dmime/seqtrack.cross.o dlls/dmime/sysextrack.cross.o dlls/dmime/tempotrack.cross.o \
  dlls/dmime/timesigtrack.cross.o dlls/dmime/wavetrack.cross.o dlls/dmime/version.res \
  dlls/dmime/dmime_r.res dlls/dmime/dmime.dll dlls/dmime/tests/dmime_test-stripped.exe \
  dlls/dmime/tests/dmime.ok dlls/dmime/tests/performance.ok dlls/dmime/tests/dmime.cross.o \
  dlls/dmime/tests/performance.cross.o dlls/dmime/tests/testlist.cross.o \
  dlls/dmime/tests/dmime_test.exe dlls/dmloader/container.cross.o dlls/dmloader/debug.cross.o \
  dlls/dmloader/dmloader_main.cross.o dlls/dmloader/dmobject.cross.o dlls/dmloader/loader.cross.o \
  dlls/dmloader/loaderstream.cross.o dlls/dmloader/version.res dlls/dmloader/dmloader_r.res \
  dlls/dmloader/dmloader.dll dlls/dmloader/tests/dmloader_test-stripped.exe \
  dlls/dmloader/tests/loader.ok dlls/dmloader/tests/loader.cross.o \
  dlls/dmloader/tests/testlist.cross.o dlls/dmloader/tests/dmloader_test.exe \
  dlls/dmoguids/dmoguids.o dlls/dmoguids/dmoguids.cross.o dlls/dmoguids/libdmoguids.a \
  dlls/dmoguids/libdmoguids.cross.a dlls/dmscript/dmobject.cross.o \
  dlls/dmscript/dmscript_main.cross.o dlls/dmscript/script.cross.o dlls/dmscript/scripttrack.cross.o \
  dlls/dmscript/rsrc.res dlls/dmscript/dmscript_r.res dlls/dmscript/dmscript.dll \
  dlls/dmscript/tests/dmscript_test-stripped.exe dlls/dmscript/tests/dmscript.ok \
  dlls/dmscript/tests/dmscript.cross.o dlls/dmscript/tests/testlist.cross.o \
  dlls/dmscript/tests/dmscript_test.exe dlls/dmstyle/auditiontrack.cross.o \
  dlls/dmstyle/chordtrack.cross.o dlls/dmstyle/commandtrack.cross.o dlls/dmstyle/dmobject.cross.o \
  dlls/dmstyle/dmstyle_main.cross.o dlls/dmstyle/dmutils.cross.o dlls/dmstyle/motiftrack.cross.o \
  dlls/dmstyle/mutetrack.cross.o dlls/dmstyle/style.cross.o dlls/dmstyle/styletrack.cross.o \
  dlls/dmstyle/version.res dlls/dmstyle/dmstyle_r.res dlls/dmstyle/dmstyle.dll \
  dlls/dmstyle/tests/dmstyle_test-stripped.exe dlls/dmstyle/tests/dmstyle.ok \
  dlls/dmstyle/tests/dmstyle.cross.o dlls/dmstyle/tests/testlist.cross.o \
  dlls/dmstyle/tests/dmstyle_test.exe dlls/dmsynth/dmsynth_main.cross.o dlls/dmsynth/synth.cross.o \
  dlls/dmsynth/synthsink.cross.o dlls/dmsynth/version.res dlls/dmsynth/dmsynth_r.res \
  dlls/dmsynth/dmsynth.dll dlls/dmsynth/tests/dmsynth_test-stripped.exe \
  dlls/dmsynth/tests/dmsynth.ok dlls/dmsynth/tests/dmsynth.cross.o \
  dlls/dmsynth/tests/testlist.cross.o dlls/dmsynth/tests/dmsynth_test.exe dlls/dmusic/buffer.cross.o \
  dlls/dmusic/clock.cross.o dlls/dmusic/collection.cross.o dlls/dmusic/dmobject.cross.o \
  dlls/dmusic/dmusic.cross.o dlls/dmusic/dmusic_main.cross.o dlls/dmusic/download.cross.o \
  dlls/dmusic/instrument.cross.o dlls/dmusic/port.cross.o dlls/dmusic/version.res \
  dlls/dmusic/dmusic_r.res dlls/dmusic/dmusic.dll dlls/dmusic/tests/dmusic_test-stripped.exe \
  dlls/dmusic/tests/dmusic.ok dlls/dmusic/tests/dmusic.cross.o dlls/dmusic/tests/testlist.cross.o \
  dlls/dmusic/tests/dmusic_test.exe dlls/dmusic32/dmusic32_main.cross.o dlls/dmusic32/version.res \
  dlls/dmusic32/dmusic32.dll dlls/dnsapi/libdnsapi.def dlls/dnsapi/libdnsapi.cross.a \
  dlls/dnsapi/main.o dlls/dnsapi/name.o dlls/dnsapi/ns_name.o dlls/dnsapi/ns_parse.o \
  dlls/dnsapi/query.o dlls/dnsapi/record.o dlls/dnsapi/version.res dlls/dnsapi/dnsapi.dll.so \
  dlls/dnsapi/dnsapi.dll.fake dlls/dnsapi/tests/dnsapi_test-stripped.exe dlls/dnsapi/tests/cache.ok \
  dlls/dnsapi/tests/name.ok dlls/dnsapi/tests/record.ok dlls/dnsapi/tests/cache.cross.o \
  dlls/dnsapi/tests/name.cross.o dlls/dnsapi/tests/record.cross.o dlls/dnsapi/tests/testlist.cross.o \
  dlls/dnsapi/tests/dnsapi_test.exe dlls/dplay/version.res dlls/dplay/dplay.dll \
  dlls/dplayx/libdplayx.def dlls/dplayx/libdplayx.cross.a dlls/dplayx/dpclassfactory.cross.o \
  dlls/dplayx/dplay.cross.o dlls/dplayx/dplaysp.cross.o dlls/dplayx/dplayx_global.cross.o \
  dlls/dplayx/dplayx_main.cross.o dlls/dplayx/dplayx_messages.cross.o dlls/dplayx/dplobby.cross.o \
  dlls/dplayx/lobbysp.cross.o dlls/dplayx/name_server.cross.o dlls/dplayx/version.res \
  dlls/dplayx/dplayx_r.res dlls/dplayx/dplayx.dll dlls/dplayx/tests/dplayx_test-stripped.exe \
  dlls/dplayx/tests/dplayx.ok dlls/dplayx/tests/dplayx.cross.o dlls/dplayx/tests/testlist.cross.o \
  dlls/dplayx/tests/dplayx_test.exe dlls/dpnaddr/version.res dlls/dpnaddr/dpnaddr.dll \
  dlls/dpnet/libdpnet.def dlls/dpnet/libdpnet.cross.a dlls/dpnet/address.cross.o \
  dlls/dpnet/client.cross.o dlls/dpnet/dpnet_main.cross.o dlls/dpnet/lobbiedapp.cross.o \
  dlls/dpnet/peer.cross.o dlls/dpnet/server.cross.o dlls/dpnet/threadpool.cross.o \
  dlls/dpnet/version.res dlls/dpnet/dpnet_r.res dlls/dpnet/dpnet.dll \
  dlls/dpnet/tests/dpnet_test-stripped.exe dlls/dpnet/tests/address.ok dlls/dpnet/tests/client.ok \
  dlls/dpnet/tests/server.ok dlls/dpnet/tests/thread.ok dlls/dpnet/tests/address.cross.o \
  dlls/dpnet/tests/client.cross.o dlls/dpnet/tests/server.cross.o dlls/dpnet/tests/thread.cross.o \
  dlls/dpnet/tests/testlist.cross.o dlls/dpnet/tests/dpnet_test.exe dlls/dpnhpast/main.cross.o \
  dlls/dpnhpast/version.res dlls/dpnhpast/dpnhpast.dll dlls/dpnlobby/version.res \
  dlls/dpnlobby/dpnlobby.dll dlls/dpvoice/client.cross.o dlls/dpvoice/main.cross.o \
  dlls/dpvoice/server.cross.o dlls/dpvoice/version.res dlls/dpvoice/dpvoice_r.res \
  dlls/dpvoice/dpvoice.dll dlls/dpvoice/tests/dpvoice_test-stripped.exe dlls/dpvoice/tests/voice.ok \
  dlls/dpvoice/tests/voice.cross.o dlls/dpvoice/tests/testlist.cross.o \
  dlls/dpvoice/tests/dpvoice_test.exe dlls/dpwsockx/dpwsockx_main.cross.o dlls/dpwsockx/dpwsockx.dll \
  dlls/drmclien/main.cross.o dlls/drmclien/drmclien.dll dlls/dsdmo/main.cross.o dlls/dsdmo/dsdmo.dll \
  dlls/dsound/libdsound.def dlls/dsound/libdsound.cross.a dlls/dsound/buffer.cross.o \
  dlls/dsound/capture.cross.o dlls/dsound/dsound.cross.o dlls/dsound/dsound_convert.cross.o \
  dlls/dsound/dsound_main.cross.o dlls/dsound/duplex.cross.o dlls/dsound/mixer.cross.o \
  dlls/dsound/primary.cross.o dlls/dsound/propset.cross.o dlls/dsound/sound3d.cross.o \
  dlls/dsound/version.res dlls/dsound/dsound_classes_r.res dlls/dsound/dsound.dll \
  dlls/dsound/tests/dsound_test-stripped.exe dlls/dsound/tests/capture.ok dlls/dsound/tests/ds3d.ok \
  dlls/dsound/tests/ds3d8.ok dlls/dsound/tests/dsound.ok dlls/dsound/tests/dsound8.ok \
  dlls/dsound/tests/duplex.ok dlls/dsound/tests/propset.ok dlls/dsound/tests/capture.cross.o \
  dlls/dsound/tests/ds3d.cross.o dlls/dsound/tests/ds3d8.cross.o dlls/dsound/tests/dsound.cross.o \
  dlls/dsound/tests/dsound8.cross.o dlls/dsound/tests/duplex.cross.o \
  dlls/dsound/tests/propset.cross.o dlls/dsound/tests/testlist.cross.o \
  dlls/dsound/tests/dsound_test.exe dlls/dsquery/main.cross.o dlls/dsquery/dsquery_r.res \
  dlls/dsquery/dsquery.dll dlls/dssenh/main.cross.o dlls/dssenh/dssenh.dll \
  dlls/dssenh/tests/dssenh_test-stripped.exe dlls/dssenh/tests/dssenh.ok \
  dlls/dssenh/tests/dssenh.cross.o dlls/dssenh/tests/testlist.cross.o \
  dlls/dssenh/tests/dssenh_test.exe dlls/dswave/dmobject.cross.o dlls/dswave/dswave.cross.o \
  dlls/dswave/dswave_main.cross.o dlls/dswave/version.res dlls/dswave/dswave_r.res \
  dlls/dswave/dswave.dll dlls/dswave/tests/dswave_test-stripped.exe dlls/dswave/tests/dswave.ok \
  dlls/dswave/tests/dswave.cross.o dlls/dswave/tests/testlist.cross.o \
  dlls/dswave/tests/dswave_test.exe dlls/dwmapi/libdwmapi.def dlls/dwmapi/libdwmapi.cross.a \
  dlls/dwmapi/dwmapi_main.cross.o dlls/dwmapi/version.res dlls/dwmapi/dwmapi.dll \
  dlls/dwmapi/tests/dwmapi_test-stripped.exe dlls/dwmapi/tests/dwmapi.ok \
  dlls/dwmapi/tests/dwmapi.cross.o dlls/dwmapi/tests/testlist.cross.o \
  dlls/dwmapi/tests/dwmapi_test.exe dlls/dwrite/libdwrite.def dlls/dwrite/libdwrite.cross.a \
  dlls/dwrite/libdwrite.delay.a dlls/dwrite/analyzer.o dlls/dwrite/bidi.o dlls/dwrite/bracket.o \
  dlls/dwrite/direction.o dlls/dwrite/font.o dlls/dwrite/freetype.o dlls/dwrite/gdiinterop.o \
  dlls/dwrite/layout.o dlls/dwrite/linebreak.o dlls/dwrite/main.o dlls/dwrite/mirror.o \
  dlls/dwrite/opentype.o dlls/dwrite/scripts.o dlls/dwrite/shape.o dlls/dwrite/dwrite.dll.so \
  dlls/dwrite/dwrite.dll.fake dlls/dwrite/tests/dwrite_test-stripped.exe \
  dlls/dwrite/tests/analyzer.ok dlls/dwrite/tests/font.ok dlls/dwrite/tests/layout.ok \
  dlls/dwrite/tests/analyzer.cross.o dlls/dwrite/tests/font.cross.o dlls/dwrite/tests/layout.cross.o \
  dlls/dwrite/tests/testlist.cross.o dlls/dwrite/tests/resource.res \
  dlls/dwrite/tests/dwrite_test.exe dlls/dx8vb/main.cross.o dlls/dx8vb/dx8vb_r.res \
  dlls/dx8vb/dx8vb.dll dlls/dxdiagn/dxdiagn.pot dlls/dxdiagn/container.cross.o \
  dlls/dxdiagn/dxdiag_main.cross.o dlls/dxdiagn/provider.cross.o dlls/dxdiagn/dxdiagn.res \
  dlls/dxdiagn/dxdiagn_r.res dlls/dxdiagn/dxdiagn.dll dlls/dxdiagn/tests/dxdiagn_test-stripped.exe \
  dlls/dxdiagn/tests/container.ok dlls/dxdiagn/tests/provider.ok \
  dlls/dxdiagn/tests/container.cross.o dlls/dxdiagn/tests/provider.cross.o \
  dlls/dxdiagn/tests/testlist.cross.o dlls/dxdiagn/tests/dxdiagn_test.exe dlls/dxerr8/dxerr8.o \
  dlls/dxerr8/dxerr8.cross.o dlls/dxerr8/libdxerr8.a dlls/dxerr9/dxerr9.o dlls/dxerr9/dxerr9.cross.o \
  dlls/dxerr9/libdxerr9.a dlls/dxgi/libdxgi.def dlls/dxgi/libdxgi.cross.a dlls/dxgi/adapter.o \
  dlls/dxgi/device.o dlls/dxgi/dxgi_main.o dlls/dxgi/factory.o dlls/dxgi/output.o \
  dlls/dxgi/surface.o dlls/dxgi/swapchain.o dlls/dxgi/utils.o dlls/dxgi/version.res \
  dlls/dxgi/dxgi.dll.so dlls/dxgi/dxgi.dll.fake dlls/dxgi/tests/dxgi_test-stripped.exe \
  dlls/dxgi/tests/dxgi.ok dlls/dxgi/tests/dxgi.cross.o dlls/dxgi/tests/testlist.cross.o \
  dlls/dxgi/tests/dxgi_test.exe dlls/dxguid/dx10guid.o dlls/dxguid/dx8guid.o dlls/dxguid/dx9guid.o \
  dlls/dxguid/dxguid.o dlls/dxguid/dx10guid.cross.o dlls/dxguid/dx8guid.cross.o \
  dlls/dxguid/dx9guid.cross.o dlls/dxguid/dxguid.cross.o dlls/dxguid/libdxguid.a \
  dlls/dxguid/libdxguid.cross.a dlls/dxva2/main.cross.o dlls/dxva2/dxva2.dll \
  dlls/esent/esent_main.cross.o dlls/esent/esent.dll dlls/evr/evr.cross.o dlls/evr/main.cross.o \
  dlls/evr/evr_classes_r.res dlls/evr/evr.dll dlls/evr/tests/evr_test-stripped.exe \
  dlls/evr/tests/evr.ok dlls/evr/tests/evr.cross.o dlls/evr/tests/testlist.cross.o \
  dlls/evr/tests/evr_test.exe dlls/explorerframe/explorerframe_main.cross.o \
  dlls/explorerframe/nstc.cross.o dlls/explorerframe/taskbarlist.cross.o \
  dlls/explorerframe/version.res dlls/explorerframe/explorerframe_r.res \
  dlls/explorerframe/explorerframe.dll dlls/explorerframe/tests/explorerframe_test-stripped.exe \
  dlls/explorerframe/tests/nstc.ok dlls/explorerframe/tests/nstc.cross.o \
  dlls/explorerframe/tests/testlist.cross.o dlls/explorerframe/tests/explorerframe_test.exe \
  dlls/ext-ms-win-authz-context-l1-1-0/ext-ms-win-authz-context-l1-1-0.dll \
  dlls/ext-ms-win-domainjoin-netjoin-l1-1-0/ext-ms-win-domainjoin-netjoin-l1-1-0.dll \
  dlls/ext-ms-win-dwmapi-ext-l1-1-0/ext-ms-win-dwmapi-ext-l1-1-0.dll \
  dlls/ext-ms-win-gdi-dc-create-l1-1-0/ext-ms-win-gdi-dc-create-l1-1-0.dll \
  dlls/ext-ms-win-gdi-dc-create-l1-1-1/ext-ms-win-gdi-dc-create-l1-1-1.dll \
  dlls/ext-ms-win-gdi-dc-l1-2-0/ext-ms-win-gdi-dc-l1-2-0.dll \
  dlls/ext-ms-win-gdi-devcaps-l1-1-0/ext-ms-win-gdi-devcaps-l1-1-0.dll \
  dlls/ext-ms-win-gdi-draw-l1-1-0/ext-ms-win-gdi-draw-l1-1-0.dll \
  dlls/ext-ms-win-gdi-draw-l1-1-1/ext-ms-win-gdi-draw-l1-1-1.dll \
  dlls/ext-ms-win-gdi-font-l1-1-0/ext-ms-win-gdi-font-l1-1-0.dll \
  dlls/ext-ms-win-gdi-font-l1-1-1/ext-ms-win-gdi-font-l1-1-1.dll \
  dlls/ext-ms-win-gdi-render-l1-1-0/ext-ms-win-gdi-render-l1-1-0.dll \
  dlls/ext-ms-win-kernel32-package-current-l1-1-0/ext-ms-win-kernel32-package-current-l1-1-0.dll \
  dlls/ext-ms-win-kernel32-package-l1-1-1/ext-ms-win-kernel32-package-l1-1-1.dll \
  dlls/ext-ms-win-ntuser-dialogbox-l1-1-0/ext-ms-win-ntuser-dialogbox-l1-1-0.dll \
  dlls/ext-ms-win-ntuser-draw-l1-1-0/ext-ms-win-ntuser-draw-l1-1-0.dll \
  dlls/ext-ms-win-ntuser-gui-l1-1-0/ext-ms-win-ntuser-gui-l1-1-0.dll \
  dlls/ext-ms-win-ntuser-gui-l1-3-0/ext-ms-win-ntuser-gui-l1-3-0.dll \
  dlls/ext-ms-win-ntuser-keyboard-l1-3-0/ext-ms-win-ntuser-keyboard-l1-3-0.dll \
  dlls/ext-ms-win-ntuser-message-l1-1-0/ext-ms-win-ntuser-message-l1-1-0.dll \
  dlls/ext-ms-win-ntuser-message-l1-1-1/ext-ms-win-ntuser-message-l1-1-1.dll \
  dlls/ext-ms-win-ntuser-misc-l1-1-0/ext-ms-win-ntuser-misc-l1-1-0.dll \
  dlls/ext-ms-win-ntuser-misc-l1-2-0/ext-ms-win-ntuser-misc-l1-2-0.dll \
  dlls/ext-ms-win-ntuser-misc-l1-5-1/ext-ms-win-ntuser-misc-l1-5-1.dll \
  dlls/ext-ms-win-ntuser-mouse-l1-1-0/ext-ms-win-ntuser-mouse-l1-1-0.dll \
  dlls/ext-ms-win-ntuser-private-l1-1-1/ext-ms-win-ntuser-private-l1-1-1.dll \
  dlls/ext-ms-win-ntuser-private-l1-3-1/ext-ms-win-ntuser-private-l1-3-1.dll \
  dlls/ext-ms-win-ntuser-rectangle-ext-l1-1-0/ext-ms-win-ntuser-rectangle-ext-l1-1-0.dll \
  dlls/ext-ms-win-ntuser-uicontext-ext-l1-1-0/ext-ms-win-ntuser-uicontext-ext-l1-1-0.dll \
  dlls/ext-ms-win-ntuser-window-l1-1-0/ext-ms-win-ntuser-window-l1-1-0.dll \
  dlls/ext-ms-win-ntuser-window-l1-1-1/ext-ms-win-ntuser-window-l1-1-1.dll \
  dlls/ext-ms-win-ntuser-window-l1-1-4/ext-ms-win-ntuser-window-l1-1-4.dll \
  dlls/ext-ms-win-ntuser-windowclass-l1-1-0/ext-ms-win-ntuser-windowclass-l1-1-0.dll \
  dlls/ext-ms-win-ntuser-windowclass-l1-1-1/ext-ms-win-ntuser-windowclass-l1-1-1.dll
	rm -f dlls/ext-ms-win-oleacc-l1-1-0/ext-ms-win-oleacc-l1-1-0.dll \
  dlls/ext-ms-win-ras-rasapi32-l1-1-0/ext-ms-win-ras-rasapi32-l1-1-0.dll \
  dlls/ext-ms-win-rtcore-gdi-devcaps-l1-1-0/ext-ms-win-rtcore-gdi-devcaps-l1-1-0.dll \
  dlls/ext-ms-win-rtcore-gdi-object-l1-1-0/ext-ms-win-rtcore-gdi-object-l1-1-0.dll \
  dlls/ext-ms-win-rtcore-gdi-rgn-l1-1-0/ext-ms-win-rtcore-gdi-rgn-l1-1-0.dll \
  dlls/ext-ms-win-rtcore-ntuser-cursor-l1-1-0/ext-ms-win-rtcore-ntuser-cursor-l1-1-0.dll \
  dlls/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0.dll \
  dlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0/ext-ms-win-rtcore-ntuser-dpi-l1-1-0.dll \
  dlls/ext-ms-win-rtcore-ntuser-dpi-l1-2-0/ext-ms-win-rtcore-ntuser-dpi-l1-2-0.dll \
  dlls/ext-ms-win-rtcore-ntuser-rawinput-l1-1-0/ext-ms-win-rtcore-ntuser-rawinput-l1-1-0.dll \
  dlls/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0.dll \
  dlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll \
  dlls/ext-ms-win-security-credui-l1-1-0/ext-ms-win-security-credui-l1-1-0.dll \
  dlls/ext-ms-win-security-cryptui-l1-1-0/ext-ms-win-security-cryptui-l1-1-0.dll \
  dlls/ext-ms-win-shell-comctl32-init-l1-1-0/ext-ms-win-shell-comctl32-init-l1-1-0.dll \
  dlls/ext-ms-win-shell-comdlg32-l1-1-0/ext-ms-win-shell-comdlg32-l1-1-0.dll \
  dlls/ext-ms-win-shell-shell32-l1-2-0/ext-ms-win-shell-shell32-l1-2-0.dll \
  dlls/ext-ms-win-uxtheme-themes-l1-1-0/ext-ms-win-uxtheme-themes-l1-1-0.dll \
  dlls/faultrep/libfaultrep.def dlls/faultrep/libfaultrep.cross.a dlls/faultrep/faultrep.cross.o \
  dlls/faultrep/faultrep.dll dlls/faultrep/tests/faultrep_test-stripped.exe \
  dlls/faultrep/tests/faultrep.ok dlls/faultrep/tests/faultrep.cross.o \
  dlls/faultrep/tests/testlist.cross.o dlls/faultrep/tests/faultrep_test.exe \
  dlls/feclient/main.cross.o dlls/feclient/feclient.dll dlls/fltlib/fltlib.cross.o \
  dlls/fltlib/rsrc.res dlls/fltlib/fltlib.dll dlls/fltmgr.sys/main.cross.o \
  dlls/fltmgr.sys/fltmgr.sys dlls/fntcache/main.cross.o dlls/fntcache/fntcache.dll \
  dlls/fontsub/main.cross.o dlls/fontsub/fontsub.dll dlls/fusion/asmcache.cross.o \
  dlls/fusion/asmenum.cross.o dlls/fusion/asmname.cross.o dlls/fusion/assembly.cross.o \
  dlls/fusion/fusion.cross.o dlls/fusion/version.res dlls/fusion/fusion.dll \
  dlls/fusion/tests/fusion_test-stripped.exe dlls/fusion/tests/asmcache.ok \
  dlls/fusion/tests/asmenum.ok dlls/fusion/tests/asmname.ok dlls/fusion/tests/fusion.ok \
  dlls/fusion/tests/asmcache.cross.o dlls/fusion/tests/asmenum.cross.o \
  dlls/fusion/tests/asmname.cross.o dlls/fusion/tests/fusion.cross.o \
  dlls/fusion/tests/testlist.cross.o dlls/fusion/tests/fusion_test.exe dlls/fwpuclnt/main.cross.o \
  dlls/fwpuclnt/fwpuclnt.dll dlls/gameux/factory.cross.o dlls/gameux/gameexplorer.cross.o \
  dlls/gameux/gamestatistics.cross.o dlls/gameux/main.cross.o dlls/gameux/rsrc.res \
  dlls/gameux/gameux_tlb_t.res dlls/gameux/gameux.dll dlls/gameux/tests/gameux_test-stripped.exe \
  dlls/gameux/tests/gameexplorer.ok dlls/gameux/tests/gamestatistics.ok \
  dlls/gameux/tests/gameexplorer.cross.o dlls/gameux/tests/gamestatistics.cross.o \
  dlls/gameux/tests/testlist.cross.o dlls/gameux/tests/rsrc.res dlls/gameux/tests/gameux_test.exe \
  dlls/gdi.exe16/bidi.o dlls/gdi.exe16/env.o dlls/gdi.exe16/gdi.o dlls/gdi.exe16/metafile.o \
  dlls/gdi.exe16/printdrv.o dlls/gdi.exe16/version.res dlls/gdi.exe16/gdi.exe16.so \
  dlls/gdi.exe16/gdi.exe16.fake dlls/gdi32/gdi32.pot dlls/gdi32/libgdi32.def \
  dlls/gdi32/libgdi32.cross.a dlls/gdi32/libgdi32.delay.a dlls/gdi32/bidi.o dlls/gdi32/bitblt.o \
  dlls/gdi32/bitmap.o dlls/gdi32/brush.o dlls/gdi32/clipping.o dlls/gdi32/dc.o dlls/gdi32/dib.o \
  dlls/gdi32/dibdrv/bitblt.o dlls/gdi32/dibdrv/dc.o dlls/gdi32/dibdrv/graphics.o \
  dlls/gdi32/dibdrv/objects.o dlls/gdi32/dibdrv/opengl.o dlls/gdi32/dibdrv/primitives.o \
  dlls/gdi32/direction.o dlls/gdi32/driver.o dlls/gdi32/enhmetafile.o dlls/gdi32/enhmfdrv/bitblt.o \
  dlls/gdi32/enhmfdrv/dc.o dlls/gdi32/enhmfdrv/graphics.o dlls/gdi32/enhmfdrv/init.o \
  dlls/gdi32/enhmfdrv/objects.o dlls/gdi32/font.o dlls/gdi32/freetype.o dlls/gdi32/gdiobj.o \
  dlls/gdi32/icm.o dlls/gdi32/mapping.o dlls/gdi32/metafile.o dlls/gdi32/mfdrv/bitblt.o \
  dlls/gdi32/mfdrv/dc.o dlls/gdi32/mfdrv/graphics.o dlls/gdi32/mfdrv/init.o \
  dlls/gdi32/mfdrv/objects.o dlls/gdi32/mfdrv/text.o dlls/gdi32/opengl.o dlls/gdi32/painting.o \
  dlls/gdi32/palette.o dlls/gdi32/path.o dlls/gdi32/pen.o dlls/gdi32/printdrv.o dlls/gdi32/region.o \
  dlls/gdi32/vertical.o dlls/gdi32/vulkan.o dlls/gdi32/gdi32.res dlls/gdi32/gdi32.dll.so \
  dlls/gdi32/gdi32.dll.fake dlls/gdi32/tests/gdi32_test-stripped.exe dlls/gdi32/tests/bitmap.ok \
  dlls/gdi32/tests/brush.ok dlls/gdi32/tests/clipping.ok dlls/gdi32/tests/dc.ok \
  dlls/gdi32/tests/dib.ok dlls/gdi32/tests/driver.ok dlls/gdi32/tests/font.ok \
  dlls/gdi32/tests/gdiobj.ok dlls/gdi32/tests/generated.ok dlls/gdi32/tests/icm.ok \
  dlls/gdi32/tests/mapping.ok dlls/gdi32/tests/metafile.ok dlls/gdi32/tests/palette.ok \
  dlls/gdi32/tests/path.ok dlls/gdi32/tests/pen.ok dlls/gdi32/tests/bitmap.cross.o \
  dlls/gdi32/tests/brush.cross.o dlls/gdi32/tests/clipping.cross.o dlls/gdi32/tests/dc.cross.o \
  dlls/gdi32/tests/dib.cross.o dlls/gdi32/tests/driver.cross.o dlls/gdi32/tests/font.cross.o \
  dlls/gdi32/tests/gdiobj.cross.o dlls/gdi32/tests/generated.cross.o dlls/gdi32/tests/icm.cross.o \
  dlls/gdi32/tests/mapping.cross.o dlls/gdi32/tests/metafile.cross.o \
  dlls/gdi32/tests/palette.cross.o dlls/gdi32/tests/path.cross.o dlls/gdi32/tests/pen.cross.o \
  dlls/gdi32/tests/testlist.cross.o dlls/gdi32/tests/resource.res dlls/gdi32/tests/gdi32_test.exe \
  dlls/gdiplus/libgdiplus.def dlls/gdiplus/libgdiplus.cross.a dlls/gdiplus/brush.cross.o \
  dlls/gdiplus/customlinecap.cross.o dlls/gdiplus/font.cross.o dlls/gdiplus/gdiplus.cross.o \
  dlls/gdiplus/graphics.cross.o dlls/gdiplus/graphicspath.cross.o dlls/gdiplus/image.cross.o \
  dlls/gdiplus/imageattributes.cross.o dlls/gdiplus/matrix.cross.o dlls/gdiplus/metafile.cross.o \
  dlls/gdiplus/pathiterator.cross.o dlls/gdiplus/pen.cross.o dlls/gdiplus/region.cross.o \
  dlls/gdiplus/stringformat.cross.o dlls/gdiplus/gdiplus.res dlls/gdiplus/gdiplus.dll \
  dlls/gdiplus/tests/gdiplus_test-stripped.exe dlls/gdiplus/tests/brush.ok \
  dlls/gdiplus/tests/customlinecap.ok dlls/gdiplus/tests/font.ok dlls/gdiplus/tests/graphics.ok \
  dlls/gdiplus/tests/graphicspath.ok dlls/gdiplus/tests/image.ok dlls/gdiplus/tests/matrix.ok \
  dlls/gdiplus/tests/metafile.ok dlls/gdiplus/tests/pathiterator.ok dlls/gdiplus/tests/pen.ok \
  dlls/gdiplus/tests/region.ok dlls/gdiplus/tests/stringformat.ok dlls/gdiplus/tests/brush.cross.o \
  dlls/gdiplus/tests/customlinecap.cross.o dlls/gdiplus/tests/font.cross.o \
  dlls/gdiplus/tests/graphics.cross.o dlls/gdiplus/tests/graphicspath.cross.o \
  dlls/gdiplus/tests/image.cross.o dlls/gdiplus/tests/matrix.cross.o \
  dlls/gdiplus/tests/metafile.cross.o dlls/gdiplus/tests/pathiterator.cross.o \
  dlls/gdiplus/tests/pen.cross.o dlls/gdiplus/tests/region.cross.o \
  dlls/gdiplus/tests/stringformat.cross.o dlls/gdiplus/tests/testlist.cross.o \
  dlls/gdiplus/tests/resource.res dlls/gdiplus/tests/gdiplus_test.exe dlls/glu32/libglu32.def \
  dlls/glu32/geom.o dlls/glu32/glu.o dlls/glu32/mesh.o dlls/glu32/mipmap.o dlls/glu32/priorityq.o \
  dlls/glu32/project.o dlls/glu32/quad.o dlls/glu32/render.o dlls/glu32/sweep.o dlls/glu32/tess.o \
  dlls/glu32/glu32.dll.so dlls/glu32/glu32.dll.fake dlls/gphoto2.ds/gphoto2.pot \
  dlls/gphoto2.ds/capability.o dlls/gphoto2.ds/ds_image.o dlls/gphoto2.ds/gphoto2_main.o \
  dlls/gphoto2.ds/ui.o dlls/gphoto2.ds/gphoto2.res dlls/gphoto2.ds/gphoto2.ds.so \
  dlls/gphoto2.ds/gphoto2.ds.fake dlls/gpkcsp/main.cross.o dlls/gpkcsp/gpkcsp.dll \
  dlls/hal/libhal.def dlls/hal/libhal.cross.a dlls/hal/hal.cross.o dlls/hal/version.res \
  dlls/hal/hal.dll dlls/hhctrl.ocx/hhctrl.pot dlls/hhctrl.ocx/libhtmlhelp.def \
  dlls/hhctrl.ocx/chm.cross.o dlls/hhctrl.ocx/content.cross.o dlls/hhctrl.ocx/help.cross.o \
  dlls/hhctrl.ocx/hhctrl.cross.o dlls/hhctrl.ocx/index.cross.o dlls/hhctrl.ocx/search.cross.o \
  dlls/hhctrl.ocx/stream.cross.o dlls/hhctrl.ocx/webbrowser.cross.o dlls/hhctrl.ocx/hhctrl.res \
  dlls/hhctrl.ocx/hhctrl_tlb_t.res dlls/hhctrl.ocx/hhctrl.ocx dlls/hid/libhid.def \
  dlls/hid/libhid.cross.a dlls/hid/libhid.delay.a dlls/hid/hidd.cross.o dlls/hid/hidp.cross.o \
  dlls/hid/main.cross.o dlls/hid/version.res dlls/hid/hid.dll dlls/hid/tests/hid_test-stripped.exe \
  dlls/hid/tests/device.ok dlls/hid/tests/device.cross.o dlls/hid/tests/testlist.cross.o \
  dlls/hid/tests/hid_test.exe dlls/hidclass.sys/libhidclass.def \
  dlls/hidclass.sys/libhidclass.cross.a dlls/hidclass.sys/buffer.cross.o \
  dlls/hidclass.sys/descriptor.cross.o dlls/hidclass.sys/device.cross.o \
  dlls/hidclass.sys/main.cross.o dlls/hidclass.sys/pnp.cross.o dlls/hidclass.sys/hidclass.sys \
  dlls/hlink/libhlink.def dlls/hlink/libhlink.cross.a dlls/hlink/browse_ctx.cross.o \
  dlls/hlink/extserv.cross.o dlls/hlink/hlink_main.cross.o dlls/hlink/link.cross.o \
  dlls/hlink/hlink_classes_r.res dlls/hlink/hlink.dll dlls/hlink/tests/hlink_test-stripped.exe \
  dlls/hlink/tests/browse_ctx.ok dlls/hlink/tests/hlink.ok dlls/hlink/tests/browse_ctx.cross.o \
  dlls/hlink/tests/hlink.cross.o dlls/hlink/tests/testlist.cross.o dlls/hlink/tests/hlink_test.exe \
  dlls/hnetcfg/apps.cross.o dlls/hnetcfg/hnetcfg.cross.o dlls/hnetcfg/manager.cross.o \
  dlls/hnetcfg/policy.cross.o dlls/hnetcfg/port.cross.o dlls/hnetcfg/profile.cross.o \
  dlls/hnetcfg/service.cross.o dlls/hnetcfg/hnetcfg_r.res dlls/hnetcfg/hnetcfg_tlb_t.res \
  dlls/hnetcfg/hnetcfg.dll dlls/hnetcfg/tests/hnetcfg_test-stripped.exe dlls/hnetcfg/tests/policy.ok \
  dlls/hnetcfg/tests/policy.cross.o dlls/hnetcfg/tests/testlist.cross.o \
  dlls/hnetcfg/tests/hnetcfg_test.exe dlls/http.sys/http.cross.o dlls/http.sys/http.sys \
  dlls/httpapi/libhttpapi.def dlls/httpapi/libhttpapi.cross.a dlls/httpapi/httpapi_main.cross.o \
  dlls/httpapi/httpapi.dll dlls/httpapi/tests/httpapi_test-stripped.exe \
  dlls/httpapi/tests/httpapi.ok dlls/httpapi/tests/httpapi.cross.o \
  dlls/httpapi/tests/testlist.cross.o dlls/httpapi/tests/httpapi_test.exe dlls/iccvid/iccvid.pot \
  dlls/iccvid/iccvid.cross.o dlls/iccvid/iccvid.res dlls/iccvid/iccvid.dll dlls/icmp/icmp.dll \
  dlls/ieframe/ieframe.pot dlls/ieframe/libieframe.def dlls/ieframe/libieframe.cross.a \
  dlls/ieframe/libieframe.delay.a dlls/ieframe/classinfo.cross.o dlls/ieframe/client.cross.o \
  dlls/ieframe/dochost.cross.o dlls/ieframe/events.cross.o dlls/ieframe/frame.cross.o \
  dlls/ieframe/ie.cross.o dlls/ieframe/ieframe_main.cross.o dlls/ieframe/iehtmlwnd.cross.o \
  dlls/ieframe/iexplore.cross.o dlls/ieframe/intshcut.cross.o dlls/ieframe/navigate.cross.o \
  dlls/ieframe/oleobject.cross.o dlls/ieframe/persist.cross.o dlls/ieframe/shellbrowser.cross.o \
  dlls/ieframe/shelluihelper.cross.o dlls/ieframe/urlhist.cross.o dlls/ieframe/view.cross.o \
  dlls/ieframe/webbrowser.cross.o dlls/ieframe/ieframe.res dlls/ieframe/ieframe_v1_t.res \
  dlls/ieframe/ieframe_v1_r.res dlls/ieframe/ieframe.dll \
  dlls/ieframe/tests/ieframe_test-stripped.exe dlls/ieframe/tests/ie.ok \
  dlls/ieframe/tests/intshcut.ok dlls/ieframe/tests/webbrowser.ok dlls/ieframe/tests/ie.cross.o \
  dlls/ieframe/tests/intshcut.cross.o dlls/ieframe/tests/webbrowser.cross.o \
  dlls/ieframe/tests/testlist.cross.o dlls/ieframe/tests/ieframe_test.exe \
  dlls/ieproxy/ieproxy_ieautomation.h dlls/ieproxy/ieproxy_perhist.h \
  dlls/ieproxy/ieproxy_ieautomation_i.c dlls/ieproxy/dlldata.c dlls/ieproxy/ieproxy_ieautomation_p.c \
  dlls/ieproxy/ieproxy_perhist_p.c dlls/ieproxy/ieproxy_ieautomation_i.cross.o \
  dlls/ieproxy/dlldata.cross.o dlls/ieproxy/ieproxy_ieautomation_p.cross.o \
  dlls/ieproxy/ieproxy_perhist_p.cross.o dlls/ieproxy/ieproxy_ieautomation_r.res \
  dlls/ieproxy/ieproxy_perhist_r.res dlls/ieproxy/ieproxy.dll dlls/ifsmgr.vxd/ifsmgr.cross.o \
  dlls/ifsmgr.vxd/ifsmgr.vxd dlls/imaadp32.acm/imaadp32.cross.o dlls/imaadp32.acm/imaadp32.acm \
  dlls/imagehlp/libimagehlp.def dlls/imagehlp/libimagehlp.cross.a dlls/imagehlp/libimagehlp.delay.a \
  dlls/imagehlp/access.cross.o dlls/imagehlp/imagehlp_main.cross.o dlls/imagehlp/integrity.cross.o \
  dlls/imagehlp/modify.cross.o dlls/imagehlp/imagehlp.dll \
  dlls/imagehlp/tests/imagehlp_test-stripped.exe dlls/imagehlp/tests/image.ok \
  dlls/imagehlp/tests/integrity.ok dlls/imagehlp/tests/image.cross.o \
  dlls/imagehlp/tests/integrity.cross.o dlls/imagehlp/tests/testlist.cross.o \
  dlls/imagehlp/tests/imagehlp_test.exe dlls/imm.dll16/imm.dll16 dlls/imm32/libimm32.def \
  dlls/imm32/libimm32.cross.a dlls/imm32/imm.cross.o dlls/imm32/version.res dlls/imm32/imm32.dll \
  dlls/imm32/tests/imm32_test-stripped.exe dlls/imm32/tests/imm32.ok dlls/imm32/tests/imm32.cross.o \
  dlls/imm32/tests/testlist.cross.o dlls/imm32/tests/imm32_test.exe dlls/inetcomm/libinetcomm.def \
  dlls/inetcomm/libinetcomm.cross.a dlls/inetcomm/libinetcomm.delay.a \
  dlls/inetcomm/imaptransport.cross.o dlls/inetcomm/inetcomm_main.cross.o \
  dlls/inetcomm/internettransport.cross.o dlls/inetcomm/mimeintl.cross.o \
  dlls/inetcomm/mimeole.cross.o dlls/inetcomm/pop3transport.cross.o dlls/inetcomm/protocol.cross.o \
  dlls/inetcomm/smtptransport.cross.o dlls/inetcomm/inetcomm.res dlls/inetcomm/inetcomm_r.res \
  dlls/inetcomm/inetcomm.dll dlls/inetcomm/tests/inetcomm_test-stripped.exe \
  dlls/inetcomm/tests/mimeintl.ok dlls/inetcomm/tests/mimeole.ok \
  dlls/inetcomm/tests/mimeintl.cross.o dlls/inetcomm/tests/mimeole.cross.o \
  dlls/inetcomm/tests/testlist.cross.o dlls/inetcomm/tests/inetcomm_test.exe \
  dlls/inetcpl.cpl/inetcpl.pot dlls/inetcpl.cpl/connections.cross.o dlls/inetcpl.cpl/content.cross.o \
  dlls/inetcpl.cpl/general.cross.o dlls/inetcpl.cpl/inetcpl.cross.o \
  dlls/inetcpl.cpl/security.cross.o dlls/inetcpl.cpl/inetcpl.res dlls/inetcpl.cpl/inetcpl.cpl \
  dlls/inetmib1/main.cross.o dlls/inetmib1/inetmib1.dll \
  dlls/inetmib1/tests/inetmib1_test-stripped.exe dlls/inetmib1/tests/main.ok \
  dlls/inetmib1/tests/main.cross.o dlls/inetmib1/tests/testlist.cross.o \
  dlls/inetmib1/tests/inetmib1_test.exe dlls/infosoft/infosoft.h dlls/infosoft/infosoft_main.cross.o \
  dlls/infosoft/wordbreaker.cross.o dlls/infosoft/infosoft_r.res dlls/infosoft/infosoft.dll \
  dlls/infosoft/tests/infosoft_test-stripped.exe dlls/infosoft/tests/infosoft.ok \
  dlls/infosoft/tests/infosoft.cross.o dlls/infosoft/tests/testlist.cross.o \
  dlls/infosoft/tests/infosoft_test.exe dlls/initpki/main.cross.o dlls/initpki/initpki.dll \
  dlls/inkobj/inkobj.cross.o dlls/inkobj/inkobj.dll dlls/inseng/inseng_main.cross.o \
  dlls/inseng/inseng_classes_r.res dlls/inseng/inseng.dll dlls/iphlpapi/libiphlpapi.def \
  dlls/iphlpapi/libiphlpapi.cross.a dlls/iphlpapi/libiphlpapi.delay.a dlls/iphlpapi/icmp.o \
  dlls/iphlpapi/ifenum.o dlls/iphlpapi/iphlpapi_main.o dlls/iphlpapi/ipstats.o \
  dlls/iphlpapi/version.res dlls/iphlpapi/iphlpapi.dll.so dlls/iphlpapi/iphlpapi.dll.fake \
  dlls/iphlpapi/tests/iphlpapi_test-stripped.exe dlls/iphlpapi/tests/iphlpapi.ok \
  dlls/iphlpapi/tests/iphlpapi.cross.o dlls/iphlpapi/tests/testlist.cross.o \
  dlls/iphlpapi/tests/iphlpapi_test.exe dlls/iprop/iprop.dll dlls/irprops.cpl/irprops.cpl \
  dlls/itircl/itircl_main.cross.o dlls/itircl/itircl.dll dlls/itss/chm_lib.cross.o \
  dlls/itss/itss.cross.o dlls/itss/lzx.cross.o dlls/itss/moniker.cross.o dlls/itss/protocol.cross.o \
  dlls/itss/storage.cross.o dlls/itss/rsrc.res dlls/itss/itss_r.res dlls/itss/itss.dll \
  dlls/itss/tests/itss_test-stripped.exe dlls/itss/tests/protocol.ok \
  dlls/itss/tests/protocol.cross.o dlls/itss/tests/testlist.cross.o dlls/itss/tests/rsrc.res \
  dlls/itss/tests/itss_test.exe dlls/joy.cpl/joy.pot dlls/joy.cpl/main.cross.o dlls/joy.cpl/joy.res \
  dlls/joy.cpl/joy.cpl dlls/jscript/jscript.pot dlls/jscript/jscript_classes.h \
  dlls/jscript/parser.tab.h dlls/jscript/cc_parser.tab.c dlls/jscript/parser.tab.c \
  dlls/jscript/activex.cross.o dlls/jscript/array.cross.o dlls/jscript/bool.cross.o \
  dlls/jscript/compile.cross.o dlls/jscript/date.cross.o dlls/jscript/decode.cross.o \
  dlls/jscript/dispex.cross.o dlls/jscript/engine.cross.o dlls/jscript/enumerator.cross.o \
  dlls/jscript/error.cross.o dlls/jscript/function.cross.o dlls/jscript/global.cross.o \
  dlls/jscript/jscript.cross.o dlls/jscript/jscript_main.cross.o dlls/jscript/json.cross.o \
  dlls/jscript/jsregexp.cross.o dlls/jscript/jsstr.cross.o dlls/jscript/jsutils.cross.o \
  dlls/jscript/lex.cross.o dlls/jscript/math.cross.o dlls/jscript/number.cross.o \
  dlls/jscript/object.cross.o dlls/jscript/regexp.cross.o dlls/jscript/string.cross.o \
  dlls/jscript/vbarray.cross.o dlls/jscript/cc_parser.tab.cross.o dlls/jscript/parser.tab.cross.o \
  dlls/jscript/jscript.res dlls/jscript/jscript_classes_r.res dlls/jscript/jsglobal_t.res \
  dlls/jscript/jscript.dll dlls/jscript/tests/jscript_test-stripped.exe \
  dlls/jscript/tests/activex.ok dlls/jscript/tests/caller.ok dlls/jscript/tests/jscript.ok \
  dlls/jscript/tests/run.ok dlls/jscript/tests/activex.cross.o dlls/jscript/tests/caller.cross.o \
  dlls/jscript/tests/jscript.cross.o dlls/jscript/tests/run.cross.o \
  dlls/jscript/tests/testlist.cross.o dlls/jscript/tests/rsrc.res \
  dlls/jscript/tests/jscript_test.exe dlls/jsproxy/libjsproxy.def dlls/jsproxy/libjsproxy.cross.a \
  dlls/jsproxy/main.cross.o dlls/jsproxy/rsrc.res dlls/jsproxy/jsproxy.dll \
  dlls/jsproxy/tests/jsproxy_test-stripped.exe dlls/jsproxy/tests/jsproxy.ok \
  dlls/jsproxy/tests/jsproxy.cross.o dlls/jsproxy/tests/testlist.cross.o \
  dlls/jsproxy/tests/jsproxy_test.exe dlls/kerberos/krb5_ap.o dlls/kerberos/kerberos.dll.so \
  dlls/kerberos/kerberos.dll.fake dlls/kernel32/version.pot dlls/kernel32/winerror.pot \
  dlls/kernel32/libkernel32.def dlls/kernel32/libkernel32.cross.a dlls/kernel32/actctx.o \
  dlls/kernel32/atom.o dlls/kernel32/comm.o dlls/kernel32/computername.o dlls/kernel32/console.o \
  dlls/kernel32/cpu.o dlls/kernel32/debugger.o dlls/kernel32/editline.o dlls/kernel32/environ.o \
  dlls/kernel32/file.o dlls/kernel32/format_msg.o dlls/kernel32/heap.o dlls/kernel32/kernel_main.o \
  dlls/kernel32/lcformat.o dlls/kernel32/locale.o dlls/kernel32/lzexpand.o dlls/kernel32/module.o \
  dlls/kernel32/nameprep.o dlls/kernel32/path.o dlls/kernel32/powermgnt.o dlls/kernel32/process.o \
  dlls/kernel32/profile.o dlls/kernel32/resource.o dlls/kernel32/string.o dlls/kernel32/sync.o \
  dlls/kernel32/tape.o dlls/kernel32/term.o dlls/kernel32/thread.o dlls/kernel32/time.o \
  dlls/kernel32/toolhelp.o dlls/kernel32/version.o dlls/kernel32/virtual.o dlls/kernel32/volume.o \
  dlls/kernel32/wer.o dlls/kernel32/locale_rc.res dlls/kernel32/version.res \
  dlls/kernel32/winerror.res dlls/kernel32/kernel32.dll.so dlls/kernel32/kernel32.dll.fake \
  dlls/kernel32/tests/dummy.cross.o dlls/kernel32/tests/dummy.dll \
  dlls/kernel32/tests/kernel32_test-stripped.exe dlls/kernel32/tests/actctx.ok \
  dlls/kernel32/tests/atom.ok dlls/kernel32/tests/change.ok dlls/kernel32/tests/codepage.ok \
  dlls/kernel32/tests/comm.ok dlls/kernel32/tests/console.ok dlls/kernel32/tests/debugger.ok \
  dlls/kernel32/tests/directory.ok dlls/kernel32/tests/drive.ok dlls/kernel32/tests/environ.ok \
  dlls/kernel32/tests/fiber.ok dlls/kernel32/tests/file.ok dlls/kernel32/tests/format_msg.ok \
  dlls/kernel32/tests/generated.ok dlls/kernel32/tests/heap.ok dlls/kernel32/tests/loader.ok \
  dlls/kernel32/tests/locale.ok dlls/kernel32/tests/mailslot.ok dlls/kernel32/tests/module.ok \
  dlls/kernel32/tests/path.ok dlls/kernel32/tests/pipe.ok dlls/kernel32/tests/power.ok \
  dlls/kernel32/tests/process.ok dlls/kernel32/tests/profile.ok dlls/kernel32/tests/resource.ok \
  dlls/kernel32/tests/sync.ok dlls/kernel32/tests/thread.ok dlls/kernel32/tests/time.ok \
  dlls/kernel32/tests/timer.ok dlls/kernel32/tests/toolhelp.ok dlls/kernel32/tests/version.ok \
  dlls/kernel32/tests/virtual.ok dlls/kernel32/tests/volume.ok dlls/kernel32/tests/actctx.cross.o \
  dlls/kernel32/tests/atom.cross.o dlls/kernel32/tests/change.cross.o \
  dlls/kernel32/tests/codepage.cross.o dlls/kernel32/tests/comm.cross.o \
  dlls/kernel32/tests/console.cross.o dlls/kernel32/tests/debugger.cross.o \
  dlls/kernel32/tests/directory.cross.o dlls/kernel32/tests/drive.cross.o \
  dlls/kernel32/tests/environ.cross.o dlls/kernel32/tests/fiber.cross.o \
  dlls/kernel32/tests/file.cross.o dlls/kernel32/tests/format_msg.cross.o \
  dlls/kernel32/tests/generated.cross.o dlls/kernel32/tests/heap.cross.o \
  dlls/kernel32/tests/loader.cross.o dlls/kernel32/tests/locale.cross.o \
  dlls/kernel32/tests/mailslot.cross.o dlls/kernel32/tests/module.cross.o \
  dlls/kernel32/tests/path.cross.o dlls/kernel32/tests/pipe.cross.o \
  dlls/kernel32/tests/power.cross.o dlls/kernel32/tests/process.cross.o \
  dlls/kernel32/tests/profile.cross.o dlls/kernel32/tests/resource.cross.o \
  dlls/kernel32/tests/sync.cross.o dlls/kernel32/tests/thread.cross.o \
  dlls/kernel32/tests/time.cross.o dlls/kernel32/tests/timer.cross.o \
  dlls/kernel32/tests/toolhelp.cross.o dlls/kernel32/tests/version.cross.o \
  dlls/kernel32/tests/virtual.cross.o dlls/kernel32/tests/volume.cross.o \
  dlls/kernel32/tests/testlist.cross.o dlls/kernel32/tests/dummy.res \
  dlls/kernel32/tests/resource.res dlls/kernel32/tests/kernel32_test.exe \
  dlls/kernelbase/libkernelbase.def dlls/kernelbase/libkernelbase.cross.a \
  dlls/kernelbase/collation.cross.o dlls/kernelbase/compose.cross.o dlls/kernelbase/console.cross.o \
  dlls/kernelbase/debug.cross.o dlls/kernelbase/decompose.cross.o dlls/kernelbase/digitmap.cross.o \
  dlls/kernelbase/file.cross.o dlls/kernelbase/loader.cross.o dlls/kernelbase/locale.cross.o \
  dlls/kernelbase/main.cross.o dlls/kernelbase/memory.cross.o dlls/kernelbase/path.cross.o \
  dlls/kernelbase/process.cross.o dlls/kernelbase/registry.cross.o dlls/kernelbase/security.cross.o \
  dlls/kernelbase/string.cross.o dlls/kernelbase/sync.cross.o dlls/kernelbase/thread.cross.o \
  dlls/kernelbase/version.cross.o dlls/kernelbase/wctype.cross.o dlls/kernelbase/kernelbase.dll \
  dlls/kernelbase/tests/kernelbase_test-stripped.exe dlls/kernelbase/tests/path.ok \
  dlls/kernelbase/tests/sync.ok dlls/kernelbase/tests/path.cross.o \
  dlls/kernelbase/tests/sync.cross.o dlls/kernelbase/tests/testlist.cross.o \
  dlls/kernelbase/tests/kernelbase_test.exe dlls/keyboard.drv16/keyboard.cross.o \
  dlls/keyboard.drv16/keyboard.drv16 dlls/krnl386.exe16/libkernel.def \
  dlls/krnl386.exe16/libkernel.cross.a dlls/krnl386.exe16/atom.o dlls/krnl386.exe16/dma.o \
  dlls/krnl386.exe16/dosmem.o dlls/krnl386.exe16/dosvm.o dlls/krnl386.exe16/error.o \
  dlls/krnl386.exe16/file.o dlls/krnl386.exe16/fpu.o dlls/krnl386.exe16/global.o \
  dlls/krnl386.exe16/instr.o dlls/krnl386.exe16/int13.o dlls/krnl386.exe16/int15.o \
  dlls/krnl386.exe16/int21.o dlls/krnl386.exe16/int25.o dlls/krnl386.exe16/int26.o \
  dlls/krnl386.exe16/int2f.o dlls/krnl386.exe16/int31.o dlls/krnl386.exe16/int67.o \
  dlls/krnl386.exe16/interrupts.o dlls/krnl386.exe16/ioports.o dlls/krnl386.exe16/kernel.o \
  dlls/krnl386.exe16/local.o dlls/krnl386.exe16/ne_module.o dlls/krnl386.exe16/ne_segment.o \
  dlls/krnl386.exe16/registry.o dlls/krnl386.exe16/relay.o dlls/krnl386.exe16/resource.o \
  dlls/krnl386.exe16/selector.o dlls/krnl386.exe16/snoop.o dlls/krnl386.exe16/soundblaster.o \
  dlls/krnl386.exe16/syslevel.o dlls/krnl386.exe16/task.o dlls/krnl386.exe16/thunk.o \
  dlls/krnl386.exe16/utthunk.o dlls/krnl386.exe16/vxd.o dlls/krnl386.exe16/wowthunk.o \
  dlls/krnl386.exe16/version.res dlls/krnl386.exe16/krnl386.exe16.so \
  dlls/krnl386.exe16/krnl386.exe16.fake dlls/ksecdd.sys/main.cross.o dlls/ksecdd.sys/version.res \
  dlls/ksecdd.sys/ksecdd.sys dlls/ksuser/main.cross.o dlls/ksuser/ksuser.dll \
  dlls/ktmw32/ktmw32_main.cross.o dlls/ktmw32/ktmw32.dll dlls/l3codeca.acm/mpegl3.o \
  dlls/l3codeca.acm/l3codeca.acm.so dlls/l3codeca.acm/l3codeca.acm.fake \
  dlls/loadperf/libloadperf.def dlls/loadperf/libloadperf.cross.a \
  dlls/loadperf/loadperf_main.cross.o dlls/loadperf/loadperf.dll dlls/localspl/localspl.pot \
  dlls/localspl/localmon.cross.o dlls/localspl/localspl_main.cross.o dlls/localspl/provider.cross.o \
  dlls/localspl/localspl.res dlls/localspl/localspl.dll \
  dlls/localspl/tests/localspl_test-stripped.exe dlls/localspl/tests/localmon.ok \
  dlls/localspl/tests/localmon.cross.o dlls/localspl/tests/testlist.cross.o \
  dlls/localspl/tests/localspl_test.exe dlls/localui/localui.pot dlls/localui/localui.cross.o \
  dlls/localui/localui.res dlls/localui/localui.dll dlls/localui/tests/localui_test-stripped.exe \
  dlls/localui/tests/localui.ok dlls/localui/tests/localui.cross.o \
  dlls/localui/tests/testlist.cross.o dlls/localui/tests/localui_test.exe dlls/lz32/liblz32.def \
  dlls/lz32/liblz32.cross.a dlls/lz32/version.res dlls/lz32/lz32.dll \
  dlls/lz32/tests/lz32_test-stripped.exe dlls/lz32/tests/lzexpand_main.ok \
  dlls/lz32/tests/lzexpand_main.cross.o dlls/lz32/tests/testlist.cross.o \
  dlls/lz32/tests/lz32_test.exe dlls/lzexpand.dll16/lzexpand.cross.o \
  dlls/lzexpand.dll16/lzexpand.dll16 dlls/mapi32/mapi32.pot dlls/mapi32/libmapi32.def \
  dlls/mapi32/libmapi32.cross.a dlls/mapi32/imalloc.cross.o dlls/mapi32/mapi32_main.cross.o \
  dlls/mapi32/prop.cross.o dlls/mapi32/sendmail.cross.o dlls/mapi32/util.cross.o \
  dlls/mapi32/mapi32.res dlls/mapi32/mapi32.dll dlls/mapi32/tests/mapi32_test-stripped.exe \
  dlls/mapi32/tests/imalloc.ok dlls/mapi32/tests/prop.ok dlls/mapi32/tests/util.ok \
  dlls/mapi32/tests/imalloc.cross.o dlls/mapi32/tests/prop.cross.o dlls/mapi32/tests/util.cross.o \
  dlls/mapi32/tests/testlist.cross.o dlls/mapi32/tests/mapi32_test.exe dlls/mapistub/main.cross.o \
  dlls/mapistub/mapistub.dll dlls/mciavi32/info.cross.o dlls/mciavi32/mciavi.cross.o \
  dlls/mciavi32/mmoutput.cross.o dlls/mciavi32/wnd.cross.o dlls/mciavi32/mciavi_res.res \
  dlls/mciavi32/mciavi32.dll dlls/mcicda/mcicda.cross.o dlls/mcicda/mcicda.dll \
  dlls/mciqtz32/mciqtz.cross.o dlls/mciqtz32/mciavi_res.res dlls/mciqtz32/version.res \
  dlls/mciqtz32/mciqtz32.dll dlls/mciseq/mcimidi.cross.o dlls/mciseq/mciseq.dll \
  dlls/mciwave/mciwave.cross.o dlls/mciwave/mciwave.dll dlls/mf/libmf.def dlls/mf/libmf.cross.a \
  dlls/mf/main.cross.o dlls/mf/samplegrabber.cross.o dlls/mf/sar.cross.o dlls/mf/session.cross.o \
  dlls/mf/topology.cross.o dlls/mf/mf.res dlls/mf/mf_r.res dlls/mf/mf.h dlls/mf/mf.dll \
  dlls/mf/tests/mf_test-stripped.exe dlls/mf/tests/mf.ok dlls/mf/tests/mf.cross.o \
  dlls/mf/tests/testlist.cross.o dlls/mf/tests/resource.res dlls/mf/tests/mf_test.exe \
  dlls/mf3216/mf3216.dll dlls/mferror/mferror.pot dlls/mferror/mferror.res dlls/mferror/mferror.dll \
  dlls/mfmediaengine/libmfmediaengine.def dlls/mfmediaengine/libmfmediaengine.cross.a \
  dlls/mfmediaengine/main.cross.o dlls/mfmediaengine/mediaengine_r.res \
  dlls/mfmediaengine/mediaengine_classes_r.res dlls/mfmediaengine/mfmediaengine.dll \
  dlls/mfmediaengine/tests/mfmediaengine_test-stripped.exe dlls/mfmediaengine/tests/mfmediaengine.ok \
  dlls/mfmediaengine/tests/mfmediaengine.cross.o dlls/mfmediaengine/tests/testlist.cross.o \
  dlls/mfmediaengine/tests/mfmediaengine_test.exe dlls/mfplat/libmfplat.def \
  dlls/mfplat/libmfplat.cross.a dlls/mfplat/buffer.cross.o dlls/mfplat/main.cross.o \
  dlls/mfplat/mediatype.cross.o dlls/mfplat/queue.cross.o dlls/mfplat/mfplat.dll \
  dlls/mfplat/tests/mfplat_test-stripped.exe dlls/mfplat/tests/mfplat.ok \
  dlls/mfplat/tests/mfplat.cross.o dlls/mfplat/tests/testlist.cross.o dlls/mfplat/tests/resource.res \
  dlls/mfplat/tests/mfplat_test.exe dlls/mfplay/player.cross.o dlls/mfplay/mfplay.dll \
  dlls/mfreadwrite/libmfreadwrite.def dlls/mfreadwrite/libmfreadwrite.cross.a \
  dlls/mfreadwrite/main.cross.o dlls/mfreadwrite/mf_classes_r.res dlls/mfreadwrite/mfreadwrite.dll \
  dlls/mfreadwrite/tests/mfreadwrite_test-stripped.exe dlls/mfreadwrite/tests/mfplat.ok \
  dlls/mfreadwrite/tests/mfplat.cross.o dlls/mfreadwrite/tests/testlist.cross.o \
  dlls/mfreadwrite/tests/resource.res dlls/mfreadwrite/tests/mfreadwrite_test.exe \
  dlls/mfuuid/mfuuid.o dlls/mfuuid/mfuuid.cross.o dlls/mfuuid/libmfuuid.a \
  dlls/mfuuid/libmfuuid.cross.a dlls/mgmtapi/mgmtapi.cross.o dlls/mgmtapi/mgmtapi.dll \
  dlls/midimap/midimap.cross.o dlls/midimap/midimap.dll dlls/mlang/libmlang.def \
  dlls/mlang/libmlang.cross.a dlls/mlang/libmlang.delay.a dlls/mlang/mlang.cross.o \
  dlls/mlang/mlang_classes_r.res dlls/mlang/mlang.dll dlls/mlang/tests/mlang_test-stripped.exe \
  dlls/mlang/tests/mlang.ok dlls/mlang/tests/mlang.cross.o dlls/mlang/tests/testlist.cross.o \
  dlls/mlang/tests/mlang_test.exe dlls/mmcndmgr/mmcndmgr.cross.o dlls/mmcndmgr/mmcndmgr_t.res \
  dlls/mmcndmgr/mmcndmgr.dll dlls/mmcndmgr/tests/mmcndmgr_test-stripped.exe \
  dlls/mmcndmgr/tests/mmcndmgr.ok dlls/mmcndmgr/tests/mmcndmgr.cross.o \
  dlls/mmcndmgr/tests/testlist.cross.o dlls/mmcndmgr/tests/mmcndmgr_test.exe \
  dlls/mmdevapi/audiovolume.cross.o dlls/mmdevapi/devenum.cross.o dlls/mmdevapi/main.cross.o \
  dlls/mmdevapi/mmdevapi_classes_r.res dlls/mmdevapi/mmdevapi.dll \
  dlls/mmdevapi/tests/mmdevapi_test-stripped.exe dlls/mmdevapi/tests/capture.ok \
  dlls/mmdevapi/tests/dependency.ok dlls/mmdevapi/tests/mmdevenum.ok \
  dlls/mmdevapi/tests/propstore.ok dlls/mmdevapi/tests/render.ok dlls/mmdevapi/tests/capture.cross.o \
  dlls/mmdevapi/tests/dependency.cross.o dlls/mmdevapi/tests/mmdevenum.cross.o \
  dlls/mmdevapi/tests/propstore.cross.o dlls/mmdevapi/tests/render.cross.o \
  dlls/mmdevapi/tests/testlist.cross.o dlls/mmdevapi/tests/mmdevapi_test.exe \
  dlls/mmdevldr.vxd/mmdevldr.cross.o dlls/mmdevldr.vxd/mmdevldr.vxd \
  dlls/mmsystem.dll16/driver.cross.o dlls/mmsystem.dll16/mci16.cross.o \
  dlls/mmsystem.dll16/message16.cross.o dlls/mmsystem.dll16/mmio16.cross.o \
  dlls/mmsystem.dll16/mmsystem.cross.o dlls/mmsystem.dll16/mmsystem.dll16 \
  dlls/monodebg.vxd/monodebg.cross.o dlls/monodebg.vxd/monodebg.vxd dlls/mountmgr.sys/dbus.o \
  dlls/mountmgr.sys/device.o dlls/mountmgr.sys/diskarb.o dlls/mountmgr.sys/mountmgr.o \
  dlls/mountmgr.sys/mountmgr.sys.so dlls/mountmgr.sys/mountmgr.sys.fake \
  dlls/mouse.drv16/mouse.cross.o dlls/mouse.drv16/mouse.res dlls/mouse.drv16/mouse.drv16 \
  dlls/mp3dmod/mp3dmod.o dlls/mp3dmod/mp3dmod_r.res dlls/mp3dmod/mp3dmod.dll.so \
  dlls/mp3dmod/mp3dmod.dll.fake dlls/mp3dmod/tests/mp3dmod_test-stripped.exe \
  dlls/mp3dmod/tests/mp3dmod.ok dlls/mp3dmod/tests/mp3dmod.cross.o \
  dlls/mp3dmod/tests/testlist.cross.o dlls/mp3dmod/tests/mp3dmod_test.exe dlls/mpr/mpr.pot \
  dlls/mpr/libmpr.def dlls/mpr/libmpr.cross.a dlls/mpr/libmpr.delay.a dlls/mpr/auth.cross.o \
  dlls/mpr/mpr_main.cross.o dlls/mpr/multinet.cross.o dlls/mpr/nps.cross.o dlls/mpr/pwcache.cross.o \
  dlls/mpr/wnet.cross.o dlls/mpr/mpr.res dlls/mpr/mpr.dll dlls/mpr/tests/mpr_test-stripped.exe \
  dlls/mpr/tests/mpr.ok dlls/mpr/tests/mpr.cross.o dlls/mpr/tests/testlist.cross.o \
  dlls/mpr/tests/mpr_test.exe dlls/mprapi/libmprapi.def dlls/mprapi/mprapi.cross.o \
  dlls/mprapi/mprapi.dll dlls/msacm.dll16/msacm.cross.o dlls/msacm.dll16/msacm.dll16 \
  dlls/msacm32.drv/wavemap.cross.o dlls/msacm32.drv/msacm32.drv dlls/msacm32/msacm32.pot \
  dlls/msacm32/libmsacm32.def dlls/msacm32/libmsacm32.cross.a
	rm -f dlls/msacm32/driver.cross.o dlls/msacm32/filter.cross.o dlls/msacm32/format.cross.o \
  dlls/msacm32/internal.cross.o dlls/msacm32/msacm32_main.cross.o dlls/msacm32/pcmconverter.cross.o \
  dlls/msacm32/stream.cross.o dlls/msacm32/msacm32.res dlls/msacm32/msacm32.dll \
  dlls/msacm32/tests/msacm32_test-stripped.exe dlls/msacm32/tests/msacm.ok \
  dlls/msacm32/tests/msacm.cross.o dlls/msacm32/tests/testlist.cross.o \
  dlls/msacm32/tests/msacm32_test.exe dlls/msado15/command.cross.o dlls/msado15/connection.cross.o \
  dlls/msado15/main.cross.o dlls/msado15/recordset.cross.o dlls/msado15/stream.cross.o \
  dlls/msado15/msado15_classes_r.res dlls/msado15/msado15_tlb_t.res dlls/msado15/msado15.dll \
  dlls/msado15/tests/msado15_test-stripped.exe dlls/msado15/tests/msado15.ok \
  dlls/msado15/tests/msado15.cross.o dlls/msado15/tests/testlist.cross.o \
  dlls/msado15/tests/msado15_test.exe dlls/msadp32.acm/msadp32.cross.o dlls/msadp32.acm/msadp32.acm \
  dlls/msasn1/libmsasn1.def dlls/msasn1/libmsasn1.cross.a dlls/msasn1/main.cross.o \
  dlls/msasn1/msasn1.dll dlls/msasn1/tests/msasn1_test-stripped.exe dlls/msasn1/tests/asn1.ok \
  dlls/msasn1/tests/asn1.cross.o dlls/msasn1/tests/testlist.cross.o \
  dlls/msasn1/tests/msasn1_test.exe dlls/mscat32/main.cross.o dlls/mscat32/mscat32.dll \
  dlls/mscms/libmscms.def dlls/mscms/handle.o dlls/mscms/icc.o dlls/mscms/mscms_main.o \
  dlls/mscms/profile.o dlls/mscms/stub.o dlls/mscms/transform.o dlls/mscms/version.res \
  dlls/mscms/mscms.dll.so dlls/mscms/mscms.dll.fake dlls/mscms/tests/mscms_test-stripped.exe \
  dlls/mscms/tests/profile.ok dlls/mscms/tests/profile.cross.o dlls/mscms/tests/testlist.cross.o \
  dlls/mscms/tests/mscms_test.exe dlls/mscoree/assembly.cross.o dlls/mscoree/config.cross.o \
  dlls/mscoree/cordebug.cross.o dlls/mscoree/corruntimehost.cross.o dlls/mscoree/metadata.cross.o \
  dlls/mscoree/metahost.cross.o dlls/mscoree/mscoree_main.cross.o dlls/mscoree/mscoree_classes_r.res \
  dlls/mscoree/mscoree.dll dlls/mscoree/tests/mscoree_test-stripped.exe \
  dlls/mscoree/tests/comtest.ok dlls/mscoree/tests/debugging.ok dlls/mscoree/tests/metahost.ok \
  dlls/mscoree/tests/mscoree.ok dlls/mscoree/tests/comtest.cross.o \
  dlls/mscoree/tests/debugging.cross.o dlls/mscoree/tests/metahost.cross.o \
  dlls/mscoree/tests/mscoree.cross.o dlls/mscoree/tests/testlist.cross.o \
  dlls/mscoree/tests/resource.res dlls/mscoree/tests/interfaces.h \
  dlls/mscoree/tests/mscoree_test.exe dlls/mscorwks/mscorwks_main.cross.o dlls/mscorwks/mscorwks.dll \
  dlls/msctf/categorymgr.cross.o dlls/msctf/compartmentmgr.cross.o dlls/msctf/context.cross.o \
  dlls/msctf/displayattributemgr.cross.o dlls/msctf/documentmgr.cross.o \
  dlls/msctf/inputprocessor.cross.o dlls/msctf/langbarmgr.cross.o dlls/msctf/msctf.cross.o \
  dlls/msctf/range.cross.o dlls/msctf/threadmgr.cross.o dlls/msctf/version.res \
  dlls/msctf/msctf_classes_r.res dlls/msctf/msctf.dll dlls/msctf/tests/msctf_test-stripped.exe \
  dlls/msctf/tests/inputprocessor.ok dlls/msctf/tests/inputprocessor.cross.o \
  dlls/msctf/tests/testlist.cross.o dlls/msctf/tests/msctf.res dlls/msctf/tests/msctf_test.exe \
  dlls/msctfp/msctfp.h dlls/msctfp/msctfp_i.c dlls/msctfp/dlldata.c dlls/msctfp/msctfp_p.c \
  dlls/msctfp/msctfp_i.cross.o dlls/msctfp/dlldata.cross.o dlls/msctfp/msctfp_p.cross.o \
  dlls/msctfp/msctfp_r.res dlls/msctfp/msctfp.dll dlls/msdaps/msdaps.h dlls/msdaps/row_server.h \
  dlls/msdaps/dlldata.c dlls/msdaps/msdaps_p.c dlls/msdaps/row_server_p.c dlls/msdaps/main.cross.o \
  dlls/msdaps/row_server.cross.o dlls/msdaps/usrmarshal.cross.o dlls/msdaps/dlldata.cross.o \
  dlls/msdaps/msdaps_p.cross.o dlls/msdaps/row_server_p.cross.o dlls/msdaps/msdaps_r.res \
  dlls/msdaps/row_server_r.res dlls/msdaps/msdaps.dll dlls/msdelta/msdelta_main.cross.o \
  dlls/msdelta/msdelta.dll dlls/msdmo/libmsdmo.def dlls/msdmo/libmsdmo.cross.a \
  dlls/msdmo/dmoreg.cross.o dlls/msdmo/dmort.cross.o dlls/msdmo/rsrc.res dlls/msdmo/msdmo.dll \
  dlls/msdmo/tests/msdmo_test-stripped.exe dlls/msdmo/tests/msdmo.ok dlls/msdmo/tests/msdmo.cross.o \
  dlls/msdmo/tests/testlist.cross.o dlls/msdmo/tests/msdmo_test.exe dlls/msdrm/main.cross.o \
  dlls/msdrm/msdrm.dll dlls/msftedit/msftedit_main.cross.o dlls/msftedit/version.res \
  dlls/msftedit/msftedit.dll dlls/msftedit/tests/msftedit_test-stripped.exe \
  dlls/msftedit/tests/richole.ok dlls/msftedit/tests/richole.cross.o \
  dlls/msftedit/tests/testlist.cross.o dlls/msftedit/tests/msftedit_test.exe \
  dlls/msg711.acm/msg711.cross.o dlls/msg711.acm/msg711.acm dlls/msgsm32.acm/msgsm32.o \
  dlls/msgsm32.acm/msgsm32.acm.so dlls/msgsm32.acm/msgsm32.acm.fake dlls/mshtml.tlb/mshtml_tlb_t.res \
  dlls/mshtml.tlb/mshtml.tlb dlls/mshtml/mshtml.pot dlls/mshtml/libmshtml.def \
  dlls/mshtml/libmshtml.cross.a dlls/mshtml/conpoint.cross.o dlls/mshtml/dispex.cross.o \
  dlls/mshtml/editor.cross.o dlls/mshtml/htmlanchor.cross.o dlls/mshtml/htmlarea.cross.o \
  dlls/mshtml/htmlattr.cross.o dlls/mshtml/htmlbody.cross.o dlls/mshtml/htmlcomment.cross.o \
  dlls/mshtml/htmlcurstyle.cross.o dlls/mshtml/htmldoc.cross.o dlls/mshtml/htmlelem.cross.o \
  dlls/mshtml/htmlelemcol.cross.o dlls/mshtml/htmlevent.cross.o dlls/mshtml/htmlform.cross.o \
  dlls/mshtml/htmlframe.cross.o dlls/mshtml/htmlgeneric.cross.o dlls/mshtml/htmlhead.cross.o \
  dlls/mshtml/htmlimg.cross.o dlls/mshtml/htmlinput.cross.o dlls/mshtml/htmllink.cross.o \
  dlls/mshtml/htmllocation.cross.o dlls/mshtml/htmlnode.cross.o dlls/mshtml/htmlobject.cross.o \
  dlls/mshtml/htmlscript.cross.o dlls/mshtml/htmlselect.cross.o dlls/mshtml/htmlstorage.cross.o \
  dlls/mshtml/htmlstyle.cross.o dlls/mshtml/htmlstyleelem.cross.o dlls/mshtml/htmlstylesheet.cross.o \
  dlls/mshtml/htmltable.cross.o dlls/mshtml/htmltextarea.cross.o dlls/mshtml/htmltextnode.cross.o \
  dlls/mshtml/htmlwindow.cross.o dlls/mshtml/ifacewrap.cross.o dlls/mshtml/loadopts.cross.o \
  dlls/mshtml/main.cross.o dlls/mshtml/mutation.cross.o dlls/mshtml/navigate.cross.o \
  dlls/mshtml/npplugin.cross.o dlls/mshtml/nsembed.cross.o dlls/mshtml/nsevents.cross.o \
  dlls/mshtml/nsio.cross.o dlls/mshtml/nsservice.cross.o dlls/mshtml/olecmd.cross.o \
  dlls/mshtml/oleobj.cross.o dlls/mshtml/omnavigator.cross.o dlls/mshtml/persist.cross.o \
  dlls/mshtml/pluginhost.cross.o dlls/mshtml/protocol.cross.o dlls/mshtml/range.cross.o \
  dlls/mshtml/script.cross.o dlls/mshtml/secmgr.cross.o dlls/mshtml/selection.cross.o \
  dlls/mshtml/service.cross.o dlls/mshtml/svg.cross.o dlls/mshtml/task.cross.o \
  dlls/mshtml/view.cross.o dlls/mshtml/xmlhttprequest.cross.o dlls/mshtml/mshtml.res \
  dlls/mshtml/mshtml_classes_r.res dlls/mshtml/nsiface.h dlls/mshtml/mshtml.dll \
  dlls/mshtml/tests/test_tlb.h dlls/mshtml/tests/mshtml_test-stripped.exe \
  dlls/mshtml/tests/activex.ok dlls/mshtml/tests/dom.ok dlls/mshtml/tests/events.ok \
  dlls/mshtml/tests/htmldoc.ok dlls/mshtml/tests/htmllocation.ok dlls/mshtml/tests/misc.ok \
  dlls/mshtml/tests/protocol.ok dlls/mshtml/tests/script.ok dlls/mshtml/tests/style.ok \
  dlls/mshtml/tests/xmlhttprequest.ok dlls/mshtml/tests/activex.cross.o \
  dlls/mshtml/tests/dom.cross.o dlls/mshtml/tests/events.cross.o dlls/mshtml/tests/htmldoc.cross.o \
  dlls/mshtml/tests/htmllocation.cross.o dlls/mshtml/tests/misc.cross.o \
  dlls/mshtml/tests/protocol.cross.o dlls/mshtml/tests/script.cross.o \
  dlls/mshtml/tests/style.cross.o dlls/mshtml/tests/xmlhttprequest.cross.o \
  dlls/mshtml/tests/testlist.cross.o dlls/mshtml/tests/rsrc.res dlls/mshtml/tests/test_tlb.tlb \
  dlls/mshtml/tests/mshtml_test.exe dlls/msi/msi.pot dlls/msi/msiserver.h dlls/msi/sql.tab.h \
  dlls/msi/msiserver_i.c dlls/msi/winemsi_c.c dlls/msi/winemsi_s.c dlls/msi/cond.tab.c \
  dlls/msi/sql.tab.c dlls/msi/libmsi.def dlls/msi/libmsi.cross.a dlls/msi/libmsi.delay.a \
  dlls/msi/action.cross.o dlls/msi/alter.cross.o dlls/msi/appsearch.cross.o \
  dlls/msi/assembly.cross.o dlls/msi/automation.cross.o dlls/msi/classes.cross.o \
  dlls/msi/create.cross.o dlls/msi/custom.cross.o dlls/msi/database.cross.o dlls/msi/delete.cross.o \
  dlls/msi/dialog.cross.o dlls/msi/distinct.cross.o dlls/msi/drop.cross.o dlls/msi/files.cross.o \
  dlls/msi/font.cross.o dlls/msi/format.cross.o dlls/msi/handle.cross.o dlls/msi/insert.cross.o \
  dlls/msi/install.cross.o dlls/msi/media.cross.o dlls/msi/msi.cross.o dlls/msi/msi_main.cross.o \
  dlls/msi/msiquery.cross.o dlls/msi/package.cross.o dlls/msi/patch.cross.o dlls/msi/record.cross.o \
  dlls/msi/registry.cross.o dlls/msi/script.cross.o dlls/msi/select.cross.o dlls/msi/source.cross.o \
  dlls/msi/storages.cross.o dlls/msi/streams.cross.o dlls/msi/string.cross.o \
  dlls/msi/suminfo.cross.o dlls/msi/table.cross.o dlls/msi/tokenize.cross.o dlls/msi/update.cross.o \
  dlls/msi/upgrade.cross.o dlls/msi/where.cross.o dlls/msi/msiserver_i.cross.o \
  dlls/msi/winemsi_c.cross.o dlls/msi/winemsi_s.cross.o dlls/msi/cond.tab.cross.o \
  dlls/msi/sql.tab.cross.o dlls/msi/msi.res dlls/msi/msiserver_t.res dlls/msi/msiserver_r.res \
  dlls/msi/winemsi.h dlls/msi/msi.dll dlls/msi/tests/custom.cross.o dlls/msi/tests/custom.dll \
  dlls/msi/tests/selfreg.cross.o dlls/msi/tests/selfreg.dll dlls/msi/tests/typelib_i.c \
  dlls/msi/tests/msi_test-stripped.exe dlls/msi/tests/action.ok dlls/msi/tests/automation.ok \
  dlls/msi/tests/db.ok dlls/msi/tests/format.ok dlls/msi/tests/install.ok dlls/msi/tests/msi.ok \
  dlls/msi/tests/package.ok dlls/msi/tests/patch.ok dlls/msi/tests/record.ok \
  dlls/msi/tests/source.ok dlls/msi/tests/suminfo.ok dlls/msi/tests/action.cross.o \
  dlls/msi/tests/automation.cross.o dlls/msi/tests/db.cross.o dlls/msi/tests/format.cross.o \
  dlls/msi/tests/install.cross.o dlls/msi/tests/msi.cross.o dlls/msi/tests/package.cross.o \
  dlls/msi/tests/patch.cross.o dlls/msi/tests/record.cross.o dlls/msi/tests/source.cross.o \
  dlls/msi/tests/suminfo.cross.o dlls/msi/tests/typelib_i.cross.o dlls/msi/tests/testlist.cross.o \
  dlls/msi/tests/custom.res dlls/msi/tests/rsrc.res dlls/msi/tests/selfreg.res \
  dlls/msi/tests/typelib.tlb dlls/msi/tests/typelib.h dlls/msi/tests/msi_test.exe \
  dlls/msident/msident.cross.o dlls/msident/msident_classes_r.res dlls/msident/msident.dll \
  dlls/msimg32/libmsimg32.def dlls/msimg32/libmsimg32.delay.a dlls/msimg32/msimg32_main.cross.o \
  dlls/msimg32/msimg32.dll dlls/msimsg/msimsg.res dlls/msimsg/msimsg.dll \
  dlls/msimtf/activeimmapp.cross.o dlls/msimtf/main.cross.o dlls/msimtf/msimtf_r.res \
  dlls/msimtf/msimtf.dll dlls/msisip/main.cross.o dlls/msisip/msisip.dll \
  dlls/msisys.ocx/msisys.cross.o dlls/msisys.ocx/msisys.ocx dlls/msls31/msls31_main.cross.o \
  dlls/msls31/msls31.dll dlls/msnet32/msnet_main.cross.o dlls/msnet32/msnet32.dll \
  dlls/mspatcha/libmspatcha.def dlls/mspatcha/libmspatcha.cross.a dlls/mspatcha/lzxd_dec.cross.o \
  dlls/mspatcha/mspatcha_main.cross.o dlls/mspatcha/pa19.cross.o dlls/mspatcha/version.res \
  dlls/mspatcha/mspatcha.dll dlls/mspatcha/tests/mspatcha_test-stripped.exe \
  dlls/mspatcha/tests/apply_patch.ok dlls/mspatcha/tests/apply_patch.cross.o \
  dlls/mspatcha/tests/testlist.cross.o dlls/mspatcha/tests/mspatcha.res \
  dlls/mspatcha/tests/mspatcha_test.exe dlls/msports/main.cross.o dlls/msports/msports.dll \
  dlls/msrle32/msrle32.pot dlls/msrle32/msrle32.cross.o dlls/msrle32/msrle32.res \
  dlls/msrle32/msrle32.dll dlls/msrle32/tests/msrle32_test-stripped.exe dlls/msrle32/tests/msrle.ok \
  dlls/msrle32/tests/msrle.cross.o dlls/msrle32/tests/testlist.cross.o \
  dlls/msrle32/tests/msrle32_test.exe dlls/msscript.ocx/msscript.h \
  dlls/msscript.ocx/msscript.cross.o dlls/msscript.ocx/msscript.res dlls/msscript.ocx/msscript_t.res \
  dlls/msscript.ocx/msscript.ocx dlls/msscript.ocx/tests/msscript.ocx_test-stripped.exe \
  dlls/msscript.ocx/tests/msscript.ok dlls/msscript.ocx/tests/msscript.cross.o \
  dlls/msscript.ocx/tests/testlist.cross.o dlls/msscript.ocx/tests/msscript.h \
  dlls/msscript.ocx/tests/msscript.ocx_test.exe dlls/mssign32/mssign32_main.cross.o \
  dlls/mssign32/mssign32.dll dlls/mssip32/main.cross.o dlls/mssip32/mssip32.dll dlls/mstask/atsvc.h \
  dlls/mstask/atsvc_c.c dlls/mstask/factory.cross.o dlls/mstask/mstask_main.cross.o \
  dlls/mstask/task.cross.o dlls/mstask/task_scheduler.cross.o dlls/mstask/task_trigger.cross.o \
  dlls/mstask/atsvc_c.cross.o dlls/mstask/mstask_local_r.res dlls/mstask/mstask.dll \
  dlls/mstask/tests/mstask_test-stripped.exe dlls/mstask/tests/task.ok \
  dlls/mstask/tests/task_scheduler.ok dlls/mstask/tests/task_trigger.ok \
  dlls/mstask/tests/task.cross.o dlls/mstask/tests/task_scheduler.cross.o \
  dlls/mstask/tests/task_trigger.cross.o dlls/mstask/tests/testlist.cross.o \
  dlls/mstask/tests/mstask_test.exe dlls/msvcirt/exception.cross.o dlls/msvcirt/msvcirt.cross.o \
  dlls/msvcirt/msvcirt.dll dlls/msvcirt/tests/msvcirt_test-stripped.exe \
  dlls/msvcirt/tests/msvcirt.ok dlls/msvcirt/tests/msvcirt.cross.o \
  dlls/msvcirt/tests/testlist.cross.o dlls/msvcirt/tests/msvcirt_test.exe \
  dlls/msvcm80/msvcm_main.cross.o dlls/msvcm80/msvcm80.dll dlls/msvcm90/msvcm_main.cross.o \
  dlls/msvcm90/msvcm90.dll dlls/msvcp100/exception.cross.o dlls/msvcp100/ios.cross.o \
  dlls/msvcp100/locale.cross.o dlls/msvcp100/math.cross.o dlls/msvcp100/memory.cross.o \
  dlls/msvcp100/misc.cross.o dlls/msvcp100/msvcp_main.cross.o dlls/msvcp100/string.cross.o \
  dlls/msvcp100/msvcp100.dll dlls/msvcp100/tests/msvcp100_test-stripped.exe \
  dlls/msvcp100/tests/misc.ok dlls/msvcp100/tests/string.ok dlls/msvcp100/tests/misc.cross.o \
  dlls/msvcp100/tests/string.cross.o dlls/msvcp100/tests/testlist.cross.o \
  dlls/msvcp100/tests/msvcp100_test.exe dlls/msvcp110/exception.cross.o dlls/msvcp110/ios.cross.o \
  dlls/msvcp110/locale.cross.o dlls/msvcp110/math.cross.o dlls/msvcp110/memory.cross.o \
  dlls/msvcp110/misc.cross.o dlls/msvcp110/msvcp_main.cross.o dlls/msvcp110/string.cross.o \
  dlls/msvcp110/msvcp110.dll dlls/msvcp110/tests/msvcp110_test-stripped.exe \
  dlls/msvcp110/tests/msvcp110.ok dlls/msvcp110/tests/msvcp110.cross.o \
  dlls/msvcp110/tests/testlist.cross.o dlls/msvcp110/tests/msvcp110_test.exe \
  dlls/msvcp120/exception.cross.o dlls/msvcp120/ios.cross.o dlls/msvcp120/locale.cross.o \
  dlls/msvcp120/math.cross.o dlls/msvcp120/memory.cross.o dlls/msvcp120/misc.cross.o \
  dlls/msvcp120/msvcp_main.cross.o dlls/msvcp120/string.cross.o dlls/msvcp120/msvcp120.dll \
  dlls/msvcp120/tests/msvcp120_test-stripped.exe dlls/msvcp120/tests/msvcp120.ok \
  dlls/msvcp120/tests/msvcp120.cross.o dlls/msvcp120/tests/testlist.cross.o \
  dlls/msvcp120/tests/msvcp120_test.exe dlls/msvcp120_app/msvcp120_app.dll \
  dlls/msvcp140/exception.cross.o dlls/msvcp140/ios.cross.o dlls/msvcp140/locale.cross.o \
  dlls/msvcp140/math.cross.o dlls/msvcp140/memory.cross.o dlls/msvcp140/misc.cross.o \
  dlls/msvcp140/msvcp_main.cross.o dlls/msvcp140/string.cross.o dlls/msvcp140/msvcp140.dll \
  dlls/msvcp140/tests/msvcp140_test-stripped.exe dlls/msvcp140/tests/msvcp140.ok \
  dlls/msvcp140/tests/msvcp140.cross.o dlls/msvcp140/tests/testlist.cross.o \
  dlls/msvcp140/tests/msvcp140_test.exe dlls/msvcp60/exception.cross.o dlls/msvcp60/ios.cross.o \
  dlls/msvcp60/locale.cross.o dlls/msvcp60/main.cross.o dlls/msvcp60/math.cross.o \
  dlls/msvcp60/memory.cross.o dlls/msvcp60/misc.cross.o dlls/msvcp60/string.cross.o \
  dlls/msvcp60/msvcp60.dll dlls/msvcp60/tests/msvcp60_test-stripped.exe dlls/msvcp60/tests/ios.ok \
  dlls/msvcp60/tests/string.ok dlls/msvcp60/tests/ios.cross.o dlls/msvcp60/tests/string.cross.o \
  dlls/msvcp60/tests/testlist.cross.o dlls/msvcp60/tests/msvcp60_test.exe \
  dlls/msvcp70/exception.cross.o dlls/msvcp70/ios.cross.o dlls/msvcp70/locale.cross.o \
  dlls/msvcp70/math.cross.o dlls/msvcp70/memory.cross.o dlls/msvcp70/misc.cross.o \
  dlls/msvcp70/msvcp_main.cross.o dlls/msvcp70/string.cross.o dlls/msvcp70/msvcp70.dll \
  dlls/msvcp71/exception.cross.o dlls/msvcp71/ios.cross.o dlls/msvcp71/locale.cross.o \
  dlls/msvcp71/math.cross.o dlls/msvcp71/memory.cross.o dlls/msvcp71/misc.cross.o \
  dlls/msvcp71/msvcp_main.cross.o dlls/msvcp71/string.cross.o dlls/msvcp71/msvcp71.dll \
  dlls/msvcp80/exception.cross.o dlls/msvcp80/ios.cross.o dlls/msvcp80/locale.cross.o \
  dlls/msvcp80/math.cross.o dlls/msvcp80/memory.cross.o dlls/msvcp80/misc.cross.o \
  dlls/msvcp80/msvcp_main.cross.o dlls/msvcp80/string.cross.o dlls/msvcp80/msvcp80.dll \
  dlls/msvcp90/exception.cross.o dlls/msvcp90/ios.cross.o dlls/msvcp90/locale.cross.o \
  dlls/msvcp90/math.cross.o dlls/msvcp90/memory.cross.o dlls/msvcp90/misc.cross.o \
  dlls/msvcp90/msvcp_main.cross.o dlls/msvcp90/string.cross.o dlls/msvcp90/msvcp90.dll \
  dlls/msvcp90/tests/msvcp90_test-stripped.exe dlls/msvcp90/tests/ios.ok dlls/msvcp90/tests/misc.ok \
  dlls/msvcp90/tests/string.ok dlls/msvcp90/tests/ios.cross.o dlls/msvcp90/tests/misc.cross.o \
  dlls/msvcp90/tests/string.cross.o dlls/msvcp90/tests/testlist.cross.o \
  dlls/msvcp90/tests/msvcp90.res dlls/msvcp90/tests/msvcp90_test.exe dlls/msvcr100/libmsvcr100.a \
  dlls/msvcr100/libmsvcr100.cross.a dlls/msvcr100/console.o dlls/msvcr100/cpp.o \
  dlls/msvcr100/ctype.o dlls/msvcr100/data.o dlls/msvcr100/dir.o dlls/msvcr100/environ.o \
  dlls/msvcr100/errno.o dlls/msvcr100/except.o dlls/msvcr100/except_arm.o \
  dlls/msvcr100/except_arm64.o dlls/msvcr100/except_i386.o dlls/msvcr100/except_x86_64.o \
  dlls/msvcr100/exit.o dlls/msvcr100/file.o dlls/msvcr100/heap.o dlls/msvcr100/iob.o \
  dlls/msvcr100/locale.o dlls/msvcr100/lock.o dlls/msvcr100/main.o dlls/msvcr100/math.o \
  dlls/msvcr100/mathf.o dlls/msvcr100/mbcs.o dlls/msvcr100/misc.o dlls/msvcr100/onexit.o \
  dlls/msvcr100/process.o dlls/msvcr100/scanf.o dlls/msvcr100/scheduler.o dlls/msvcr100/sincos.o \
  dlls/msvcr100/string.o dlls/msvcr100/thread.o dlls/msvcr100/time.o dlls/msvcr100/undname.o \
  dlls/msvcr100/wcs.o dlls/msvcr100/iob.cross.o dlls/msvcr100/mathf.cross.o \
  dlls/msvcr100/onexit.cross.o dlls/msvcr100/sincos.cross.o dlls/msvcr100/rsrc.res \
  dlls/msvcr100/msvcr100.dll.so dlls/msvcr100/msvcr100.dll.fake \
  dlls/msvcr100/tests/msvcr100_test-stripped.exe dlls/msvcr100/tests/msvcr100.ok \
  dlls/msvcr100/tests/msvcr100.cross.o dlls/msvcr100/tests/testlist.cross.o \
  dlls/msvcr100/tests/msvcr100_test.exe dlls/msvcr110/libmsvcr110.a \
  dlls/msvcr110/libmsvcr110.cross.a dlls/msvcr110/console.o dlls/msvcr110/cpp.o \
  dlls/msvcr110/ctype.o dlls/msvcr110/data.o dlls/msvcr110/dir.o dlls/msvcr110/environ.o \
  dlls/msvcr110/errno.o dlls/msvcr110/except.o dlls/msvcr110/except_arm.o \
  dlls/msvcr110/except_arm64.o dlls/msvcr110/except_i386.o dlls/msvcr110/except_x86_64.o \
  dlls/msvcr110/exit.o dlls/msvcr110/file.o dlls/msvcr110/heap.o dlls/msvcr110/iob.o \
  dlls/msvcr110/locale.o dlls/msvcr110/lock.o dlls/msvcr110/main.o dlls/msvcr110/math.o \
  dlls/msvcr110/mathf.o dlls/msvcr110/mbcs.o dlls/msvcr110/misc.o dlls/msvcr110/onexit.o \
  dlls/msvcr110/process.o dlls/msvcr110/scanf.o dlls/msvcr110/scheduler.o dlls/msvcr110/sincos.o \
  dlls/msvcr110/string.o dlls/msvcr110/thread.o dlls/msvcr110/time.o dlls/msvcr110/undname.o \
  dlls/msvcr110/wcs.o dlls/msvcr110/iob.cross.o dlls/msvcr110/mathf.cross.o \
  dlls/msvcr110/onexit.cross.o dlls/msvcr110/sincos.cross.o dlls/msvcr110/msvcr110.dll.so \
  dlls/msvcr110/msvcr110.dll.fake dlls/msvcr110/tests/msvcr110_test-stripped.exe \
  dlls/msvcr110/tests/msvcr110.ok dlls/msvcr110/tests/msvcr110.cross.o \
  dlls/msvcr110/tests/testlist.cross.o dlls/msvcr110/tests/msvcr110_test.exe \
  dlls/msvcr120/libmsvcr120.a dlls/msvcr120/libmsvcr120.cross.a dlls/msvcr120/console.o \
  dlls/msvcr120/cpp.o dlls/msvcr120/ctype.o dlls/msvcr120/data.o dlls/msvcr120/dir.o \
  dlls/msvcr120/environ.o dlls/msvcr120/errno.o dlls/msvcr120/except.o dlls/msvcr120/except_arm.o \
  dlls/msvcr120/except_arm64.o dlls/msvcr120/except_i386.o dlls/msvcr120/except_x86_64.o \
  dlls/msvcr120/exit.o dlls/msvcr120/file.o dlls/msvcr120/heap.o dlls/msvcr120/iob.o \
  dlls/msvcr120/locale.o dlls/msvcr120/lock.o dlls/msvcr120/main.o dlls/msvcr120/math.o \
  dlls/msvcr120/mathf.o dlls/msvcr120/mbcs.o dlls/msvcr120/misc.o dlls/msvcr120/onexit.o \
  dlls/msvcr120/process.o dlls/msvcr120/scanf.o dlls/msvcr120/scheduler.o dlls/msvcr120/sincos.o \
  dlls/msvcr120/string.o dlls/msvcr120/thread.o dlls/msvcr120/time.o dlls/msvcr120/undname.o \
  dlls/msvcr120/wcs.o dlls/msvcr120/iob.cross.o dlls/msvcr120/mathf.cross.o \
  dlls/msvcr120/onexit.cross.o dlls/msvcr120/sincos.cross.o dlls/msvcr120/msvcr120.dll.so \
  dlls/msvcr120/msvcr120.dll.fake dlls/msvcr120/tests/msvcr120_test-stripped.exe \
  dlls/msvcr120/tests/msvcr120.ok dlls/msvcr120/tests/msvcr120.cross.o \
  dlls/msvcr120/tests/testlist.cross.o dlls/msvcr120/tests/msvcr120_test.exe \
  dlls/msvcr120_app/msvcr120_app.dll dlls/msvcr70/libmsvcr70.a dlls/msvcr70/libmsvcr70.cross.a \
  dlls/msvcr70/console.o dlls/msvcr70/cpp.o dlls/msvcr70/ctype.o dlls/msvcr70/data.o \
  dlls/msvcr70/dir.o dlls/msvcr70/environ.o dlls/msvcr70/errno.o dlls/msvcr70/except.o \
  dlls/msvcr70/except_arm.o dlls/msvcr70/except_arm64.o dlls/msvcr70/except_i386.o \
  dlls/msvcr70/except_x86_64.o dlls/msvcr70/exit.o dlls/msvcr70/file.o dlls/msvcr70/heap.o \
  dlls/msvcr70/iob.o dlls/msvcr70/locale.o dlls/msvcr70/lock.o dlls/msvcr70/main.o \
  dlls/msvcr70/math.o dlls/msvcr70/mathf.o dlls/msvcr70/mbcs.o dlls/msvcr70/misc.o \
  dlls/msvcr70/onexit.o dlls/msvcr70/process.o dlls/msvcr70/scanf.o dlls/msvcr70/sincos.o \
  dlls/msvcr70/string.o dlls/msvcr70/thread.o dlls/msvcr70/time.o dlls/msvcr70/undname.o \
  dlls/msvcr70/wcs.o dlls/msvcr70/iob.cross.o dlls/msvcr70/mathf.cross.o dlls/msvcr70/onexit.cross.o \
  dlls/msvcr70/sincos.cross.o dlls/msvcr70/msvcr70.dll.so dlls/msvcr70/msvcr70.dll.fake \
  dlls/msvcr71/libmsvcr71.a dlls/msvcr71/libmsvcr71.cross.a dlls/msvcr71/console.o \
  dlls/msvcr71/cpp.o dlls/msvcr71/ctype.o dlls/msvcr71/data.o dlls/msvcr71/dir.o \
  dlls/msvcr71/environ.o dlls/msvcr71/errno.o dlls/msvcr71/except.o dlls/msvcr71/except_arm.o \
  dlls/msvcr71/except_arm64.o dlls/msvcr71/except_i386.o dlls/msvcr71/except_x86_64.o \
  dlls/msvcr71/exit.o dlls/msvcr71/file.o dlls/msvcr71/heap.o dlls/msvcr71/iob.o \
  dlls/msvcr71/locale.o dlls/msvcr71/lock.o dlls/msvcr71/main.o dlls/msvcr71/math.o \
  dlls/msvcr71/mathf.o dlls/msvcr71/mbcs.o dlls/msvcr71/misc.o dlls/msvcr71/onexit.o \
  dlls/msvcr71/process.o dlls/msvcr71/scanf.o dlls/msvcr71/sincos.o dlls/msvcr71/string.o \
  dlls/msvcr71/thread.o dlls/msvcr71/time.o dlls/msvcr71/undname.o dlls/msvcr71/wcs.o \
  dlls/msvcr71/iob.cross.o dlls/msvcr71/mathf.cross.o dlls/msvcr71/onexit.cross.o \
  dlls/msvcr71/sincos.cross.o dlls/msvcr71/msvcr71.dll.so dlls/msvcr71/msvcr71.dll.fake \
  dlls/msvcr80/libmsvcr80.a dlls/msvcr80/libmsvcr80.cross.a dlls/msvcr80/console.o \
  dlls/msvcr80/cpp.o dlls/msvcr80/ctype.o dlls/msvcr80/data.o dlls/msvcr80/dir.o \
  dlls/msvcr80/environ.o dlls/msvcr80/errno.o dlls/msvcr80/except.o dlls/msvcr80/except_arm.o \
  dlls/msvcr80/except_arm64.o dlls/msvcr80/except_i386.o dlls/msvcr80/except_x86_64.o \
  dlls/msvcr80/exit.o dlls/msvcr80/file.o dlls/msvcr80/heap.o dlls/msvcr80/iob.o \
  dlls/msvcr80/locale.o dlls/msvcr80/lock.o dlls/msvcr80/main.o dlls/msvcr80/math.o \
  dlls/msvcr80/mathf.o dlls/msvcr80/mbcs.o dlls/msvcr80/misc.o dlls/msvcr80/onexit.o \
  dlls/msvcr80/process.o dlls/msvcr80/scanf.o dlls/msvcr80/sincos.o dlls/msvcr80/string.o \
  dlls/msvcr80/thread.o dlls/msvcr80/time.o dlls/msvcr80/undname.o dlls/msvcr80/wcs.o \
  dlls/msvcr80/iob.cross.o dlls/msvcr80/mathf.cross.o dlls/msvcr80/onexit.cross.o \
  dlls/msvcr80/sincos.cross.o dlls/msvcr80/msvcr80.res dlls/msvcr80/msvcr80.dll.so \
  dlls/msvcr80/msvcr80.dll.fake dlls/msvcr90/libmsvcr90.a dlls/msvcr90/libmsvcr90.cross.a \
  dlls/msvcr90/console.o dlls/msvcr90/cpp.o dlls/msvcr90/ctype.o dlls/msvcr90/data.o \
  dlls/msvcr90/dir.o dlls/msvcr90/environ.o dlls/msvcr90/errno.o dlls/msvcr90/except.o \
  dlls/msvcr90/except_arm.o dlls/msvcr90/except_arm64.o dlls/msvcr90/except_i386.o \
  dlls/msvcr90/except_x86_64.o dlls/msvcr90/exit.o dlls/msvcr90/file.o dlls/msvcr90/heap.o \
  dlls/msvcr90/iob.o dlls/msvcr90/locale.o dlls/msvcr90/lock.o dlls/msvcr90/main.o \
  dlls/msvcr90/math.o dlls/msvcr90/mathf.o dlls/msvcr90/mbcs.o dlls/msvcr90/misc.o \
  dlls/msvcr90/onexit.o dlls/msvcr90/process.o dlls/msvcr90/scanf.o dlls/msvcr90/sincos.o \
  dlls/msvcr90/string.o dlls/msvcr90/thread.o dlls/msvcr90/time.o dlls/msvcr90/undname.o \
  dlls/msvcr90/wcs.o dlls/msvcr90/iob.cross.o dlls/msvcr90/mathf.cross.o dlls/msvcr90/onexit.cross.o \
  dlls/msvcr90/sincos.cross.o dlls/msvcr90/msvcr90.res dlls/msvcr90/msvcr90.dll.so \
  dlls/msvcr90/msvcr90.dll.fake dlls/msvcr90/tests/msvcr90_test-stripped.exe \
  dlls/msvcr90/tests/msvcr90.ok dlls/msvcr90/tests/msvcr90.cross.o \
  dlls/msvcr90/tests/testlist.cross.o dlls/msvcr90/tests/msvcr90.res \
  dlls/msvcr90/tests/msvcr90_test.exe dlls/msvcrt/libmsvcrt.a dlls/msvcrt/libmsvcrt.cross.a \
  dlls/msvcrt/console.o dlls/msvcrt/cpp.o dlls/msvcrt/ctype.o dlls/msvcrt/data.o dlls/msvcrt/dir.o \
  dlls/msvcrt/environ.o dlls/msvcrt/errno.o dlls/msvcrt/except.o dlls/msvcrt/except_arm.o \
  dlls/msvcrt/except_arm64.o dlls/msvcrt/except_i386.o dlls/msvcrt/except_x86_64.o \
  dlls/msvcrt/exit.o dlls/msvcrt/file.o dlls/msvcrt/heap.o dlls/msvcrt/iob.o dlls/msvcrt/locale.o \
  dlls/msvcrt/lock.o dlls/msvcrt/main.o dlls/msvcrt/math.o dlls/msvcrt/mathf.o dlls/msvcrt/mbcs.o \
  dlls/msvcrt/misc.o dlls/msvcrt/onexit.o dlls/msvcrt/process.o dlls/msvcrt/scanf.o \
  dlls/msvcrt/scheduler.o dlls/msvcrt/sincos.o dlls/msvcrt/string.o dlls/msvcrt/thread.o \
  dlls/msvcrt/time.o dlls/msvcrt/undname.o dlls/msvcrt/wcs.o dlls/msvcrt/iob.cross.o \
  dlls/msvcrt/mathf.cross.o dlls/msvcrt/onexit.cross.o dlls/msvcrt/sincos.cross.o \
  dlls/msvcrt/rsrc.res dlls/msvcrt/msvcrt.dll.so dlls/msvcrt/msvcrt.dll.fake \
  dlls/msvcrt/tests/msvcrt_test-stripped.exe dlls/msvcrt/tests/cpp.ok dlls/msvcrt/tests/data.ok \
  dlls/msvcrt/tests/dir.ok dlls/msvcrt/tests/environ.ok dlls/msvcrt/tests/file.ok \
  dlls/msvcrt/tests/headers.ok dlls/msvcrt/tests/heap.ok dlls/msvcrt/tests/locale.ok \
  dlls/msvcrt/tests/misc.ok dlls/msvcrt/tests/printf.ok dlls/msvcrt/tests/scanf.ok \
  dlls/msvcrt/tests/signal.ok dlls/msvcrt/tests/string.ok dlls/msvcrt/tests/time.ok \
  dlls/msvcrt/tests/cpp.cross.o dlls/msvcrt/tests/data.cross.o dlls/msvcrt/tests/dir.cross.o \
  dlls/msvcrt/tests/environ.cross.o dlls/msvcrt/tests/file.cross.o dlls/msvcrt/tests/headers.cross.o \
  dlls/msvcrt/tests/heap.cross.o dlls/msvcrt/tests/locale.cross.o dlls/msvcrt/tests/misc.cross.o \
  dlls/msvcrt/tests/printf.cross.o dlls/msvcrt/tests/scanf.cross.o dlls/msvcrt/tests/signal.cross.o \
  dlls/msvcrt/tests/string.cross.o dlls/msvcrt/tests/time.cross.o dlls/msvcrt/tests/testlist.cross.o \
  dlls/msvcrt/tests/msvcrt_test.exe dlls/msvcrt20/msvcrt20.cross.o dlls/msvcrt20/msvcrt20.dll \
  dlls/msvcrt40/msvcrt40.cross.o dlls/msvcrt40/msvcrt40.dll dlls/msvcrtd/libmsvcrtd.a \
  dlls/msvcrtd/console.o dlls/msvcrtd/cpp.o dlls/msvcrtd/ctype.o dlls/msvcrtd/data.o \
  dlls/msvcrtd/debug.o dlls/msvcrtd/dir.o dlls/msvcrtd/environ.o dlls/msvcrtd/errno.o \
  dlls/msvcrtd/except.o dlls/msvcrtd/except_arm.o dlls/msvcrtd/except_arm64.o \
  dlls/msvcrtd/except_i386.o dlls/msvcrtd/except_x86_64.o dlls/msvcrtd/exit.o dlls/msvcrtd/file.o \
  dlls/msvcrtd/heap.o dlls/msvcrtd/iob.o dlls/msvcrtd/locale.o dlls/msvcrtd/lock.o \
  dlls/msvcrtd/main.o dlls/msvcrtd/math.o dlls/msvcrtd/mbcs.o dlls/msvcrtd/misc.o \
  dlls/msvcrtd/onexit.o dlls/msvcrtd/process.o dlls/msvcrtd/scanf.o dlls/msvcrtd/string.o \
  dlls/msvcrtd/thread.o dlls/msvcrtd/time.o dlls/msvcrtd/undname.o dlls/msvcrtd/wcs.o \
  dlls/msvcrtd/msvcrtd.dll.so dlls/msvcrtd/msvcrtd.dll.fake \
  dlls/msvcrtd/tests/msvcrtd_test-stripped.exe dlls/msvcrtd/tests/debug.ok \
  dlls/msvcrtd/tests/debug.cross.o dlls/msvcrtd/tests/testlist.cross.o \
  dlls/msvcrtd/tests/msvcrtd_test.exe dlls/msvfw32/msvfw32.pot dlls/msvfw32/libmsvfw32.def \
  dlls/msvfw32/libmsvfw32.cross.a dlls/msvfw32/libmsvfw32.delay.a dlls/msvfw32/drawdib.cross.o \
  dlls/msvfw32/mciwnd.cross.o dlls/msvfw32/msvideo_main.cross.o dlls/msvfw32/msvfw32.res \
  dlls/msvfw32/msvfw32.dll dlls/msvfw32/tests/msvfw32_test-stripped.exe \
  dlls/msvfw32/tests/drawdib.ok dlls/msvfw32/tests/mciwnd.ok dlls/msvfw32/tests/msvfw.ok \
  dlls/msvfw32/tests/drawdib.cross.o dlls/msvfw32/tests/mciwnd.cross.o \
  dlls/msvfw32/tests/msvfw.cross.o dlls/msvfw32/tests/testlist.cross.o \
  dlls/msvfw32/tests/msvfw32.res dlls/msvfw32/tests/msvfw32_test.exe dlls/msvidc32/msvidc32.pot \
  dlls/msvidc32/msvideo1.cross.o dlls/msvidc32/msvidc32.res dlls/msvidc32/msvidc32.dll \
  dlls/msvideo.dll16/msvideo16.cross.o dlls/msvideo.dll16/msvideo.dll16 dlls/mswsock/libmswsock.def \
  dlls/mswsock/libmswsock.cross.a dlls/mswsock/mswsock.cross.o dlls/mswsock/version.res \
  dlls/mswsock/mswsock.dll dlls/msxml/main.cross.o dlls/msxml/rsrc.res dlls/msxml/msxml_tlb_t.res \
  dlls/msxml/msxml.dll dlls/msxml2/main.cross.o dlls/msxml2/msxml2_tlb_t.res dlls/msxml2/msxml2.dll \
  dlls/msxml3/xmlparser.h dlls/msxml3/xslpattern.tab.h dlls/msxml3/xslpattern.tab.c \
  dlls/msxml3/xslpattern.yy.c dlls/msxml3/attribute.o dlls/msxml3/bsc.o dlls/msxml3/cdata.o \
  dlls/msxml3/comment.o dlls/msxml3/dispex.o dlls/msxml3/docfrag.o dlls/msxml3/doctype.o \
  dlls/msxml3/domdoc.o dlls/msxml3/domimpl.o dlls/msxml3/element.o dlls/msxml3/entityref.o \
  dlls/msxml3/factory.o dlls/msxml3/httprequest.o dlls/msxml3/main.o dlls/msxml3/mxnamespace.o \
  dlls/msxml3/mxwriter.o dlls/msxml3/node.o dlls/msxml3/nodelist.o dlls/msxml3/nodemap.o \
  dlls/msxml3/parseerror.o dlls/msxml3/pi.o dlls/msxml3/saxreader.o dlls/msxml3/schema.o \
  dlls/msxml3/selection.o dlls/msxml3/stylesheet.o dlls/msxml3/text.o dlls/msxml3/uuid.o \
  dlls/msxml3/xdr.o dlls/msxml3/xmldoc.o dlls/msxml3/xmlelem.o dlls/msxml3/xmlparser.o \
  dlls/msxml3/xmlview.o dlls/msxml3/xslpattern.tab.o dlls/msxml3/xslpattern.yy.o \
  dlls/msxml3/schemas.res dlls/msxml3/version.res dlls/msxml3/msxml3_v1_t.res \
  dlls/msxml3/xmlparser_r.res dlls/msxml3/msxml3.dll.so dlls/msxml3/msxml3.dll.fake \
  dlls/msxml3/tests/msxml3_test-stripped.exe dlls/msxml3/tests/domdoc.ok \
  dlls/msxml3/tests/httpreq.ok dlls/msxml3/tests/saxreader.ok dlls/msxml3/tests/schema.ok \
  dlls/msxml3/tests/xmldoc.ok dlls/msxml3/tests/xmlparser.ok dlls/msxml3/tests/xmlview.ok \
  dlls/msxml3/tests/domdoc.cross.o dlls/msxml3/tests/httpreq.cross.o \
  dlls/msxml3/tests/saxreader.cross.o dlls/msxml3/tests/schema.cross.o \
  dlls/msxml3/tests/xmldoc.cross.o dlls/msxml3/tests/xmlparser.cross.o \
  dlls/msxml3/tests/xmlview.cross.o dlls/msxml3/tests/testlist.cross.o dlls/msxml3/tests/rsrc.res \
  dlls/msxml3/tests/xmlparser.h dlls/msxml3/tests/msxml3_test.exe dlls/msxml4/main.cross.o \
  dlls/msxml4/rsrc.res dlls/msxml4/msxml4_tlb_t.res dlls/msxml4/msxml4.dll dlls/msxml6/main.cross.o \
  dlls/msxml6/rsrc.res dlls/msxml6/msxml6_tlb_t.res dlls/msxml6/msxml6.dll \
  dlls/mtxdm/mtxdm_main.cross.o dlls/mtxdm/mtxdm.dll dlls/ncrypt/main.cross.o dlls/ncrypt/ncrypt.dll \
  dlls/nddeapi/libnddeapi.def dlls/nddeapi/nddeapi.cross.o dlls/nddeapi/nddeapi.dll \
  dlls/ndis.sys/main.cross.o dlls/ndis.sys/ndis.sys dlls/netapi32/atsvc.h dlls/netapi32/atsvc_c.c \
  dlls/netapi32/libnetapi32.def dlls/netapi32/libnetapi32.cross.a dlls/netapi32/nbcmdqueue.o \
  dlls/netapi32/nbnamecache.o dlls/netapi32/nbt.o dlls/netapi32/netapi32.o dlls/netapi32/netbios.o
	rm -f dlls/netapi32/atsvc_c.o dlls/netapi32/netapi32.dll.so dlls/netapi32/netapi32.dll.fake \
  dlls/netapi32/tests/netapi32_test-stripped.exe dlls/netapi32/tests/access.ok \
  dlls/netapi32/tests/apibuf.ok dlls/netapi32/tests/ds.ok dlls/netapi32/tests/wksta.ok \
  dlls/netapi32/tests/access.cross.o dlls/netapi32/tests/apibuf.cross.o \
  dlls/netapi32/tests/ds.cross.o dlls/netapi32/tests/wksta.cross.o \
  dlls/netapi32/tests/testlist.cross.o dlls/netapi32/tests/netapi32_test.exe \
  dlls/netcfgx/main.cross.o dlls/netcfgx/netcfg.cross.o dlls/netcfgx/netcfgx_classes_r.res \
  dlls/netcfgx/netcfgx.dll dlls/netcfgx/tests/netcfgx_test-stripped.exe \
  dlls/netcfgx/tests/netcfgx.ok dlls/netcfgx/tests/netcfgx.cross.o \
  dlls/netcfgx/tests/testlist.cross.o dlls/netcfgx/tests/netcfgx_test.exe dlls/netprofm/list.cross.o \
  dlls/netprofm/main.cross.o dlls/netprofm/netprofm_r.res dlls/netprofm/netprofm.dll \
  dlls/netprofm/tests/netprofm_test-stripped.exe dlls/netprofm/tests/list.ok \
  dlls/netprofm/tests/list.cross.o dlls/netprofm/tests/testlist.cross.o \
  dlls/netprofm/tests/netprofm_test.exe dlls/newdev/libnewdev.def dlls/newdev/libnewdev.delay.a \
  dlls/newdev/main.cross.o dlls/newdev/newdev.dll dlls/ninput/libninput.def \
  dlls/ninput/libninput.cross.a dlls/ninput/main.cross.o dlls/ninput/ninput.dll \
  dlls/ninput/tests/ninput_test-stripped.exe dlls/ninput/tests/ninput.ok \
  dlls/ninput/tests/ninput.cross.o dlls/ninput/tests/testlist.cross.o \
  dlls/ninput/tests/ninput_test.exe dlls/normaliz/libnormaliz.def dlls/normaliz/normaliz.cross.o \
  dlls/normaliz/normaliz.dll dlls/npmshtml/main.cross.o dlls/npmshtml/rsrc.res \
  dlls/npmshtml/npmshtml.dll dlls/npptools/main.cross.o dlls/npptools/npptools.dll \
  dlls/ntdll/libntdll.def dlls/ntdll/libntdll.cross.a dlls/ntdll/actctx.o dlls/ntdll/atom.o \
  dlls/ntdll/cdrom.o dlls/ntdll/critsection.o dlls/ntdll/crypt.o dlls/ntdll/debugbuffer.o \
  dlls/ntdll/debugtools.o dlls/ntdll/directory.o dlls/ntdll/env.o dlls/ntdll/error.o \
  dlls/ntdll/exception.o dlls/ntdll/file.o dlls/ntdll/handletable.o dlls/ntdll/heap.o \
  dlls/ntdll/large_int.o dlls/ntdll/loader.o dlls/ntdll/loadorder.o dlls/ntdll/locale.o \
  dlls/ntdll/misc.o dlls/ntdll/nt.o dlls/ntdll/om.o dlls/ntdll/path.o dlls/ntdll/printf.o \
  dlls/ntdll/process.o dlls/ntdll/reg.o dlls/ntdll/relay.o dlls/ntdll/resource.o dlls/ntdll/rtl.o \
  dlls/ntdll/rtlbitmap.o dlls/ntdll/rtlstr.o dlls/ntdll/sec.o dlls/ntdll/serial.o \
  dlls/ntdll/server.o dlls/ntdll/signal_arm.o dlls/ntdll/signal_arm64.o dlls/ntdll/signal_i386.o \
  dlls/ntdll/signal_powerpc.o dlls/ntdll/signal_x86_64.o dlls/ntdll/string.o dlls/ntdll/sync.o \
  dlls/ntdll/tape.o dlls/ntdll/thread.o dlls/ntdll/threadpool.o dlls/ntdll/time.o \
  dlls/ntdll/version.o dlls/ntdll/virtual.o dlls/ntdll/wcstring.o dlls/ntdll/version.res \
  dlls/ntdll/ntdll.dll.so dlls/ntdll/ntdll.dll.fake dlls/ntdll/tests/ntdll_test-stripped.exe \
  dlls/ntdll/tests/atom.ok dlls/ntdll/tests/change.ok dlls/ntdll/tests/directory.ok \
  dlls/ntdll/tests/env.ok dlls/ntdll/tests/error.ok dlls/ntdll/tests/exception.ok \
  dlls/ntdll/tests/file.ok dlls/ntdll/tests/generated.ok dlls/ntdll/tests/info.ok \
  dlls/ntdll/tests/large_int.ok dlls/ntdll/tests/om.ok dlls/ntdll/tests/path.ok \
  dlls/ntdll/tests/pipe.ok dlls/ntdll/tests/port.ok dlls/ntdll/tests/reg.ok dlls/ntdll/tests/rtl.ok \
  dlls/ntdll/tests/rtlbitmap.ok dlls/ntdll/tests/rtlstr.ok dlls/ntdll/tests/string.ok \
  dlls/ntdll/tests/threadpool.ok dlls/ntdll/tests/time.ok dlls/ntdll/tests/virtual.ok \
  dlls/ntdll/tests/atom.cross.o dlls/ntdll/tests/change.cross.o dlls/ntdll/tests/directory.cross.o \
  dlls/ntdll/tests/env.cross.o dlls/ntdll/tests/error.cross.o dlls/ntdll/tests/exception.cross.o \
  dlls/ntdll/tests/file.cross.o dlls/ntdll/tests/generated.cross.o dlls/ntdll/tests/info.cross.o \
  dlls/ntdll/tests/large_int.cross.o dlls/ntdll/tests/om.cross.o dlls/ntdll/tests/path.cross.o \
  dlls/ntdll/tests/pipe.cross.o dlls/ntdll/tests/port.cross.o dlls/ntdll/tests/reg.cross.o \
  dlls/ntdll/tests/rtl.cross.o dlls/ntdll/tests/rtlbitmap.cross.o dlls/ntdll/tests/rtlstr.cross.o \
  dlls/ntdll/tests/string.cross.o dlls/ntdll/tests/threadpool.cross.o dlls/ntdll/tests/time.cross.o \
  dlls/ntdll/tests/virtual.cross.o dlls/ntdll/tests/testlist.cross.o dlls/ntdll/tests/ntdll_test.exe \
  dlls/ntdsapi/libntdsapi.def dlls/ntdsapi/libntdsapi.cross.a dlls/ntdsapi/ntdsapi.cross.o \
  dlls/ntdsapi/ntdsapi.dll dlls/ntdsapi/tests/ntdsapi_test-stripped.exe \
  dlls/ntdsapi/tests/ntdsapi.ok dlls/ntdsapi/tests/ntdsapi.cross.o \
  dlls/ntdsapi/tests/testlist.cross.o dlls/ntdsapi/tests/ntdsapi_test.exe \
  dlls/ntoskrnl.exe/libntoskrnl.def dlls/ntoskrnl.exe/libntoskrnl.cross.a \
  dlls/ntoskrnl.exe/instr.cross.o dlls/ntoskrnl.exe/ntoskrnl.cross.o dlls/ntoskrnl.exe/pnp.cross.o \
  dlls/ntoskrnl.exe/sync.cross.o dlls/ntoskrnl.exe/ntoskrnl.res dlls/ntoskrnl.exe/ntoskrnl.exe \
  dlls/ntoskrnl.exe/tests/driver.cross.o dlls/ntoskrnl.exe/tests/driver.dll \
  dlls/ntoskrnl.exe/tests/driver2.cross.o dlls/ntoskrnl.exe/tests/driver2.dll \
  dlls/ntoskrnl.exe/tests/driver3.cross.o dlls/ntoskrnl.exe/tests/driver3.dll \
  dlls/ntoskrnl.exe/tests/ntoskrnl.exe_test-stripped.exe dlls/ntoskrnl.exe/tests/ntoskrnl.ok \
  dlls/ntoskrnl.exe/tests/ntoskrnl.cross.o dlls/ntoskrnl.exe/tests/testlist.cross.o \
  dlls/ntoskrnl.exe/tests/driver.res dlls/ntoskrnl.exe/tests/driver2.res \
  dlls/ntoskrnl.exe/tests/driver3.res dlls/ntoskrnl.exe/tests/ntoskrnl.exe_test.exe \
  dlls/ntprint/ntprint.cross.o dlls/ntprint/ntprint.res dlls/ntprint/ntprint.dll \
  dlls/ntprint/tests/ntprint_test-stripped.exe dlls/ntprint/tests/ntprint.ok \
  dlls/ntprint/tests/ntprint.cross.o dlls/ntprint/tests/testlist.cross.o \
  dlls/ntprint/tests/ntprint_test.exe dlls/objsel/factory.cross.o dlls/objsel/objsel.cross.o \
  dlls/objsel/objsel.res dlls/objsel/objsel_classes_r.res dlls/objsel/objsel.dll \
  dlls/odbc32/libodbc32.def dlls/odbc32/proxyodbc.o dlls/odbc32/rsrc.res dlls/odbc32/odbc32.dll.so \
  dlls/odbc32/odbc32.dll.fake dlls/odbcbcp/main.cross.o dlls/odbcbcp/odbcbcp.dll \
  dlls/odbccp32/libodbccp32.def dlls/odbccp32/libodbccp32.cross.a dlls/odbccp32/odbccp32.cross.o \
  dlls/odbccp32/odbccp32.dll dlls/odbccp32/tests/odbccp32_test-stripped.exe \
  dlls/odbccp32/tests/misc.ok dlls/odbccp32/tests/misc.cross.o dlls/odbccp32/tests/testlist.cross.o \
  dlls/odbccp32/tests/odbccp32.res dlls/odbccp32/tests/odbccp32_test.exe dlls/odbccu32/version.res \
  dlls/odbccu32/odbccu32.dll dlls/ole2.dll16/memlockbytes.cross.o dlls/ole2.dll16/ole2.cross.o \
  dlls/ole2.dll16/ole2.dll16 dlls/ole2conv.dll16/ole2conv.dll16 dlls/ole2disp.dll16/ole2disp.cross.o \
  dlls/ole2disp.dll16/ole2disp.dll16 dlls/ole2nls.dll16/ole2nls.cross.o \
  dlls/ole2nls.dll16/version.res dlls/ole2nls.dll16/ole2nls.dll16 dlls/ole2prox.dll16/ole2prox.dll16 \
  dlls/ole2thk.dll16/ole2thk.dll16 dlls/ole32/dcom.h dlls/ole32/irot.h dlls/ole32/irpcss.h \
  dlls/ole32/ole32_objidl.h dlls/ole32/ole32_oleidl.h dlls/ole32/ole32_unknwn.h dlls/ole32/dlldata.c \
  dlls/ole32/dcom_p.c dlls/ole32/irot_c.c dlls/ole32/irpcss_c.c dlls/ole32/ole32_objidl_p.c \
  dlls/ole32/ole32_oleidl_p.c dlls/ole32/ole32_unknwn_p.c dlls/ole32/libole32.def \
  dlls/ole32/libole32.cross.a dlls/ole32/libole32.delay.a dlls/ole32/antimoniker.cross.o \
  dlls/ole32/bindctx.cross.o dlls/ole32/classmoniker.cross.o dlls/ole32/clipboard.cross.o \
  dlls/ole32/comcat.cross.o dlls/ole32/compobj.cross.o dlls/ole32/compositemoniker.cross.o \
  dlls/ole32/datacache.cross.o dlls/ole32/defaulthandler.cross.o dlls/ole32/dictionary.cross.o \
  dlls/ole32/errorinfo.cross.o dlls/ole32/filelockbytes.cross.o dlls/ole32/filemoniker.cross.o \
  dlls/ole32/ftmarshal.cross.o dlls/ole32/git.cross.o dlls/ole32/hglobalstream.cross.o \
  dlls/ole32/ifs.cross.o dlls/ole32/itemmoniker.cross.o dlls/ole32/marshal.cross.o \
  dlls/ole32/memlockbytes.cross.o dlls/ole32/moniker.cross.o dlls/ole32/ole2.cross.o \
  dlls/ole32/ole2impl.cross.o dlls/ole32/ole2stubs.cross.o dlls/ole32/ole32_main.cross.o \
  dlls/ole32/oleobj.cross.o dlls/ole32/oleproxy.cross.o dlls/ole32/pointermoniker.cross.o \
  dlls/ole32/rpc.cross.o dlls/ole32/stg_prop.cross.o dlls/ole32/stg_stream.cross.o \
  dlls/ole32/storage32.cross.o dlls/ole32/stubmanager.cross.o dlls/ole32/usrmarshal.cross.o \
  dlls/ole32/dlldata.cross.o dlls/ole32/dcom_p.cross.o dlls/ole32/irot_c.cross.o \
  dlls/ole32/irpcss_c.cross.o dlls/ole32/ole32_objidl_p.cross.o dlls/ole32/ole32_oleidl_p.cross.o \
  dlls/ole32/ole32_unknwn_p.cross.o dlls/ole32/ole32res.res dlls/ole32/dcom_r.res \
  dlls/ole32/ole32_objidl_r.res dlls/ole32/ole32_oleidl_r.res dlls/ole32/ole32_unknwn_r.res \
  dlls/ole32/ole32.dll dlls/ole32/tests/testlib.cross.o dlls/ole32/tests/testlib.dll \
  dlls/ole32/tests/ole32_test-stripped.exe dlls/ole32/tests/clipboard.ok dlls/ole32/tests/compobj.ok \
  dlls/ole32/tests/defaulthandler.ok dlls/ole32/tests/dragdrop.ok dlls/ole32/tests/errorinfo.ok \
  dlls/ole32/tests/hglobalstream.ok dlls/ole32/tests/marshal.ok dlls/ole32/tests/moniker.ok \
  dlls/ole32/tests/ole2.ok dlls/ole32/tests/ole_server.ok dlls/ole32/tests/propvariant.ok \
  dlls/ole32/tests/stg_prop.ok dlls/ole32/tests/storage32.ok dlls/ole32/tests/usrmarshal.ok \
  dlls/ole32/tests/clipboard.cross.o dlls/ole32/tests/compobj.cross.o \
  dlls/ole32/tests/defaulthandler.cross.o dlls/ole32/tests/dragdrop.cross.o \
  dlls/ole32/tests/errorinfo.cross.o dlls/ole32/tests/hglobalstream.cross.o \
  dlls/ole32/tests/marshal.cross.o dlls/ole32/tests/moniker.cross.o dlls/ole32/tests/ole2.cross.o \
  dlls/ole32/tests/ole_server.cross.o dlls/ole32/tests/propvariant.cross.o \
  dlls/ole32/tests/stg_prop.cross.o dlls/ole32/tests/storage32.cross.o \
  dlls/ole32/tests/usrmarshal.cross.o dlls/ole32/tests/testlist.cross.o dlls/ole32/tests/testlib.res \
  dlls/ole32/tests/ole32_test.exe dlls/oleacc/oleacc.pot dlls/oleacc/oleacc_classes.h \
  dlls/oleacc/dlldata.c dlls/oleacc/oleacc_classes_p.c dlls/oleacc/liboleacc.def \
  dlls/oleacc/liboleacc.cross.a dlls/oleacc/client.cross.o dlls/oleacc/main.cross.o \
  dlls/oleacc/propservice.cross.o dlls/oleacc/window.cross.o dlls/oleacc/dlldata.cross.o \
  dlls/oleacc/oleacc_classes_p.cross.o dlls/oleacc/oleacc.res dlls/oleacc/oleacc_classes_t.res \
  dlls/oleacc/oleacc_classes_r.res dlls/oleacc/oleacc.dll dlls/oleacc/tests/oleacc_test-stripped.exe \
  dlls/oleacc/tests/main.ok dlls/oleacc/tests/main.cross.o dlls/oleacc/tests/testlist.cross.o \
  dlls/oleacc/tests/oleacc_test.exe dlls/oleaut32/oleaut32.pot dlls/oleaut32/oleaut32_oaidl.h \
  dlls/oleaut32/oleaut32_ocidl.h dlls/oleaut32/dlldata.c dlls/oleaut32/oleaut32_oaidl_p.c \
  dlls/oleaut32/oleaut32_ocidl_p.c dlls/oleaut32/liboleaut32.def dlls/oleaut32/liboleaut32.cross.a \
  dlls/oleaut32/liboleaut32.delay.a dlls/oleaut32/connpt.cross.o dlls/oleaut32/dispatch.cross.o \
  dlls/oleaut32/hash.cross.o dlls/oleaut32/oleaut.cross.o dlls/oleaut32/olefont.cross.o \
  dlls/oleaut32/olepicture.cross.o dlls/oleaut32/olepropframe.cross.o dlls/oleaut32/recinfo.cross.o \
  dlls/oleaut32/safearray.cross.o dlls/oleaut32/typelib.cross.o dlls/oleaut32/usrmarshal.cross.o \
  dlls/oleaut32/varformat.cross.o dlls/oleaut32/variant.cross.o dlls/oleaut32/vartype.cross.o \
  dlls/oleaut32/dlldata.cross.o dlls/oleaut32/oleaut32_oaidl_p.cross.o \
  dlls/oleaut32/oleaut32_ocidl_p.cross.o dlls/oleaut32/oleaut32.res \
  dlls/oleaut32/oleaut32_oaidl_r.res dlls/oleaut32/oleaut32_ocidl_r.res dlls/oleaut32/oleaut32.dll \
  dlls/oleaut32/tests/test_reg.h dlls/oleaut32/tests/test_tlb.h dlls/oleaut32/tests/tmarshal.h \
  dlls/oleaut32/tests/test_reg_i.c dlls/oleaut32/tests/test_tlb_i.c dlls/oleaut32/tests/tmarshal_i.c \
  dlls/oleaut32/tests/oleaut32_test-stripped.exe dlls/oleaut32/tests/dispatch.ok \
  dlls/oleaut32/tests/olefont.ok dlls/oleaut32/tests/olepicture.ok dlls/oleaut32/tests/safearray.ok \
  dlls/oleaut32/tests/tmarshal.ok dlls/oleaut32/tests/typelib.ok dlls/oleaut32/tests/usrmarshal.ok \
  dlls/oleaut32/tests/varformat.ok dlls/oleaut32/tests/vartest.ok dlls/oleaut32/tests/vartype.ok \
  dlls/oleaut32/tests/dispatch.cross.o dlls/oleaut32/tests/olefont.cross.o \
  dlls/oleaut32/tests/olepicture.cross.o dlls/oleaut32/tests/safearray.cross.o \
  dlls/oleaut32/tests/tmarshal.cross.o dlls/oleaut32/tests/typelib.cross.o \
  dlls/oleaut32/tests/usrmarshal.cross.o dlls/oleaut32/tests/varformat.cross.o \
  dlls/oleaut32/tests/vartest.cross.o dlls/oleaut32/tests/vartype.cross.o \
  dlls/oleaut32/tests/test_reg_i.cross.o dlls/oleaut32/tests/test_tlb_i.cross.o \
  dlls/oleaut32/tests/tmarshal_i.cross.o dlls/oleaut32/tests/testlist.cross.o \
  dlls/oleaut32/tests/tmarshal.res dlls/oleaut32/tests/test_reg.tlb dlls/oleaut32/tests/test_tlb.tlb \
  dlls/oleaut32/tests/tmarshal.tlb dlls/oleaut32/tests/oleaut32_test.exe \
  dlls/olecli.dll16/olecli.cross.o dlls/olecli.dll16/olecli.dll16 dlls/olecli32/libolecli32.def \
  dlls/olecli32/olecli_main.cross.o dlls/olecli32/olecli32.dll dlls/oledb32/version.pot \
  dlls/oledb32/convert_i.c dlls/oledb32/convert.cross.o dlls/oledb32/datainit.cross.o \
  dlls/oledb32/dslocator.cross.o dlls/oledb32/errorinfo.cross.o dlls/oledb32/main.cross.o \
  dlls/oledb32/rowpos.cross.o dlls/oledb32/convert_i.cross.o dlls/oledb32/version.res \
  dlls/oledb32/oledb32_classes_r.res dlls/oledb32/oledb32_typelib_t.res dlls/oledb32/oledb32.dll \
  dlls/oledb32/tests/convert_i.c dlls/oledb32/tests/oledb32_test-stripped.exe \
  dlls/oledb32/tests/convert.ok dlls/oledb32/tests/database.ok dlls/oledb32/tests/marshal.ok \
  dlls/oledb32/tests/convert.cross.o dlls/oledb32/tests/database.cross.o \
  dlls/oledb32/tests/marshal.cross.o dlls/oledb32/tests/convert_i.cross.o \
  dlls/oledb32/tests/testlist.cross.o dlls/oledb32/tests/oledb32_test.exe dlls/oledlg/oledlg.pot \
  dlls/oledlg/liboledlg.def dlls/oledlg/liboledlg.cross.a dlls/oledlg/insobjdlg.cross.o \
  dlls/oledlg/oledlg_main.cross.o dlls/oledlg/pastespl.cross.o dlls/oledlg/oledlg.res \
  dlls/oledlg/oledlg.dll dlls/oledlg/tests/oledlg_test-stripped.exe dlls/oledlg/tests/main.ok \
  dlls/oledlg/tests/main.cross.o dlls/oledlg/tests/testlist.cross.o \
  dlls/oledlg/tests/oledlg_test.exe dlls/olepro32/libolepro32.def \
  dlls/olepro32/olepro32stubs.cross.o dlls/olepro32/version.res dlls/olepro32/olepro_t.res \
  dlls/olepro32/olepro32.dll dlls/olesvr.dll16/olesvr.cross.o dlls/olesvr.dll16/olesvr.dll16 \
  dlls/olesvr32/libolesvr32.def dlls/olesvr32/olesvr_main.cross.o dlls/olesvr32/olesvr32.dll \
  dlls/olethk32/main.cross.o dlls/olethk32/version.res dlls/olethk32/olethk32.dll \
  dlls/opcservices/compress.cross.o dlls/opcservices/deflate.cross.o \
  dlls/opcservices/factory.cross.o dlls/opcservices/package.cross.o dlls/opcservices/uri.cross.o \
  dlls/opcservices/opcservices_r.res dlls/opcservices/opcservices.dll \
  dlls/opcservices/tests/opcservices_test-stripped.exe dlls/opcservices/tests/opcservices.ok \
  dlls/opcservices/tests/opcservices.cross.o dlls/opcservices/tests/testlist.cross.o \
  dlls/opcservices/tests/opcservices_test.exe dlls/openal32/openal.o dlls/openal32/openal32.dll.so \
  dlls/openal32/openal32.dll.fake dlls/opencl/opencl.o dlls/opencl/opencl.dll.so \
  dlls/opencl/opencl.dll.fake dlls/opengl32/libopengl32.def dlls/opengl32/libopengl32.cross.a \
  dlls/opengl32/opengl_ext.o dlls/opengl32/opengl_norm.o dlls/opengl32/wgl.o \
  dlls/opengl32/version.res dlls/opengl32/opengl32.dll.so dlls/opengl32/opengl32.dll.fake \
  dlls/opengl32/tests/opengl32_test-stripped.exe dlls/opengl32/tests/opengl.ok \
  dlls/opengl32/tests/opengl.cross.o dlls/opengl32/tests/testlist.cross.o \
  dlls/opengl32/tests/opengl32_test.exe dlls/packager/packager_classes.h \
  dlls/packager/packager_main.cross.o dlls/packager/packager.res \
  dlls/packager/packager_classes_r.res dlls/packager/packager.dll \
  dlls/packager/tests/packager_test-stripped.exe dlls/packager/tests/oleobj.ok \
  dlls/packager/tests/oleobj.cross.o dlls/packager/tests/testlist.cross.o \
  dlls/packager/tests/packager_test.exe dlls/pdh/libpdh.def dlls/pdh/libpdh.cross.a \
  dlls/pdh/pdh_main.cross.o dlls/pdh/pdh.dll dlls/pdh/tests/pdh_test-stripped.exe \
  dlls/pdh/tests/pdh.ok dlls/pdh/tests/pdh.cross.o dlls/pdh/tests/testlist.cross.o \
  dlls/pdh/tests/pdh_test.exe dlls/photometadatahandler/main.cross.o \
  dlls/photometadatahandler/photometadatahandler.res \
  dlls/photometadatahandler/photometadatahandler.dll dlls/pidgen/main.cross.o dlls/pidgen/rsrc.res \
  dlls/pidgen/pidgen.dll dlls/powrprof/libpowrprof.def dlls/powrprof/powrprof.cross.o \
  dlls/powrprof/powrprof.dll dlls/printui/printui.cross.o dlls/printui/printui.res \
  dlls/printui/printui.dll dlls/prntvpt/main.cross.o dlls/prntvpt/prntvpt.dll \
  dlls/propsys/libpropsys.def dlls/propsys/libpropsys.cross.a dlls/propsys/propstore.cross.o \
  dlls/propsys/propsys_main.cross.o dlls/propsys/propvar.cross.o dlls/propsys/propsys_classes_r.res \
  dlls/propsys/propsys.dll dlls/propsys/tests/propsys_test-stripped.exe \
  dlls/propsys/tests/propsys.ok dlls/propsys/tests/propsys.cross.o \
  dlls/propsys/tests/testlist.cross.o dlls/propsys/tests/propsys_test.exe dlls/psapi/libpsapi.def \
  dlls/psapi/libpsapi.cross.a dlls/psapi/version.res dlls/psapi/psapi.dll \
  dlls/psapi/tests/psapi_test-stripped.exe dlls/psapi/tests/psapi_main.ok \
  dlls/psapi/tests/psapi_main.cross.o dlls/psapi/tests/testlist.cross.o \
  dlls/psapi/tests/psapi_test.exe dlls/pstorec/pstorec.cross.o dlls/pstorec/pstorec_tlb_t.res \
  dlls/pstorec/pstorec.dll dlls/pstorec/tests/pstorec_test-stripped.exe \
  dlls/pstorec/tests/pstorec.ok dlls/pstorec/tests/pstorec.cross.o \
  dlls/pstorec/tests/testlist.cross.o dlls/pstorec/tests/pstorec_test.exe dlls/qcap/audiorecord.o \
  dlls/qcap/avico.o dlls/qcap/avimux.o dlls/qcap/capturegraph.o dlls/qcap/dllfunc.o \
  dlls/qcap/enumpins.o dlls/qcap/filter.o dlls/qcap/mediatype.o dlls/qcap/pin.o \
  dlls/qcap/qcap_main.o dlls/qcap/smartteefilter.o dlls/qcap/v4l.o dlls/qcap/vfwcapture.o \
  dlls/qcap/version.res dlls/qcap/qcap.dll.so dlls/qcap/qcap.dll.fake \
  dlls/qcap/tests/qcap_test-stripped.exe dlls/qcap/tests/audiorecord.ok dlls/qcap/tests/avico.ok \
  dlls/qcap/tests/avimux.ok dlls/qcap/tests/qcap.ok dlls/qcap/tests/smartteefilter.ok \
  dlls/qcap/tests/videocapture.ok dlls/qcap/tests/audiorecord.cross.o dlls/qcap/tests/avico.cross.o \
  dlls/qcap/tests/avimux.cross.o dlls/qcap/tests/qcap.cross.o dlls/qcap/tests/smartteefilter.cross.o \
  dlls/qcap/tests/videocapture.cross.o dlls/qcap/tests/testlist.cross.o \
  dlls/qcap/tests/qcap_test.exe dlls/qedit/main.cross.o dlls/qedit/mediadet.cross.o \
  dlls/qedit/nullrenderer.cross.o dlls/qedit/samplegrabber.cross.o dlls/qedit/timeline.cross.o \
  dlls/qedit/qedit_classes_r.res dlls/qedit/qedit.dll dlls/qedit/tests/qedit_test-stripped.exe \
  dlls/qedit/tests/mediadet.ok dlls/qedit/tests/nullrenderer.ok dlls/qedit/tests/samplegrabber.ok \
  dlls/qedit/tests/timeline.ok dlls/qedit/tests/mediadet.cross.o \
  dlls/qedit/tests/nullrenderer.cross.o dlls/qedit/tests/samplegrabber.cross.o \
  dlls/qedit/tests/timeline.cross.o dlls/qedit/tests/testlist.cross.o dlls/qedit/tests/qedit.res \
  dlls/qedit/tests/qedit_test.exe dlls/qmgr/qmgr_local_i.c dlls/qmgr/enum_files.cross.o \
  dlls/qmgr/enum_jobs.cross.o dlls/qmgr/factory.cross.o dlls/qmgr/file.cross.o dlls/qmgr/job.cross.o \
  dlls/qmgr/qmgr.cross.o dlls/qmgr/qmgr_main.cross.o dlls/qmgr/service.cross.o \
  dlls/qmgr/qmgr_local_i.cross.o dlls/qmgr/rsrc.res dlls/qmgr/qmgr.dll \
  dlls/qmgr/tests/qmgr_test-stripped.exe dlls/qmgr/tests/enum_files.ok dlls/qmgr/tests/enum_jobs.ok \
  dlls/qmgr/tests/file.ok dlls/qmgr/tests/job.ok dlls/qmgr/tests/qmgr.ok \
  dlls/qmgr/tests/enum_files.cross.o dlls/qmgr/tests/enum_jobs.cross.o dlls/qmgr/tests/file.cross.o \
  dlls/qmgr/tests/job.cross.o dlls/qmgr/tests/qmgr.cross.o dlls/qmgr/tests/testlist.cross.o \
  dlls/qmgr/tests/qmgr_test.exe dlls/qmgrprxy/qmgrprxy.h dlls/qmgrprxy/qmgrprxy_i.c \
  dlls/qmgrprxy/dlldata.c dlls/qmgrprxy/qmgrprxy_p.c dlls/qmgrprxy/qmgrprxy_i.cross.o \
  dlls/qmgrprxy/dlldata.cross.o dlls/qmgrprxy/qmgrprxy_p.cross.o dlls/qmgrprxy/qmgrprxy_r.res \
  dlls/qmgrprxy/qmgrprxy.dll dlls/quartz/quartz_strmif.h dlls/quartz/dlldata.c \
  dlls/quartz/quartz_strmif_p.c dlls/quartz/libquartz.def dlls/quartz/acmwrapper.cross.o \
  dlls/quartz/avidec.cross.o dlls/quartz/dsoundrender.cross.o dlls/quartz/enummoniker.cross.o \
  dlls/quartz/enumregfilters.cross.o dlls/quartz/filesource.cross.o dlls/quartz/filtergraph.cross.o \
  dlls/quartz/filtermapper.cross.o dlls/quartz/main.cross.o dlls/quartz/memallocator.cross.o \
  dlls/quartz/regsvr.cross.o dlls/quartz/systemclock.cross.o dlls/quartz/videorenderer.cross.o \
  dlls/quartz/vmr9.cross.o dlls/quartz/dlldata.cross.o dlls/quartz/quartz_strmif_p.cross.o \
  dlls/quartz/quartz.res dlls/quartz/control_tlb_t.res dlls/quartz/quartz_strmif_r.res \
  dlls/quartz/quartz.dll dlls/quartz/tests/quartz_test-stripped.exe dlls/quartz/tests/acmwrapper.ok \
  dlls/quartz/tests/avidec.ok dlls/quartz/tests/avisplit.ok dlls/quartz/tests/dsoundrender.ok \
  dlls/quartz/tests/filesource.ok dlls/quartz/tests/filtergraph.ok dlls/quartz/tests/filtermapper.ok \
  dlls/quartz/tests/memallocator.ok dlls/quartz/tests/mpegsplit.ok dlls/quartz/tests/systemclock.ok \
  dlls/quartz/tests/videorenderer.ok dlls/quartz/tests/vmr7.ok dlls/quartz/tests/vmr9.ok \
  dlls/quartz/tests/waveparser.ok dlls/quartz/tests/acmwrapper.cross.o \
  dlls/quartz/tests/avidec.cross.o dlls/quartz/tests/avisplit.cross.o \
  dlls/quartz/tests/dsoundrender.cross.o dlls/quartz/tests/filesource.cross.o \
  dlls/quartz/tests/filtergraph.cross.o dlls/quartz/tests/filtermapper.cross.o \
  dlls/quartz/tests/memallocator.cross.o dlls/quartz/tests/mpegsplit.cross.o \
  dlls/quartz/tests/systemclock.cross.o dlls/quartz/tests/videorenderer.cross.o \
  dlls/quartz/tests/vmr7.cross.o dlls/quartz/tests/vmr9.cross.o dlls/quartz/tests/waveparser.cross.o \
  dlls/quartz/tests/testlist.cross.o dlls/quartz/tests/rsrc.res dlls/quartz/tests/quartz_test.exe \
  dlls/query/query_main.cross.o dlls/query/query.dll dlls/qwave/libqwave.def \
  dlls/qwave/libqwave.cross.a dlls/qwave/main.cross.o dlls/qwave/qwave.dll \
  dlls/qwave/tests/qwave_test-stripped.exe dlls/qwave/tests/qos.ok dlls/qwave/tests/qos.cross.o \
  dlls/qwave/tests/testlist.cross.o dlls/qwave/tests/qwave_test.exe \
  dlls/rasapi16.dll16/rasapi16.dll16 dlls/rasapi32/librasapi32.def dlls/rasapi32/librasapi32.cross.a \
  dlls/rasapi32/rasapi.cross.o dlls/rasapi32/rasapi32.dll \
  dlls/rasapi32/tests/rasapi32_test-stripped.exe dlls/rasapi32/tests/rasapi.ok \
  dlls/rasapi32/tests/rasapi.cross.o dlls/rasapi32/tests/testlist.cross.o \
  dlls/rasapi32/tests/rasapi32_test.exe dlls/rasdlg/librasdlg.def dlls/rasdlg/rasdlg_main.cross.o \
  dlls/rasdlg/rasdlg.dll dlls/regapi/main.cross.o dlls/regapi/regapi.dll \
  dlls/resutils/libresutils.def dlls/resutils/resutils.cross.o dlls/resutils/resutils.dll \
  dlls/riched20/libriched20.def dlls/riched20/libriched20.cross.a dlls/riched20/caret.cross.o \
  dlls/riched20/clipboard.cross.o dlls/riched20/context.cross.o dlls/riched20/editor.cross.o \
  dlls/riched20/list.cross.o dlls/riched20/paint.cross.o dlls/riched20/para.cross.o \
  dlls/riched20/reader.cross.o dlls/riched20/richole.cross.o dlls/riched20/row.cross.o \
  dlls/riched20/run.cross.o dlls/riched20/string.cross.o dlls/riched20/style.cross.o \
  dlls/riched20/table.cross.o dlls/riched20/txthost.cross.o dlls/riched20/txtsrv.cross.o \
  dlls/riched20/undo.cross.o dlls/riched20/wrap.cross.o dlls/riched20/writer.cross.o \
  dlls/riched20/version.res dlls/riched20/riched_tom_t.res dlls/riched20/riched20.dll \
  dlls/riched20/tests/riched20_test-stripped.exe dlls/riched20/tests/editor.ok \
  dlls/riched20/tests/richole.ok dlls/riched20/tests/txtsrv.ok dlls/riched20/tests/editor.cross.o \
  dlls/riched20/tests/richole.cross.o dlls/riched20/tests/txtsrv.cross.o \
  dlls/riched20/tests/testlist.cross.o dlls/riched20/tests/riched20_test.exe \
  dlls/riched32/richedit.cross.o dlls/riched32/version.res dlls/riched32/riched32.dll \
  dlls/riched32/tests/riched32_test-stripped.exe dlls/riched32/tests/editor.ok \
  dlls/riched32/tests/editor.cross.o dlls/riched32/tests/testlist.cross.o \
  dlls/riched32/tests/riched32_test.exe dlls/rpcrt4/epm.h dlls/rpcrt4/ndr_types.h \
  dlls/rpcrt4/epm_c.c dlls/rpcrt4/dlldata.c dlls/rpcrt4/ndr_types_p.c dlls/rpcrt4/librpcrt4.def \
  dlls/rpcrt4/librpcrt4.cross.a dlls/rpcrt4/cproxy.cross.o dlls/rpcrt4/cpsf.cross.o \
  dlls/rpcrt4/cstub.cross.o dlls/rpcrt4/ndr_clientserver.cross.o \
  dlls/rpcrt4/ndr_contexthandle.cross.o dlls/rpcrt4/ndr_es.cross.o \
  dlls/rpcrt4/ndr_fullpointer.cross.o dlls/rpcrt4/ndr_marshall.cross.o dlls/rpcrt4/ndr_ole.cross.o \
  dlls/rpcrt4/ndr_stubless.cross.o dlls/rpcrt4/ndr_typelib.cross.o dlls/rpcrt4/rpc_assoc.cross.o \
  dlls/rpcrt4/rpc_async.cross.o dlls/rpcrt4/rpc_binding.cross.o dlls/rpcrt4/rpc_epmap.cross.o \
  dlls/rpcrt4/rpc_message.cross.o dlls/rpcrt4/rpc_server.cross.o dlls/rpcrt4/rpc_transport.cross.o \
  dlls/rpcrt4/rpcrt4_main.cross.o dlls/rpcrt4/epm_c.cross.o dlls/rpcrt4/dlldata.cross.o \
  dlls/rpcrt4/ndr_types_p.cross.o dlls/rpcrt4/version.res dlls/rpcrt4/rpcrt4.dll \
  dlls/rpcrt4/tests/cstub.h dlls/rpcrt4/tests/server.h dlls/rpcrt4/tests/server_interp.h \
  dlls/rpcrt4/tests/dlldata.c dlls/rpcrt4/tests/cstub_p.c dlls/rpcrt4/tests/server_c.c \
  dlls/rpcrt4/tests/server_s.c dlls/rpcrt4/tests/server_interp_c.c \
  dlls/rpcrt4/tests/server_interp_s.c dlls/rpcrt4/tests/rpcrt4_test-stripped.exe \
  dlls/rpcrt4/tests/cstub.ok dlls/rpcrt4/tests/generated.ok dlls/rpcrt4/tests/ndr_marshall.ok \
  dlls/rpcrt4/tests/rpc.ok dlls/rpcrt4/tests/rpc_async.ok dlls/rpcrt4/tests/server.ok \
  dlls/rpcrt4/tests/cstub.cross.o dlls/rpcrt4/tests/generated.cross.o \
  dlls/rpcrt4/tests/ndr_marshall.cross.o dlls/rpcrt4/tests/rpc.cross.o \
  dlls/rpcrt4/tests/rpc_async.cross.o dlls/rpcrt4/tests/server.cross.o \
  dlls/rpcrt4/tests/dlldata.cross.o dlls/rpcrt4/tests/cstub_p.cross.o \
  dlls/rpcrt4/tests/server_c.cross.o dlls/rpcrt4/tests/server_s.cross.o \
  dlls/rpcrt4/tests/server_interp_c.cross.o dlls/rpcrt4/tests/server_interp_s.cross.o \
  dlls/rpcrt4/tests/testlist.cross.o dlls/rpcrt4/tests/rpcrt4_test.exe dlls/rsabase/version.res \
  dlls/rsabase/rsabase.dll dlls/rsaenh/librsaenh.def dlls/rsaenh/librsaenh.cross.a \
  dlls/rsaenh/aes.cross.o dlls/rsaenh/des.cross.o dlls/rsaenh/handle.cross.o \
  dlls/rsaenh/implglue.cross.o dlls/rsaenh/mpi.cross.o dlls/rsaenh/rc2.cross.o \
  dlls/rsaenh/rc4.cross.o dlls/rsaenh/rsa.cross.o dlls/rsaenh/rsaenh.cross.o dlls/rsaenh/rsrc.res \
  dlls/rsaenh/rsaenh.dll dlls/rsaenh/tests/rsaenh_test-stripped.exe dlls/rsaenh/tests/rsaenh.ok \
  dlls/rsaenh/tests/rsaenh.cross.o dlls/rsaenh/tests/testlist.cross.o \
  dlls/rsaenh/tests/rsaenh_test.exe dlls/rstrtmgr/main.cross.o dlls/rstrtmgr/rstrtmgr.dll \
  dlls/rtutils/librtutils.def dlls/rtutils/main.cross.o dlls/rtutils/tracing.cross.o \
  dlls/rtutils/rtutils.dll dlls/samlib/main.cross.o dlls/samlib/samlib.dll dlls/sane.ds/sane.pot \
  dlls/sane.ds/capability.o dlls/sane.ds/ds_ctrl.o dlls/sane.ds/ds_image.o dlls/sane.ds/options.o \
  dlls/sane.ds/sane_main.o dlls/sane.ds/ui.o dlls/sane.ds/sane.res dlls/sane.ds/sane.ds.so \
  dlls/sane.ds/sane.ds.fake dlls/sapi/automation.cross.o dlls/sapi/main.cross.o \
  dlls/sapi/token.cross.o dlls/sapi/tts.cross.o dlls/sapi/sapi.res dlls/sapi/sapi_classes_r.res \
  dlls/sapi/sapi_typelib_t.res dlls/sapi/sapi.dll dlls/sapi/tests/sapi_test-stripped.exe \
  dlls/sapi/tests/automation.ok dlls/sapi/tests/token.ok dlls/sapi/tests/tts.ok \
  dlls/sapi/tests/automation.cross.o dlls/sapi/tests/token.cross.o dlls/sapi/tests/tts.cross.o \
  dlls/sapi/tests/testlist.cross.o dlls/sapi/tests/sapi_test.exe dlls/sas/main.cross.o \
  dlls/sas/sas.dll dlls/scarddlg/main.cross.o dlls/scarddlg/scarddlg.dll dlls/sccbase/main.cross.o \
  dlls/sccbase/sccbase.dll dlls/schannel/lsamode.cross.o dlls/schannel/schannel_main.cross.o \
  dlls/schannel/usermode.cross.o dlls/schannel/version.res dlls/schannel/schannel.dll \
  dlls/schannel/tests/schannel_test-stripped.exe dlls/schannel/tests/main.ok \
  dlls/schannel/tests/main.cross.o dlls/schannel/tests/testlist.cross.o \
  dlls/schannel/tests/schannel_test.exe dlls/schedsvc/atsvc.h dlls/schedsvc/schrpc.h \
  dlls/schedsvc/atsvc_s.c dlls/schedsvc/schrpc_s.c dlls/schedsvc/atsvc.cross.o \
  dlls/schedsvc/schedsvc.cross.o dlls/schedsvc/svc_main.cross.o dlls/schedsvc/atsvc_s.cross.o \
  dlls/schedsvc/schrpc_s.cross.o dlls/schedsvc/schedsvc.dll dlls/schedsvc/tests/atsvc.h \
  dlls/schedsvc/tests/schrpc.h dlls/schedsvc/tests/atsvc_c.c dlls/schedsvc/tests/schrpc_c.c \
  dlls/schedsvc/tests/schedsvc_test-stripped.exe dlls/schedsvc/tests/atsvcapi.ok \
  dlls/schedsvc/tests/rpcapi.ok dlls/schedsvc/tests/atsvcapi.cross.o \
  dlls/schedsvc/tests/rpcapi.cross.o dlls/schedsvc/tests/atsvc_c.cross.o \
  dlls/schedsvc/tests/schrpc_c.cross.o dlls/schedsvc/tests/testlist.cross.o \
  dlls/schedsvc/tests/schedsvc_test.exe dlls/scrobj/scrobj.cross.o dlls/scrobj/scrobj_t.res \
  dlls/scrobj/scrobj.h dlls/scrobj/scrobj.dll dlls/scrobj/tests/scrobj_test-stripped.exe \
  dlls/scrobj/tests/scrobj.ok dlls/scrobj/tests/scrobj.cross.o dlls/scrobj/tests/testlist.cross.o \
  dlls/scrobj/tests/rsrc.res dlls/scrobj/tests/scrobj_test.exe dlls/scrrun/scrrun.h \
  dlls/scrrun/dictionary.cross.o dlls/scrrun/filesystem.cross.o dlls/scrrun/scrrun.cross.o \
  dlls/scrrun/scrrun.res dlls/scrrun/scrrun_t.res dlls/scrrun/scrrun.dll \
  dlls/scrrun/tests/scrrun_test-stripped.exe dlls/scrrun/tests/dictionary.ok \
  dlls/scrrun/tests/filesystem.ok dlls/scrrun/tests/dictionary.cross.o \
  dlls/scrrun/tests/filesystem.cross.o dlls/scrrun/tests/testlist.cross.o dlls/scrrun/tests/scrrun.h \
  dlls/scrrun/tests/scrrun_test.exe dlls/scsiport.sys/scsiport.cross.o \
  dlls/scsiport.sys/scsiport.sys dlls/secur32/libsecur32.def dlls/secur32/libsecur32.cross.a \
  dlls/secur32/libsecur32.delay.a dlls/secur32/base64_codec.o dlls/secur32/dispatcher.o \
  dlls/secur32/hmac_md5.o dlls/secur32/lsa.o dlls/secur32/negotiate.o dlls/secur32/ntlm.o \
  dlls/secur32/schannel.o dlls/secur32/schannel_gnutls.o dlls/secur32/schannel_macosx.o \
  dlls/secur32/secur32.o dlls/secur32/thunks.o dlls/secur32/util.o dlls/secur32/wrapper.o \
  dlls/secur32/secur32.dll.so dlls/secur32/secur32.dll.fake \
  dlls/secur32/tests/secur32_test-stripped.exe dlls/secur32/tests/main.ok \
  dlls/secur32/tests/negotiate.ok dlls/secur32/tests/ntlm.ok dlls/secur32/tests/schannel.ok \
  dlls/secur32/tests/secur32.ok dlls/secur32/tests/main.cross.o dlls/secur32/tests/negotiate.cross.o \
  dlls/secur32/tests/ntlm.cross.o dlls/secur32/tests/schannel.cross.o \
  dlls/secur32/tests/secur32.cross.o dlls/secur32/tests/testlist.cross.o \
  dlls/secur32/tests/secur32_test.exe dlls/security/security.dll dlls/sensapi/libsensapi.def \
  dlls/sensapi/libsensapi.cross.a dlls/sensapi/sensapi.cross.o dlls/sensapi/sensapi.dll \
  dlls/serialui/serialui.pot dlls/serialui/confdlg.cross.o dlls/serialui/serialui.res \
  dlls/serialui/serialui.dll dlls/serialui/tests/serialui_test-stripped.exe \
  dlls/serialui/tests/confdlg.ok dlls/serialui/tests/confdlg.cross.o \
  dlls/serialui/tests/testlist.cross.o dlls/serialui/tests/serialui_test.exe \
  dlls/setupapi/setupapi.pot dlls/setupapi/libsetupapi.def dlls/setupapi/libsetupapi.cross.a \
  dlls/setupapi/libsetupapi.delay.a dlls/setupapi/devinst.cross.o
	rm -f dlls/setupapi/dialog.cross.o dlls/setupapi/dirid.cross.o dlls/setupapi/diskspace.cross.o \
  dlls/setupapi/fakedll.cross.o dlls/setupapi/install.cross.o dlls/setupapi/misc.cross.o \
  dlls/setupapi/parser.cross.o dlls/setupapi/query.cross.o dlls/setupapi/queue.cross.o \
  dlls/setupapi/setupcab.cross.o dlls/setupapi/stringtable.cross.o dlls/setupapi/stubs.cross.o \
  dlls/setupapi/setupapi.res dlls/setupapi/setupapi.dll dlls/setupapi/tests/coinst.cross.o \
  dlls/setupapi/tests/coinst.dll dlls/setupapi/tests/setupapi_test-stripped.exe \
  dlls/setupapi/tests/devinst.ok dlls/setupapi/tests/dialog.ok dlls/setupapi/tests/diskspace.ok \
  dlls/setupapi/tests/install.ok dlls/setupapi/tests/misc.ok dlls/setupapi/tests/parser.ok \
  dlls/setupapi/tests/query.ok dlls/setupapi/tests/setupcab.ok dlls/setupapi/tests/stringtable.ok \
  dlls/setupapi/tests/devinst.cross.o dlls/setupapi/tests/dialog.cross.o \
  dlls/setupapi/tests/diskspace.cross.o dlls/setupapi/tests/install.cross.o \
  dlls/setupapi/tests/misc.cross.o dlls/setupapi/tests/parser.cross.o \
  dlls/setupapi/tests/query.cross.o dlls/setupapi/tests/setupcab.cross.o \
  dlls/setupapi/tests/stringtable.cross.o dlls/setupapi/tests/testlist.cross.o \
  dlls/setupapi/tests/coinst.res dlls/setupapi/tests/setupapi.res \
  dlls/setupapi/tests/setupapi_test.exe dlls/setupx.dll16/devinst16.cross.o \
  dlls/setupx.dll16/infparse.cross.o dlls/setupx.dll16/setupx_main.cross.o \
  dlls/setupx.dll16/virtcopy.cross.o dlls/setupx.dll16/setupx.dll16 dlls/sfc/libsfc.def \
  dlls/sfc/sfc_main.cross.o dlls/sfc/sfc.dll dlls/sfc_os/libsfc_os.def dlls/sfc_os/libsfc_os.cross.a \
  dlls/sfc_os/sfc_os.cross.o dlls/sfc_os/sfc_os.dll dlls/shcore/main.cross.o dlls/shcore/shcore.dll \
  dlls/shcore/tests/shcore_test-stripped.exe dlls/shcore/tests/shcore.ok \
  dlls/shcore/tests/shcore.cross.o dlls/shcore/tests/testlist.cross.o \
  dlls/shcore/tests/shcore_test.exe dlls/shdoclc/shdoclc.pot dlls/shdoclc/shdoclc.res \
  dlls/shdoclc/shdoclc.dll dlls/shdocvw/libshdocvw.def dlls/shdocvw/shdocvw_main.cross.o \
  dlls/shdocvw/shlinstobj.cross.o dlls/shdocvw/shdocvw.res dlls/shdocvw/shdocvw_v1_t.res \
  dlls/shdocvw/shdocvw.dll dlls/shdocvw/tests/shdocvw_test-stripped.exe \
  dlls/shdocvw/tests/shdocvw.ok dlls/shdocvw/tests/shortcut.ok dlls/shdocvw/tests/shdocvw.cross.o \
  dlls/shdocvw/tests/shortcut.cross.o dlls/shdocvw/tests/testlist.cross.o \
  dlls/shdocvw/tests/shdocvw_test.exe dlls/shell.dll16/shell.cross.o dlls/shell.dll16/version.res \
  dlls/shell.dll16/shell.dll16 dlls/shell32/shell32.pot dlls/shell32/libshell32.def \
  dlls/shell32/libshell32.cross.a dlls/shell32/libshell32.delay.a dlls/shell32/appbar.o \
  dlls/shell32/assoc.o dlls/shell32/autocomplete.o dlls/shell32/brsfolder.o \
  dlls/shell32/changenotify.o dlls/shell32/classes.o dlls/shell32/clipboard.o dlls/shell32/control.o \
  dlls/shell32/cpanelfolder.o dlls/shell32/dataobject.o dlls/shell32/dde.o dlls/shell32/debughlp.o \
  dlls/shell32/dialogs.o dlls/shell32/dragdrophelper.o dlls/shell32/ebrowser.o \
  dlls/shell32/enumidlist.o dlls/shell32/folders.o dlls/shell32/iconcache.o dlls/shell32/pidl.o \
  dlls/shell32/recyclebin.o dlls/shell32/shell32_main.o dlls/shell32/shelldispatch.o \
  dlls/shell32/shellitem.o dlls/shell32/shelllink.o dlls/shell32/shellole.o dlls/shell32/shellord.o \
  dlls/shell32/shellpath.o dlls/shell32/shellreg.o dlls/shell32/shellstring.o \
  dlls/shell32/shfldr_desktop.o dlls/shell32/shfldr_fs.o dlls/shell32/shfldr_mycomp.o \
  dlls/shell32/shfldr_netplaces.o dlls/shell32/shfldr_printers.o dlls/shell32/shfldr_unixfs.o \
  dlls/shell32/shlexec.o dlls/shell32/shlfileop.o dlls/shell32/shlfolder.o dlls/shell32/shlfsbind.o \
  dlls/shell32/shlmenu.o dlls/shell32/shlview.o dlls/shell32/shlview_cmenu.o dlls/shell32/shpolicy.o \
  dlls/shell32/systray.o dlls/shell32/trash.o dlls/shell32/xdg.o dlls/shell32/shell32.res \
  dlls/shell32/shell32_classes_r.res dlls/shell32/shell32_tlb_t.res dlls/shell32/shell32.dll.so \
  dlls/shell32/shell32.dll.fake dlls/shell32/tests/shell32_test-stripped.exe \
  dlls/shell32/tests/appbar.ok dlls/shell32/tests/assoc.ok dlls/shell32/tests/autocomplete.ok \
  dlls/shell32/tests/brsfolder.ok dlls/shell32/tests/ebrowser.ok dlls/shell32/tests/generated.ok \
  dlls/shell32/tests/progman_dde.ok dlls/shell32/tests/recyclebin.ok \
  dlls/shell32/tests/shelldispatch.ok dlls/shell32/tests/shelllink.ok dlls/shell32/tests/shellole.ok \
  dlls/shell32/tests/shellpath.ok dlls/shell32/tests/shfldr_special.ok dlls/shell32/tests/shlexec.ok \
  dlls/shell32/tests/shlfileop.ok dlls/shell32/tests/shlfolder.ok dlls/shell32/tests/shlview.ok \
  dlls/shell32/tests/string.ok dlls/shell32/tests/systray.ok dlls/shell32/tests/appbar.cross.o \
  dlls/shell32/tests/assoc.cross.o dlls/shell32/tests/autocomplete.cross.o \
  dlls/shell32/tests/brsfolder.cross.o dlls/shell32/tests/ebrowser.cross.o \
  dlls/shell32/tests/generated.cross.o dlls/shell32/tests/progman_dde.cross.o \
  dlls/shell32/tests/recyclebin.cross.o dlls/shell32/tests/shelldispatch.cross.o \
  dlls/shell32/tests/shelllink.cross.o dlls/shell32/tests/shellole.cross.o \
  dlls/shell32/tests/shellpath.cross.o dlls/shell32/tests/shfldr_special.cross.o \
  dlls/shell32/tests/shlexec.cross.o dlls/shell32/tests/shlfileop.cross.o \
  dlls/shell32/tests/shlfolder.cross.o dlls/shell32/tests/shlview.cross.o \
  dlls/shell32/tests/string.cross.o dlls/shell32/tests/systray.cross.o \
  dlls/shell32/tests/testlist.cross.o dlls/shell32/tests/rsrc.res \
  dlls/shell32/tests/shell32_test.exe dlls/shfolder/libshfolder.def dlls/shfolder/version.res \
  dlls/shfolder/shfolder.dll dlls/shlwapi/shlwapi.pot dlls/shlwapi/libshlwapi.def \
  dlls/shlwapi/libshlwapi.cross.a dlls/shlwapi/libshlwapi.delay.a dlls/shlwapi/assoc.cross.o \
  dlls/shlwapi/clist.cross.o dlls/shlwapi/istream.cross.o dlls/shlwapi/msgbox.cross.o \
  dlls/shlwapi/ordinal.cross.o dlls/shlwapi/path.cross.o dlls/shlwapi/reg.cross.o \
  dlls/shlwapi/regstream.cross.o dlls/shlwapi/shlwapi_main.cross.o dlls/shlwapi/stopwatch.cross.o \
  dlls/shlwapi/string.cross.o dlls/shlwapi/thread.cross.o dlls/shlwapi/url.cross.o \
  dlls/shlwapi/wsprintf.cross.o dlls/shlwapi/shlwapi.res dlls/shlwapi/shlwapi.dll \
  dlls/shlwapi/tests/shlwapi_test-stripped.exe dlls/shlwapi/tests/assoc.ok \
  dlls/shlwapi/tests/clist.ok dlls/shlwapi/tests/clsid.ok dlls/shlwapi/tests/generated.ok \
  dlls/shlwapi/tests/istream.ok dlls/shlwapi/tests/ordinal.ok dlls/shlwapi/tests/path.ok \
  dlls/shlwapi/tests/shreg.ok dlls/shlwapi/tests/string.ok dlls/shlwapi/tests/thread.ok \
  dlls/shlwapi/tests/url.ok dlls/shlwapi/tests/assoc.cross.o dlls/shlwapi/tests/clist.cross.o \
  dlls/shlwapi/tests/clsid.cross.o dlls/shlwapi/tests/generated.cross.o \
  dlls/shlwapi/tests/istream.cross.o dlls/shlwapi/tests/ordinal.cross.o \
  dlls/shlwapi/tests/path.cross.o dlls/shlwapi/tests/shreg.cross.o dlls/shlwapi/tests/string.cross.o \
  dlls/shlwapi/tests/thread.cross.o dlls/shlwapi/tests/url.cross.o \
  dlls/shlwapi/tests/testlist.cross.o dlls/shlwapi/tests/shlwapi_test.exe dlls/slbcsp/main.cross.o \
  dlls/slbcsp/slbcsp.dll dlls/slc/libslc.def dlls/slc/libslc.cross.a dlls/slc/slc.cross.o \
  dlls/slc/slc.dll dlls/slc/tests/slc_test-stripped.exe dlls/slc/tests/slc.ok \
  dlls/slc/tests/slc.cross.o dlls/slc/tests/testlist.cross.o dlls/slc/tests/slc_test.exe \
  dlls/snmpapi/libsnmpapi.def dlls/snmpapi/libsnmpapi.cross.a dlls/snmpapi/main.cross.o \
  dlls/snmpapi/snmpapi.dll dlls/snmpapi/tests/snmpapi_test-stripped.exe dlls/snmpapi/tests/util.ok \
  dlls/snmpapi/tests/util.cross.o dlls/snmpapi/tests/testlist.cross.o \
  dlls/snmpapi/tests/snmpapi_test.exe dlls/softpub/softpub.dll dlls/sound.drv16/sound.cross.o \
  dlls/sound.drv16/sound.drv16 dlls/spoolss/libspoolss.def dlls/spoolss/libspoolss.cross.a \
  dlls/spoolss/router.cross.o dlls/spoolss/spoolss_main.cross.o dlls/spoolss/spoolss.dll \
  dlls/spoolss/tests/spoolss_test-stripped.exe dlls/spoolss/tests/spoolss.ok \
  dlls/spoolss/tests/spoolss.cross.o dlls/spoolss/tests/testlist.cross.o \
  dlls/spoolss/tests/spoolss_test.exe dlls/srclient/main.cross.o dlls/srclient/srclient.dll \
  dlls/sspicli/main.cross.o dlls/sspicli/sspicli.dll dlls/stdole2.tlb/rsrc.res \
  dlls/stdole2.tlb/std_ole_v2_t.res dlls/stdole2.tlb/stdole2.tlb dlls/stdole32.tlb/rsrc.res \
  dlls/stdole32.tlb/std_ole_v1_t.res dlls/stdole32.tlb/stdole32.tlb dlls/sti/sti_wia.h \
  dlls/sti/dlldata.c dlls/sti/sti_wia_p.c dlls/sti/libsti.def dlls/sti/sti.cross.o \
  dlls/sti/sti_main.cross.o dlls/sti/dlldata.cross.o dlls/sti/sti_wia_p.cross.o \
  dlls/sti/sti_wia_r.res dlls/sti/sti.dll dlls/sti/tests/sti_test-stripped.exe dlls/sti/tests/sti.ok \
  dlls/sti/tests/sti.cross.o dlls/sti/tests/testlist.cross.o dlls/sti/tests/sti_test.exe \
  dlls/storage.dll16/storage.cross.o dlls/storage.dll16/storage.dll16 \
  dlls/stress.dll16/stress.cross.o dlls/stress.dll16/stress.dll16 dlls/strmbase/dispatch.o \
  dlls/strmbase/dllfunc.o dlls/strmbase/enumpins.o dlls/strmbase/filter.o dlls/strmbase/mediatype.o \
  dlls/strmbase/outputqueue.o dlls/strmbase/pin.o dlls/strmbase/pospass.o \
  dlls/strmbase/qualitycontrol.o dlls/strmbase/renderer.o dlls/strmbase/seeking.o \
  dlls/strmbase/transform.o dlls/strmbase/video.o dlls/strmbase/window.o \
  dlls/strmbase/dispatch.cross.o dlls/strmbase/dllfunc.cross.o dlls/strmbase/enumpins.cross.o \
  dlls/strmbase/filter.cross.o dlls/strmbase/mediatype.cross.o dlls/strmbase/outputqueue.cross.o \
  dlls/strmbase/pin.cross.o dlls/strmbase/pospass.cross.o dlls/strmbase/qualitycontrol.cross.o \
  dlls/strmbase/renderer.cross.o dlls/strmbase/seeking.cross.o dlls/strmbase/transform.cross.o \
  dlls/strmbase/video.cross.o dlls/strmbase/window.cross.o dlls/strmbase/libstrmbase.a \
  dlls/strmbase/libstrmbase.cross.a dlls/strmdll/main.cross.o dlls/strmdll/strmdll.dll \
  dlls/strmiids/evr.o dlls/strmiids/strmiids.o dlls/strmiids/evr.cross.o \
  dlls/strmiids/strmiids.cross.o dlls/strmiids/libstrmiids.a dlls/strmiids/libstrmiids.cross.a \
  dlls/svrapi/svrapi_main.cross.o dlls/svrapi/svrapi.dll dlls/sxs/libsxs.def dlls/sxs/libsxs.cross.a \
  dlls/sxs/cache.cross.o dlls/sxs/name.cross.o dlls/sxs/sxs.cross.o dlls/sxs/sxs.dll \
  dlls/sxs/tests/sxs_test-stripped.exe dlls/sxs/tests/cache.ok dlls/sxs/tests/name.ok \
  dlls/sxs/tests/sxs.ok dlls/sxs/tests/cache.cross.o dlls/sxs/tests/name.cross.o \
  dlls/sxs/tests/sxs.cross.o dlls/sxs/tests/testlist.cross.o dlls/sxs/tests/resource.res \
  dlls/sxs/tests/interfaces.h dlls/sxs/tests/sxs_test.exe dlls/system.drv16/system.cross.o \
  dlls/system.drv16/system.drv16 dlls/t2embed/libt2embed.def dlls/t2embed/libt2embed.cross.a \
  dlls/t2embed/main.cross.o dlls/t2embed/t2embed.dll dlls/t2embed/tests/t2embed_test-stripped.exe \
  dlls/t2embed/tests/t2embed.ok dlls/t2embed/tests/t2embed.cross.o \
  dlls/t2embed/tests/testlist.cross.o dlls/t2embed/tests/t2embed_test.exe dlls/tapi32/libtapi32.def \
  dlls/tapi32/libtapi32.cross.a dlls/tapi32/assisted.cross.o dlls/tapi32/line.cross.o \
  dlls/tapi32/phone.cross.o dlls/tapi32/tapi32.dll dlls/tapi32/tests/tapi32_test-stripped.exe \
  dlls/tapi32/tests/tapi.ok dlls/tapi32/tests/tapi.cross.o dlls/tapi32/tests/testlist.cross.o \
  dlls/tapi32/tests/tapi32_test.exe dlls/taskschd/schrpc.h dlls/taskschd/schrpc_c.c \
  dlls/taskschd/folder.cross.o dlls/taskschd/folder_collection.cross.o dlls/taskschd/regtask.cross.o \
  dlls/taskschd/task.cross.o dlls/taskschd/taskschd.cross.o dlls/taskschd/schrpc_c.cross.o \
  dlls/taskschd/taskschd_tlb_t.res dlls/taskschd/taskschd.dll \
  dlls/taskschd/tests/taskschd_test-stripped.exe dlls/taskschd/tests/scheduler.ok \
  dlls/taskschd/tests/scheduler.cross.o dlls/taskschd/tests/testlist.cross.o \
  dlls/taskschd/tests/taskschd_test.exe dlls/tdh/tdh_main.cross.o dlls/tdh/version.res \
  dlls/tdh/tdh.dll dlls/tdi.sys/main.cross.o dlls/tdi.sys/tdi.sys \
  dlls/toolhelp.dll16/toolhelp.cross.o dlls/toolhelp.dll16/toolhelp.dll16 \
  dlls/traffic/traffic_main.cross.o dlls/traffic/traffic.dll dlls/twain.dll16/twain.cross.o \
  dlls/twain.dll16/twain.dll16 dlls/twain_32/twain.pot dlls/twain_32/dsm_ctrl.cross.o \
  dlls/twain_32/twain32_main.cross.o dlls/twain_32/twain.res dlls/twain_32/twain_32.dll \
  dlls/twain_32/tests/twain_32_test-stripped.exe dlls/twain_32/tests/dsm.ok \
  dlls/twain_32/tests/dsm.cross.o dlls/twain_32/tests/testlist.cross.o \
  dlls/twain_32/tests/twain_32_test.exe dlls/typelib.dll16/typelib.cross.o \
  dlls/typelib.dll16/typelib.dll16 dlls/tzres/tzres.pot dlls/tzres/tzres.res dlls/tzres/tzres.dll \
  dlls/ucrtbase/libucrtbase.a dlls/ucrtbase/libucrtbase.cross.a dlls/ucrtbase/console.o \
  dlls/ucrtbase/cpp.o dlls/ucrtbase/ctype.o dlls/ucrtbase/data.o dlls/ucrtbase/dir.o \
  dlls/ucrtbase/environ.o dlls/ucrtbase/errno.o dlls/ucrtbase/except.o dlls/ucrtbase/except_arm.o \
  dlls/ucrtbase/except_arm64.o dlls/ucrtbase/except_i386.o dlls/ucrtbase/except_x86_64.o \
  dlls/ucrtbase/exit.o dlls/ucrtbase/file.o dlls/ucrtbase/heap.o dlls/ucrtbase/locale.o \
  dlls/ucrtbase/lock.o dlls/ucrtbase/main.o dlls/ucrtbase/math.o dlls/ucrtbase/mathf.o \
  dlls/ucrtbase/mbcs.o dlls/ucrtbase/misc.o dlls/ucrtbase/printf.o dlls/ucrtbase/process.o \
  dlls/ucrtbase/scanf.o dlls/ucrtbase/sincos.o dlls/ucrtbase/string.o dlls/ucrtbase/thread.o \
  dlls/ucrtbase/time.o dlls/ucrtbase/undname.o dlls/ucrtbase/wcs.o dlls/ucrtbase/mathf.cross.o \
  dlls/ucrtbase/printf.cross.o dlls/ucrtbase/sincos.cross.o dlls/ucrtbase/version.res \
  dlls/ucrtbase/ucrtbase.dll.so dlls/ucrtbase/ucrtbase.dll.fake \
  dlls/ucrtbase/tests/ucrtbase_test-stripped.exe dlls/ucrtbase/tests/cpp.ok \
  dlls/ucrtbase/tests/misc.ok dlls/ucrtbase/tests/printf.ok dlls/ucrtbase/tests/scanf.ok \
  dlls/ucrtbase/tests/string.ok dlls/ucrtbase/tests/cpp.cross.o dlls/ucrtbase/tests/misc.cross.o \
  dlls/ucrtbase/tests/printf.cross.o dlls/ucrtbase/tests/scanf.cross.o \
  dlls/ucrtbase/tests/string.cross.o dlls/ucrtbase/tests/testlist.cross.o \
  dlls/ucrtbase/tests/ucrtbase_test.exe dlls/uianimation/main.cross.o \
  dlls/uianimation/uianimation_reg_r.res dlls/uianimation/uianimation_typelib.tlb \
  dlls/uianimation/uianimation.dll dlls/uianimation/tests/uianimation_test-stripped.exe \
  dlls/uianimation/tests/uianimation.ok dlls/uianimation/tests/uianimation.cross.o \
  dlls/uianimation/tests/testlist.cross.o dlls/uianimation/tests/uianimation_test.exe \
  dlls/uiautomationcore/libuiautomationcore.def dlls/uiautomationcore/libuiautomationcore.cross.a \
  dlls/uiautomationcore/uia_main.cross.o dlls/uiautomationcore/uiautomationcore.dll \
  dlls/uiautomationcore/tests/uiautomationcore_test-stripped.exe \
  dlls/uiautomationcore/tests/uiautomation.ok dlls/uiautomationcore/tests/uiautomation.cross.o \
  dlls/uiautomationcore/tests/testlist.cross.o dlls/uiautomationcore/tests/uiautomationcore_test.exe \
  dlls/uiribbon/main.cross.o dlls/uiribbon/uiribbon.cross.o dlls/uiribbon/uiribbon_classes_r.res \
  dlls/uiribbon/uiribbon.dll dlls/unicows/libunicows.def dlls/unicows/unicows.dll \
  dlls/updspapi/main.cross.o dlls/updspapi/updspapi.dll dlls/url/liburl.def \
  dlls/url/url_main.cross.o dlls/url/url.dll dlls/urlmon/urlmon.pot dlls/urlmon/urlmon_urlmon.h \
  dlls/urlmon/dlldata.c dlls/urlmon/urlmon_urlmon_p.c dlls/urlmon/liburlmon.def \
  dlls/urlmon/liburlmon.cross.a dlls/urlmon/liburlmon.delay.a dlls/urlmon/axinstall.cross.o \
  dlls/urlmon/bindctx.cross.o dlls/urlmon/binding.cross.o dlls/urlmon/bindprot.cross.o \
  dlls/urlmon/download.cross.o dlls/urlmon/file.cross.o dlls/urlmon/format.cross.o \
  dlls/urlmon/ftp.cross.o dlls/urlmon/gopher.cross.o dlls/urlmon/http.cross.o \
  dlls/urlmon/internet.cross.o dlls/urlmon/mimefilter.cross.o dlls/urlmon/mk.cross.o \
  dlls/urlmon/protocol.cross.o dlls/urlmon/sec_mgr.cross.o dlls/urlmon/session.cross.o \
  dlls/urlmon/umon.cross.o dlls/urlmon/umstream.cross.o dlls/urlmon/uri.cross.o \
  dlls/urlmon/urlmon_main.cross.o dlls/urlmon/usrmarshal.cross.o dlls/urlmon/dlldata.cross.o \
  dlls/urlmon/urlmon_urlmon_p.cross.o dlls/urlmon/urlmon.res dlls/urlmon/urlmon_urlmon_r.res \
  dlls/urlmon/urlmon.dll dlls/urlmon/tests/urlmon_test-stripped.exe dlls/urlmon/tests/generated.ok \
  dlls/urlmon/tests/misc.ok dlls/urlmon/tests/protocol.ok dlls/urlmon/tests/sec_mgr.ok \
  dlls/urlmon/tests/stream.ok dlls/urlmon/tests/uri.ok dlls/urlmon/tests/url.ok \
  dlls/urlmon/tests/generated.cross.o dlls/urlmon/tests/misc.cross.o \
  dlls/urlmon/tests/protocol.cross.o dlls/urlmon/tests/sec_mgr.cross.o \
  dlls/urlmon/tests/stream.cross.o dlls/urlmon/tests/uri.cross.o dlls/urlmon/tests/url.cross.o \
  dlls/urlmon/tests/testlist.cross.o dlls/urlmon/tests/urlmon_test.exe dlls/usbd.sys/libusbd.def \
  dlls/usbd.sys/usbd.cross.o dlls/usbd.sys/usbd.sys dlls/user.exe16/bidi.cross.o \
  dlls/user.exe16/comm.cross.o dlls/user.exe16/dialog.cross.o dlls/user.exe16/hook.cross.o \
  dlls/user.exe16/message.cross.o dlls/user.exe16/network.cross.o dlls/user.exe16/user.cross.o \
  dlls/user.exe16/window.cross.o dlls/user.exe16/version.res dlls/user.exe16/user.exe16 \
  dlls/user32/user32.pot dlls/user32/libuser32.def dlls/user32/libuser32.cross.a \
  dlls/user32/libuser32.delay.a dlls/user32/button.o dlls/user32/caret.o dlls/user32/class.o \
  dlls/user32/clipboard.o dlls/user32/combo.o dlls/user32/cursoricon.o dlls/user32/dde_client.o \
  dlls/user32/dde_misc.o dlls/user32/dde_server.o dlls/user32/defdlg.o dlls/user32/defwnd.o \
  dlls/user32/desktop.o dlls/user32/dialog.o dlls/user32/driver.o dlls/user32/edit.o \
  dlls/user32/exticon.o dlls/user32/focus.o dlls/user32/hook.o dlls/user32/icontitle.o \
  dlls/user32/input.o dlls/user32/listbox.o dlls/user32/lstr.o dlls/user32/mdi.o dlls/user32/menu.o \
  dlls/user32/message.o dlls/user32/misc.o dlls/user32/msgbox.o dlls/user32/nonclient.o \
  dlls/user32/painting.o dlls/user32/property.o dlls/user32/rawinput.o dlls/user32/resource.o \
  dlls/user32/scroll.o dlls/user32/spy.o dlls/user32/static.o dlls/user32/sysparams.o \
  dlls/user32/text.o dlls/user32/uitools.o dlls/user32/user_main.o dlls/user32/win.o \
  dlls/user32/winhelp.o dlls/user32/winpos.o dlls/user32/winproc.o dlls/user32/winstation.o \
  dlls/user32/wsprintf.o dlls/user32/user32.res dlls/user32/user32.dll.so \
  dlls/user32/user32.dll.fake dlls/user32/tests/user32_test-stripped.exe \
  dlls/user32/tests/broadcast.ok dlls/user32/tests/class.ok dlls/user32/tests/clipboard.ok \
  dlls/user32/tests/combo.ok dlls/user32/tests/cursoricon.ok dlls/user32/tests/dce.ok \
  dlls/user32/tests/dde.ok dlls/user32/tests/dialog.ok dlls/user32/tests/edit.ok \
  dlls/user32/tests/generated.ok dlls/user32/tests/input.ok dlls/user32/tests/listbox.ok \
  dlls/user32/tests/menu.ok dlls/user32/tests/monitor.ok dlls/user32/tests/msg.ok \
  dlls/user32/tests/resource.ok dlls/user32/tests/scroll.ok dlls/user32/tests/static.ok \
  dlls/user32/tests/sysparams.ok dlls/user32/tests/text.ok dlls/user32/tests/uitools.ok \
  dlls/user32/tests/win.ok dlls/user32/tests/winstation.ok dlls/user32/tests/wsprintf.ok \
  dlls/user32/tests/broadcast.cross.o dlls/user32/tests/class.cross.o \
  dlls/user32/tests/clipboard.cross.o dlls/user32/tests/combo.cross.o \
  dlls/user32/tests/cursoricon.cross.o dlls/user32/tests/dce.cross.o dlls/user32/tests/dde.cross.o \
  dlls/user32/tests/dialog.cross.o dlls/user32/tests/edit.cross.o \
  dlls/user32/tests/generated.cross.o dlls/user32/tests/input.cross.o \
  dlls/user32/tests/listbox.cross.o dlls/user32/tests/menu.cross.o dlls/user32/tests/monitor.cross.o \
  dlls/user32/tests/msg.cross.o dlls/user32/tests/resource.cross.o dlls/user32/tests/scroll.cross.o \
  dlls/user32/tests/static.cross.o dlls/user32/tests/sysparams.cross.o \
  dlls/user32/tests/text.cross.o dlls/user32/tests/uitools.cross.o dlls/user32/tests/win.cross.o \
  dlls/user32/tests/winstation.cross.o dlls/user32/tests/wsprintf.cross.o \
  dlls/user32/tests/testlist.cross.o dlls/user32/tests/resource.res \
  dlls/user32/tests/user32_test.exe dlls/userenv/libuserenv.def dlls/userenv/libuserenv.cross.a \
  dlls/userenv/libuserenv.delay.a dlls/userenv/userenv_main.cross.o dlls/userenv/userenv.dll \
  dlls/userenv/tests/userenv_test-stripped.exe dlls/userenv/tests/userenv.ok \
  dlls/userenv/tests/userenv.cross.o dlls/userenv/tests/testlist.cross.o \
  dlls/userenv/tests/userenv_test.exe dlls/usp10/libusp10.def dlls/usp10/libusp10.cross.a \
  dlls/usp10/bidi.cross.o dlls/usp10/bracket.cross.o dlls/usp10/breaking.cross.o \
  dlls/usp10/direction.cross.o dlls/usp10/indic.cross.o dlls/usp10/indicsyllable.cross.o \
  dlls/usp10/linebreak.cross.o dlls/usp10/mirror.cross.o dlls/usp10/opentype.cross.o \
  dlls/usp10/shape.cross.o dlls/usp10/shaping.cross.o dlls/usp10/usp10.cross.o dlls/usp10/usp10.dll \
  dlls/usp10/tests/usp10_test-stripped.exe dlls/usp10/tests/usp10.ok dlls/usp10/tests/usp10.cross.o \
  dlls/usp10/tests/testlist.cross.o dlls/usp10/tests/usp10_test.exe dlls/utildll/main.cross.o \
  dlls/utildll/utildll.dll dlls/uuid/d2d.o dlls/uuid/uuid.o dlls/uuid/d2d.cross.o \
  dlls/uuid/uuid.cross.o dlls/uuid/libuuid.a dlls/uuid/libuuid.cross.a dlls/uxtheme/libuxtheme.def \
  dlls/uxtheme/libuxtheme.cross.a dlls/uxtheme/libuxtheme.delay.a dlls/uxtheme/buffer.cross.o \
  dlls/uxtheme/draw.cross.o dlls/uxtheme/main.cross.o dlls/uxtheme/metric.cross.o \
  dlls/uxtheme/msstyles.cross.o dlls/uxtheme/property.cross.o dlls/uxtheme/stylemap.cross.o \
  dlls/uxtheme/system.cross.o dlls/uxtheme/uxini.cross.o dlls/uxtheme/version.res \
  dlls/uxtheme/uxtheme.dll dlls/uxtheme/tests/uxtheme_test-stripped.exe dlls/uxtheme/tests/system.ok \
  dlls/uxtheme/tests/system.cross.o dlls/uxtheme/tests/testlist.cross.o \
  dlls/uxtheme/tests/uxtheme_test.exe dlls/vbscript/vbscript_classes.h dlls/vbscript/vbsglobal.h \
  dlls/vbscript/vbsregexp55.h dlls/vbscript/parser.tab.h dlls/vbscript/parser.tab.c \
  dlls/vbscript/compile.cross.o dlls/vbscript/global.cross.o dlls/vbscript/interp.cross.o \
  dlls/vbscript/lex.cross.o dlls/vbscript/regexp.cross.o dlls/vbscript/utils.cross.o \
  dlls/vbscript/vbdisp.cross.o dlls/vbscript/vbregexp.cross.o dlls/vbscript/vbscript.cross.o \
  dlls/vbscript/vbscript_main.cross.o dlls/vbscript/parser.tab.cross.o dlls/vbscript/vbscript.res \
  dlls/vbscript/vbscript_classes_r.res dlls/vbscript/vbsglobal_t.res dlls/vbscript/vbsregexp10_t.res \
  dlls/vbscript/vbsregexp55_t.res dlls/vbscript/vbscript.dll \
  dlls/vbscript/tests/vbscript_test-stripped.exe dlls/vbscript/tests/createobj.ok \
  dlls/vbscript/tests/run.ok dlls/vbscript/tests/vbscript.ok dlls/vbscript/tests/createobj.cross.o \
  dlls/vbscript/tests/run.cross.o dlls/vbscript/tests/vbscript.cross.o \
  dlls/vbscript/tests/testlist.cross.o dlls/vbscript/tests/rsrc.res \
  dlls/vbscript/tests/vbsregexp55.h dlls/vbscript/tests/vbscript_test.exe dlls/vcomp/main.cross.o \
  dlls/vcomp/vcomp.dll dlls/vcomp/tests/vcomp_test-stripped.exe dlls/vcomp/tests/vcomp.ok \
  dlls/vcomp/tests/vcomp.cross.o dlls/vcomp/tests/testlist.cross.o dlls/vcomp/tests/vcomp_test.exe \
  dlls/vcomp100/vcomp100.dll dlls/vcomp110/vcomp110.dll dlls/vcomp120/vcomp120.dll \
  dlls/vcomp140/vcomp140.dll dlls/vcomp90/vcomp90.dll dlls/vcruntime140/misc.cross.o \
  dlls/vcruntime140/vcruntime140.dll dlls/vdhcp.vxd/vdhcp.cross.o dlls/vdhcp.vxd/vdhcp.vxd \
  dlls/vdmdbg/libvdmdbg.def dlls/vdmdbg/vdmdbg.cross.o dlls/vdmdbg/vdmdbg.dll \
  dlls/ver.dll16/version.cross.o dlls/ver.dll16/ver.dll16 dlls/version/libversion.def \
  dlls/version/libversion.cross.a dlls/version/libversion.delay.a dlls/version/version.cross.o \
  dlls/version/version.res dlls/version/version.dll dlls/version/tests/version_test-stripped.exe \
  dlls/version/tests/info.ok dlls/version/tests/install.ok dlls/version/tests/info.cross.o \
  dlls/version/tests/install.cross.o dlls/version/tests/testlist.cross.o \
  dlls/version/tests/version.res dlls/version/tests/version_test.exe \
  dlls/virtdisk/virtdisk_main.cross.o dlls/virtdisk/virtdisk.dll \
  dlls/virtdisk/tests/virtdisk_test-stripped.exe dlls/virtdisk/tests/virtdisk.ok \
  dlls/virtdisk/tests/virtdisk.cross.o dlls/virtdisk/tests/testlist.cross.o \
  dlls/virtdisk/tests/virtdisk_test.exe dlls/vmm.vxd/vmm.cross.o dlls/vmm.vxd/vmm.vxd \
  dlls/vnbt.vxd/vnbt.cross.o dlls/vnbt.vxd/vnbt.vxd dlls/vnetbios.vxd/vnetbios.cross.o \
  dlls/vnetbios.vxd/vnetbios.vxd dlls/vssapi/main.cross.o dlls/vssapi/vssapi.dll \
  dlls/vtdapi.vxd/vtdapi.cross.o dlls/vtdapi.vxd/vtdapi.vxd dlls/vulkan-1/libvulkan-1.def \
  dlls/vulkan-1/libvulkan-1.cross.a dlls/vulkan-1/vulkan.cross.o dlls/vulkan-1/version.res \
  dlls/vulkan-1/vulkan-1.dll dlls/vulkan-1/tests/vulkan-1_test-stripped.exe \
  dlls/vulkan-1/tests/vulkan.ok dlls/vulkan-1/tests/vulkan.cross.o \
  dlls/vulkan-1/tests/testlist.cross.o dlls/vulkan-1/tests/vulkan-1_test.exe \
  dlls/vwin32.vxd/vwin32.cross.o dlls/vwin32.vxd/vwin32.vxd dlls/w32skrnl/w32skernel.cross.o \
  dlls/w32skrnl/w32skrnl.dll dlls/w32sys.dll16/w32sys.cross.o dlls/w32sys.dll16/w32sys.dll16 \
  dlls/wbemdisp/wbemdisp_classes.h dlls/wbemdisp/locator.cross.o dlls/wbemdisp/main.cross.o \
  dlls/wbemdisp/wbemdisp_classes_r.res dlls/wbemdisp/wbemdisp_tlb_t.res dlls/wbemdisp/wbemdisp.dll \
  dlls/wbemdisp/tests/wbemdisp_test-stripped.exe dlls/wbemdisp/tests/wbemdisp.ok \
  dlls/wbemdisp/tests/wbemdisp.cross.o dlls/wbemdisp/tests/testlist.cross.o \
  dlls/wbemdisp/tests/wbemdisp_test.exe dlls/wbemprox/wql.tab.c dlls/wbemprox/builtin.cross.o \
  dlls/wbemprox/class.cross.o dlls/wbemprox/main.cross.o dlls/wbemprox/process.cross.o \
  dlls/wbemprox/qualifier.cross.o dlls/wbemprox/query.cross.o dlls/wbemprox/reg.cross.o \
  dlls/wbemprox/security.cross.o dlls/wbemprox/service.cross.o dlls/wbemprox/services.cross.o \
  dlls/wbemprox/table.cross.o dlls/wbemprox/wbemlocator.cross.o dlls/wbemprox/wql.tab.cross.o \
  dlls/wbemprox/wbemprox_r.res dlls/wbemprox/wbemprox.dll \
  dlls/wbemprox/tests/wbemprox_test-stripped.exe dlls/wbemprox/tests/query.ok \
  dlls/wbemprox/tests/services.ok dlls/wbemprox/tests/query.cross.o \
  dlls/wbemprox/tests/services.cross.o dlls/wbemprox/tests/testlist.cross.o \
  dlls/wbemprox/tests/wbemprox_test.exe dlls/wdscore/wdscore_main.cross.o dlls/wdscore/wdscore.dll \
  dlls/webservices/libwebservices.def dlls/webservices/libwebservices.cross.a \
  dlls/webservices/channel.cross.o dlls/webservices/error.cross.o dlls/webservices/heap.cross.o \
  dlls/webservices/listener.cross.o dlls/webservices/msg.cross.o dlls/webservices/proxy.cross.o \
  dlls/webservices/reader.cross.o dlls/webservices/string.cross.o dlls/webservices/url.cross.o \
  dlls/webservices/writer.cross.o dlls/webservices/rsrc.res dlls/webservices/webservices.dll \
  dlls/webservices/tests/webservices_test-stripped.exe dlls/webservices/tests/channel.ok \
  dlls/webservices/tests/msg.ok dlls/webservices/tests/proxy.ok dlls/webservices/tests/reader.ok \
  dlls/webservices/tests/url.ok dlls/webservices/tests/writer.ok \
  dlls/webservices/tests/channel.cross.o dlls/webservices/tests/msg.cross.o \
  dlls/webservices/tests/proxy.cross.o dlls/webservices/tests/reader.cross.o \
  dlls/webservices/tests/url.cross.o dlls/webservices/tests/writer.cross.o \
  dlls/webservices/tests/testlist.cross.o dlls/webservices/tests/webservices_test.exe \
  dlls/wer/libwer.def dlls/wer/libwer.cross.a dlls/wer/main.cross.o dlls/wer/wer.dll \
  dlls/wer/tests/wer_test-stripped.exe dlls/wer/tests/main.ok dlls/wer/tests/main.cross.o \
  dlls/wer/tests/testlist.cross.o dlls/wer/tests/wer_test.exe dlls/wevtapi/main.cross.o \
  dlls/wevtapi/wevtapi.dll dlls/wiaservc/factory.cross.o dlls/wiaservc/service.cross.o \
  dlls/wiaservc/wiadevmgr.cross.o dlls/wiaservc/wiaservc_main.cross.o dlls/wiaservc/rsrc.res \
  dlls/wiaservc/wiaservc_r.res dlls/wiaservc/wiaservc.dll \
  dlls/wiaservc/tests/wiaservc_test-stripped.exe dlls/wiaservc/tests/wia.ok \
  dlls/wiaservc/tests/wia.cross.o dlls/wiaservc/tests/testlist.cross.o \
  dlls/wiaservc/tests/wiaservc_test.exe dlls/wimgapi/main.cross.o dlls/wimgapi/wimgapi.dll \
  dlls/win32s16.dll16/win32s16.cross.o dlls/win32s16.dll16/win32s16.dll16 \
  dlls/win87em.dll16/win87em.cross.o dlls/win87em.dll16/win87em.dll16 dlls/winaspi.dll16/winaspi.o \
  dlls/winaspi.dll16/winaspi.dll16.so dlls/winaspi.dll16/winaspi.dll16.fake \
  dlls/windebug.dll16/windebug.cross.o dlls/windebug.dll16/windebug.dll16 \
  dlls/windowscodecs/windowscodecs_wincodec.h dlls/windowscodecs/dlldata.c \
  dlls/windowscodecs/windowscodecs_wincodec_p.c dlls/windowscodecs/libwindowscodecs.def \
  dlls/windowscodecs/libwindowscodecs.cross.a dlls/windowscodecs/libwindowscodecs.delay.a \
  dlls/windowscodecs/bitmap.o dlls/windowscodecs/bmpdecode.o dlls/windowscodecs/bmpencode.o \
  dlls/windowscodecs/clipper.o dlls/windowscodecs/clsfactory.o dlls/windowscodecs/colorcontext.o \
  dlls/windowscodecs/colortransform.o dlls/windowscodecs/converter.o dlls/windowscodecs/fliprotate.o \
  dlls/windowscodecs/gifformat.o dlls/windowscodecs/icnsformat.o dlls/windowscodecs/icoformat.o \
  dlls/windowscodecs/imgfactory.o dlls/windowscodecs/info.o dlls/windowscodecs/jpegformat.o \
  dlls/windowscodecs/main.o dlls/windowscodecs/metadatahandler.o dlls/windowscodecs/metadataquery.o \
  dlls/windowscodecs/palette.o dlls/windowscodecs/pngformat.o dlls/windowscodecs/propertybag.o \
  dlls/windowscodecs/proxy.o dlls/windowscodecs/regsvr.o dlls/windowscodecs/scaler.o \
  dlls/windowscodecs/stream.o dlls/windowscodecs/tgaformat.o dlls/windowscodecs/tiffformat.o \
  dlls/windowscodecs/ungif.o dlls/windowscodecs/dlldata.o \
  dlls/windowscodecs/windowscodecs_wincodec_p.o dlls/windowscodecs/version.res \
  dlls/windowscodecs/windowscodecs_wincodec_r.res dlls/windowscodecs/windowscodecs.dll.so \
  dlls/windowscodecs/windowscodecs.dll.fake dlls/windowscodecs/tests/windowscodecs_test-stripped.exe \
  dlls/windowscodecs/tests/bitmap.ok dlls/windowscodecs/tests/bmpformat.ok \
  dlls/windowscodecs/tests/converter.ok dlls/windowscodecs/tests/gifformat.ok \
  dlls/windowscodecs/tests/icoformat.ok dlls/windowscodecs/tests/info.ok \
  dlls/windowscodecs/tests/jpegformat.ok dlls/windowscodecs/tests/metadata.ok \
  dlls/windowscodecs/tests/palette.ok dlls/windowscodecs/tests/pngformat.ok \
  dlls/windowscodecs/tests/propertybag.ok dlls/windowscodecs/tests/stream.ok \
  dlls/windowscodecs/tests/tiffformat.ok dlls/windowscodecs/tests/bitmap.cross.o \
  dlls/windowscodecs/tests/bmpformat.cross.o dlls/windowscodecs/tests/converter.cross.o \
  dlls/windowscodecs/tests/gifformat.cross.o dlls/windowscodecs/tests/icoformat.cross.o \
  dlls/windowscodecs/tests/info.cross.o dlls/windowscodecs/tests/jpegformat.cross.o \
  dlls/windowscodecs/tests/metadata.cross.o dlls/windowscodecs/tests/palette.cross.o \
  dlls/windowscodecs/tests/pngformat.cross.o dlls/windowscodecs/tests/propertybag.cross.o \
  dlls/windowscodecs/tests/stream.cross.o dlls/windowscodecs/tests/tiffformat.cross.o \
  dlls/windowscodecs/tests/testlist.cross.o dlls/windowscodecs/tests/windowscodecs_test.exe \
  dlls/windowscodecsext/libwindowscodecsext.def dlls/windowscodecsext/libwindowscodecsext.cross.a \
  dlls/windowscodecsext/main.cross.o dlls/windowscodecsext/windowscodecsext.dll \
  dlls/windowscodecsext/tests/windowscodecsext_test-stripped.exe \
  dlls/windowscodecsext/tests/transform.ok dlls/windowscodecsext/tests/transform.cross.o \
  dlls/windowscodecsext/tests/testlist.cross.o dlls/windowscodecsext/tests/windowscodecsext_test.exe \
  dlls/winealsa.drv/midi.o dlls/winealsa.drv/mmdevdrv.o dlls/winealsa.drv/winealsa.drv.so
	rm -f dlls/winealsa.drv/winealsa.drv.fake dlls/wineandroid.drv/device.o dlls/wineandroid.drv/init.o \
  dlls/wineandroid.drv/keyboard.o dlls/wineandroid.drv/mmdevdrv.o dlls/wineandroid.drv/opengl.o \
  dlls/wineandroid.drv/window.o dlls/wineandroid.drv/build.gradle \
  dlls/wineandroid.drv/wineandroid.drv.so dlls/wineandroid.drv/wineandroid.drv.fake \
  dlls/wineandroid.drv/wine-debug.apk dlls/winebus.sys/bus_iohid.o dlls/winebus.sys/bus_sdl.o \
  dlls/winebus.sys/bus_udev.o dlls/winebus.sys/main.o dlls/winebus.sys/winebus.sys.so \
  dlls/winebus.sys/winebus.sys.fake dlls/winecoreaudio.drv/audiounit.o \
  dlls/winecoreaudio.drv/coreaudio.o dlls/winecoreaudio.drv/coremidi.o dlls/winecoreaudio.drv/midi.o \
  dlls/winecoreaudio.drv/mmdevdrv.o dlls/winecoreaudio.drv/winecoreaudio.drv.so \
  dlls/winecoreaudio.drv/winecoreaudio.drv.fake dlls/winecrt0/crt_dllmain.o dlls/winecrt0/debug.o \
  dlls/winecrt0/delay_load.o dlls/winecrt0/dll_main.o dlls/winecrt0/exception.o \
  dlls/winecrt0/exe16_entry.o dlls/winecrt0/register.o dlls/winecrt0/stub.o \
  dlls/winecrt0/crt_dllmain.cross.o dlls/winecrt0/debug.cross.o dlls/winecrt0/delay_load.cross.o \
  dlls/winecrt0/dll_main.cross.o dlls/winecrt0/exception.cross.o dlls/winecrt0/exe16_entry.cross.o \
  dlls/winecrt0/register.cross.o dlls/winecrt0/stub.cross.o dlls/winecrt0/dll_entry.o \
  dlls/winecrt0/drv_entry.o dlls/winecrt0/exe_entry.o dlls/winecrt0/exe_main.o \
  dlls/winecrt0/exe_wentry.o dlls/winecrt0/exe_wmain.o dlls/winecrt0/init.o \
  dlls/winecrt0/libwinecrt0.a dlls/winecrt0/libwinecrt0.cross.a dlls/wined3d/libwined3d.def \
  dlls/wined3d/libwined3d.cross.a dlls/wined3d/adapter_gl.o dlls/wined3d/adapter_vk.o \
  dlls/wined3d/arb_program_shader.o dlls/wined3d/ati_fragment_shader.o dlls/wined3d/buffer.o \
  dlls/wined3d/context.o dlls/wined3d/cs.o dlls/wined3d/device.o dlls/wined3d/directx.o \
  dlls/wined3d/gl_compat.o dlls/wined3d/glsl_shader.o dlls/wined3d/nvidia_texture_shader.o \
  dlls/wined3d/palette.o dlls/wined3d/query.o dlls/wined3d/resource.o dlls/wined3d/sampler.o \
  dlls/wined3d/shader.o dlls/wined3d/shader_sm1.o dlls/wined3d/shader_sm4.o dlls/wined3d/state.o \
  dlls/wined3d/stateblock.o dlls/wined3d/surface.o dlls/wined3d/swapchain.o dlls/wined3d/texture.o \
  dlls/wined3d/utils.o dlls/wined3d/vertexdeclaration.o dlls/wined3d/view.o \
  dlls/wined3d/wined3d_main.o dlls/wined3d/version.res dlls/wined3d/wined3d.dll.so \
  dlls/wined3d/wined3d.dll.fake dlls/winegstreamer/dllfunc.o dlls/winegstreamer/enumpins.o \
  dlls/winegstreamer/filter.o dlls/winegstreamer/gst_cbs.o dlls/winegstreamer/gstdemux.o \
  dlls/winegstreamer/gsttffilter.o dlls/winegstreamer/main.o dlls/winegstreamer/mediatype.o \
  dlls/winegstreamer/mfplat.o dlls/winegstreamer/pin.o dlls/winegstreamer/qualitycontrol.o \
  dlls/winegstreamer/seeking.o dlls/winegstreamer/transform.o dlls/winegstreamer/rsrc.res \
  dlls/winegstreamer/mfplat_r.res dlls/winegstreamer/winegstreamer.dll.so \
  dlls/winegstreamer/winegstreamer.dll.fake dlls/winehid.sys/main.cross.o \
  dlls/winehid.sys/winehid.sys dlls/winejoystick.drv/joystick.o \
  dlls/winejoystick.drv/joystick_linux.o dlls/winejoystick.drv/joystick_osx.o \
  dlls/winejoystick.drv/winejoystick.drv.so dlls/winejoystick.drv/winejoystick.drv.fake \
  dlls/winemac.drv/winemac.pot dlls/winemac.drv/clipboard.o dlls/winemac.drv/display.o \
  dlls/winemac.drv/dragdrop.o dlls/winemac.drv/event.o dlls/winemac.drv/gdi.o \
  dlls/winemac.drv/image.o dlls/winemac.drv/ime.o dlls/winemac.drv/keyboard.o \
  dlls/winemac.drv/macdrv_main.o dlls/winemac.drv/mouse.o dlls/winemac.drv/opengl.o \
  dlls/winemac.drv/surface.o dlls/winemac.drv/systray.o dlls/winemac.drv/vulkan.o \
  dlls/winemac.drv/window.o dlls/winemac.drv/cocoa_app.o dlls/winemac.drv/cocoa_clipboard.o \
  dlls/winemac.drv/cocoa_display.o dlls/winemac.drv/cocoa_event.o dlls/winemac.drv/cocoa_main.o \
  dlls/winemac.drv/cocoa_opengl.o dlls/winemac.drv/cocoa_status_item.o \
  dlls/winemac.drv/cocoa_window.o dlls/winemac.drv/winemac.res dlls/winemac.drv/winemac.drv.so \
  dlls/winemac.drv/winemac.drv.fake dlls/winemapi/main.cross.o dlls/winemapi/sendmail.cross.o \
  dlls/winemapi/winemapi.dll dlls/wineoss.drv/midi.o dlls/wineoss.drv/midipatch.o \
  dlls/wineoss.drv/mmaux.o dlls/wineoss.drv/mmdevdrv.o dlls/wineoss.drv/wineoss.drv.so \
  dlls/wineoss.drv/wineoss.drv.fake dlls/wineps.drv/wineps.pot dlls/wineps.drv/afm.cross.o \
  dlls/wineps.drv/bitblt.cross.o dlls/wineps.drv/bitmap.cross.o dlls/wineps.drv/brush.cross.o \
  dlls/wineps.drv/builtin.cross.o dlls/wineps.drv/clipping.cross.o dlls/wineps.drv/color.cross.o \
  dlls/wineps.drv/data/AvantGarde_Book.cross.o dlls/wineps.drv/data/AvantGarde_BookOblique.cross.o \
  dlls/wineps.drv/data/AvantGarde_Demi.cross.o dlls/wineps.drv/data/AvantGarde_DemiOblique.cross.o \
  dlls/wineps.drv/data/Bookman_Demi.cross.o dlls/wineps.drv/data/Bookman_DemiItalic.cross.o \
  dlls/wineps.drv/data/Bookman_Light.cross.o dlls/wineps.drv/data/Bookman_LightItalic.cross.o \
  dlls/wineps.drv/data/Courier.cross.o dlls/wineps.drv/data/Courier_Bold.cross.o \
  dlls/wineps.drv/data/Courier_BoldOblique.cross.o dlls/wineps.drv/data/Courier_Oblique.cross.o \
  dlls/wineps.drv/data/Helvetica.cross.o dlls/wineps.drv/data/Helvetica_Bold.cross.o \
  dlls/wineps.drv/data/Helvetica_BoldOblique.cross.o dlls/wineps.drv/data/Helvetica_Narrow.cross.o \
  dlls/wineps.drv/data/Helvetica_Narrow_Bold.cross.o \
  dlls/wineps.drv/data/Helvetica_Narrow_BoldOblique.cross.o \
  dlls/wineps.drv/data/Helvetica_Narrow_Oblique.cross.o \
  dlls/wineps.drv/data/Helvetica_Oblique.cross.o dlls/wineps.drv/data/NewCenturySchlbk_Bold.cross.o \
  dlls/wineps.drv/data/NewCenturySchlbk_BoldItalic.cross.o \
  dlls/wineps.drv/data/NewCenturySchlbk_Italic.cross.o \
  dlls/wineps.drv/data/NewCenturySchlbk_Roman.cross.o dlls/wineps.drv/data/Palatino_Bold.cross.o \
  dlls/wineps.drv/data/Palatino_BoldItalic.cross.o dlls/wineps.drv/data/Palatino_Italic.cross.o \
  dlls/wineps.drv/data/Palatino_Roman.cross.o dlls/wineps.drv/data/Symbol.cross.o \
  dlls/wineps.drv/data/Times_Bold.cross.o dlls/wineps.drv/data/Times_BoldItalic.cross.o \
  dlls/wineps.drv/data/Times_Italic.cross.o dlls/wineps.drv/data/Times_Roman.cross.o \
  dlls/wineps.drv/data/ZapfChancery_MediumItalic.cross.o dlls/wineps.drv/data/ZapfDingbats.cross.o \
  dlls/wineps.drv/data/agl.cross.o dlls/wineps.drv/download.cross.o dlls/wineps.drv/driver.cross.o \
  dlls/wineps.drv/encode.cross.o dlls/wineps.drv/escape.cross.o dlls/wineps.drv/font.cross.o \
  dlls/wineps.drv/glyphlist.cross.o dlls/wineps.drv/graphics.cross.o dlls/wineps.drv/init.cross.o \
  dlls/wineps.drv/pen.cross.o dlls/wineps.drv/ppd.cross.o dlls/wineps.drv/ps.cross.o \
  dlls/wineps.drv/text.cross.o dlls/wineps.drv/type1.cross.o dlls/wineps.drv/type1afm.cross.o \
  dlls/wineps.drv/type42.cross.o dlls/wineps.drv/vertical.cross.o dlls/wineps.drv/wineps.res \
  dlls/wineps.drv/wineps.drv dlls/wineps16.drv16/driver.cross.o dlls/wineps16.drv16/wineps16.drv16 \
  dlls/winepulse.drv/mmdevdrv.o dlls/winepulse.drv/winepulse.drv.so \
  dlls/winepulse.drv/winepulse.drv.fake dlls/wineqtdecoder/dllfunc.o dlls/wineqtdecoder/enumpins.o \
  dlls/wineqtdecoder/filter.o dlls/wineqtdecoder/main.o dlls/wineqtdecoder/mediatype.o \
  dlls/wineqtdecoder/outputqueue.o dlls/wineqtdecoder/pin.o dlls/wineqtdecoder/qtdatahandler.o \
  dlls/wineqtdecoder/qtsplitter.o dlls/wineqtdecoder/qtutils.o dlls/wineqtdecoder/qtvdecoder.o \
  dlls/wineqtdecoder/qualitycontrol.o dlls/wineqtdecoder/seeking.o dlls/wineqtdecoder/transform.o \
  dlls/wineqtdecoder/rsrc.res dlls/wineqtdecoder/wineqtdecoder.dll.so \
  dlls/wineqtdecoder/wineqtdecoder.dll.fake dlls/winevulkan/libwinevulkan.def \
  dlls/winevulkan/libwinevulkan.cross.a dlls/winevulkan/vulkan.o dlls/winevulkan/vulkan_thunks.o \
  dlls/winevulkan/version.res dlls/winevulkan/winevulkan.dll.so dlls/winevulkan/winevulkan.dll.fake \
  dlls/winex11.drv/bitblt.o dlls/winex11.drv/brush.o dlls/winex11.drv/clipboard.o \
  dlls/winex11.drv/desktop.o dlls/winex11.drv/display.o dlls/winex11.drv/event.o \
  dlls/winex11.drv/graphics.o dlls/winex11.drv/ime.o dlls/winex11.drv/init.o \
  dlls/winex11.drv/keyboard.o dlls/winex11.drv/mouse.o dlls/winex11.drv/opengl.o \
  dlls/winex11.drv/palette.o dlls/winex11.drv/pen.o dlls/winex11.drv/settings.o \
  dlls/winex11.drv/systray.o dlls/winex11.drv/vulkan.o dlls/winex11.drv/window.o \
  dlls/winex11.drv/wintab.o dlls/winex11.drv/x11drv_main.o dlls/winex11.drv/xdnd.o \
  dlls/winex11.drv/xim.o dlls/winex11.drv/xinerama.o dlls/winex11.drv/xrandr.o \
  dlls/winex11.drv/xrender.o dlls/winex11.drv/xvidmode.o dlls/winex11.drv/version.res \
  dlls/winex11.drv/winex11.drv.so dlls/winex11.drv/winex11.drv.fake dlls/wing.dll16/wing.cross.o \
  dlls/wing.dll16/wing.dll16 dlls/wing32/wing32.cross.o dlls/wing32/wing32.dll \
  dlls/winhttp/libwinhttp.def dlls/winhttp/libwinhttp.cross.a dlls/winhttp/cookie.cross.o \
  dlls/winhttp/handle.cross.o dlls/winhttp/main.cross.o dlls/winhttp/net.cross.o \
  dlls/winhttp/request.cross.o dlls/winhttp/session.cross.o dlls/winhttp/url.cross.o \
  dlls/winhttp/rsrc.res dlls/winhttp/winhttp_tlb_t.res dlls/winhttp/winhttp.dll \
  dlls/winhttp/tests/winhttp_test-stripped.exe dlls/winhttp/tests/notification.ok \
  dlls/winhttp/tests/url.ok dlls/winhttp/tests/winhttp.ok dlls/winhttp/tests/notification.cross.o \
  dlls/winhttp/tests/url.cross.o dlls/winhttp/tests/winhttp.cross.o \
  dlls/winhttp/tests/testlist.cross.o dlls/winhttp/tests/winhttp_test.exe dlls/wininet/wininet.pot \
  dlls/wininet/winineterror.pot dlls/wininet/libwininet.def dlls/wininet/libwininet.cross.a \
  dlls/wininet/libwininet.delay.a dlls/wininet/cookie.cross.o dlls/wininet/dialogs.cross.o \
  dlls/wininet/ftp.cross.o dlls/wininet/gopher.cross.o dlls/wininet/http.cross.o \
  dlls/wininet/inflate.cross.o dlls/wininet/internet.cross.o dlls/wininet/netconnection.cross.o \
  dlls/wininet/urlcache.cross.o dlls/wininet/utility.cross.o dlls/wininet/wininet.res \
  dlls/wininet/winineterror.res dlls/wininet/wininet.dll \
  dlls/wininet/tests/wininet_test-stripped.exe dlls/wininet/tests/ftp.ok \
  dlls/wininet/tests/generated.ok dlls/wininet/tests/http.ok dlls/wininet/tests/internet.ok \
  dlls/wininet/tests/url.ok dlls/wininet/tests/urlcache.ok dlls/wininet/tests/ftp.cross.o \
  dlls/wininet/tests/generated.cross.o dlls/wininet/tests/http.cross.o \
  dlls/wininet/tests/internet.cross.o dlls/wininet/tests/url.cross.o \
  dlls/wininet/tests/urlcache.cross.o dlls/wininet/tests/testlist.cross.o \
  dlls/wininet/tests/wininet_test.exe dlls/winmm/winmm.pot dlls/winmm/libwinmm.def \
  dlls/winmm/libwinmm.cross.a dlls/winmm/libwinmm.delay.a dlls/winmm/driver.cross.o \
  dlls/winmm/joystick.cross.o dlls/winmm/lolvldrv.cross.o dlls/winmm/mci.cross.o \
  dlls/winmm/mmio.cross.o dlls/winmm/playsound.cross.o dlls/winmm/time.cross.o \
  dlls/winmm/waveform.cross.o dlls/winmm/winmm.cross.o dlls/winmm/winmm.res dlls/winmm/winmm_res.res \
  dlls/winmm/winmm.dll dlls/winmm/tests/winmm_test-stripped.exe dlls/winmm/tests/capture.ok \
  dlls/winmm/tests/generated.ok dlls/winmm/tests/joystick.ok dlls/winmm/tests/mci.ok \
  dlls/winmm/tests/mcicda.ok dlls/winmm/tests/midi.ok dlls/winmm/tests/mixer.ok \
  dlls/winmm/tests/mmio.ok dlls/winmm/tests/timer.ok dlls/winmm/tests/wave.ok \
  dlls/winmm/tests/capture.cross.o dlls/winmm/tests/generated.cross.o \
  dlls/winmm/tests/joystick.cross.o dlls/winmm/tests/mci.cross.o dlls/winmm/tests/mcicda.cross.o \
  dlls/winmm/tests/midi.cross.o dlls/winmm/tests/mixer.cross.o dlls/winmm/tests/mmio.cross.o \
  dlls/winmm/tests/timer.cross.o dlls/winmm/tests/wave.cross.o dlls/winmm/tests/testlist.cross.o \
  dlls/winmm/tests/winmm_test.exe dlls/winnls.dll16/winnls.cross.o dlls/winnls.dll16/winnls.dll16 \
  dlls/winnls32/libwinnls32.def dlls/winnls32/libwinnls32.cross.a dlls/winnls32/winnls.cross.o \
  dlls/winnls32/winnls32.dll dlls/winscard/libwinscard.def dlls/winscard/winscard.cross.o \
  dlls/winscard/rsrc.res dlls/winscard/winscard.dll dlls/winsock.dll16/socket.cross.o \
  dlls/winsock.dll16/winsock.dll16 dlls/winspool.drv/winspool.pot dlls/winspool.drv/libwinspool.def \
  dlls/winspool.drv/libwinspool.cross.a dlls/winspool.drv/libwinspool.delay.a \
  dlls/winspool.drv/info.o dlls/winspool.drv/wspool.o dlls/winspool.drv/winspool.res \
  dlls/winspool.drv/winspool.drv.so dlls/winspool.drv/winspool.drv.fake \
  dlls/winspool.drv/tests/winspool.drv_test-stripped.exe dlls/winspool.drv/tests/info.ok \
  dlls/winspool.drv/tests/info.cross.o dlls/winspool.drv/tests/testlist.cross.o \
  dlls/winspool.drv/tests/winspool.drv_test.exe dlls/winsta/main.cross.o dlls/winsta/winsta.dll \
  dlls/wintab.dll16/wintab.cross.o dlls/wintab.dll16/wintab.dll16 dlls/wintab32/libwintab32.def \
  dlls/wintab32/context.cross.o dlls/wintab32/manager.cross.o dlls/wintab32/wintab32.cross.o \
  dlls/wintab32/wintab32.dll dlls/wintab32/tests/wintab32_test-stripped.exe \
  dlls/wintab32/tests/context.ok dlls/wintab32/tests/context.cross.o \
  dlls/wintab32/tests/testlist.cross.o dlls/wintab32/tests/wintab32_test.exe \
  dlls/wintrust/libwintrust.def dlls/wintrust/libwintrust.cross.a dlls/wintrust/libwintrust.delay.a \
  dlls/wintrust/asn.cross.o dlls/wintrust/crypt.cross.o dlls/wintrust/register.cross.o \
  dlls/wintrust/softpub.cross.o dlls/wintrust/wintrust_main.cross.o dlls/wintrust/version.res \
  dlls/wintrust/wintrust.dll dlls/wintrust/tests/wintrust_test-stripped.exe \
  dlls/wintrust/tests/asn.ok dlls/wintrust/tests/crypt.ok dlls/wintrust/tests/register.ok \
  dlls/wintrust/tests/softpub.ok dlls/wintrust/tests/asn.cross.o dlls/wintrust/tests/crypt.cross.o \
  dlls/wintrust/tests/register.cross.o dlls/wintrust/tests/softpub.cross.o \
  dlls/wintrust/tests/testlist.cross.o dlls/wintrust/tests/wintrust_test.exe dlls/winusb/winusb.dll \
  dlls/wlanapi/libwlanapi.def dlls/wlanapi/libwlanapi.cross.a dlls/wlanapi/main.cross.o \
  dlls/wlanapi/wlanapi.dll dlls/wlanapi/tests/wlanapi_test-stripped.exe \
  dlls/wlanapi/tests/wlanapi.ok dlls/wlanapi/tests/wlanapi.cross.o \
  dlls/wlanapi/tests/testlist.cross.o dlls/wlanapi/tests/wlanapi_test.exe dlls/wlanui/main.cross.o \
  dlls/wlanui/wlanui.dll dlls/wldap32/wldap32.pot dlls/wldap32/libwldap32.def \
  dlls/wldap32/libwldap32.cross.a dlls/wldap32/add.o dlls/wldap32/ber.o dlls/wldap32/bind.o \
  dlls/wldap32/compare.o dlls/wldap32/control.o dlls/wldap32/delete.o dlls/wldap32/dn.o \
  dlls/wldap32/error.o dlls/wldap32/extended.o dlls/wldap32/init.o dlls/wldap32/main.o \
  dlls/wldap32/misc.o dlls/wldap32/modify.o dlls/wldap32/modrdn.o dlls/wldap32/option.o \
  dlls/wldap32/page.o dlls/wldap32/parse.o dlls/wldap32/rename.o dlls/wldap32/search.o \
  dlls/wldap32/value.o dlls/wldap32/wldap32.res dlls/wldap32/wldap32.dll.so \
  dlls/wldap32/wldap32.dll.fake dlls/wldap32/tests/wldap32_test-stripped.exe \
  dlls/wldap32/tests/parse.ok dlls/wldap32/tests/parse.cross.o dlls/wldap32/tests/testlist.cross.o \
  dlls/wldap32/tests/wldap32_test.exe dlls/wmasf/main.cross.o dlls/wmasf/wmasf.dll \
  dlls/wmcodecdspuuid/wmcodecdspuuid.o dlls/wmcodecdspuuid/wmcodecdspuuid.cross.o \
  dlls/wmcodecdspuuid/libwmcodecdspuuid.a dlls/wmcodecdspuuid/libwmcodecdspuuid.cross.a \
  dlls/wmi/wmi.dll dlls/wmiutils/main.cross.o dlls/wmiutils/path.cross.o \
  dlls/wmiutils/statuscode.cross.o dlls/wmiutils/wmiutils_classes_r.res dlls/wmiutils/wmiutils.dll \
  dlls/wmiutils/tests/wmiutils_test-stripped.exe dlls/wmiutils/tests/path.ok \
  dlls/wmiutils/tests/path.cross.o dlls/wmiutils/tests/testlist.cross.o \
  dlls/wmiutils/tests/wmiutils_test.exe dlls/wmp/events.cross.o dlls/wmp/oleobj.cross.o \
  dlls/wmp/player.cross.o dlls/wmp/wmp_main.cross.o dlls/wmp/rsrc.res dlls/wmp/wmp_typelib_t.res \
  dlls/wmp/wmp.dll dlls/wmp/tests/wmp_test-stripped.exe dlls/wmp/tests/media.ok \
  dlls/wmp/tests/oleobj.ok dlls/wmp/tests/media.cross.o dlls/wmp/tests/oleobj.cross.o \
  dlls/wmp/tests/testlist.cross.o dlls/wmp/tests/rsrc.res dlls/wmp/tests/wmp_test.exe \
  dlls/wmphoto/main.cross.o dlls/wmphoto/wmphoto_r.res dlls/wmphoto/wmphoto.dll \
  dlls/wmvcore/libwmvcore.def dlls/wmvcore/libwmvcore.cross.a dlls/wmvcore/reader.cross.o \
  dlls/wmvcore/wmvcore_main.cross.o dlls/wmvcore/writer.cross.o dlls/wmvcore/version.res \
  dlls/wmvcore/wmvcore.dll dlls/wmvcore/tests/wmvcore_test-stripped.exe \
  dlls/wmvcore/tests/wmvcore.ok dlls/wmvcore/tests/wmvcore.cross.o \
  dlls/wmvcore/tests/testlist.cross.o dlls/wmvcore/tests/wmvcore_test.exe \
  dlls/wnaspi32/libwnaspi32.def dlls/wnaspi32/aspi.o dlls/wnaspi32/winaspi32.o \
  dlls/wnaspi32/wnaspi32.dll.so dlls/wnaspi32/wnaspi32.dll.fake dlls/wow32/libwow32.def \
  dlls/wow32/wow_main.cross.o dlls/wow32/wow32.dll dlls/wpc/wpc.cross.o dlls/wpc/wpc_classes_r.res \
  dlls/wpc/wpc.dll dlls/wpc/tests/wpc_test-stripped.exe dlls/wpc/tests/wpc.ok \
  dlls/wpc/tests/wpc.cross.o dlls/wpc/tests/testlist.cross.o dlls/wpc/tests/wpc_test.exe \
  dlls/wpcap/wpcap.o dlls/wpcap/version.res dlls/wpcap/wpcap.dll.so dlls/wpcap/wpcap.dll.fake \
  dlls/ws2_32/libws2_32.def dlls/ws2_32/libws2_32.cross.a dlls/ws2_32/libws2_32.delay.a \
  dlls/ws2_32/async.o dlls/ws2_32/socket.o dlls/ws2_32/version.res dlls/ws2_32/ws2_32.dll.so \
  dlls/ws2_32/ws2_32.dll.fake dlls/ws2_32/tests/ws2_32_test-stripped.exe \
  dlls/ws2_32/tests/protocol.ok dlls/ws2_32/tests/sock.ok dlls/ws2_32/tests/protocol.cross.o \
  dlls/ws2_32/tests/sock.cross.o dlls/ws2_32/tests/testlist.cross.o \
  dlls/ws2_32/tests/ws2_32_test.exe dlls/wsdapi/libwsdapi.def dlls/wsdapi/libwsdapi.cross.a \
  dlls/wsdapi/address.cross.o dlls/wsdapi/discovery.cross.o dlls/wsdapi/memory.cross.o \
  dlls/wsdapi/msgparams.cross.o dlls/wsdapi/network.cross.o dlls/wsdapi/soap.cross.o \
  dlls/wsdapi/xml.cross.o dlls/wsdapi/wsdapi.dll dlls/wsdapi/tests/wsdapi_test-stripped.exe \
  dlls/wsdapi/tests/address.ok dlls/wsdapi/tests/discovery.ok dlls/wsdapi/tests/memory.ok \
  dlls/wsdapi/tests/msgparams.ok dlls/wsdapi/tests/xml.ok dlls/wsdapi/tests/address.cross.o \
  dlls/wsdapi/tests/discovery.cross.o dlls/wsdapi/tests/memory.cross.o \
  dlls/wsdapi/tests/msgparams.cross.o dlls/wsdapi/tests/xml.cross.o \
  dlls/wsdapi/tests/testlist.cross.o dlls/wsdapi/tests/wsdapi_test.exe dlls/wshom.ocx/wshom.h \
  dlls/wshom.ocx/shell.cross.o dlls/wshom.ocx/wshom_main.cross.o dlls/wshom.ocx/wshom.res \
  dlls/wshom.ocx/wshom_t.res dlls/wshom.ocx/wshom.ocx \
  dlls/wshom.ocx/tests/wshom.ocx_test-stripped.exe dlls/wshom.ocx/tests/wshom.ok \
  dlls/wshom.ocx/tests/wshom.cross.o dlls/wshom.ocx/tests/testlist.cross.o \
  dlls/wshom.ocx/tests/wshom.h dlls/wshom.ocx/tests/wshom.ocx_test.exe dlls/wsnmp32/libwsnmp32.def \
  dlls/wsnmp32/libwsnmp32.cross.a dlls/wsnmp32/wsnmp32.cross.o dlls/wsnmp32/wsnmp32.dll \
  dlls/wsnmp32/tests/wsnmp32_test-stripped.exe dlls/wsnmp32/tests/wsnmp.ok \
  dlls/wsnmp32/tests/wsnmp.cross.o dlls/wsnmp32/tests/testlist.cross.o \
  dlls/wsnmp32/tests/wsnmp32_test.exe dlls/wsock32/libwsock32.def dlls/wsock32/libwsock32.cross.a \
  dlls/wsock32/protocol.cross.o dlls/wsock32/service.cross.o dlls/wsock32/socket.cross.o \
  dlls/wsock32/version.res dlls/wsock32/wsock32.dll dlls/wtsapi32/libwtsapi32.def \
  dlls/wtsapi32/libwtsapi32.cross.a dlls/wtsapi32/wtsapi32.cross.o dlls/wtsapi32/wtsapi32.dll \
  dlls/wtsapi32/tests/wtsapi32_test-stripped.exe dlls/wtsapi32/tests/wtsapi.ok \
  dlls/wtsapi32/tests/wtsapi.cross.o dlls/wtsapi32/tests/testlist.cross.o \
  dlls/wtsapi32/tests/wtsapi32_test.exe dlls/wuapi/downloader.cross.o dlls/wuapi/installer.cross.o \
  dlls/wuapi/main.cross.o dlls/wuapi/searcher.cross.o dlls/wuapi/session.cross.o \
  dlls/wuapi/systeminfo.cross.o dlls/wuapi/updates.cross.o dlls/wuapi/wuapi_tlb_t.res \
  dlls/wuapi/wuapi.dll dlls/wuaueng/main.cross.o dlls/wuaueng/version.res dlls/wuaueng/wuaueng.dll \
  dlls/x3daudio1_0/x3daudio.o dlls/x3daudio1_0/x3daudio1_0.dll.so \
  dlls/x3daudio1_0/x3daudio1_0.dll.fake dlls/x3daudio1_1/x3daudio.o \
  dlls/x3daudio1_1/x3daudio1_1.dll.so dlls/x3daudio1_1/x3daudio1_1.dll.fake \
  dlls/x3daudio1_2/x3daudio.o dlls/x3daudio1_2/x3daudio1_2.dll.so \
  dlls/x3daudio1_2/x3daudio1_2.dll.fake dlls/x3daudio1_3/x3daudio.o \
  dlls/x3daudio1_3/x3daudio1_3.dll.so dlls/x3daudio1_3/x3daudio1_3.dll.fake \
  dlls/x3daudio1_4/x3daudio.o dlls/x3daudio1_4/x3daudio1_4.dll.so \
  dlls/x3daudio1_4/x3daudio1_4.dll.fake dlls/x3daudio1_5/x3daudio.o \
  dlls/x3daudio1_5/x3daudio1_5.dll.so dlls/x3daudio1_5/x3daudio1_5.dll.fake \
  dlls/x3daudio1_6/x3daudio.o dlls/x3daudio1_6/x3daudio1_6.dll.so \
  dlls/x3daudio1_6/x3daudio1_6.dll.fake dlls/x3daudio1_7/x3daudio.o \
  dlls/x3daudio1_7/x3daudio1_7.dll.so dlls/x3daudio1_7/x3daudio1_7.dll.fake dlls/xapofx1_1/xapo.o \
  dlls/xapofx1_1/xapofx.o dlls/xapofx1_1/xaudio_allocator.o dlls/xapofx1_1/version.res \
  dlls/xapofx1_1/xapofx1_1.dll.so dlls/xapofx1_1/xapofx1_1.dll.fake dlls/xapofx1_2/xapo.o \
  dlls/xapofx1_2/xapofx.o dlls/xapofx1_2/xaudio_allocator.o dlls/xapofx1_2/xapofx1_2.dll.so \
  dlls/xapofx1_2/xapofx1_2.dll.fake dlls/xapofx1_3/xapo.o dlls/xapofx1_3/xapofx.o \
  dlls/xapofx1_3/xaudio_allocator.o dlls/xapofx1_3/version.res dlls/xapofx1_3/xapofx1_3.dll.so \
  dlls/xapofx1_3/xapofx1_3.dll.fake dlls/xapofx1_4/xapo.o dlls/xapofx1_4/xapofx.o \
  dlls/xapofx1_4/xaudio_allocator.o dlls/xapofx1_4/xapofx1_4.dll.so \
  dlls/xapofx1_4/xapofx1_4.dll.fake dlls/xapofx1_5/xapo.o dlls/xapofx1_5/xapofx.o \
  dlls/xapofx1_5/xaudio_allocator.o dlls/xapofx1_5/xapofx1_5.dll.so \
  dlls/xapofx1_5/xapofx1_5.dll.fake dlls/xaudio2_0/compat.o dlls/xaudio2_0/xapo.o \
  dlls/xaudio2_0/xaudio_allocator.o dlls/xaudio2_0/xaudio_dll.o dlls/xaudio2_0/xaudio_classes_r.res \
  dlls/xaudio2_0/xaudio2_0.dll.so dlls/xaudio2_0/xaudio2_0.dll.fake dlls/xaudio2_1/compat.o \
  dlls/xaudio2_1/xapo.o dlls/xaudio2_1/xaudio_allocator.o dlls/xaudio2_1/xaudio_dll.o \
  dlls/xaudio2_1/xaudio_classes_r.res dlls/xaudio2_1/xaudio2_1.dll.so \
  dlls/xaudio2_1/xaudio2_1.dll.fake dlls/xaudio2_2/compat.o dlls/xaudio2_2/xapo.o \
  dlls/xaudio2_2/xaudio_allocator.o dlls/xaudio2_2/xaudio_dll.o dlls/xaudio2_2/xaudio_classes_r.res \
  dlls/xaudio2_2/xaudio2_2.dll.so dlls/xaudio2_2/xaudio2_2.dll.fake dlls/xaudio2_3/compat.o \
  dlls/xaudio2_3/xapo.o dlls/xaudio2_3/xaudio_allocator.o dlls/xaudio2_3/xaudio_dll.o \
  dlls/xaudio2_3/xaudio_classes_r.res dlls/xaudio2_3/xaudio2_3.dll.so \
  dlls/xaudio2_3/xaudio2_3.dll.fake dlls/xaudio2_4/compat.o dlls/xaudio2_4/xapo.o \
  dlls/xaudio2_4/xaudio_allocator.o dlls/xaudio2_4/xaudio_dll.o dlls/xaudio2_4/xaudio_classes_r.res \
  dlls/xaudio2_4/xaudio2_4.dll.so dlls/xaudio2_4/xaudio2_4.dll.fake dlls/xaudio2_5/compat.o \
  dlls/xaudio2_5/xapo.o dlls/xaudio2_5/xaudio_allocator.o dlls/xaudio2_5/xaudio_dll.o \
  dlls/xaudio2_5/xaudio_classes_r.res dlls/xaudio2_5/xaudio2_5.dll.so \
  dlls/xaudio2_5/xaudio2_5.dll.fake dlls/xaudio2_6/compat.o dlls/xaudio2_6/xapo.o \
  dlls/xaudio2_6/xaudio_allocator.o dlls/xaudio2_6/xaudio_dll.o dlls/xaudio2_6/xaudio_classes_r.res \
  dlls/xaudio2_6/xaudio2_6.dll.so dlls/xaudio2_6/xaudio2_6.dll.fake dlls/xaudio2_7/compat.o \
  dlls/xaudio2_7/x3daudio.o dlls/xaudio2_7/xapo.o dlls/xaudio2_7/xapofx.o \
  dlls/xaudio2_7/xaudio_allocator.o dlls/xaudio2_7/xaudio_dll.o dlls/xaudio2_7/xaudio_classes_r.res \
  dlls/xaudio2_7/xaudio2_7.dll.so dlls/xaudio2_7/xaudio2_7.dll.fake \
  dlls/xaudio2_7/tests/xaudio2_7_test-stripped.exe dlls/xaudio2_7/tests/xaudio2.ok \
  dlls/xaudio2_7/tests/xaudio2.cross.o dlls/xaudio2_7/tests/testlist.cross.o \
  dlls/xaudio2_7/tests/xaudio2_7_test.exe dlls/xaudio2_8/compat.o dlls/xaudio2_8/x3daudio.o \
  dlls/xaudio2_8/xapo.o dlls/xaudio2_8/xapofx.o dlls/xaudio2_8/xaudio_allocator.o \
  dlls/xaudio2_8/xaudio_dll.o dlls/xaudio2_8/xaudio_classes_r.res dlls/xaudio2_8/xaudio2_8.dll.so \
  dlls/xaudio2_8/xaudio2_8.dll.fake dlls/xaudio2_9/compat.o dlls/xaudio2_9/x3daudio.o \
  dlls/xaudio2_9/xapo.o dlls/xaudio2_9/xapofx.o dlls/xaudio2_9/xaudio_allocator.o \
  dlls/xaudio2_9/xaudio_dll.o dlls/xaudio2_9/xaudio_classes_r.res dlls/xaudio2_9/xaudio2_9.dll.so \
  dlls/xaudio2_9/xaudio2_9.dll.fake dlls/xinput1_1/hid.cross.o dlls/xinput1_1/xinput_main.cross.o \
  dlls/xinput1_1/version.res dlls/xinput1_1/xinput1_1.dll dlls/xinput1_2/hid.cross.o \
  dlls/xinput1_2/xinput_main.cross.o dlls/xinput1_2/version.res dlls/xinput1_2/xinput1_2.dll \
  dlls/xinput1_3/libxinput.def dlls/xinput1_3/hid.cross.o dlls/xinput1_3/xinput_main.cross.o \
  dlls/xinput1_3/version.res dlls/xinput1_3/xinput1_3.dll \
  dlls/xinput1_3/tests/xinput1_3_test-stripped.exe dlls/xinput1_3/tests/xinput.ok \
  dlls/xinput1_3/tests/xinput.cross.o dlls/xinput1_3/tests/testlist.cross.o \
  dlls/xinput1_3/tests/xinput1_3_test.exe dlls/xinput1_4/hid.cross.o \
  dlls/xinput1_4/xinput_main.cross.o dlls/xinput1_4/version.res dlls/xinput1_4/xinput1_4.dll \
  dlls/xinput9_1_0/hid.cross.o dlls/xinput9_1_0/xinput_main.cross.o dlls/xinput9_1_0/version.res \
  dlls/xinput9_1_0/xinput9_1_0.dll dlls/xmllite/libxmllite.def dlls/xmllite/libxmllite.cross.a \
  dlls/xmllite/reader.cross.o dlls/xmllite/writer.cross.o dlls/xmllite/xmllite.dll \
  dlls/xmllite/tests/xmllite_test-stripped.exe dlls/xmllite/tests/reader.ok \
  dlls/xmllite/tests/writer.ok dlls/xmllite/tests/reader.cross.o dlls/xmllite/tests/writer.cross.o \
  dlls/xmllite/tests/testlist.cross.o dlls/xmllite/tests/xmllite_test.exe \
  dlls/xolehlp/xolehlp.cross.o dlls/xolehlp/xolehlp.dll dlls/xpsprint/main.cross.o \
  dlls/xpsprint/xpsprint.res dlls/xpsprint/xpsprint.dll dlls/xpssvcs/main.cross.o \
  dlls/xpssvcs/xpssvcs.dll fonts/coue1255.fon fonts/coue1256.fon fonts/coue1257.fon fonts/coure.fon \
  fonts/couree.fon fonts/coureg.fon fonts/courer.fon fonts/couret.fon fonts/vgafix.fon \
  fonts/jvgafix.fon fonts/marlett.ttf fonts/ssee1255.fon fonts/ssee1256.fon fonts/ssee1257.fon \
  fonts/ssee874.fon fonts/ssef1255.fon fonts/ssef1256.fon fonts/ssef1257.fon fonts/ssef874.fon \
  fonts/sserife.fon fonts/sserifee.fon fonts/sserifeg.fon fonts/sserifer.fon fonts/sserifet.fon \
  fonts/sseriff.fon fonts/sseriffe.fon fonts/sseriffg.fon fonts/sseriffr.fon fonts/sserifft.fon \
  fonts/smae1255.fon fonts/smae1256.fon fonts/smae1257.fon fonts/smalle.fon fonts/smallee.fon \
  fonts/smalleg.fon fonts/smaller.fon fonts/smallet.fon fonts/jsmalle.fon fonts/symbol.ttf \
  fonts/cvgasys.fon fonts/hvgasys.fon fonts/jvgasys.fon fonts/svgasys.fon fonts/vgas1255.fon \
  fonts/vgas1256.fon fonts/vgas1257.fon fonts/vgas874.fon fonts/vgasys.fon fonts/vgasyse.fon \
  fonts/vgasysg.fon fonts/vgasysr.fon fonts/vgasyst.fon fonts/tahoma.ttf fonts/tahomabd.ttf \
  fonts/wingding.ttf include/activation.h include/activaut.h include/activdbg.h include/activscp.h \
  include/amsi.h include/amstream.h include/amvideo.h include/asptlb.h include/atliface.h \
  include/audioclient.h include/audiopolicy.h include/austream.h include/bdaiface.h include/bits.h \
  include/bits1_5.h include/bits2_0.h include/bits2_5.h include/bits3_0.h include/cmnquery.h \
  include/comcat.h include/commoncontrols.h include/comsvcs.h include/control.h include/cor.h \
  include/cordebug.h include/ctfutb.h include/ctxtcall.h include/d2d1.h include/d2d1_1.h \
  include/d2d1_2.h include/d3d10.h include/d3d10_1.h include/d3d10sdklayers.h include/d3d11.h \
  include/d3d11_1.h include/d3d11_2.h include/d3d11_3.h include/d3d11_4.h include/d3d11on12.h \
  include/d3d11sdklayers.h include/d3d12.h include/d3dcommon.h include/d3dx10core.h \
  include/d3dx11core.h include/dcommon.h include/ddstream.h include/devicetopology.h \
  include/dhtmled.h include/dimm.h include/dispex.h include/docobj.h include/docobjectservice.h \
  include/downloadmgr.h include/drmexternals.h include/dwrite.h include/dwrite_1.h \
  include/dwrite_2.h include/dwrite_3.h include/dxgi.h include/dxgi1_2.h include/dxgi1_3.h \
  include/dxgi1_4.h include/dxgi1_5.h include/dxgi1_6.h include/dxgicommon.h include/dxgidebug.h \
  include/dxgiformat.h include/dxgitype.h include/dxva2api.h include/endpointvolume.h include/evr.h \
  include/exdisp.h include/filter.h include/fusion.h include/gameux.h include/hlink.h \
  include/hstring.h include/htiface.h include/htiframe.h include/httprequest.h include/iads.h \
  include/icftypes.h include/ieautomation.h include/iextag.h include/iimgctx.h include/imnact.h \
  include/imnxport.h include/indexsrv.h include/inputscope.h include/inseng.h include/inspectable.h \
  include/mediaobj.h include/metahost.h include/mfidl.h include/mfmediaengine.h include/mfobjects.h \
  include/mfplay.h include/mfreadwrite.h include/mftransform.h include/mimeinfo.h include/mimeole.h \
  include/mlang.h include/mmc.h include/mmdeviceapi.h include/mmstream.h \
  include/msado15_backcompat.h include/mscoree.h include/msctf.h include/msdadc.h include/msdasc.h \
  include/mshtmhst.h include/mshtml.h include/msident.h include/msinkaut.h include/msopc.h \
  include/mstask.h include/msxml.h include/msxml2.h include/msxml6.h include/natupnp.h \
  include/netcfgx.h include/netcon.h include/netfw.h include/netlistmgr.h include/oaidl.h \
  include/objectarray.h include/objidl.h include/objsafe.h include/ocidl.h include/ocmm.h \
  include/oleacc.h include/oledb.h include/oleidl.h include/optary.h include/perhist.h \
  include/propidl.h include/propsys.h include/pstore.h include/qedit.h include/restrictederrorinfo.h \
  include/richole.h include/rmxftmpl.h include/roparameterizediid.h include/sapi.h include/sapiddk.h \
  include/sensevts.h include/servprov.h include/shdeprecated.h include/shimgdata.h include/shldisp.h \
  include/shobjidl.h include/shtypes.h include/stdole2.tlb include/strmif.h \
  include/structuredquerycondition.h include/taskschd.h include/textstor.h include/thumbcache.h \
  include/tlogstg.h include/tom.h include/transact.h include/txcoord.h include/txdtc.h \
  include/uianimation.h include/uiautomationclient.h include/uiautomationcore.h include/uiribbon.h \
  include/unknwn.h include/urlhist.h include/urlmon.h include/vmr9.h include/vsbackup.h \
  include/vss.h include/vswriter.h include/wbemcli.h include/wbemdisp.h include/wbemprov.h \
  include/wia_lh.h include/wia_xp.h include/wincodec.h include/wincodecsdk.h \
  include/windows.foundation.h include/wine/fil_data.h include/wine/itss.h include/wine/svcctl.h \
  include/wine/winedxgi.h include/winsxs.h include/wmcodecdsp.h include/wmdrmsdk.h \
  include/wmiutils.h include/wmp.h include/wmsbuffer.h include/wmsdkidl.h include/wpcapi.h \
  include/wsdbase.h include/wsddisco.h include/wsdxml.h include/wtypes.h include/wuapi.h \
  include/xapo.h include/xaudio2.h include/xaudio2fx.h include/xmllite.h libs/port/c_037.o \
  libs/port/c_10000.o libs/port/c_10001.o libs/port/c_10002.o libs/port/c_10003.o \
  libs/port/c_10004.o libs/port/c_10005.o libs/port/c_10006.o libs/port/c_10007.o \
  libs/port/c_10008.o libs/port/c_10010.o libs/port/c_10017.o libs/port/c_10021.o \
  libs/port/c_10029.o libs/port/c_1006.o libs/port/c_10079.o libs/port/c_10081.o libs/port/c_10082.o \
  libs/port/c_1026.o libs/port/c_1250.o libs/port/c_1251.o libs/port/c_1252.o libs/port/c_1253.o \
  libs/port/c_1254.o libs/port/c_1255.o libs/port/c_1256.o libs/port/c_1257.o libs/port/c_1258.o \
  libs/port/c_1361.o libs/port/c_20127.o libs/port/c_20866.o libs/port/c_20932.o libs/port/c_21866.o \
  libs/port/c_28591.o libs/port/c_28592.o libs/port/c_28593.o libs/port/c_28594.o \
  libs/port/c_28595.o libs/port/c_28596.o libs/port/c_28597.o libs/port/c_28598.o \
  libs/port/c_28599.o libs/port/c_28600.o libs/port/c_28601.o libs/port/c_28603.o
	rm -f libs/port/c_28604.o libs/port/c_28605.o libs/port/c_28606.o libs/port/c_424.o \
  libs/port/c_437.o libs/port/c_500.o libs/port/c_737.o libs/port/c_775.o libs/port/c_850.o \
  libs/port/c_852.o libs/port/c_855.o libs/port/c_856.o libs/port/c_857.o libs/port/c_860.o \
  libs/port/c_861.o libs/port/c_862.o libs/port/c_863.o libs/port/c_864.o libs/port/c_865.o \
  libs/port/c_866.o libs/port/c_869.o libs/port/c_874.o libs/port/c_875.o libs/port/c_878.o \
  libs/port/c_932.o libs/port/c_936.o libs/port/c_949.o libs/port/c_950.o libs/port/casemap.o \
  libs/port/collation.o libs/port/combclass.o libs/port/compose.o libs/port/cpsymbol.o \
  libs/port/cptable.o libs/port/decompose.o libs/port/digitmap.o libs/port/ffs.o libs/port/fold.o \
  libs/port/fstatvfs.o libs/port/getopt.o libs/port/interlocked.o libs/port/isfinite.o \
  libs/port/isinf.o libs/port/isnan.o libs/port/lstat.o libs/port/mbtowc.o libs/port/mkstemps.o \
  libs/port/normalize.o libs/port/poll.o libs/port/pread.o libs/port/pwrite.o libs/port/readlink.o \
  libs/port/rint.o libs/port/sortkey.o libs/port/spawn.o libs/port/statvfs.o libs/port/string.o \
  libs/port/strnlen.o libs/port/stubs.o libs/port/symlink.o libs/port/usleep.o libs/port/utf8.o \
  libs/port/wctomb.o libs/port/wctype.o libs/port/libwine_port.a libs/wine/version.c \
  libs/wine/config.o libs/wine/debug.o libs/wine/ldt.o libs/wine/loader.o libs/wine/mmap.o \
  libs/wine/port.o libs/wine/version.o libs/wine/libwine.so.1.0 libs/wine/libwine.so.1 \
  libs/wine/libwine.so libs/wpp/ppy.tab.h libs/wpp/ppy.tab.c libs/wpp/ppl.yy.c libs/wpp/preproc.o \
  libs/wpp/wpp.o libs/wpp/ppy.tab.o libs/wpp/ppl.yy.o libs/wpp/libwpp.a loader/main.o \
  loader/preloader.o loader/preloader_mac.o loader/l_intl.nls loader/wine.de.UTF-8.man \
  loader/wine.fr.UTF-8.man loader/wine.inf loader/wine.man loader/wine.pl.UTF-8.man \
  loader/wine_info.plist loader/winebus.inf loader/winehid.inf loader/wine-installed loader/wine \
  loader/wine-preloader po/ar.mo po/ast.mo po/bg.mo po/ca.mo po/cs.mo po/da.mo po/de.mo po/el.mo \
  po/en.mo po/en_US.mo po/eo.mo po/es.mo po/fa.mo po/fi.mo po/fr.mo po/he.mo po/hi.mo po/hr.mo \
  po/hu.mo po/it.mo po/ja.mo po/ko.mo po/lt.mo po/ml.mo po/nb_NO.mo po/nl.mo po/or.mo po/pa.mo \
  po/pl.mo po/pt_BR.mo po/pt_PT.mo po/rm.mo po/ro.mo po/ru.mo po/si.mo po/sk.mo po/sl.mo \
  po/sr_RS@cyrillic.mo po/sr_RS@latin.mo po/sv.mo po/ta.mo po/te.mo po/th.mo po/tr.mo po/uk.mo \
  po/wa.mo po/zh_CN.mo po/zh_TW.mo programs/arp/main.cross.o programs/arp/arp.exe \
  programs/aspnet_regiis/main.cross.o programs/aspnet_regiis/aspnet_regiis.exe \
  programs/attrib/attrib.pot programs/attrib/attrib.cross.o programs/attrib/attrib.res \
  programs/attrib/attrib.exe programs/cabarc/cabarc.cross.o programs/cabarc/cabarc.exe \
  programs/cacls/cacls_main.cross.o programs/cacls/cacls.exe programs/chcp.com/main.cross.o \
  programs/chcp.com/chcp.com programs/clock/clock.pot programs/clock/main.cross.o \
  programs/clock/winclock.cross.o programs/clock/clock.res programs/clock/clock.exe \
  programs/cmd/cmd.pot programs/cmd/batch.cross.o programs/cmd/builtins.cross.o \
  programs/cmd/directory.cross.o programs/cmd/wcmdmain.cross.o programs/cmd/cmd.res \
  programs/cmd/cmd.exe programs/cmd/tests/cmd.exe_test-stripped.exe programs/cmd/tests/batch.ok \
  programs/cmd/tests/batch.cross.o programs/cmd/tests/testlist.cross.o programs/cmd/tests/rsrc.res \
  programs/cmd/tests/cmd.exe_test.exe programs/conhost/conhost.cross.o programs/conhost/version.res \
  programs/conhost/conhost.exe programs/control/control.cross.o programs/control/control.exe \
  programs/cscript/ihost.h programs/cscript/arguments.cross.o programs/cscript/host.cross.o \
  programs/cscript/main.cross.o programs/cscript/ihost.tlb programs/cscript/cscript.exe \
  programs/dism/dism.cross.o programs/dism/version.res programs/dism/dism.exe \
  programs/dpnsvr/main.cross.o programs/dpnsvr/dpnsvr.exe programs/dxdiag/dxdiag.pot \
  programs/dxdiag/information.cross.o programs/dxdiag/main.cross.o programs/dxdiag/output.cross.o \
  programs/dxdiag/dxdiag.res programs/dxdiag/dxdiag.exe programs/eject/eject.cross.o \
  programs/eject/eject.exe programs/expand/expand.cross.o programs/expand/expand.exe \
  programs/explorer/explorer.pot programs/explorer/appbar.cross.o programs/explorer/desktop.cross.o \
  programs/explorer/explorer.cross.o programs/explorer/startmenu.cross.o \
  programs/explorer/systray.cross.o programs/explorer/explorer.res programs/explorer/explorer.exe \
  programs/extrac32/extrac32.cross.o programs/extrac32/extrac32.exe programs/fc/fc.cross.o \
  programs/fc/fc.exe programs/find/find.cross.o programs/find/find.res programs/find/find.exe \
  programs/find/tests/find.exe_test-stripped.exe programs/find/tests/find.ok \
  programs/find/tests/find.cross.o programs/find/tests/testlist.cross.o \
  programs/find/tests/find.exe_test.exe programs/findstr/main.cross.o programs/findstr/findstr.exe \
  programs/fsutil/fsutil.pot programs/fsutil/main.cross.o programs/fsutil/fsutil.res \
  programs/fsutil/fsutil.exe programs/fsutil/tests/fsutil.exe_test-stripped.exe \
  programs/fsutil/tests/fsutil.ok programs/fsutil/tests/fsutil.cross.o \
  programs/fsutil/tests/testlist.cross.o programs/fsutil/tests/fsutil.exe_test.exe \
  programs/hh/main.cross.o programs/hh/hh.res programs/hh/hh.exe programs/hostname/hostname.pot \
  programs/hostname/hostname.cross.o programs/hostname/hostname.res programs/hostname/hostname.exe \
  programs/icacls/icacls_main.cross.o programs/icacls/icacls.exe programs/icinfo/icinfo.cross.o \
  programs/icinfo/icinfo.exe programs/iexplore/main.cross.o programs/iexplore/iexplore.res \
  programs/iexplore/iexplore.exe programs/ipconfig/ipconfig.pot programs/ipconfig/ipconfig.cross.o \
  programs/ipconfig/ipconfig.res programs/ipconfig/ipconfig.exe programs/lodctr/lodctr_main.cross.o \
  programs/lodctr/lodctr.exe programs/mofcomp/mofcomp.cross.o programs/mofcomp/mofcomp.exe \
  programs/mshta/main.cross.o programs/mshta/mshta.exe programs/msidb/main.cross.o \
  programs/msidb/msidb.exe programs/msiexec/msiexec.cross.o programs/msiexec/service.cross.o \
  programs/msiexec/rsrc.res programs/msiexec/msiexec.man programs/msiexec/msiexec.exe \
  programs/msinfo32/msinfo32.pot programs/msinfo32/main.cross.o programs/msinfo32/msinfo32.res \
  programs/msinfo32/msinfo32.exe programs/net/net.pot programs/net/net.cross.o programs/net/net.res \
  programs/net/net.exe programs/netsh/netsh.cross.o programs/netsh/netsh.exe \
  programs/netstat/netstat.pot programs/netstat/netstat.cross.o programs/netstat/netstat.res \
  programs/netstat/netstat.exe programs/ngen/ngen_main.cross.o programs/ngen/ngen.exe \
  programs/notepad/notepad.pot programs/notepad/dialog.cross.o programs/notepad/main.cross.o \
  programs/notepad/notepad.res programs/notepad/notepad.man programs/notepad/notepad.exe \
  programs/oleview/oleview.pot programs/oleview/details.cross.o programs/oleview/interface.cross.o \
  programs/oleview/oleview.cross.o programs/oleview/pane.cross.o programs/oleview/tree.cross.o \
  programs/oleview/typelib.cross.o programs/oleview/oleview.res programs/oleview/oleview.exe \
  programs/ping/ping_main.cross.o programs/ping/ping.exe programs/plugplay/main.cross.o \
  programs/plugplay/plugplay.exe programs/powershell/main.cross.o programs/powershell/powershell.exe \
  programs/presentationfontcache/main.cross.o \
  programs/presentationfontcache/presentationfontcache.exe programs/progman/progman.pot \
  programs/progman/dialog.cross.o programs/progman/group.cross.o programs/progman/grpfile.cross.o \
  programs/progman/main.cross.o programs/progman/program.cross.o programs/progman/string.cross.o \
  programs/progman/progman.res programs/progman/progman.exe programs/reg/reg.pot \
  programs/reg/export.cross.o programs/reg/import.cross.o programs/reg/reg.cross.o \
  programs/reg/reg.res programs/reg/reg.exe programs/reg/tests/reg.exe_test-stripped.exe \
  programs/reg/tests/reg.ok programs/reg/tests/reg.cross.o programs/reg/tests/testlist.cross.o \
  programs/reg/tests/reg.exe_test.exe programs/regasm/main.cross.o programs/regasm/regasm.exe \
  programs/regedit/regedit.pot programs/regedit/about.cross.o programs/regedit/childwnd.cross.o \
  programs/regedit/edit.cross.o programs/regedit/framewnd.cross.o programs/regedit/hexedit.cross.o \
  programs/regedit/listview.cross.o programs/regedit/main.cross.o programs/regedit/regedit.cross.o \
  programs/regedit/regproc.cross.o programs/regedit/treeview.cross.o programs/regedit/regedit.res \
  programs/regedit/regedit.man programs/regedit/regedit.exe \
  programs/regedit/tests/regedit.exe_test-stripped.exe programs/regedit/tests/regedit.ok \
  programs/regedit/tests/regedit.cross.o programs/regedit/tests/testlist.cross.o \
  programs/regedit/tests/regedit.exe_test.exe programs/regini/main.cross.o \
  programs/regini/regini.exe programs/regsvcs/main.cross.o programs/regsvcs/regsvcs.exe \
  programs/regsvr32/regsvr32.pot programs/regsvr32/regsvr32.cross.o programs/regsvr32/regsvr32.res \
  programs/regsvr32/regsvr32.man programs/regsvr32/regsvr32.exe programs/rpcss/epm.h \
  programs/rpcss/irot.h programs/rpcss/irpcss.h programs/rpcss/epm_s.c programs/rpcss/irot_s.c \
  programs/rpcss/irpcss_s.c programs/rpcss/epmp.cross.o programs/rpcss/irotp.cross.o \
  programs/rpcss/rpcss_main.cross.o programs/rpcss/epm_s.cross.o programs/rpcss/irot_s.cross.o \
  programs/rpcss/irpcss_s.cross.o programs/rpcss/rpcss.exe programs/rundll.exe16/rundll.cross.o \
  programs/rundll.exe16/rundll.exe16 programs/rundll32/rundll32.cross.o \
  programs/rundll32/rundll32.exe programs/sc/sc.cross.o programs/sc/sc.exe \
  programs/schtasks/schtasks.cross.o programs/schtasks/schtasks.exe \
  programs/schtasks/tests/schtasks.exe_test-stripped.exe programs/schtasks/tests/schtasks.ok \
  programs/schtasks/tests/schtasks.cross.o programs/schtasks/tests/testlist.cross.o \
  programs/schtasks/tests/schtasks.exe_test.exe programs/sdbinst/main.cross.o \
  programs/sdbinst/sdbinst.exe programs/secedit/main.cross.o programs/secedit/secedit.exe \
  programs/servicemodelreg/main.cross.o programs/servicemodelreg/servicemodelreg.exe \
  programs/services/svcctl.h programs/services/svcctl_s.c programs/services/rpc.cross.o \
  programs/services/services.cross.o programs/services/utils.cross.o \
  programs/services/svcctl_s.cross.o programs/services/services.exe \
  programs/services/tests/services.exe_test-stripped.exe programs/services/tests/service.ok \
  programs/services/tests/service.cross.o programs/services/tests/testlist.cross.o \
  programs/services/tests/services.exe_test.exe programs/shutdown/main.cross.o \
  programs/shutdown/shutdown.exe programs/spoolsv/main.cross.o programs/spoolsv/spoolsv.exe \
  programs/start/start.pot programs/start/start.cross.o programs/start/start.res \
  programs/start/start.exe programs/subst/main.cross.o programs/subst/subst.exe \
  programs/svchost/svchost.cross.o programs/svchost/svchost.exe programs/systeminfo/main.cross.o \
  programs/systeminfo/systeminfo.exe programs/taskkill/taskkill.pot \
  programs/taskkill/taskkill.cross.o programs/taskkill/taskkill.res programs/taskkill/taskkill.exe \
  programs/tasklist/tasklist.cross.o programs/tasklist/version.res programs/tasklist/tasklist.exe \
  programs/taskmgr/taskmgr.pot programs/taskmgr/about.cross.o programs/taskmgr/affinity.cross.o \
  programs/taskmgr/applpage.cross.o programs/taskmgr/column.cross.o programs/taskmgr/dbgchnl.cross.o \
  programs/taskmgr/debug.cross.o programs/taskmgr/endproc.cross.o programs/taskmgr/graph.cross.o \
  programs/taskmgr/graphctl.cross.o programs/taskmgr/optnmenu.cross.o \
  programs/taskmgr/perfdata.cross.o programs/taskmgr/perfpage.cross.o \
  programs/taskmgr/priority.cross.o programs/taskmgr/proclist.cross.o \
  programs/taskmgr/procpage.cross.o programs/taskmgr/run.cross.o programs/taskmgr/taskmgr.cross.o \
  programs/taskmgr/trayicon.cross.o programs/taskmgr/taskmgr.res programs/taskmgr/taskmgr.exe \
  programs/termsv/main.cross.o programs/termsv/termsv.exe programs/uninstaller/uninstaller.pot \
  programs/uninstaller/main.cross.o programs/uninstaller/uninstaller.res \
  programs/uninstaller/uninstaller.exe programs/unlodctr/unlodctr_main.cross.o \
  programs/unlodctr/unlodctr.exe programs/view/view.pot programs/view/view.cross.o \
  programs/view/view.res programs/view/view.exe programs/wevtutil/main.cross.o \
  programs/wevtutil/wevtutil.exe programs/where/main.cross.o programs/where/where.exe \
  programs/whoami/main.cross.o programs/whoami/whoami.exe programs/wineboot/wineboot.pot \
  programs/wineboot/shutdown.cross.o programs/wineboot/wineboot.cross.o \
  programs/wineboot/wineboot.res programs/wineboot/wineboot.man programs/wineboot/wineboot.exe \
  programs/winebrowser/main.o programs/winebrowser/winebrowser.exe.so \
  programs/winebrowser/winebrowser.exe.fake programs/winecfg/winecfg.pot programs/winecfg/about.o \
  programs/winecfg/appdefaults.o programs/winecfg/audio.o programs/winecfg/drive.o \
  programs/winecfg/drivedetect.o programs/winecfg/driveui.o programs/winecfg/libraries.o \
  programs/winecfg/main.o programs/winecfg/theme.o programs/winecfg/winecfg.o \
  programs/winecfg/x11drvdlg.o programs/winecfg/winecfg.res programs/winecfg/winecfg.man \
  programs/winecfg/winecfg.exe.so programs/winecfg/winecfg.exe.fake \
  programs/wineconsole/wineconsole.pot programs/wineconsole/curses.o programs/wineconsole/dialog.o \
  programs/wineconsole/registry.o programs/wineconsole/user.o programs/wineconsole/wineconsole.o \
  programs/wineconsole/wineconsole.res programs/wineconsole/wineconsole.man \
  programs/wineconsole/wineconsole.exe.so programs/wineconsole/wineconsole.exe.fake \
  programs/winedbg/winedbg.pot programs/winedbg/dbg.tab.h programs/winedbg/dbg.tab.c \
  programs/winedbg/debug.yy.c programs/winedbg/be_arm.o programs/winedbg/be_arm64.o \
  programs/winedbg/be_i386.o programs/winedbg/be_ppc.o programs/winedbg/be_x86_64.o \
  programs/winedbg/break.o programs/winedbg/crashdlg.o programs/winedbg/db_disasm.o \
  programs/winedbg/db_disasm64.o programs/winedbg/display.o programs/winedbg/expr.o \
  programs/winedbg/gdbproxy.o programs/winedbg/info.o programs/winedbg/memory.o \
  programs/winedbg/source.o programs/winedbg/stack.o programs/winedbg/symbol.o \
  programs/winedbg/tgt_active.o programs/winedbg/tgt_minidump.o programs/winedbg/tgt_module.o \
  programs/winedbg/types.o programs/winedbg/winedbg.o programs/winedbg/dbg.tab.o \
  programs/winedbg/debug.yy.o programs/winedbg/winedbg.res programs/winedbg/winedbg.man \
  programs/winedbg/winedbg.exe.so programs/winedbg/winedbg.exe.fake \
  programs/winedevice/device.cross.o programs/winedevice/winedevice.exe \
  programs/winefile/winefile.pot programs/winefile/winefile.cross.o programs/winefile/winefile.res \
  programs/winefile/winefile.man programs/winefile/winefile.exe \
  programs/winemenubuilder/winemenubuilder.o programs/winemenubuilder/winemenubuilder.exe.so \
  programs/winemenubuilder/winemenubuilder.exe.fake programs/winemine/winemine.pot \
  programs/winemine/dialog.cross.o programs/winemine/main.cross.o programs/winemine/winemine.res \
  programs/winemine/winemine.man programs/winemine/winemine.exe programs/winemsibuilder/main.cross.o \
  programs/winemsibuilder/winemsibuilder.exe programs/winepath/winepath.o \
  programs/winepath/winepath.man programs/winepath/winepath.exe.so \
  programs/winepath/winepath.exe.fake programs/winetest/build.rc programs/winetest/gui.cross.o \
  programs/winetest/main.cross.o programs/winetest/send.cross.o programs/winetest/util.cross.o \
  programs/winetest/winetest.res programs/winetest/build.res programs/winetest/adsldp_test.res \
  programs/winetest/advapi32_test.res programs/winetest/advpack_test.res \
  programs/winetest/amstream_test.res programs/winetest/apphelp_test.res \
  programs/winetest/atl_test.res programs/winetest/atl100_test.res programs/winetest/atl80_test.res \
  programs/winetest/atlthunk_test.res programs/winetest/avifil32_test.res \
  programs/winetest/bcrypt_test.res programs/winetest/browseui_test.res \
  programs/winetest/cabinet_test.res programs/winetest/combase_test.res \
  programs/winetest/comcat_test.res programs/winetest/comctl32_test.res \
  programs/winetest/comdlg32_test.res programs/winetest/comsvcs_test.res \
  programs/winetest/credui_test.res programs/winetest/crypt32_test.res \
  programs/winetest/cryptnet_test.res programs/winetest/cryptui_test.res \
  programs/winetest/d2d1_test.res programs/winetest/d3d10_test.res \
  programs/winetest/d3d10_1_test.res programs/winetest/d3d10core_test.res \
  programs/winetest/d3d11_test.res programs/winetest/d3d12_test.res programs/winetest/d3d8_test.res \
  programs/winetest/d3d9_test.res programs/winetest/d3dcompiler_43_test.res \
  programs/winetest/d3dcompiler_47_test.res programs/winetest/d3drm_test.res \
  programs/winetest/d3dx10_43_test.res programs/winetest/d3dx11_43_test.res \
  programs/winetest/d3dx9_36_test.res programs/winetest/d3dxof_test.res \
  programs/winetest/dbgeng_test.res programs/winetest/dbghelp_test.res \
  programs/winetest/ddraw_test.res programs/winetest/ddrawex_test.res \
  programs/winetest/devenum_test.res programs/winetest/dhcpcsvc_test.res \
  programs/winetest/dinput_test.res programs/winetest/dinput8_test.res \
  programs/winetest/dispex_test.res programs/winetest/dmband_test.res \
  programs/winetest/dmcompos_test.res programs/winetest/dmime_test.res \
  programs/winetest/dmloader_test.res programs/winetest/dmscript_test.res \
  programs/winetest/dmstyle_test.res programs/winetest/dmsynth_test.res \
  programs/winetest/dmusic_test.res programs/winetest/dnsapi_test.res \
  programs/winetest/dplayx_test.res programs/winetest/dpnet_test.res \
  programs/winetest/dpvoice_test.res programs/winetest/dsound_test.res \
  programs/winetest/dssenh_test.res programs/winetest/dswave_test.res \
  programs/winetest/dwmapi_test.res programs/winetest/dwrite_test.res \
  programs/winetest/dxdiagn_test.res programs/winetest/dxgi_test.res programs/winetest/evr_test.res \
  programs/winetest/explorerframe_test.res programs/winetest/faultrep_test.res \
  programs/winetest/fusion_test.res programs/winetest/gameux_test.res \
  programs/winetest/gdi32_test.res programs/winetest/gdiplus_test.res programs/winetest/hid_test.res \
  programs/winetest/hlink_test.res programs/winetest/hnetcfg_test.res \
  programs/winetest/httpapi_test.res programs/winetest/ieframe_test.res \
  programs/winetest/imagehlp_test.res programs/winetest/imm32_test.res \
  programs/winetest/inetcomm_test.res programs/winetest/inetmib1_test.res \
  programs/winetest/infosoft_test.res programs/winetest/iphlpapi_test.res \
  programs/winetest/itss_test.res programs/winetest/jscript_test.res \
  programs/winetest/jsproxy_test.res programs/winetest/kernel32_test.res \
  programs/winetest/kernelbase_test.res programs/winetest/localspl_test.res \
  programs/winetest/localui_test.res programs/winetest/lz32_test.res \
  programs/winetest/mapi32_test.res programs/winetest/mf_test.res \
  programs/winetest/mfmediaengine_test.res programs/winetest/mfplat_test.res \
  programs/winetest/mfreadwrite_test.res programs/winetest/mlang_test.res \
  programs/winetest/mmcndmgr_test.res programs/winetest/mmdevapi_test.res \
  programs/winetest/mp3dmod_test.res programs/winetest/mpr_test.res \
  programs/winetest/msacm32_test.res programs/winetest/msado15_test.res \
  programs/winetest/msasn1_test.res programs/winetest/mscms_test.res \
  programs/winetest/mscoree_test.res programs/winetest/msctf_test.res \
  programs/winetest/msdmo_test.res programs/winetest/msftedit_test.res \
  programs/winetest/mshtml_test.res programs/winetest/msi_test.res \
  programs/winetest/mspatcha_test.res programs/winetest/msrle32_test.res \
  programs/winetest/msscript.ocx_test.res programs/winetest/mstask_test.res \
  programs/winetest/msvcirt_test.res programs/winetest/msvcp100_test.res \
  programs/winetest/msvcp110_test.res programs/winetest/msvcp120_test.res \
  programs/winetest/msvcp140_test.res programs/winetest/msvcp60_test.res \
  programs/winetest/msvcp90_test.res programs/winetest/msvcr100_test.res \
  programs/winetest/msvcr110_test.res programs/winetest/msvcr120_test.res \
  programs/winetest/msvcr90_test.res programs/winetest/msvcrt_test.res \
  programs/winetest/msvcrtd_test.res programs/winetest/msvfw32_test.res \
  programs/winetest/msxml3_test.res programs/winetest/netapi32_test.res \
  programs/winetest/netcfgx_test.res programs/winetest/netprofm_test.res \
  programs/winetest/ninput_test.res programs/winetest/ntdll_test.res \
  programs/winetest/ntdsapi_test.res programs/winetest/ntoskrnl.exe_test.res \
  programs/winetest/ntprint_test.res programs/winetest/odbccp32_test.res \
  programs/winetest/ole32_test.res programs/winetest/oleacc_test.res \
  programs/winetest/oleaut32_test.res programs/winetest/oledb32_test.res \
  programs/winetest/oledlg_test.res programs/winetest/opcservices_test.res \
  programs/winetest/opengl32_test.res programs/winetest/packager_test.res \
  programs/winetest/pdh_test.res programs/winetest/propsys_test.res programs/winetest/psapi_test.res \
  programs/winetest/pstorec_test.res programs/winetest/qcap_test.res \
  programs/winetest/qedit_test.res programs/winetest/qmgr_test.res programs/winetest/quartz_test.res \
  programs/winetest/qwave_test.res programs/winetest/rasapi32_test.res \
  programs/winetest/riched20_test.res programs/winetest/riched32_test.res \
  programs/winetest/rpcrt4_test.res programs/winetest/rsaenh_test.res \
  programs/winetest/sapi_test.res programs/winetest/schannel_test.res \
  programs/winetest/schedsvc_test.res programs/winetest/scrobj_test.res \
  programs/winetest/scrrun_test.res programs/winetest/secur32_test.res \
  programs/winetest/serialui_test.res programs/winetest/setupapi_test.res \
  programs/winetest/shcore_test.res programs/winetest/shdocvw_test.res \
  programs/winetest/shell32_test.res programs/winetest/shlwapi_test.res \
  programs/winetest/slc_test.res programs/winetest/snmpapi_test.res \
  programs/winetest/spoolss_test.res programs/winetest/sti_test.res programs/winetest/sxs_test.res \
  programs/winetest/t2embed_test.res programs/winetest/tapi32_test.res \
  programs/winetest/taskschd_test.res programs/winetest/twain_32_test.res \
  programs/winetest/ucrtbase_test.res programs/winetest/uianimation_test.res \
  programs/winetest/uiautomationcore_test.res programs/winetest/urlmon_test.res \
  programs/winetest/user32_test.res programs/winetest/userenv_test.res \
  programs/winetest/usp10_test.res programs/winetest/uxtheme_test.res \
  programs/winetest/vbscript_test.res programs/winetest/vcomp_test.res \
  programs/winetest/version_test.res programs/winetest/virtdisk_test.res \
  programs/winetest/vulkan-1_test.res programs/winetest/wbemdisp_test.res \
  programs/winetest/wbemprox_test.res programs/winetest/webservices_test.res \
  programs/winetest/wer_test.res programs/winetest/wiaservc_test.res \
  programs/winetest/windowscodecs_test.res programs/winetest/windowscodecsext_test.res \
  programs/winetest/winhttp_test.res programs/winetest/wininet_test.res \
  programs/winetest/winmm_test.res programs/winetest/winspool.drv_test.res \
  programs/winetest/wintab32_test.res programs/winetest/wintrust_test.res \
  programs/winetest/wlanapi_test.res programs/winetest/wldap32_test.res \
  programs/winetest/wmiutils_test.res programs/winetest/wmp_test.res \
  programs/winetest/wmvcore_test.res programs/winetest/wpc_test.res \
  programs/winetest/ws2_32_test.res programs/winetest/wsdapi_test.res \
  programs/winetest/wshom.ocx_test.res programs/winetest/wsnmp32_test.res \
  programs/winetest/wtsapi32_test.res programs/winetest/xaudio2_7_test.res \
  programs/winetest/xinput1_3_test.res programs/winetest/xmllite_test.res \
  programs/winetest/cmd.exe_test.res programs/winetest/find.exe_test.res \
  programs/winetest/fsutil.exe_test.res programs/winetest/reg.exe_test.res \
  programs/winetest/regedit.exe_test.res programs/winetest/schtasks.exe_test.res \
  programs/winetest/services.exe_test.res programs/winetest/wscript.exe_test.res \
  programs/winetest/xcopy.exe_test.res programs/winetest/winetest.exe programs/winetest/build.nfo \
  programs/winevdm/winevdm.o programs/winevdm/winevdm.exe.so programs/winevdm/winevdm.exe.fake \
  programs/winhelp.exe16/winhelp.cross.o programs/winhelp.exe16/winhelp.exe16 \
  programs/winhlp32/winhlp32.pot programs/winhlp32/macro.lex.yy.c programs/winhlp32/callback.cross.o \
  programs/winhlp32/hlpfile.cross.o programs/winhlp32/macro.cross.o programs/winhlp32/string.cross.o \
  programs/winhlp32/winhelp.cross.o programs/winhlp32/macro.lex.yy.cross.o \
  programs/winhlp32/winhlp32.res programs/winhlp32/winhlp32.exe programs/winmgmt/main.cross.o \
  programs/winmgmt/winmgmt.exe programs/winoldap.mod16/winoldap.cross.o \
  programs/winoldap.mod16/winoldap.mod16 programs/winver/winver.o programs/winver/version.res \
  programs/winver/winver.exe.so programs/winver/winver.exe.fake programs/wmic/wmic.pot \
  programs/wmic/main.cross.o programs/wmic/wmic.res programs/wmic/wmic.exe \
  programs/wmplayer/main.cross.o programs/wmplayer/version.res programs/wmplayer/wmplayer.exe \
  programs/wordpad/wordpad.pot programs/wordpad/olecallback.cross.o programs/wordpad/print.cross.o \
  programs/wordpad/registry.cross.o programs/wordpad/wordpad.cross.o programs/wordpad/wordpad.res \
  programs/wordpad/wordpad.exe programs/write/write.pot programs/write/write.cross.o \
  programs/write/write.res programs/write/write.exe programs/wscript/ihost.h \
  programs/wscript/arguments.cross.o programs/wscript/host.cross.o programs/wscript/main.cross.o \
  programs/wscript/rsrc.res programs/wscript/ihost.tlb programs/wscript/wscript.exe \
  programs/wscript/tests/wscript.exe_test-stripped.exe programs/wscript/tests/run.ok \
  programs/wscript/tests/run.cross.o programs/wscript/tests/testlist.cross.o \
  programs/wscript/tests/rsrc.res programs/wscript/tests/wscript.exe_test.exe \
  programs/wuauserv/main.cross.o programs/wuauserv/wuauserv.exe programs/wusa/main.cross.o \
  programs/wusa/manifest.cross.o programs/wusa/wusa.exe programs/xcopy/xcopy.pot \
  programs/xcopy/xcopy.cross.o programs/xcopy/xcopy.res programs/xcopy/xcopy.exe \
  programs/xcopy/tests/xcopy.exe_test-stripped.exe programs/xcopy/tests/xcopy.ok \
  programs/xcopy/tests/xcopy.cross.o programs/xcopy/tests/testlist.cross.o \
  programs/xcopy/tests/xcopy.exe_test.exe server/async.o server/atom.o server/change.o \
  server/class.o server/clipboard.o server/completion.o server/console.o server/debugger.o \
  server/device.o server/directory.o server/event.o server/fd.o server/file.o server/handle.o \
  server/hook.o server/mach.o server/mailslot.o server/main.o server/mapping.o server/mutex.o \
  server/named_pipe.o server/object.o server/process.o server/procfs.o server/ptrace.o \
  server/queue.o server/region.o server/registry.o server/request.o server/semaphore.o \
  server/serial.o server/signal.o server/snapshot.o server/sock.o server/symlink.o server/thread.o \
  server/timer.o server/token.o server/trace.o server/unicode.o server/user.o server/window.o \
  server/winstation.o server/wineserver.de.UTF-8.man server/wineserver.fr.UTF-8.man \
  server/wineserver.man server/wineserver
testclean::
	rm -f dlls/adsldp/tests/sysinfo.ok dlls/advapi32/tests/cred.ok dlls/advapi32/tests/crypt.ok \
  dlls/advapi32/tests/crypt_lmhash.ok dlls/advapi32/tests/crypt_md4.ok \
  dlls/advapi32/tests/crypt_md5.ok dlls/advapi32/tests/crypt_sha.ok dlls/advapi32/tests/eventlog.ok \
  dlls/advapi32/tests/lsa.ok dlls/advapi32/tests/registry.ok dlls/advapi32/tests/security.ok \
  dlls/advapi32/tests/service.ok dlls/advpack/tests/advpack.ok dlls/advpack/tests/files.ok \
  dlls/advpack/tests/install.ok dlls/amstream/tests/amstream.ok dlls/apphelp/tests/apphelp.ok \
  dlls/atl/tests/atl_ax.ok dlls/atl/tests/module.ok dlls/atl/tests/registrar.ok \
  dlls/atl100/tests/atl.ok dlls/atl80/tests/atl.ok dlls/atlthunk/tests/atlthunk.ok \
  dlls/avifil32/tests/api.ok dlls/bcrypt/tests/bcrypt.ok dlls/browseui/tests/autocomplete.ok \
  dlls/browseui/tests/progressdlg.ok dlls/cabinet/tests/extract.ok dlls/cabinet/tests/fdi.ok \
  dlls/combase/tests/roapi.ok dlls/combase/tests/string.ok dlls/comcat/tests/comcat.ok \
  dlls/comctl32/tests/animate.ok dlls/comctl32/tests/button.ok dlls/comctl32/tests/combo.ok \
  dlls/comctl32/tests/datetime.ok dlls/comctl32/tests/dpa.ok dlls/comctl32/tests/edit.ok \
  dlls/comctl32/tests/header.ok dlls/comctl32/tests/imagelist.ok dlls/comctl32/tests/ipaddress.ok \
  dlls/comctl32/tests/listbox.ok dlls/comctl32/tests/listview.ok dlls/comctl32/tests/misc.ok \
  dlls/comctl32/tests/monthcal.ok dlls/comctl32/tests/mru.ok dlls/comctl32/tests/pager.ok \
  dlls/comctl32/tests/progress.ok dlls/comctl32/tests/propsheet.ok dlls/comctl32/tests/rebar.ok \
  dlls/comctl32/tests/static.ok dlls/comctl32/tests/status.ok dlls/comctl32/tests/subclass.ok \
  dlls/comctl32/tests/syslink.ok dlls/comctl32/tests/tab.ok dlls/comctl32/tests/taskdialog.ok \
  dlls/comctl32/tests/toolbar.ok dlls/comctl32/tests/tooltips.ok dlls/comctl32/tests/trackbar.ok \
  dlls/comctl32/tests/treeview.ok dlls/comctl32/tests/updown.ok dlls/comdlg32/tests/filedlg.ok \
  dlls/comdlg32/tests/finddlg.ok dlls/comdlg32/tests/fontdlg.ok dlls/comdlg32/tests/itemdlg.ok \
  dlls/comdlg32/tests/printdlg.ok dlls/comsvcs/tests/comsvcs.ok dlls/credui/tests/credui.ok \
  dlls/crypt32/tests/base64.ok dlls/crypt32/tests/cert.ok dlls/crypt32/tests/chain.ok \
  dlls/crypt32/tests/crl.ok dlls/crypt32/tests/ctl.ok dlls/crypt32/tests/encode.ok \
  dlls/crypt32/tests/main.ok dlls/crypt32/tests/message.ok dlls/crypt32/tests/msg.ok \
  dlls/crypt32/tests/object.ok dlls/crypt32/tests/oid.ok dlls/crypt32/tests/protectdata.ok \
  dlls/crypt32/tests/sip.ok dlls/crypt32/tests/store.ok dlls/crypt32/tests/str.ok \
  dlls/cryptnet/tests/cryptnet.ok dlls/cryptui/tests/cryptui.ok dlls/d2d1/tests/d2d1.ok \
  dlls/d3d10/tests/device.ok dlls/d3d10/tests/effect.ok dlls/d3d10/tests/reflection.ok \
  dlls/d3d10_1/tests/d3d10_1.ok dlls/d3d10core/tests/d3d10core.ok dlls/d3d11/tests/d3d11.ok \
  dlls/d3d12/tests/d3d12.ok dlls/d3d8/tests/device.ok dlls/d3d8/tests/stateblock.ok \
  dlls/d3d8/tests/visual.ok dlls/d3d9/tests/d3d9ex.ok dlls/d3d9/tests/device.ok \
  dlls/d3d9/tests/stateblock.ok dlls/d3d9/tests/visual.ok dlls/d3dcompiler_43/tests/asm.ok \
  dlls/d3dcompiler_43/tests/blob.ok dlls/d3dcompiler_43/tests/hlsl.ok \
  dlls/d3dcompiler_43/tests/reflection.ok dlls/d3dcompiler_47/tests/asm.ok \
  dlls/d3dcompiler_47/tests/blob.ok dlls/d3dcompiler_47/tests/hlsl.ok \
  dlls/d3dcompiler_47/tests/reflection.ok dlls/d3drm/tests/d3drm.ok dlls/d3drm/tests/vector.ok \
  dlls/d3dx10_43/tests/d3dx10.ok dlls/d3dx11_43/tests/d3dx11.ok dlls/d3dx9_36/tests/asm.ok \
  dlls/d3dx9_36/tests/core.ok dlls/d3dx9_36/tests/effect.ok dlls/d3dx9_36/tests/line.ok \
  dlls/d3dx9_36/tests/math.ok dlls/d3dx9_36/tests/mesh.ok dlls/d3dx9_36/tests/shader.ok \
  dlls/d3dx9_36/tests/surface.ok dlls/d3dx9_36/tests/texture.ok dlls/d3dx9_36/tests/volume.ok \
  dlls/d3dx9_36/tests/xfile.ok dlls/d3dxof/tests/d3dxof.ok dlls/dbgeng/tests/dbgeng.ok \
  dlls/dbghelp/tests/dbghelp.ok dlls/ddraw/tests/d3d.ok dlls/ddraw/tests/ddraw1.ok \
  dlls/ddraw/tests/ddraw2.ok dlls/ddraw/tests/ddraw4.ok dlls/ddraw/tests/ddraw7.ok \
  dlls/ddraw/tests/ddrawmodes.ok dlls/ddraw/tests/dsurface.ok dlls/ddraw/tests/refcount.ok \
  dlls/ddraw/tests/visual.ok dlls/ddrawex/tests/ddrawex.ok dlls/ddrawex/tests/surface.ok \
  dlls/devenum/tests/devenum.ok dlls/dhcpcsvc/tests/dhcpcsvc.ok dlls/dinput/tests/device.ok \
  dlls/dinput/tests/dinput.ok dlls/dinput/tests/joystick.ok dlls/dinput/tests/keyboard.ok \
  dlls/dinput/tests/mouse.ok dlls/dinput8/tests/device.ok dlls/dinput8/tests/dinput.ok \
  dlls/dispex/tests/marshal.ok dlls/dmband/tests/dmband.ok dlls/dmcompos/tests/dmcompos.ok \
  dlls/dmime/tests/dmime.ok dlls/dmime/tests/performance.ok dlls/dmloader/tests/loader.ok \
  dlls/dmscript/tests/dmscript.ok dlls/dmstyle/tests/dmstyle.ok dlls/dmsynth/tests/dmsynth.ok \
  dlls/dmusic/tests/dmusic.ok dlls/dnsapi/tests/cache.ok dlls/dnsapi/tests/name.ok \
  dlls/dnsapi/tests/record.ok dlls/dplayx/tests/dplayx.ok dlls/dpnet/tests/address.ok \
  dlls/dpnet/tests/client.ok dlls/dpnet/tests/server.ok dlls/dpnet/tests/thread.ok \
  dlls/dpvoice/tests/voice.ok dlls/dsound/tests/capture.ok dlls/dsound/tests/ds3d.ok \
  dlls/dsound/tests/ds3d8.ok dlls/dsound/tests/dsound.ok dlls/dsound/tests/dsound8.ok \
  dlls/dsound/tests/duplex.ok dlls/dsound/tests/propset.ok dlls/dssenh/tests/dssenh.ok \
  dlls/dswave/tests/dswave.ok dlls/dwmapi/tests/dwmapi.ok dlls/dwrite/tests/analyzer.ok \
  dlls/dwrite/tests/font.ok dlls/dwrite/tests/layout.ok dlls/dxdiagn/tests/container.ok \
  dlls/dxdiagn/tests/provider.ok dlls/dxgi/tests/dxgi.ok dlls/evr/tests/evr.ok \
  dlls/explorerframe/tests/nstc.ok dlls/faultrep/tests/faultrep.ok dlls/fusion/tests/asmcache.ok \
  dlls/fusion/tests/asmenum.ok dlls/fusion/tests/asmname.ok dlls/fusion/tests/fusion.ok \
  dlls/gameux/tests/gameexplorer.ok dlls/gameux/tests/gamestatistics.ok dlls/gdi32/tests/bitmap.ok \
  dlls/gdi32/tests/brush.ok dlls/gdi32/tests/clipping.ok dlls/gdi32/tests/dc.ok \
  dlls/gdi32/tests/dib.ok dlls/gdi32/tests/driver.ok dlls/gdi32/tests/font.ok \
  dlls/gdi32/tests/gdiobj.ok dlls/gdi32/tests/generated.ok dlls/gdi32/tests/icm.ok \
  dlls/gdi32/tests/mapping.ok dlls/gdi32/tests/metafile.ok dlls/gdi32/tests/palette.ok \
  dlls/gdi32/tests/path.ok dlls/gdi32/tests/pen.ok dlls/gdiplus/tests/brush.ok \
  dlls/gdiplus/tests/customlinecap.ok dlls/gdiplus/tests/font.ok dlls/gdiplus/tests/graphics.ok \
  dlls/gdiplus/tests/graphicspath.ok dlls/gdiplus/tests/image.ok dlls/gdiplus/tests/matrix.ok \
  dlls/gdiplus/tests/metafile.ok dlls/gdiplus/tests/pathiterator.ok dlls/gdiplus/tests/pen.ok \
  dlls/gdiplus/tests/region.ok dlls/gdiplus/tests/stringformat.ok dlls/hid/tests/device.ok \
  dlls/hlink/tests/browse_ctx.ok dlls/hlink/tests/hlink.ok dlls/hnetcfg/tests/policy.ok \
  dlls/httpapi/tests/httpapi.ok dlls/ieframe/tests/ie.ok dlls/ieframe/tests/intshcut.ok \
  dlls/ieframe/tests/webbrowser.ok dlls/imagehlp/tests/image.ok dlls/imagehlp/tests/integrity.ok \
  dlls/imm32/tests/imm32.ok dlls/inetcomm/tests/mimeintl.ok dlls/inetcomm/tests/mimeole.ok \
  dlls/inetmib1/tests/main.ok dlls/infosoft/tests/infosoft.ok dlls/iphlpapi/tests/iphlpapi.ok \
  dlls/itss/tests/protocol.ok dlls/jscript/tests/activex.ok dlls/jscript/tests/caller.ok \
  dlls/jscript/tests/jscript.ok dlls/jscript/tests/run.ok dlls/jsproxy/tests/jsproxy.ok \
  dlls/kernel32/tests/actctx.ok dlls/kernel32/tests/atom.ok dlls/kernel32/tests/change.ok \
  dlls/kernel32/tests/codepage.ok dlls/kernel32/tests/comm.ok dlls/kernel32/tests/console.ok \
  dlls/kernel32/tests/debugger.ok dlls/kernel32/tests/directory.ok dlls/kernel32/tests/drive.ok \
  dlls/kernel32/tests/environ.ok dlls/kernel32/tests/fiber.ok dlls/kernel32/tests/file.ok \
  dlls/kernel32/tests/format_msg.ok dlls/kernel32/tests/generated.ok dlls/kernel32/tests/heap.ok \
  dlls/kernel32/tests/loader.ok dlls/kernel32/tests/locale.ok dlls/kernel32/tests/mailslot.ok \
  dlls/kernel32/tests/module.ok dlls/kernel32/tests/path.ok dlls/kernel32/tests/pipe.ok \
  dlls/kernel32/tests/power.ok dlls/kernel32/tests/process.ok dlls/kernel32/tests/profile.ok \
  dlls/kernel32/tests/resource.ok dlls/kernel32/tests/sync.ok dlls/kernel32/tests/thread.ok \
  dlls/kernel32/tests/time.ok dlls/kernel32/tests/timer.ok dlls/kernel32/tests/toolhelp.ok \
  dlls/kernel32/tests/version.ok dlls/kernel32/tests/virtual.ok dlls/kernel32/tests/volume.ok \
  dlls/kernelbase/tests/path.ok dlls/kernelbase/tests/sync.ok dlls/localspl/tests/localmon.ok \
  dlls/localui/tests/localui.ok dlls/lz32/tests/lzexpand_main.ok dlls/mapi32/tests/imalloc.ok \
  dlls/mapi32/tests/prop.ok dlls/mapi32/tests/util.ok dlls/mf/tests/mf.ok \
  dlls/mfmediaengine/tests/mfmediaengine.ok dlls/mfplat/tests/mfplat.ok \
  dlls/mfreadwrite/tests/mfplat.ok dlls/mlang/tests/mlang.ok dlls/mmcndmgr/tests/mmcndmgr.ok \
  dlls/mmdevapi/tests/capture.ok dlls/mmdevapi/tests/dependency.ok dlls/mmdevapi/tests/mmdevenum.ok \
  dlls/mmdevapi/tests/propstore.ok dlls/mmdevapi/tests/render.ok dlls/mp3dmod/tests/mp3dmod.ok \
  dlls/mpr/tests/mpr.ok dlls/msacm32/tests/msacm.ok dlls/msado15/tests/msado15.ok \
  dlls/msasn1/tests/asn1.ok dlls/mscms/tests/profile.ok dlls/mscoree/tests/comtest.ok \
  dlls/mscoree/tests/debugging.ok dlls/mscoree/tests/metahost.ok dlls/mscoree/tests/mscoree.ok \
  dlls/msctf/tests/inputprocessor.ok dlls/msdmo/tests/msdmo.ok dlls/msftedit/tests/richole.ok \
  dlls/mshtml/tests/activex.ok dlls/mshtml/tests/dom.ok dlls/mshtml/tests/events.ok \
  dlls/mshtml/tests/htmldoc.ok dlls/mshtml/tests/htmllocation.ok dlls/mshtml/tests/misc.ok \
  dlls/mshtml/tests/protocol.ok dlls/mshtml/tests/script.ok dlls/mshtml/tests/style.ok \
  dlls/mshtml/tests/xmlhttprequest.ok dlls/msi/tests/action.ok dlls/msi/tests/automation.ok \
  dlls/msi/tests/db.ok dlls/msi/tests/format.ok dlls/msi/tests/install.ok dlls/msi/tests/msi.ok \
  dlls/msi/tests/package.ok dlls/msi/tests/patch.ok dlls/msi/tests/record.ok \
  dlls/msi/tests/source.ok dlls/msi/tests/suminfo.ok dlls/mspatcha/tests/apply_patch.ok \
  dlls/msrle32/tests/msrle.ok dlls/msscript.ocx/tests/msscript.ok dlls/mstask/tests/task.ok \
  dlls/mstask/tests/task_scheduler.ok dlls/mstask/tests/task_trigger.ok \
  dlls/msvcirt/tests/msvcirt.ok dlls/msvcp100/tests/misc.ok dlls/msvcp100/tests/string.ok \
  dlls/msvcp110/tests/msvcp110.ok dlls/msvcp120/tests/msvcp120.ok dlls/msvcp140/tests/msvcp140.ok \
  dlls/msvcp60/tests/ios.ok dlls/msvcp60/tests/string.ok dlls/msvcp90/tests/ios.ok \
  dlls/msvcp90/tests/misc.ok dlls/msvcp90/tests/string.ok dlls/msvcr100/tests/msvcr100.ok \
  dlls/msvcr110/tests/msvcr110.ok dlls/msvcr120/tests/msvcr120.ok dlls/msvcr90/tests/msvcr90.ok \
  dlls/msvcrt/tests/cpp.ok dlls/msvcrt/tests/data.ok dlls/msvcrt/tests/dir.ok \
  dlls/msvcrt/tests/environ.ok dlls/msvcrt/tests/file.ok dlls/msvcrt/tests/headers.ok \
  dlls/msvcrt/tests/heap.ok dlls/msvcrt/tests/locale.ok dlls/msvcrt/tests/misc.ok \
  dlls/msvcrt/tests/printf.ok dlls/msvcrt/tests/scanf.ok dlls/msvcrt/tests/signal.ok \
  dlls/msvcrt/tests/string.ok dlls/msvcrt/tests/time.ok dlls/msvcrtd/tests/debug.ok \
  dlls/msvfw32/tests/drawdib.ok dlls/msvfw32/tests/mciwnd.ok dlls/msvfw32/tests/msvfw.ok \
  dlls/msxml3/tests/domdoc.ok dlls/msxml3/tests/httpreq.ok dlls/msxml3/tests/saxreader.ok \
  dlls/msxml3/tests/schema.ok dlls/msxml3/tests/xmldoc.ok dlls/msxml3/tests/xmlparser.ok \
  dlls/msxml3/tests/xmlview.ok dlls/netapi32/tests/access.ok dlls/netapi32/tests/apibuf.ok \
  dlls/netapi32/tests/ds.ok dlls/netapi32/tests/wksta.ok dlls/netcfgx/tests/netcfgx.ok \
  dlls/netprofm/tests/list.ok dlls/ninput/tests/ninput.ok dlls/ntdll/tests/atom.ok \
  dlls/ntdll/tests/change.ok dlls/ntdll/tests/directory.ok dlls/ntdll/tests/env.ok \
  dlls/ntdll/tests/error.ok dlls/ntdll/tests/exception.ok dlls/ntdll/tests/file.ok \
  dlls/ntdll/tests/generated.ok dlls/ntdll/tests/info.ok dlls/ntdll/tests/large_int.ok \
  dlls/ntdll/tests/om.ok dlls/ntdll/tests/path.ok dlls/ntdll/tests/pipe.ok dlls/ntdll/tests/port.ok \
  dlls/ntdll/tests/reg.ok dlls/ntdll/tests/rtl.ok dlls/ntdll/tests/rtlbitmap.ok \
  dlls/ntdll/tests/rtlstr.ok dlls/ntdll/tests/string.ok dlls/ntdll/tests/threadpool.ok \
  dlls/ntdll/tests/time.ok dlls/ntdll/tests/virtual.ok dlls/ntdsapi/tests/ntdsapi.ok \
  dlls/ntoskrnl.exe/tests/ntoskrnl.ok dlls/ntprint/tests/ntprint.ok dlls/odbccp32/tests/misc.ok \
  dlls/ole32/tests/clipboard.ok dlls/ole32/tests/compobj.ok dlls/ole32/tests/defaulthandler.ok \
  dlls/ole32/tests/dragdrop.ok dlls/ole32/tests/errorinfo.ok dlls/ole32/tests/hglobalstream.ok \
  dlls/ole32/tests/marshal.ok dlls/ole32/tests/moniker.ok dlls/ole32/tests/ole2.ok \
  dlls/ole32/tests/ole_server.ok dlls/ole32/tests/propvariant.ok dlls/ole32/tests/stg_prop.ok \
  dlls/ole32/tests/storage32.ok dlls/ole32/tests/usrmarshal.ok dlls/oleacc/tests/main.ok \
  dlls/oleaut32/tests/dispatch.ok dlls/oleaut32/tests/olefont.ok dlls/oleaut32/tests/olepicture.ok \
  dlls/oleaut32/tests/safearray.ok dlls/oleaut32/tests/tmarshal.ok dlls/oleaut32/tests/typelib.ok \
  dlls/oleaut32/tests/usrmarshal.ok dlls/oleaut32/tests/varformat.ok dlls/oleaut32/tests/vartest.ok \
  dlls/oleaut32/tests/vartype.ok dlls/oledb32/tests/convert.ok dlls/oledb32/tests/database.ok \
  dlls/oledb32/tests/marshal.ok dlls/oledlg/tests/main.ok dlls/opcservices/tests/opcservices.ok \
  dlls/opengl32/tests/opengl.ok dlls/packager/tests/oleobj.ok dlls/pdh/tests/pdh.ok \
  dlls/propsys/tests/propsys.ok dlls/psapi/tests/psapi_main.ok dlls/pstorec/tests/pstorec.ok \
  dlls/qcap/tests/audiorecord.ok dlls/qcap/tests/avico.ok dlls/qcap/tests/avimux.ok \
  dlls/qcap/tests/qcap.ok dlls/qcap/tests/smartteefilter.ok dlls/qcap/tests/videocapture.ok \
  dlls/qedit/tests/mediadet.ok dlls/qedit/tests/nullrenderer.ok dlls/qedit/tests/samplegrabber.ok \
  dlls/qedit/tests/timeline.ok dlls/qmgr/tests/enum_files.ok dlls/qmgr/tests/enum_jobs.ok \
  dlls/qmgr/tests/file.ok dlls/qmgr/tests/job.ok dlls/qmgr/tests/qmgr.ok \
  dlls/quartz/tests/acmwrapper.ok dlls/quartz/tests/avidec.ok dlls/quartz/tests/avisplit.ok \
  dlls/quartz/tests/dsoundrender.ok dlls/quartz/tests/filesource.ok dlls/quartz/tests/filtergraph.ok \
  dlls/quartz/tests/filtermapper.ok dlls/quartz/tests/memallocator.ok dlls/quartz/tests/mpegsplit.ok \
  dlls/quartz/tests/systemclock.ok dlls/quartz/tests/videorenderer.ok dlls/quartz/tests/vmr7.ok \
  dlls/quartz/tests/vmr9.ok dlls/quartz/tests/waveparser.ok dlls/qwave/tests/qos.ok \
  dlls/rasapi32/tests/rasapi.ok dlls/riched20/tests/editor.ok dlls/riched20/tests/richole.ok \
  dlls/riched20/tests/txtsrv.ok dlls/riched32/tests/editor.ok dlls/rpcrt4/tests/cstub.ok \
  dlls/rpcrt4/tests/generated.ok dlls/rpcrt4/tests/ndr_marshall.ok dlls/rpcrt4/tests/rpc.ok \
  dlls/rpcrt4/tests/rpc_async.ok dlls/rpcrt4/tests/server.ok dlls/rsaenh/tests/rsaenh.ok \
  dlls/sapi/tests/automation.ok dlls/sapi/tests/token.ok dlls/sapi/tests/tts.ok \
  dlls/schannel/tests/main.ok dlls/schedsvc/tests/atsvcapi.ok dlls/schedsvc/tests/rpcapi.ok \
  dlls/scrobj/tests/scrobj.ok dlls/scrrun/tests/dictionary.ok dlls/scrrun/tests/filesystem.ok \
  dlls/secur32/tests/main.ok dlls/secur32/tests/negotiate.ok dlls/secur32/tests/ntlm.ok \
  dlls/secur32/tests/schannel.ok dlls/secur32/tests/secur32.ok dlls/serialui/tests/confdlg.ok \
  dlls/setupapi/tests/devinst.ok dlls/setupapi/tests/dialog.ok dlls/setupapi/tests/diskspace.ok \
  dlls/setupapi/tests/install.ok dlls/setupapi/tests/misc.ok dlls/setupapi/tests/parser.ok \
  dlls/setupapi/tests/query.ok dlls/setupapi/tests/setupcab.ok dlls/setupapi/tests/stringtable.ok \
  dlls/shcore/tests/shcore.ok dlls/shdocvw/tests/shdocvw.ok dlls/shdocvw/tests/shortcut.ok \
  dlls/shell32/tests/appbar.ok dlls/shell32/tests/assoc.ok dlls/shell32/tests/autocomplete.ok \
  dlls/shell32/tests/brsfolder.ok dlls/shell32/tests/ebrowser.ok dlls/shell32/tests/generated.ok \
  dlls/shell32/tests/progman_dde.ok dlls/shell32/tests/recyclebin.ok \
  dlls/shell32/tests/shelldispatch.ok dlls/shell32/tests/shelllink.ok dlls/shell32/tests/shellole.ok \
  dlls/shell32/tests/shellpath.ok dlls/shell32/tests/shfldr_special.ok dlls/shell32/tests/shlexec.ok \
  dlls/shell32/tests/shlfileop.ok dlls/shell32/tests/shlfolder.ok dlls/shell32/tests/shlview.ok \
  dlls/shell32/tests/string.ok dlls/shell32/tests/systray.ok dlls/shlwapi/tests/assoc.ok \
  dlls/shlwapi/tests/clist.ok dlls/shlwapi/tests/clsid.ok dlls/shlwapi/tests/generated.ok \
  dlls/shlwapi/tests/istream.ok dlls/shlwapi/tests/ordinal.ok dlls/shlwapi/tests/path.ok \
  dlls/shlwapi/tests/shreg.ok dlls/shlwapi/tests/string.ok dlls/shlwapi/tests/thread.ok \
  dlls/shlwapi/tests/url.ok dlls/slc/tests/slc.ok dlls/snmpapi/tests/util.ok \
  dlls/spoolss/tests/spoolss.ok dlls/sti/tests/sti.ok dlls/sxs/tests/cache.ok dlls/sxs/tests/name.ok \
  dlls/sxs/tests/sxs.ok dlls/t2embed/tests/t2embed.ok dlls/tapi32/tests/tapi.ok \
  dlls/taskschd/tests/scheduler.ok dlls/twain_32/tests/dsm.ok dlls/ucrtbase/tests/cpp.ok \
  dlls/ucrtbase/tests/misc.ok dlls/ucrtbase/tests/printf.ok dlls/ucrtbase/tests/scanf.ok \
  dlls/ucrtbase/tests/string.ok dlls/uianimation/tests/uianimation.ok \
  dlls/uiautomationcore/tests/uiautomation.ok dlls/urlmon/tests/generated.ok \
  dlls/urlmon/tests/misc.ok dlls/urlmon/tests/protocol.ok dlls/urlmon/tests/sec_mgr.ok \
  dlls/urlmon/tests/stream.ok dlls/urlmon/tests/uri.ok dlls/urlmon/tests/url.ok \
  dlls/user32/tests/broadcast.ok dlls/user32/tests/class.ok dlls/user32/tests/clipboard.ok \
  dlls/user32/tests/combo.ok dlls/user32/tests/cursoricon.ok dlls/user32/tests/dce.ok \
  dlls/user32/tests/dde.ok dlls/user32/tests/dialog.ok dlls/user32/tests/edit.ok \
  dlls/user32/tests/generated.ok dlls/user32/tests/input.ok dlls/user32/tests/listbox.ok \
  dlls/user32/tests/menu.ok dlls/user32/tests/monitor.ok dlls/user32/tests/msg.ok \
  dlls/user32/tests/resource.ok dlls/user32/tests/scroll.ok dlls/user32/tests/static.ok \
  dlls/user32/tests/sysparams.ok dlls/user32/tests/text.ok dlls/user32/tests/uitools.ok \
  dlls/user32/tests/win.ok dlls/user32/tests/winstation.ok dlls/user32/tests/wsprintf.ok \
  dlls/userenv/tests/userenv.ok dlls/usp10/tests/usp10.ok dlls/uxtheme/tests/system.ok \
  dlls/vbscript/tests/createobj.ok dlls/vbscript/tests/run.ok dlls/vbscript/tests/vbscript.ok \
  dlls/vcomp/tests/vcomp.ok dlls/version/tests/info.ok dlls/version/tests/install.ok \
  dlls/virtdisk/tests/virtdisk.ok dlls/vulkan-1/tests/vulkan.ok dlls/wbemdisp/tests/wbemdisp.ok \
  dlls/wbemprox/tests/query.ok dlls/wbemprox/tests/services.ok dlls/webservices/tests/channel.ok \
  dlls/webservices/tests/msg.ok dlls/webservices/tests/proxy.ok dlls/webservices/tests/reader.ok \
  dlls/webservices/tests/url.ok dlls/webservices/tests/writer.ok dlls/wer/tests/main.ok \
  dlls/wiaservc/tests/wia.ok dlls/windowscodecs/tests/bitmap.ok \
  dlls/windowscodecs/tests/bmpformat.ok dlls/windowscodecs/tests/converter.ok \
  dlls/windowscodecs/tests/gifformat.ok dlls/windowscodecs/tests/icoformat.ok \
  dlls/windowscodecs/tests/info.ok dlls/windowscodecs/tests/jpegformat.ok \
  dlls/windowscodecs/tests/metadata.ok dlls/windowscodecs/tests/palette.ok \
  dlls/windowscodecs/tests/pngformat.ok dlls/windowscodecs/tests/propertybag.ok \
  dlls/windowscodecs/tests/stream.ok dlls/windowscodecs/tests/tiffformat.ok \
  dlls/windowscodecsext/tests/transform.ok dlls/winhttp/tests/notification.ok \
  dlls/winhttp/tests/url.ok dlls/winhttp/tests/winhttp.ok dlls/wininet/tests/ftp.ok \
  dlls/wininet/tests/generated.ok dlls/wininet/tests/http.ok dlls/wininet/tests/internet.ok \
  dlls/wininet/tests/url.ok dlls/wininet/tests/urlcache.ok dlls/winmm/tests/capture.ok \
  dlls/winmm/tests/generated.ok dlls/winmm/tests/joystick.ok dlls/winmm/tests/mci.ok \
  dlls/winmm/tests/mcicda.ok dlls/winmm/tests/midi.ok dlls/winmm/tests/mixer.ok \
  dlls/winmm/tests/mmio.ok dlls/winmm/tests/timer.ok dlls/winmm/tests/wave.ok \
  dlls/winspool.drv/tests/info.ok dlls/wintab32/tests/context.ok dlls/wintrust/tests/asn.ok \
  dlls/wintrust/tests/crypt.ok dlls/wintrust/tests/register.ok dlls/wintrust/tests/softpub.ok \
  dlls/wlanapi/tests/wlanapi.ok dlls/wldap32/tests/parse.ok dlls/wmiutils/tests/path.ok \
  dlls/wmp/tests/media.ok dlls/wmp/tests/oleobj.ok dlls/wmvcore/tests/wmvcore.ok \
  dlls/wpc/tests/wpc.ok dlls/ws2_32/tests/protocol.ok dlls/ws2_32/tests/sock.ok \
  dlls/wsdapi/tests/address.ok dlls/wsdapi/tests/discovery.ok dlls/wsdapi/tests/memory.ok \
  dlls/wsdapi/tests/msgparams.ok dlls/wsdapi/tests/xml.ok dlls/wshom.ocx/tests/wshom.ok \
  dlls/wsnmp32/tests/wsnmp.ok dlls/wtsapi32/tests/wtsapi.ok dlls/xaudio2_7/tests/xaudio2.ok \
  dlls/xinput1_3/tests/xinput.ok dlls/xmllite/tests/reader.ok dlls/xmllite/tests/writer.ok \
  programs/cmd/tests/batch.ok programs/find/tests/find.ok programs/fsutil/tests/fsutil.ok \
  programs/reg/tests/reg.ok programs/regedit/tests/regedit.ok programs/schtasks/tests/schtasks.ok \
  programs/services/tests/service.ok programs/wscript/tests/run.ok programs/xcopy/tests/xcopy.ok
distclean::
	rm -f Makefile wine wine64 TAGS tags autom4te.cache config.log config.status include/config.h \
  include/stamp-h dlls/acledit/Makefile dlls/aclui/Makefile dlls/activeds/Makefile \
  dlls/actxprxy/Makefile dlls/adsiid/Makefile dlls/adsldp/Makefile dlls/adsldp/tests/Makefile \
  dlls/adsldp/tests/testlist.c dlls/adsldpc/Makefile dlls/advapi32/Makefile \
  dlls/advapi32/tests/Makefile dlls/advapi32/tests/testlist.c dlls/advpack/Makefile \
  dlls/advpack/tests/Makefile dlls/advpack/tests/testlist.c dlls/amsi/Makefile \
  dlls/amstream/Makefile dlls/amstream/tests/Makefile dlls/amstream/tests/testlist.c \
  dlls/api-ms-win-appmodel-identity-l1-1-0/Makefile dlls/api-ms-win-appmodel-runtime-l1-1-1/Makefile \
  dlls/api-ms-win-appmodel-runtime-l1-1-2/Makefile dlls/api-ms-win-core-apiquery-l1-1-0/Makefile \
  dlls/api-ms-win-core-appcompat-l1-1-1/Makefile dlls/api-ms-win-core-appinit-l1-1-0/Makefile \
  dlls/api-ms-win-core-atoms-l1-1-0/Makefile dlls/api-ms-win-core-bem-l1-1-0/Makefile \
  dlls/api-ms-win-core-com-l1-1-0/Makefile dlls/api-ms-win-core-com-l1-1-1/Makefile \
  dlls/api-ms-win-core-com-private-l1-1-0/Makefile dlls/api-ms-win-core-comm-l1-1-0/Makefile \
  dlls/api-ms-win-core-console-l1-1-0/Makefile dlls/api-ms-win-core-console-l2-1-0/Makefile \
  dlls/api-ms-win-core-crt-l1-1-0/Makefile dlls/api-ms-win-core-crt-l2-1-0/Makefile \
  dlls/api-ms-win-core-datetime-l1-1-0/Makefile dlls/api-ms-win-core-datetime-l1-1-1/Makefile \
  dlls/api-ms-win-core-debug-l1-1-0/Makefile dlls/api-ms-win-core-debug-l1-1-1/Makefile \
  dlls/api-ms-win-core-delayload-l1-1-0/Makefile dlls/api-ms-win-core-delayload-l1-1-1/Makefile \
  dlls/api-ms-win-core-errorhandling-l1-1-0/Makefile \
  dlls/api-ms-win-core-errorhandling-l1-1-1/Makefile \
  dlls/api-ms-win-core-errorhandling-l1-1-2/Makefile \
  dlls/api-ms-win-core-errorhandling-l1-1-3/Makefile dlls/api-ms-win-core-fibers-l1-1-0/Makefile \
  dlls/api-ms-win-core-fibers-l1-1-1/Makefile dlls/api-ms-win-core-file-l1-1-0/Makefile \
  dlls/api-ms-win-core-file-l1-2-0/Makefile dlls/api-ms-win-core-file-l1-2-1/Makefile \
  dlls/api-ms-win-core-file-l1-2-2/Makefile dlls/api-ms-win-core-file-l2-1-0/Makefile \
  dlls/api-ms-win-core-file-l2-1-1/Makefile dlls/api-ms-win-core-file-l2-1-2/Makefile \
  dlls/api-ms-win-core-handle-l1-1-0/Makefile dlls/api-ms-win-core-heap-l1-1-0/Makefile \
  dlls/api-ms-win-core-heap-l1-2-0/Makefile dlls/api-ms-win-core-heap-l2-1-0/Makefile \
  dlls/api-ms-win-core-heap-obsolete-l1-1-0/Makefile \
  dlls/api-ms-win-core-interlocked-l1-1-0/Makefile dlls/api-ms-win-core-interlocked-l1-2-0/Makefile \
  dlls/api-ms-win-core-io-l1-1-0/Makefile dlls/api-ms-win-core-io-l1-1-1/Makefile \
  dlls/api-ms-win-core-job-l1-1-0/Makefile dlls/api-ms-win-core-job-l2-1-0/Makefile \
  dlls/api-ms-win-core-kernel32-legacy-l1-1-0/Makefile \
  dlls/api-ms-win-core-kernel32-legacy-l1-1-1/Makefile \
  dlls/api-ms-win-core-kernel32-private-l1-1-1/Makefile \
  dlls/api-ms-win-core-largeinteger-l1-1-0/Makefile \
  dlls/api-ms-win-core-libraryloader-l1-1-0/Makefile \
  dlls/api-ms-win-core-libraryloader-l1-1-1/Makefile \
  dlls/api-ms-win-core-libraryloader-l1-2-0/Makefile \
  dlls/api-ms-win-core-libraryloader-l1-2-1/Makefile \
  dlls/api-ms-win-core-libraryloader-l1-2-2/Makefile \
  dlls/api-ms-win-core-localization-l1-1-0/Makefile \
  dlls/api-ms-win-core-localization-l1-2-0/Makefile \
  dlls/api-ms-win-core-localization-l1-2-1/Makefile \
  dlls/api-ms-win-core-localization-l2-1-0/Makefile \
  dlls/api-ms-win-core-localization-obsolete-l1-1-0/Makefile \
  dlls/api-ms-win-core-localization-obsolete-l1-2-0/Makefile \
  dlls/api-ms-win-core-localization-obsolete-l1-3-0/Makefile \
  dlls/api-ms-win-core-localization-private-l1-1-0/Makefile \
  dlls/api-ms-win-core-localregistry-l1-1-0/Makefile dlls/api-ms-win-core-memory-l1-1-0/Makefile \
  dlls/api-ms-win-core-memory-l1-1-1/Makefile dlls/api-ms-win-core-memory-l1-1-2/Makefile \
  dlls/api-ms-win-core-misc-l1-1-0/Makefile dlls/api-ms-win-core-namedpipe-l1-1-0/Makefile \
  dlls/api-ms-win-core-namedpipe-l1-2-0/Makefile dlls/api-ms-win-core-namespace-l1-1-0/Makefile \
  dlls/api-ms-win-core-normalization-l1-1-0/Makefile dlls/api-ms-win-core-path-l1-1-0/Makefile \
  dlls/api-ms-win-core-privateprofile-l1-1-1/Makefile \
  dlls/api-ms-win-core-processenvironment-l1-1-0/Makefile \
  dlls/api-ms-win-core-processenvironment-l1-2-0/Makefile \
  dlls/api-ms-win-core-processthreads-l1-1-0/Makefile \
  dlls/api-ms-win-core-processthreads-l1-1-1/Makefile \
  dlls/api-ms-win-core-processthreads-l1-1-2/Makefile \
  dlls/api-ms-win-core-processthreads-l1-1-3/Makefile \
  dlls/api-ms-win-core-processtopology-obsolete-l1-1-0/Makefile \
  dlls/api-ms-win-core-profile-l1-1-0/Makefile dlls/api-ms-win-core-psapi-ansi-l1-1-0/Makefile \
  dlls/api-ms-win-core-psapi-l1-1-0/Makefile dlls/api-ms-win-core-psapi-obsolete-l1-1-0/Makefile \
  dlls/api-ms-win-core-quirks-l1-1-0/Makefile dlls/api-ms-win-core-realtime-l1-1-0/Makefile \
  dlls/api-ms-win-core-registry-l1-1-0/Makefile dlls/api-ms-win-core-registry-l2-1-0/Makefile \
  dlls/api-ms-win-core-registryuserspecific-l1-1-0/Makefile \
  dlls/api-ms-win-core-rtlsupport-l1-1-0/Makefile dlls/api-ms-win-core-rtlsupport-l1-2-0/Makefile \
  dlls/api-ms-win-core-shlwapi-legacy-l1-1-0/Makefile \
  dlls/api-ms-win-core-shlwapi-obsolete-l1-1-0/Makefile \
  dlls/api-ms-win-core-shlwapi-obsolete-l1-2-0/Makefile \
  dlls/api-ms-win-core-shutdown-l1-1-0/Makefile dlls/api-ms-win-core-sidebyside-l1-1-0/Makefile \
  dlls/api-ms-win-core-string-l1-1-0/Makefile dlls/api-ms-win-core-string-l2-1-0/Makefile \
  dlls/api-ms-win-core-string-obsolete-l1-1-0/Makefile \
  dlls/api-ms-win-core-stringansi-l1-1-0/Makefile dlls/api-ms-win-core-stringloader-l1-1-1/Makefile \
  dlls/api-ms-win-core-synch-ansi-l1-1-0/Makefile dlls/api-ms-win-core-synch-l1-1-0/Makefile \
  dlls/api-ms-win-core-synch-l1-2-0/Makefile dlls/api-ms-win-core-synch-l1-2-1/Makefile \
  dlls/api-ms-win-core-sysinfo-l1-1-0/Makefile dlls/api-ms-win-core-sysinfo-l1-2-0/Makefile \
  dlls/api-ms-win-core-sysinfo-l1-2-1/Makefile dlls/api-ms-win-core-threadpool-l1-1-0/Makefile \
  dlls/api-ms-win-core-threadpool-l1-2-0/Makefile \
  dlls/api-ms-win-core-threadpool-legacy-l1-1-0/Makefile \
  dlls/api-ms-win-core-threadpool-private-l1-1-0/Makefile \
  dlls/api-ms-win-core-timezone-l1-1-0/Makefile dlls/api-ms-win-core-toolhelp-l1-1-0/Makefile \
  dlls/api-ms-win-core-url-l1-1-0/Makefile dlls/api-ms-win-core-util-l1-1-0/Makefile \
  dlls/api-ms-win-core-version-l1-1-0/Makefile dlls/api-ms-win-core-version-l1-1-1/Makefile \
  dlls/api-ms-win-core-version-private-l1-1-0/Makefile \
  dlls/api-ms-win-core-versionansi-l1-1-0/Makefile \
  dlls/api-ms-win-core-windowserrorreporting-l1-1-0/Makefile \
  dlls/api-ms-win-core-winrt-error-l1-1-0/Makefile dlls/api-ms-win-core-winrt-error-l1-1-1/Makefile \
  dlls/api-ms-win-core-winrt-errorprivate-l1-1-1/Makefile dlls/api-ms-win-core-winrt-l1-1-0/Makefile \
  dlls/api-ms-win-core-winrt-registration-l1-1-0/Makefile \
  dlls/api-ms-win-core-winrt-roparameterizediid-l1-1-0/Makefile \
  dlls/api-ms-win-core-winrt-string-l1-1-0/Makefile \
  dlls/api-ms-win-core-winrt-string-l1-1-1/Makefile dlls/api-ms-win-core-wow64-l1-1-0/Makefile \
  dlls/api-ms-win-core-wow64-l1-1-1/Makefile dlls/api-ms-win-core-xstate-l1-1-0/Makefile \
  dlls/api-ms-win-core-xstate-l2-1-0/Makefile dlls/api-ms-win-crt-conio-l1-1-0/Makefile \
  dlls/api-ms-win-crt-convert-l1-1-0/Makefile dlls/api-ms-win-crt-environment-l1-1-0/Makefile \
  dlls/api-ms-win-crt-filesystem-l1-1-0/Makefile dlls/api-ms-win-crt-heap-l1-1-0/Makefile \
  dlls/api-ms-win-crt-locale-l1-1-0/Makefile dlls/api-ms-win-crt-math-l1-1-0/Makefile \
  dlls/api-ms-win-crt-multibyte-l1-1-0/Makefile dlls/api-ms-win-crt-private-l1-1-0/Makefile \
  dlls/api-ms-win-crt-process-l1-1-0/Makefile dlls/api-ms-win-crt-runtime-l1-1-0/Makefile \
  dlls/api-ms-win-crt-stdio-l1-1-0/Makefile dlls/api-ms-win-crt-string-l1-1-0/Makefile \
  dlls/api-ms-win-crt-time-l1-1-0/Makefile dlls/api-ms-win-crt-utility-l1-1-0/Makefile \
  dlls/api-ms-win-devices-config-l1-1-0/Makefile dlls/api-ms-win-devices-config-l1-1-1/Makefile \
  dlls/api-ms-win-devices-query-l1-1-1/Makefile dlls/api-ms-win-downlevel-advapi32-l1-1-0/Makefile \
  dlls/api-ms-win-downlevel-advapi32-l2-1-0/Makefile \
  dlls/api-ms-win-downlevel-normaliz-l1-1-0/Makefile dlls/api-ms-win-downlevel-ole32-l1-1-0/Makefile \
  dlls/api-ms-win-downlevel-shell32-l1-1-0/Makefile \
  dlls/api-ms-win-downlevel-shlwapi-l1-1-0/Makefile \
  dlls/api-ms-win-downlevel-shlwapi-l2-1-0/Makefile dlls/api-ms-win-downlevel-user32-l1-1-0/Makefile \
  dlls/api-ms-win-downlevel-version-l1-1-0/Makefile dlls/api-ms-win-dx-d3dkmt-l1-1-0/Makefile \
  dlls/api-ms-win-eventing-classicprovider-l1-1-0/Makefile \
  dlls/api-ms-win-eventing-consumer-l1-1-0/Makefile \
  dlls/api-ms-win-eventing-controller-l1-1-0/Makefile \
  dlls/api-ms-win-eventing-legacy-l1-1-0/Makefile dlls/api-ms-win-eventing-provider-l1-1-0/Makefile \
  dlls/api-ms-win-eventlog-legacy-l1-1-0/Makefile dlls/api-ms-win-gdi-dpiinfo-l1-1-0/Makefile \
  dlls/api-ms-win-mm-joystick-l1-1-0/Makefile dlls/api-ms-win-mm-misc-l1-1-1/Makefile \
  dlls/api-ms-win-mm-mme-l1-1-0/Makefile dlls/api-ms-win-mm-time-l1-1-0/Makefile \
  dlls/api-ms-win-ntuser-dc-access-l1-1-0/Makefile dlls/api-ms-win-ntuser-rectangle-l1-1-0/Makefile \
  dlls/api-ms-win-ntuser-sysparams-l1-1-0/Makefile dlls/api-ms-win-perf-legacy-l1-1-0/Makefile \
  dlls/api-ms-win-power-base-l1-1-0/Makefile dlls/api-ms-win-power-setting-l1-1-0/Makefile \
  dlls/api-ms-win-rtcore-ntuser-draw-l1-1-0/Makefile \
  dlls/api-ms-win-rtcore-ntuser-private-l1-1-0/Makefile \
  dlls/api-ms-win-rtcore-ntuser-private-l1-1-4/Makefile \
  dlls/api-ms-win-rtcore-ntuser-window-l1-1-0/Makefile \
  dlls/api-ms-win-rtcore-ntuser-winevent-l1-1-0/Makefile \
  dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0/Makefile \
  dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3/Makefile \
  dlls/api-ms-win-security-activedirectoryclient-l1-1-0/Makefile \
  dlls/api-ms-win-security-audit-l1-1-1/Makefile dlls/api-ms-win-security-base-l1-1-0/Makefile \
  dlls/api-ms-win-security-base-l1-2-0/Makefile \
  dlls/api-ms-win-security-base-private-l1-1-1/Makefile \
  dlls/api-ms-win-security-credentials-l1-1-0/Makefile \
  dlls/api-ms-win-security-cryptoapi-l1-1-0/Makefile \
  dlls/api-ms-win-security-grouppolicy-l1-1-0/Makefile \
  dlls/api-ms-win-security-lsalookup-l1-1-0/Makefile \
  dlls/api-ms-win-security-lsalookup-l1-1-1/Makefile \
  dlls/api-ms-win-security-lsalookup-l2-1-0/Makefile \
  dlls/api-ms-win-security-lsalookup-l2-1-1/Makefile \
  dlls/api-ms-win-security-lsapolicy-l1-1-0/Makefile \
  dlls/api-ms-win-security-provider-l1-1-0/Makefile dlls/api-ms-win-security-sddl-l1-1-0/Makefile \
  dlls/api-ms-win-security-systemfunctions-l1-1-0/Makefile \
  dlls/api-ms-win-service-core-l1-1-0/Makefile dlls/api-ms-win-service-core-l1-1-1/Makefile \
  dlls/api-ms-win-service-management-l1-1-0/Makefile \
  dlls/api-ms-win-service-management-l2-1-0/Makefile dlls/api-ms-win-service-private-l1-1-1/Makefile \
  dlls/api-ms-win-service-winsvc-l1-1-0/Makefile dlls/api-ms-win-service-winsvc-l1-2-0/Makefile \
  dlls/api-ms-win-shcore-obsolete-l1-1-0/Makefile dlls/api-ms-win-shcore-scaling-l1-1-1/Makefile \
  dlls/api-ms-win-shcore-stream-l1-1-0/Makefile dlls/api-ms-win-shcore-thread-l1-1-0/Makefile \
  dlls/api-ms-win-shell-shellcom-l1-1-0/Makefile dlls/api-ms-win-shell-shellfolders-l1-1-0/Makefile \
  dlls/apphelp/Makefile dlls/apphelp/tests/Makefile dlls/apphelp/tests/testlist.c \
  dlls/appwiz.cpl/Makefile dlls/atl/Makefile dlls/atl/tests/Makefile dlls/atl/tests/testlist.c \
  dlls/atl100/Makefile dlls/atl100/tests/Makefile dlls/atl100/tests/testlist.c dlls/atl110/Makefile \
  dlls/atl80/Makefile dlls/atl80/tests/Makefile dlls/atl80/tests/testlist.c dlls/atl90/Makefile \
  dlls/atlthunk/Makefile dlls/atlthunk/tests/Makefile dlls/atlthunk/tests/testlist.c \
  dlls/atmlib/Makefile dlls/authz/Makefile dlls/avicap32/Makefile dlls/avifil32/Makefile \
  dlls/avifil32/tests/Makefile dlls/avifil32/tests/testlist.c dlls/avifile.dll16/Makefile \
  dlls/avrt/Makefile dlls/bcrypt/Makefile dlls/bcrypt/tests/Makefile dlls/bcrypt/tests/testlist.c \
  dlls/bluetoothapis/Makefile dlls/browseui/Makefile dlls/browseui/tests/Makefile \
  dlls/browseui/tests/testlist.c dlls/bthprops.cpl/Makefile dlls/cabinet/Makefile \
  dlls/cabinet/tests/Makefile dlls/cabinet/tests/testlist.c dlls/capi2032/Makefile \
  dlls/cards/Makefile dlls/cdosys/Makefile dlls/cfgmgr32/Makefile dlls/clusapi/Makefile \
  dlls/combase/Makefile dlls/combase/tests/Makefile dlls/combase/tests/testlist.c \
  dlls/comcat/Makefile dlls/comcat/tests/Makefile dlls/comcat/tests/testlist.c \
  dlls/comctl32/Makefile dlls/comctl32/tests/Makefile dlls/comctl32/tests/testlist.c \
  dlls/comdlg32/Makefile dlls/comdlg32/tests/Makefile dlls/comdlg32/tests/testlist.c \
  dlls/comm.drv16/Makefile dlls/commdlg.dll16/Makefile dlls/compobj.dll16/Makefile \
  dlls/compstui/Makefile dlls/comsvcs/Makefile dlls/comsvcs/tests/Makefile \
  dlls/comsvcs/tests/testlist.c dlls/concrt140/Makefile dlls/connect/Makefile dlls/credui/Makefile \
  dlls/credui/tests/Makefile dlls/credui/tests/testlist.c dlls/crtdll/Makefile dlls/crypt32/Makefile \
  dlls/crypt32/tests/Makefile dlls/crypt32/tests/testlist.c dlls/cryptdlg/Makefile \
  dlls/cryptdll/Makefile dlls/cryptext/Makefile dlls/cryptnet/Makefile dlls/cryptnet/tests/Makefile \
  dlls/cryptnet/tests/testlist.c dlls/cryptui/Makefile dlls/cryptui/tests/Makefile \
  dlls/cryptui/tests/testlist.c dlls/ctapi32/Makefile dlls/ctl3d.dll16/Makefile \
  dlls/ctl3d32/Makefile dlls/ctl3dv2.dll16/Makefile dlls/d2d1/Makefile dlls/d2d1/tests/Makefile \
  dlls/d2d1/tests/testlist.c dlls/d3d10/Makefile dlls/d3d10/tests/Makefile \
  dlls/d3d10/tests/testlist.c dlls/d3d10_1/Makefile dlls/d3d10_1/tests/Makefile \
  dlls/d3d10_1/tests/testlist.c dlls/d3d10core/Makefile dlls/d3d10core/tests/Makefile \
  dlls/d3d10core/tests/testlist.c dlls/d3d11/Makefile dlls/d3d11/tests/Makefile \
  dlls/d3d11/tests/testlist.c dlls/d3d12/Makefile dlls/d3d12/tests/Makefile \
  dlls/d3d12/tests/testlist.c dlls/d3d8/Makefile dlls/d3d8/tests/Makefile dlls/d3d8/tests/testlist.c \
  dlls/d3d9/Makefile dlls/d3d9/tests/Makefile dlls/d3d9/tests/testlist.c \
  dlls/d3dcompiler_33/Makefile dlls/d3dcompiler_34/Makefile dlls/d3dcompiler_35/Makefile \
  dlls/d3dcompiler_36/Makefile dlls/d3dcompiler_37/Makefile dlls/d3dcompiler_38/Makefile \
  dlls/d3dcompiler_39/Makefile dlls/d3dcompiler_40/Makefile dlls/d3dcompiler_41/Makefile \
  dlls/d3dcompiler_42/Makefile dlls/d3dcompiler_43/Makefile dlls/d3dcompiler_43/tests/Makefile \
  dlls/d3dcompiler_43/tests/testlist.c dlls/d3dcompiler_46/Makefile dlls/d3dcompiler_47/Makefile \
  dlls/d3dcompiler_47/tests/Makefile dlls/d3dcompiler_47/tests/testlist.c dlls/d3dim/Makefile \
  dlls/d3drm/Makefile dlls/d3drm/tests/Makefile dlls/d3drm/tests/testlist.c dlls/d3dx10_33/Makefile \
  dlls/d3dx10_34/Makefile dlls/d3dx10_35/Makefile dlls/d3dx10_36/Makefile dlls/d3dx10_37/Makefile \
  dlls/d3dx10_38/Makefile dlls/d3dx10_39/Makefile dlls/d3dx10_40/Makefile dlls/d3dx10_41/Makefile \
  dlls/d3dx10_42/Makefile dlls/d3dx10_43/Makefile dlls/d3dx10_43/tests/Makefile \
  dlls/d3dx10_43/tests/testlist.c dlls/d3dx11_42/Makefile dlls/d3dx11_43/Makefile \
  dlls/d3dx11_43/tests/Makefile dlls/d3dx11_43/tests/testlist.c dlls/d3dx9_24/Makefile \
  dlls/d3dx9_25/Makefile dlls/d3dx9_26/Makefile dlls/d3dx9_27/Makefile dlls/d3dx9_28/Makefile \
  dlls/d3dx9_29/Makefile dlls/d3dx9_30/Makefile dlls/d3dx9_31/Makefile dlls/d3dx9_32/Makefile \
  dlls/d3dx9_33/Makefile dlls/d3dx9_34/Makefile dlls/d3dx9_35/Makefile dlls/d3dx9_36/Makefile \
  dlls/d3dx9_36/tests/Makefile dlls/d3dx9_36/tests/testlist.c dlls/d3dx9_37/Makefile \
  dlls/d3dx9_38/Makefile dlls/d3dx9_39/Makefile dlls/d3dx9_40/Makefile dlls/d3dx9_41/Makefile \
  dlls/d3dx9_42/Makefile dlls/d3dx9_43/Makefile dlls/d3dxof/Makefile dlls/d3dxof/tests/Makefile \
  dlls/d3dxof/tests/testlist.c dlls/davclnt/Makefile dlls/dbgeng/Makefile dlls/dbgeng/tests/Makefile \
  dlls/dbgeng/tests/testlist.c dlls/dbghelp/Makefile dlls/dbghelp/tests/Makefile \
  dlls/dbghelp/tests/testlist.c dlls/dciman32/Makefile dlls/ddeml.dll16/Makefile dlls/ddraw/Makefile \
  dlls/ddraw/tests/Makefile dlls/ddraw/tests/testlist.c dlls/ddrawex/Makefile \
  dlls/ddrawex/tests/Makefile dlls/ddrawex/tests/testlist.c dlls/devenum/Makefile \
  dlls/devenum/tests/Makefile dlls/devenum/tests/testlist.c dlls/dhcpcsvc/Makefile \
  dlls/dhcpcsvc/tests/Makefile dlls/dhcpcsvc/tests/testlist.c dlls/dhtmled.ocx/Makefile \
  dlls/difxapi/Makefile dlls/dinput/Makefile dlls/dinput/tests/Makefile dlls/dinput/tests/testlist.c \
  dlls/dinput8/Makefile dlls/dinput8/tests/Makefile dlls/dinput8/tests/testlist.c \
  dlls/dispdib.dll16/Makefile dlls/dispex/Makefile dlls/dispex/tests/Makefile \
  dlls/dispex/tests/testlist.c dlls/display.drv16/Makefile dlls/dmband/Makefile \
  dlls/dmband/tests/Makefile dlls/dmband/tests/testlist.c dlls/dmcompos/Makefile \
  dlls/dmcompos/tests/Makefile dlls/dmcompos/tests/testlist.c dlls/dmime/Makefile \
  dlls/dmime/tests/Makefile dlls/dmime/tests/testlist.c dlls/dmloader/Makefile \
  dlls/dmloader/tests/Makefile dlls/dmloader/tests/testlist.c dlls/dmoguids/Makefile \
  dlls/dmscript/Makefile dlls/dmscript/tests/Makefile dlls/dmscript/tests/testlist.c \
  dlls/dmstyle/Makefile dlls/dmstyle/tests/Makefile dlls/dmstyle/tests/testlist.c \
  dlls/dmsynth/Makefile dlls/dmsynth/tests/Makefile dlls/dmsynth/tests/testlist.c \
  dlls/dmusic/Makefile dlls/dmusic/tests/Makefile dlls/dmusic/tests/testlist.c \
  dlls/dmusic32/Makefile dlls/dnsapi/Makefile dlls/dnsapi/tests/Makefile \
  dlls/dnsapi/tests/testlist.c dlls/dplay/Makefile dlls/dplayx/Makefile dlls/dplayx/tests/Makefile \
  dlls/dplayx/tests/testlist.c dlls/dpnaddr/Makefile dlls/dpnet/Makefile dlls/dpnet/tests/Makefile \
  dlls/dpnet/tests/testlist.c dlls/dpnhpast/Makefile dlls/dpnlobby/Makefile dlls/dpvoice/Makefile \
  dlls/dpvoice/tests/Makefile dlls/dpvoice/tests/testlist.c dlls/dpwsockx/Makefile \
  dlls/drmclien/Makefile dlls/dsdmo/Makefile dlls/dsound/Makefile dlls/dsound/tests/Makefile \
  dlls/dsound/tests/testlist.c dlls/dsquery/Makefile dlls/dssenh/Makefile dlls/dssenh/tests/Makefile \
  dlls/dssenh/tests/testlist.c dlls/dswave/Makefile dlls/dswave/tests/Makefile \
  dlls/dswave/tests/testlist.c dlls/dwmapi/Makefile dlls/dwmapi/tests/Makefile \
  dlls/dwmapi/tests/testlist.c dlls/dwrite/Makefile dlls/dwrite/tests/Makefile \
  dlls/dwrite/tests/testlist.c dlls/dx8vb/Makefile dlls/dxdiagn/Makefile dlls/dxdiagn/tests/Makefile \
  dlls/dxdiagn/tests/testlist.c dlls/dxerr8/Makefile dlls/dxerr9/Makefile dlls/dxgi/Makefile \
  dlls/dxgi/tests/Makefile dlls/dxgi/tests/testlist.c dlls/dxguid/Makefile dlls/dxva2/Makefile \
  dlls/esent/Makefile dlls/evr/Makefile dlls/evr/tests/Makefile dlls/evr/tests/testlist.c \
  dlls/explorerframe/Makefile dlls/explorerframe/tests/Makefile dlls/explorerframe/tests/testlist.c \
  dlls/ext-ms-win-authz-context-l1-1-0/Makefile dlls/ext-ms-win-domainjoin-netjoin-l1-1-0/Makefile \
  dlls/ext-ms-win-dwmapi-ext-l1-1-0/Makefile dlls/ext-ms-win-gdi-dc-create-l1-1-0/Makefile \
  dlls/ext-ms-win-gdi-dc-create-l1-1-1/Makefile dlls/ext-ms-win-gdi-dc-l1-2-0/Makefile \
  dlls/ext-ms-win-gdi-devcaps-l1-1-0/Makefile dlls/ext-ms-win-gdi-draw-l1-1-0/Makefile \
  dlls/ext-ms-win-gdi-draw-l1-1-1/Makefile dlls/ext-ms-win-gdi-font-l1-1-0/Makefile \
  dlls/ext-ms-win-gdi-font-l1-1-1/Makefile dlls/ext-ms-win-gdi-render-l1-1-0/Makefile \
  dlls/ext-ms-win-kernel32-package-current-l1-1-0/Makefile \
  dlls/ext-ms-win-kernel32-package-l1-1-1/Makefile dlls/ext-ms-win-ntuser-dialogbox-l1-1-0/Makefile \
  dlls/ext-ms-win-ntuser-draw-l1-1-0/Makefile dlls/ext-ms-win-ntuser-gui-l1-1-0/Makefile \
  dlls/ext-ms-win-ntuser-gui-l1-3-0/Makefile dlls/ext-ms-win-ntuser-keyboard-l1-3-0/Makefile \
  dlls/ext-ms-win-ntuser-message-l1-1-0/Makefile dlls/ext-ms-win-ntuser-message-l1-1-1/Makefile \
  dlls/ext-ms-win-ntuser-misc-l1-1-0/Makefile dlls/ext-ms-win-ntuser-misc-l1-2-0/Makefile \
  dlls/ext-ms-win-ntuser-misc-l1-5-1/Makefile dlls/ext-ms-win-ntuser-mouse-l1-1-0/Makefile \
  dlls/ext-ms-win-ntuser-private-l1-1-1/Makefile dlls/ext-ms-win-ntuser-private-l1-3-1/Makefile \
  dlls/ext-ms-win-ntuser-rectangle-ext-l1-1-0/Makefile \
  dlls/ext-ms-win-ntuser-uicontext-ext-l1-1-0/Makefile dlls/ext-ms-win-ntuser-window-l1-1-0/Makefile \
  dlls/ext-ms-win-ntuser-window-l1-1-1/Makefile dlls/ext-ms-win-ntuser-window-l1-1-4/Makefile \
  dlls/ext-ms-win-ntuser-windowclass-l1-1-0/Makefile \
  dlls/ext-ms-win-ntuser-windowclass-l1-1-1/Makefile dlls/ext-ms-win-oleacc-l1-1-0/Makefile \
  dlls/ext-ms-win-ras-rasapi32-l1-1-0/Makefile dlls/ext-ms-win-rtcore-gdi-devcaps-l1-1-0/Makefile \
  dlls/ext-ms-win-rtcore-gdi-object-l1-1-0/Makefile dlls/ext-ms-win-rtcore-gdi-rgn-l1-1-0/Makefile \
  dlls/ext-ms-win-rtcore-ntuser-cursor-l1-1-0/Makefile \
  dlls/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0/Makefile \
  dlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0/Makefile \
  dlls/ext-ms-win-rtcore-ntuser-dpi-l1-2-0/Makefile \
  dlls/ext-ms-win-rtcore-ntuser-rawinput-l1-1-0/Makefile \
  dlls/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0/Makefile \
  dlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0/Makefile \
  dlls/ext-ms-win-security-credui-l1-1-0/Makefile dlls/ext-ms-win-security-cryptui-l1-1-0/Makefile \
  dlls/ext-ms-win-shell-comctl32-init-l1-1-0/Makefile dlls/ext-ms-win-shell-comdlg32-l1-1-0/Makefile \
  dlls/ext-ms-win-shell-shell32-l1-2-0/Makefile dlls/ext-ms-win-uxtheme-themes-l1-1-0/Makefile \
  dlls/faultrep/Makefile dlls/faultrep/tests/Makefile dlls/faultrep/tests/testlist.c \
  dlls/feclient/Makefile dlls/fltlib/Makefile dlls/fltmgr.sys/Makefile dlls/fntcache/Makefile \
  dlls/fontsub/Makefile dlls/fusion/Makefile dlls/fusion/tests/Makefile dlls/fusion/tests/testlist.c \
  dlls/fwpuclnt/Makefile dlls/gameux/Makefile dlls/gameux/tests/Makefile \
  dlls/gameux/tests/testlist.c dlls/gdi.exe16/Makefile dlls/gdi32/Makefile dlls/gdi32/tests/Makefile \
  dlls/gdi32/tests/testlist.c dlls/gdiplus/Makefile dlls/gdiplus/tests/Makefile \
  dlls/gdiplus/tests/testlist.c dlls/glu32/Makefile dlls/gphoto2.ds/Makefile dlls/gpkcsp/Makefile \
  dlls/hal/Makefile dlls/hhctrl.ocx/Makefile dlls/hid/Makefile dlls/hid/tests/Makefile \
  dlls/hid/tests/testlist.c dlls/hidclass.sys/Makefile dlls/hlink/Makefile dlls/hlink/tests/Makefile \
  dlls/hlink/tests/testlist.c dlls/hnetcfg/Makefile dlls/hnetcfg/tests/Makefile \
  dlls/hnetcfg/tests/testlist.c dlls/http.sys/Makefile dlls/httpapi/Makefile \
  dlls/httpapi/tests/Makefile dlls/httpapi/tests/testlist.c dlls/iccvid/Makefile dlls/icmp/Makefile \
  dlls/ieframe/Makefile dlls/ieframe/tests/Makefile dlls/ieframe/tests/testlist.c \
  dlls/ieproxy/Makefile dlls/ifsmgr.vxd/Makefile dlls/imaadp32.acm/Makefile dlls/imagehlp/Makefile \
  dlls/imagehlp/tests/Makefile dlls/imagehlp/tests/testlist.c dlls/imm.dll16/Makefile \
  dlls/imm32/Makefile dlls/imm32/tests/Makefile dlls/imm32/tests/testlist.c dlls/inetcomm/Makefile \
  dlls/inetcomm/tests/Makefile dlls/inetcomm/tests/testlist.c dlls/inetcpl.cpl/Makefile \
  dlls/inetmib1/Makefile dlls/inetmib1/tests/Makefile dlls/inetmib1/tests/testlist.c \
  dlls/infosoft/Makefile dlls/infosoft/tests/Makefile dlls/infosoft/tests/testlist.c \
  dlls/initpki/Makefile dlls/inkobj/Makefile dlls/inseng/Makefile dlls/iphlpapi/Makefile \
  dlls/iphlpapi/tests/Makefile dlls/iphlpapi/tests/testlist.c dlls/iprop/Makefile \
  dlls/irprops.cpl/Makefile dlls/itircl/Makefile dlls/itss/Makefile dlls/itss/tests/Makefile \
  dlls/itss/tests/testlist.c dlls/joy.cpl/Makefile dlls/jscript/Makefile dlls/jscript/tests/Makefile \
  dlls/jscript/tests/testlist.c dlls/jsproxy/Makefile dlls/jsproxy/tests/Makefile \
  dlls/jsproxy/tests/testlist.c dlls/kerberos/Makefile dlls/kernel32/Makefile \
  dlls/kernel32/tests/Makefile dlls/kernel32/tests/testlist.c dlls/kernelbase/Makefile \
  dlls/kernelbase/tests/Makefile dlls/kernelbase/tests/testlist.c dlls/keyboard.drv16/Makefile \
  dlls/krnl386.exe16/Makefile dlls/ksecdd.sys/Makefile dlls/ksuser/Makefile dlls/ktmw32/Makefile \
  dlls/l3codeca.acm/Makefile dlls/loadperf/Makefile dlls/localspl/Makefile \
  dlls/localspl/tests/Makefile dlls/localspl/tests/testlist.c dlls/localui/Makefile \
  dlls/localui/tests/Makefile dlls/localui/tests/testlist.c dlls/lz32/Makefile \
  dlls/lz32/tests/Makefile dlls/lz32/tests/testlist.c dlls/lzexpand.dll16/Makefile \
  dlls/mapi32/Makefile dlls/mapi32/tests/Makefile dlls/mapi32/tests/testlist.c \
  dlls/mapistub/Makefile dlls/mciavi32/Makefile dlls/mcicda/Makefile dlls/mciqtz32/Makefile \
  dlls/mciseq/Makefile dlls/mciwave/Makefile dlls/mf/Makefile dlls/mf/tests/Makefile \
  dlls/mf/tests/testlist.c dlls/mf3216/Makefile dlls/mferror/Makefile dlls/mfmediaengine/Makefile \
  dlls/mfmediaengine/tests/Makefile dlls/mfmediaengine/tests/testlist.c dlls/mfplat/Makefile \
  dlls/mfplat/tests/Makefile dlls/mfplat/tests/testlist.c dlls/mfplay/Makefile \
  dlls/mfreadwrite/Makefile dlls/mfreadwrite/tests/Makefile dlls/mfreadwrite/tests/testlist.c \
  dlls/mfuuid/Makefile dlls/mgmtapi/Makefile dlls/midimap/Makefile dlls/mlang/Makefile \
  dlls/mlang/tests/Makefile dlls/mlang/tests/testlist.c dlls/mmcndmgr/Makefile \
  dlls/mmcndmgr/tests/Makefile dlls/mmcndmgr/tests/testlist.c dlls/mmdevapi/Makefile \
  dlls/mmdevapi/tests/Makefile dlls/mmdevapi/tests/testlist.c dlls/mmdevldr.vxd/Makefile \
  dlls/mmsystem.dll16/Makefile dlls/monodebg.vxd/Makefile dlls/mountmgr.sys/Makefile \
  dlls/mouse.drv16/Makefile dlls/mp3dmod/Makefile dlls/mp3dmod/tests/Makefile \
  dlls/mp3dmod/tests/testlist.c dlls/mpr/Makefile dlls/mpr/tests/Makefile dlls/mpr/tests/testlist.c \
  dlls/mprapi/Makefile dlls/msacm.dll16/Makefile dlls/msacm32.drv/Makefile dlls/msacm32/Makefile \
  dlls/msacm32/tests/Makefile dlls/msacm32/tests/testlist.c dlls/msado15/Makefile \
  dlls/msado15/tests/Makefile dlls/msado15/tests/testlist.c dlls/msadp32.acm/Makefile \
  dlls/msasn1/Makefile dlls/msasn1/tests/Makefile dlls/msasn1/tests/testlist.c dlls/mscat32/Makefile \
  dlls/mscms/Makefile dlls/mscms/tests/Makefile dlls/mscms/tests/testlist.c dlls/mscoree/Makefile \
  dlls/mscoree/tests/Makefile dlls/mscoree/tests/testlist.c dlls/mscorwks/Makefile \
  dlls/msctf/Makefile dlls/msctf/tests/Makefile dlls/msctf/tests/testlist.c dlls/msctfp/Makefile \
  dlls/msdaps/Makefile dlls/msdelta/Makefile dlls/msdmo/Makefile dlls/msdmo/tests/Makefile \
  dlls/msdmo/tests/testlist.c dlls/msdrm/Makefile dlls/msftedit/Makefile \
  dlls/msftedit/tests/Makefile dlls/msftedit/tests/testlist.c dlls/msg711.acm/Makefile \
  dlls/msgsm32.acm/Makefile dlls/mshtml.tlb/Makefile dlls/mshtml/Makefile dlls/mshtml/tests/Makefile \
  dlls/mshtml/tests/testlist.c dlls/msi/Makefile dlls/msi/tests/Makefile dlls/msi/tests/testlist.c \
  dlls/msident/Makefile dlls/msimg32/Makefile dlls/msimsg/Makefile dlls/msimtf/Makefile \
  dlls/msisip/Makefile dlls/msisys.ocx/Makefile dlls/msls31/Makefile dlls/msnet32/Makefile \
  dlls/mspatcha/Makefile dlls/mspatcha/tests/Makefile dlls/mspatcha/tests/testlist.c \
  dlls/msports/Makefile dlls/msrle32/Makefile dlls/msrle32/tests/Makefile \
  dlls/msrle32/tests/testlist.c dlls/msscript.ocx/Makefile dlls/msscript.ocx/tests/Makefile \
  dlls/msscript.ocx/tests/testlist.c dlls/mssign32/Makefile dlls/mssip32/Makefile \
  dlls/mstask/Makefile dlls/mstask/tests/Makefile dlls/mstask/tests/testlist.c dlls/msvcirt/Makefile \
  dlls/msvcirt/tests/Makefile dlls/msvcirt/tests/testlist.c dlls/msvcm80/Makefile \
  dlls/msvcm90/Makefile dlls/msvcp100/Makefile dlls/msvcp100/tests/Makefile \
  dlls/msvcp100/tests/testlist.c dlls/msvcp110/Makefile dlls/msvcp110/tests/Makefile \
  dlls/msvcp110/tests/testlist.c dlls/msvcp120/Makefile dlls/msvcp120/tests/Makefile \
  dlls/msvcp120/tests/testlist.c dlls/msvcp120_app/Makefile dlls/msvcp140/Makefile \
  dlls/msvcp140/tests/Makefile dlls/msvcp140/tests/testlist.c dlls/msvcp60/Makefile \
  dlls/msvcp60/tests/Makefile dlls/msvcp60/tests/testlist.c dlls/msvcp70/Makefile \
  dlls/msvcp71/Makefile dlls/msvcp80/Makefile dlls/msvcp90/Makefile dlls/msvcp90/tests/Makefile \
  dlls/msvcp90/tests/testlist.c dlls/msvcr100/Makefile dlls/msvcr100/tests/Makefile \
  dlls/msvcr100/tests/testlist.c dlls/msvcr110/Makefile dlls/msvcr110/tests/Makefile \
  dlls/msvcr110/tests/testlist.c dlls/msvcr120/Makefile dlls/msvcr120/tests/Makefile \
  dlls/msvcr120/tests/testlist.c dlls/msvcr120_app/Makefile dlls/msvcr70/Makefile \
  dlls/msvcr71/Makefile dlls/msvcr80/Makefile dlls/msvcr90/Makefile dlls/msvcr90/tests/Makefile \
  dlls/msvcr90/tests/testlist.c dlls/msvcrt/Makefile dlls/msvcrt/tests/Makefile \
  dlls/msvcrt/tests/testlist.c dlls/msvcrt20/Makefile dlls/msvcrt40/Makefile dlls/msvcrtd/Makefile \
  dlls/msvcrtd/tests/Makefile dlls/msvcrtd/tests/testlist.c dlls/msvfw32/Makefile \
  dlls/msvfw32/tests/Makefile dlls/msvfw32/tests/testlist.c dlls/msvidc32/Makefile \
  dlls/msvideo.dll16/Makefile dlls/mswsock/Makefile dlls/msxml/Makefile dlls/msxml2/Makefile \
  dlls/msxml3/Makefile dlls/msxml3/tests/Makefile dlls/msxml3/tests/testlist.c dlls/msxml4/Makefile \
  dlls/msxml6/Makefile dlls/mtxdm/Makefile dlls/ncrypt/Makefile dlls/nddeapi/Makefile \
  dlls/ndis.sys/Makefile dlls/netapi32/Makefile dlls/netapi32/tests/Makefile \
  dlls/netapi32/tests/testlist.c dlls/netcfgx/Makefile dlls/netcfgx/tests/Makefile \
  dlls/netcfgx/tests/testlist.c dlls/netprofm/Makefile dlls/netprofm/tests/Makefile \
  dlls/netprofm/tests/testlist.c dlls/newdev/Makefile dlls/ninput/Makefile \
  dlls/ninput/tests/Makefile dlls/ninput/tests/testlist.c dlls/normaliz/Makefile \
  dlls/npmshtml/Makefile dlls/npptools/Makefile dlls/ntdll/Makefile dlls/ntdll/tests/Makefile \
  dlls/ntdll/tests/testlist.c dlls/ntdsapi/Makefile dlls/ntdsapi/tests/Makefile \
  dlls/ntdsapi/tests/testlist.c dlls/ntoskrnl.exe/Makefile dlls/ntoskrnl.exe/tests/Makefile \
  dlls/ntoskrnl.exe/tests/testlist.c dlls/ntprint/Makefile dlls/ntprint/tests/Makefile \
  dlls/ntprint/tests/testlist.c dlls/objsel/Makefile dlls/odbc32/Makefile dlls/odbcbcp/Makefile \
  dlls/odbccp32/Makefile dlls/odbccp32/tests/Makefile dlls/odbccp32/tests/testlist.c \
  dlls/odbccu32/Makefile dlls/ole2.dll16/Makefile dlls/ole2conv.dll16/Makefile \
  dlls/ole2disp.dll16/Makefile dlls/ole2nls.dll16/Makefile dlls/ole2prox.dll16/Makefile \
  dlls/ole2thk.dll16/Makefile dlls/ole32/Makefile dlls/ole32/tests/Makefile \
  dlls/ole32/tests/testlist.c dlls/oleacc/Makefile dlls/oleacc/tests/Makefile \
  dlls/oleacc/tests/testlist.c dlls/oleaut32/Makefile dlls/oleaut32/tests/Makefile \
  dlls/oleaut32/tests/testlist.c dlls/olecli.dll16/Makefile dlls/olecli32/Makefile \
  dlls/oledb32/Makefile dlls/oledb32/tests/Makefile dlls/oledb32/tests/testlist.c \
  dlls/oledlg/Makefile dlls/oledlg/tests/Makefile dlls/oledlg/tests/testlist.c \
  dlls/olepro32/Makefile dlls/olesvr.dll16/Makefile dlls/olesvr32/Makefile dlls/olethk32/Makefile \
  dlls/opcservices/Makefile dlls/opcservices/tests/Makefile dlls/opcservices/tests/testlist.c \
  dlls/openal32/Makefile dlls/opencl/Makefile dlls/opengl32/Makefile dlls/opengl32/tests/Makefile \
  dlls/opengl32/tests/testlist.c dlls/packager/Makefile dlls/packager/tests/Makefile \
  dlls/packager/tests/testlist.c dlls/pdh/Makefile dlls/pdh/tests/Makefile dlls/pdh/tests/testlist.c \
  dlls/photometadatahandler/Makefile dlls/pidgen/Makefile dlls/powrprof/Makefile \
  dlls/printui/Makefile dlls/prntvpt/Makefile
	rm -f dlls/propsys/Makefile dlls/propsys/tests/Makefile dlls/propsys/tests/testlist.c \
  dlls/psapi/Makefile dlls/psapi/tests/Makefile dlls/psapi/tests/testlist.c dlls/pstorec/Makefile \
  dlls/pstorec/tests/Makefile dlls/pstorec/tests/testlist.c dlls/qcap/Makefile \
  dlls/qcap/tests/Makefile dlls/qcap/tests/testlist.c dlls/qedit/Makefile dlls/qedit/tests/Makefile \
  dlls/qedit/tests/testlist.c dlls/qmgr/Makefile dlls/qmgr/tests/Makefile dlls/qmgr/tests/testlist.c \
  dlls/qmgrprxy/Makefile dlls/quartz/Makefile dlls/quartz/tests/Makefile \
  dlls/quartz/tests/testlist.c dlls/query/Makefile dlls/qwave/Makefile dlls/qwave/tests/Makefile \
  dlls/qwave/tests/testlist.c dlls/rasapi16.dll16/Makefile dlls/rasapi32/Makefile \
  dlls/rasapi32/tests/Makefile dlls/rasapi32/tests/testlist.c dlls/rasdlg/Makefile \
  dlls/regapi/Makefile dlls/resutils/Makefile dlls/riched20/Makefile dlls/riched20/tests/Makefile \
  dlls/riched20/tests/testlist.c dlls/riched32/Makefile dlls/riched32/tests/Makefile \
  dlls/riched32/tests/testlist.c dlls/rpcrt4/Makefile dlls/rpcrt4/tests/Makefile \
  dlls/rpcrt4/tests/testlist.c dlls/rsabase/Makefile dlls/rsaenh/Makefile dlls/rsaenh/tests/Makefile \
  dlls/rsaenh/tests/testlist.c dlls/rstrtmgr/Makefile dlls/rtutils/Makefile dlls/samlib/Makefile \
  dlls/sane.ds/Makefile dlls/sapi/Makefile dlls/sapi/tests/Makefile dlls/sapi/tests/testlist.c \
  dlls/sas/Makefile dlls/scarddlg/Makefile dlls/sccbase/Makefile dlls/schannel/Makefile \
  dlls/schannel/tests/Makefile dlls/schannel/tests/testlist.c dlls/schedsvc/Makefile \
  dlls/schedsvc/tests/Makefile dlls/schedsvc/tests/testlist.c dlls/scrobj/Makefile \
  dlls/scrobj/tests/Makefile dlls/scrobj/tests/testlist.c dlls/scrrun/Makefile \
  dlls/scrrun/tests/Makefile dlls/scrrun/tests/testlist.c dlls/scsiport.sys/Makefile \
  dlls/secur32/Makefile dlls/secur32/tests/Makefile dlls/secur32/tests/testlist.c \
  dlls/security/Makefile dlls/sensapi/Makefile dlls/serialui/Makefile dlls/serialui/tests/Makefile \
  dlls/serialui/tests/testlist.c dlls/setupapi/Makefile dlls/setupapi/tests/Makefile \
  dlls/setupapi/tests/testlist.c dlls/setupx.dll16/Makefile dlls/sfc/Makefile dlls/sfc_os/Makefile \
  dlls/shcore/Makefile dlls/shcore/tests/Makefile dlls/shcore/tests/testlist.c dlls/shdoclc/Makefile \
  dlls/shdocvw/Makefile dlls/shdocvw/tests/Makefile dlls/shdocvw/tests/testlist.c \
  dlls/shell.dll16/Makefile dlls/shell32/Makefile dlls/shell32/tests/Makefile \
  dlls/shell32/tests/testlist.c dlls/shfolder/Makefile dlls/shlwapi/Makefile \
  dlls/shlwapi/tests/Makefile dlls/shlwapi/tests/testlist.c dlls/slbcsp/Makefile dlls/slc/Makefile \
  dlls/slc/tests/Makefile dlls/slc/tests/testlist.c dlls/snmpapi/Makefile \
  dlls/snmpapi/tests/Makefile dlls/snmpapi/tests/testlist.c dlls/softpub/Makefile \
  dlls/sound.drv16/Makefile dlls/spoolss/Makefile dlls/spoolss/tests/Makefile \
  dlls/spoolss/tests/testlist.c dlls/srclient/Makefile dlls/sspicli/Makefile \
  dlls/stdole2.tlb/Makefile dlls/stdole32.tlb/Makefile dlls/sti/Makefile dlls/sti/tests/Makefile \
  dlls/sti/tests/testlist.c dlls/storage.dll16/Makefile dlls/stress.dll16/Makefile \
  dlls/strmbase/Makefile dlls/strmdll/Makefile dlls/strmiids/Makefile dlls/svrapi/Makefile \
  dlls/sxs/Makefile dlls/sxs/tests/Makefile dlls/sxs/tests/testlist.c dlls/system.drv16/Makefile \
  dlls/t2embed/Makefile dlls/t2embed/tests/Makefile dlls/t2embed/tests/testlist.c \
  dlls/tapi32/Makefile dlls/tapi32/tests/Makefile dlls/tapi32/tests/testlist.c \
  dlls/taskschd/Makefile dlls/taskschd/tests/Makefile dlls/taskschd/tests/testlist.c \
  dlls/tdh/Makefile dlls/tdi.sys/Makefile dlls/toolhelp.dll16/Makefile dlls/traffic/Makefile \
  dlls/twain.dll16/Makefile dlls/twain_32/Makefile dlls/twain_32/tests/Makefile \
  dlls/twain_32/tests/testlist.c dlls/typelib.dll16/Makefile dlls/tzres/Makefile \
  dlls/ucrtbase/Makefile dlls/ucrtbase/tests/Makefile dlls/ucrtbase/tests/testlist.c \
  dlls/uianimation/Makefile dlls/uianimation/tests/Makefile dlls/uianimation/tests/testlist.c \
  dlls/uiautomationcore/Makefile dlls/uiautomationcore/tests/Makefile \
  dlls/uiautomationcore/tests/testlist.c dlls/uiribbon/Makefile dlls/unicows/Makefile \
  dlls/updspapi/Makefile dlls/url/Makefile dlls/urlmon/Makefile dlls/urlmon/tests/Makefile \
  dlls/urlmon/tests/testlist.c dlls/usbd.sys/Makefile dlls/user.exe16/Makefile dlls/user32/Makefile \
  dlls/user32/tests/Makefile dlls/user32/tests/testlist.c dlls/userenv/Makefile \
  dlls/userenv/tests/Makefile dlls/userenv/tests/testlist.c dlls/usp10/Makefile \
  dlls/usp10/tests/Makefile dlls/usp10/tests/testlist.c dlls/utildll/Makefile dlls/uuid/Makefile \
  dlls/uxtheme/Makefile dlls/uxtheme/tests/Makefile dlls/uxtheme/tests/testlist.c \
  dlls/vbscript/Makefile dlls/vbscript/tests/Makefile dlls/vbscript/tests/testlist.c \
  dlls/vcomp/Makefile dlls/vcomp/tests/Makefile dlls/vcomp/tests/testlist.c dlls/vcomp100/Makefile \
  dlls/vcomp110/Makefile dlls/vcomp120/Makefile dlls/vcomp140/Makefile dlls/vcomp90/Makefile \
  dlls/vcruntime140/Makefile dlls/vdhcp.vxd/Makefile dlls/vdmdbg/Makefile dlls/ver.dll16/Makefile \
  dlls/version/Makefile dlls/version/tests/Makefile dlls/version/tests/testlist.c \
  dlls/virtdisk/Makefile dlls/virtdisk/tests/Makefile dlls/virtdisk/tests/testlist.c \
  dlls/vmm.vxd/Makefile dlls/vnbt.vxd/Makefile dlls/vnetbios.vxd/Makefile dlls/vssapi/Makefile \
  dlls/vtdapi.vxd/Makefile dlls/vulkan-1/Makefile dlls/vulkan-1/tests/Makefile \
  dlls/vulkan-1/tests/testlist.c dlls/vwin32.vxd/Makefile dlls/w32skrnl/Makefile \
  dlls/w32sys.dll16/Makefile dlls/wbemdisp/Makefile dlls/wbemdisp/tests/Makefile \
  dlls/wbemdisp/tests/testlist.c dlls/wbemprox/Makefile dlls/wbemprox/tests/Makefile \
  dlls/wbemprox/tests/testlist.c dlls/wdscore/Makefile dlls/webservices/Makefile \
  dlls/webservices/tests/Makefile dlls/webservices/tests/testlist.c dlls/wer/Makefile \
  dlls/wer/tests/Makefile dlls/wer/tests/testlist.c dlls/wevtapi/Makefile dlls/wiaservc/Makefile \
  dlls/wiaservc/tests/Makefile dlls/wiaservc/tests/testlist.c dlls/wimgapi/Makefile \
  dlls/win32s16.dll16/Makefile dlls/win87em.dll16/Makefile dlls/winaspi.dll16/Makefile \
  dlls/windebug.dll16/Makefile dlls/windowscodecs/Makefile dlls/windowscodecs/tests/Makefile \
  dlls/windowscodecs/tests/testlist.c dlls/windowscodecsext/Makefile \
  dlls/windowscodecsext/tests/Makefile dlls/windowscodecsext/tests/testlist.c \
  dlls/winealsa.drv/Makefile dlls/wineandroid.drv/Makefile dlls/winebus.sys/Makefile \
  dlls/winecoreaudio.drv/Makefile dlls/winecrt0/Makefile dlls/wined3d/Makefile \
  dlls/winegstreamer/Makefile dlls/winehid.sys/Makefile dlls/winejoystick.drv/Makefile \
  dlls/winemac.drv/Makefile dlls/winemapi/Makefile dlls/wineoss.drv/Makefile \
  dlls/wineps.drv/Makefile dlls/wineps16.drv16/Makefile dlls/winepulse.drv/Makefile \
  dlls/wineqtdecoder/Makefile dlls/winevulkan/Makefile dlls/winex11.drv/Makefile \
  dlls/wing.dll16/Makefile dlls/wing32/Makefile dlls/winhttp/Makefile dlls/winhttp/tests/Makefile \
  dlls/winhttp/tests/testlist.c dlls/wininet/Makefile dlls/wininet/tests/Makefile \
  dlls/wininet/tests/testlist.c dlls/winmm/Makefile dlls/winmm/tests/Makefile \
  dlls/winmm/tests/testlist.c dlls/winnls.dll16/Makefile dlls/winnls32/Makefile \
  dlls/winscard/Makefile dlls/winsock.dll16/Makefile dlls/winspool.drv/Makefile \
  dlls/winspool.drv/tests/Makefile dlls/winspool.drv/tests/testlist.c dlls/winsta/Makefile \
  dlls/wintab.dll16/Makefile dlls/wintab32/Makefile dlls/wintab32/tests/Makefile \
  dlls/wintab32/tests/testlist.c dlls/wintrust/Makefile dlls/wintrust/tests/Makefile \
  dlls/wintrust/tests/testlist.c dlls/winusb/Makefile dlls/wlanapi/Makefile \
  dlls/wlanapi/tests/Makefile dlls/wlanapi/tests/testlist.c dlls/wlanui/Makefile \
  dlls/wldap32/Makefile dlls/wldap32/tests/Makefile dlls/wldap32/tests/testlist.c \
  dlls/wmasf/Makefile dlls/wmcodecdspuuid/Makefile dlls/wmi/Makefile dlls/wmiutils/Makefile \
  dlls/wmiutils/tests/Makefile dlls/wmiutils/tests/testlist.c dlls/wmp/Makefile \
  dlls/wmp/tests/Makefile dlls/wmp/tests/testlist.c dlls/wmphoto/Makefile dlls/wmvcore/Makefile \
  dlls/wmvcore/tests/Makefile dlls/wmvcore/tests/testlist.c dlls/wnaspi32/Makefile \
  dlls/wow32/Makefile dlls/wpc/Makefile dlls/wpc/tests/Makefile dlls/wpc/tests/testlist.c \
  dlls/wpcap/Makefile dlls/ws2_32/Makefile dlls/ws2_32/tests/Makefile dlls/ws2_32/tests/testlist.c \
  dlls/wsdapi/Makefile dlls/wsdapi/tests/Makefile dlls/wsdapi/tests/testlist.c \
  dlls/wshom.ocx/Makefile dlls/wshom.ocx/tests/Makefile dlls/wshom.ocx/tests/testlist.c \
  dlls/wsnmp32/Makefile dlls/wsnmp32/tests/Makefile dlls/wsnmp32/tests/testlist.c \
  dlls/wsock32/Makefile dlls/wtsapi32/Makefile dlls/wtsapi32/tests/Makefile \
  dlls/wtsapi32/tests/testlist.c dlls/wuapi/Makefile dlls/wuaueng/Makefile dlls/x3daudio1_0/Makefile \
  dlls/x3daudio1_1/Makefile dlls/x3daudio1_2/Makefile dlls/x3daudio1_3/Makefile \
  dlls/x3daudio1_4/Makefile dlls/x3daudio1_5/Makefile dlls/x3daudio1_6/Makefile \
  dlls/x3daudio1_7/Makefile dlls/xapofx1_1/Makefile dlls/xapofx1_2/Makefile dlls/xapofx1_3/Makefile \
  dlls/xapofx1_4/Makefile dlls/xapofx1_5/Makefile dlls/xaudio2_0/Makefile dlls/xaudio2_1/Makefile \
  dlls/xaudio2_2/Makefile dlls/xaudio2_3/Makefile dlls/xaudio2_4/Makefile dlls/xaudio2_5/Makefile \
  dlls/xaudio2_6/Makefile dlls/xaudio2_7/Makefile dlls/xaudio2_7/tests/Makefile \
  dlls/xaudio2_7/tests/testlist.c dlls/xaudio2_8/Makefile dlls/xaudio2_9/Makefile \
  dlls/xinput1_1/Makefile dlls/xinput1_2/Makefile dlls/xinput1_3/Makefile \
  dlls/xinput1_3/tests/Makefile dlls/xinput1_3/tests/testlist.c dlls/xinput1_4/Makefile \
  dlls/xinput9_1_0/Makefile dlls/xmllite/Makefile dlls/xmllite/tests/Makefile \
  dlls/xmllite/tests/testlist.c dlls/xolehlp/Makefile dlls/xpsprint/Makefile dlls/xpssvcs/Makefile \
  fonts/Makefile include/Makefile libs/port/Makefile libs/wine/Makefile libs/wpp/Makefile \
  loader/Makefile po/Makefile po/LINGUAS programs/arp/Makefile programs/aspnet_regiis/Makefile \
  programs/attrib/Makefile programs/cabarc/Makefile programs/cacls/Makefile \
  programs/chcp.com/Makefile programs/clock/Makefile programs/cmd/Makefile \
  programs/cmd/tests/Makefile programs/cmd/tests/testlist.c programs/conhost/Makefile \
  programs/control/Makefile programs/cscript/Makefile programs/dism/Makefile \
  programs/dpnsvr/Makefile programs/dxdiag/Makefile programs/eject/Makefile programs/expand/Makefile \
  programs/explorer/Makefile programs/extrac32/Makefile programs/fc/Makefile programs/find/Makefile \
  programs/find/tests/Makefile programs/find/tests/testlist.c programs/findstr/Makefile \
  programs/fsutil/Makefile programs/fsutil/tests/Makefile programs/fsutil/tests/testlist.c \
  programs/hh/Makefile programs/hostname/Makefile programs/icacls/Makefile programs/icinfo/Makefile \
  programs/iexplore/Makefile programs/ipconfig/Makefile programs/lodctr/Makefile \
  programs/mofcomp/Makefile programs/mshta/Makefile programs/msidb/Makefile \
  programs/msiexec/Makefile programs/msinfo32/Makefile programs/net/Makefile programs/netsh/Makefile \
  programs/netstat/Makefile programs/ngen/Makefile programs/notepad/Makefile \
  programs/oleview/Makefile programs/ping/Makefile programs/plugplay/Makefile \
  programs/powershell/Makefile programs/presentationfontcache/Makefile programs/progman/Makefile \
  programs/reg/Makefile programs/reg/tests/Makefile programs/reg/tests/testlist.c \
  programs/regasm/Makefile programs/regedit/Makefile programs/regedit/tests/Makefile \
  programs/regedit/tests/testlist.c programs/regini/Makefile programs/regsvcs/Makefile \
  programs/regsvr32/Makefile programs/rpcss/Makefile programs/rundll.exe16/Makefile \
  programs/rundll32/Makefile programs/sc/Makefile programs/schtasks/Makefile \
  programs/schtasks/tests/Makefile programs/schtasks/tests/testlist.c programs/sdbinst/Makefile \
  programs/secedit/Makefile programs/servicemodelreg/Makefile programs/services/Makefile \
  programs/services/tests/Makefile programs/services/tests/testlist.c programs/shutdown/Makefile \
  programs/spoolsv/Makefile programs/start/Makefile programs/subst/Makefile \
  programs/svchost/Makefile programs/systeminfo/Makefile programs/taskkill/Makefile \
  programs/tasklist/Makefile programs/taskmgr/Makefile programs/termsv/Makefile \
  programs/uninstaller/Makefile programs/unlodctr/Makefile programs/view/Makefile \
  programs/wevtutil/Makefile programs/where/Makefile programs/whoami/Makefile \
  programs/wineboot/Makefile programs/winebrowser/Makefile programs/winecfg/Makefile \
  programs/wineconsole/Makefile programs/winedbg/Makefile programs/winedevice/Makefile \
  programs/winefile/Makefile programs/winemenubuilder/Makefile programs/winemine/Makefile \
  programs/winemsibuilder/Makefile programs/winepath/Makefile programs/winetest/Makefile \
  programs/winevdm/Makefile programs/winhelp.exe16/Makefile programs/winhlp32/Makefile \
  programs/winmgmt/Makefile programs/winoldap.mod16/Makefile programs/winver/Makefile \
  programs/wmic/Makefile programs/wmplayer/Makefile programs/wordpad/Makefile \
  programs/write/Makefile programs/wscript/Makefile programs/wscript/tests/Makefile \
  programs/wscript/tests/testlist.c programs/wuauserv/Makefile programs/wusa/Makefile \
  programs/xcopy/Makefile programs/xcopy/tests/Makefile programs/xcopy/tests/testlist.c \
  server/Makefile
dlls/adsiid dlls/dinput/libdinput.a dlls/dinput/libdinput.cross.a dlls/dinput8/libdinput8.a \
  dlls/dinput8/libdinput8.cross.a dlls/dmoguids dlls/dxerr8 dlls/dxerr9 dlls/dxguid dlls/mfuuid \
  dlls/msvcr100/libmsvcr100.a dlls/msvcr100/libmsvcr100.cross.a dlls/msvcr110/libmsvcr110.a \
  dlls/msvcr110/libmsvcr110.cross.a dlls/msvcr120/libmsvcr120.a dlls/msvcr120/libmsvcr120.cross.a \
  dlls/msvcr70/libmsvcr70.a dlls/msvcr70/libmsvcr70.cross.a dlls/msvcr71/libmsvcr71.a \
  dlls/msvcr71/libmsvcr71.cross.a dlls/msvcr80/libmsvcr80.a dlls/msvcr80/libmsvcr80.cross.a \
  dlls/msvcr90/libmsvcr90.a dlls/msvcr90/libmsvcr90.cross.a dlls/msvcrt/libmsvcrt.a \
  dlls/msvcrt/libmsvcrt.cross.a dlls/msvcrtd/libmsvcrtd.a dlls/strmbase dlls/strmiids \
  dlls/ucrtbase/libucrtbase.a dlls/ucrtbase/libucrtbase.cross.a dlls/uuid dlls/winecrt0 \
  dlls/wmcodecdspuuid: ./../wine64-build/tools/widl ./../wine64-build/tools/winebuild \
  ./../wine64-build/tools/winegcc include
dlls/acledit dlls/aclui dlls/activeds dlls/actxprxy dlls/adsldp dlls/adsldp/tests dlls/adsldpc \
  dlls/advapi32 dlls/advapi32/tests dlls/advpack dlls/advpack/tests dlls/amsi dlls/amstream \
  dlls/amstream/tests dlls/api-ms-win-appmodel-identity-l1-1-0 \
  dlls/api-ms-win-appmodel-runtime-l1-1-1 dlls/api-ms-win-appmodel-runtime-l1-1-2 \
  dlls/api-ms-win-core-apiquery-l1-1-0 dlls/api-ms-win-core-appcompat-l1-1-1 \
  dlls/api-ms-win-core-appinit-l1-1-0 dlls/api-ms-win-core-atoms-l1-1-0 \
  dlls/api-ms-win-core-bem-l1-1-0 dlls/api-ms-win-core-com-l1-1-0 dlls/api-ms-win-core-com-l1-1-1 \
  dlls/api-ms-win-core-com-private-l1-1-0 dlls/api-ms-win-core-comm-l1-1-0 \
  dlls/api-ms-win-core-console-l1-1-0 dlls/api-ms-win-core-console-l2-1-0 \
  dlls/api-ms-win-core-crt-l1-1-0 dlls/api-ms-win-core-crt-l2-1-0 \
  dlls/api-ms-win-core-datetime-l1-1-0 dlls/api-ms-win-core-datetime-l1-1-1 \
  dlls/api-ms-win-core-debug-l1-1-0 dlls/api-ms-win-core-debug-l1-1-1 \
  dlls/api-ms-win-core-delayload-l1-1-0 dlls/api-ms-win-core-delayload-l1-1-1 \
  dlls/api-ms-win-core-errorhandling-l1-1-0 dlls/api-ms-win-core-errorhandling-l1-1-1 \
  dlls/api-ms-win-core-errorhandling-l1-1-2 dlls/api-ms-win-core-errorhandling-l1-1-3 \
  dlls/api-ms-win-core-fibers-l1-1-0 dlls/api-ms-win-core-fibers-l1-1-1 \
  dlls/api-ms-win-core-file-l1-1-0 dlls/api-ms-win-core-file-l1-2-0 dlls/api-ms-win-core-file-l1-2-1 \
  dlls/api-ms-win-core-file-l1-2-2 dlls/api-ms-win-core-file-l2-1-0 dlls/api-ms-win-core-file-l2-1-1 \
  dlls/api-ms-win-core-file-l2-1-2 dlls/api-ms-win-core-handle-l1-1-0 \
  dlls/api-ms-win-core-heap-l1-1-0 dlls/api-ms-win-core-heap-l1-2-0 dlls/api-ms-win-core-heap-l2-1-0 \
  dlls/api-ms-win-core-heap-obsolete-l1-1-0 dlls/api-ms-win-core-interlocked-l1-1-0 \
  dlls/api-ms-win-core-interlocked-l1-2-0 dlls/api-ms-win-core-io-l1-1-0 \
  dlls/api-ms-win-core-io-l1-1-1 dlls/api-ms-win-core-job-l1-1-0 dlls/api-ms-win-core-job-l2-1-0 \
  dlls/api-ms-win-core-kernel32-legacy-l1-1-0 dlls/api-ms-win-core-kernel32-legacy-l1-1-1 \
  dlls/api-ms-win-core-kernel32-private-l1-1-1 dlls/api-ms-win-core-largeinteger-l1-1-0 \
  dlls/api-ms-win-core-libraryloader-l1-1-0 dlls/api-ms-win-core-libraryloader-l1-1-1 \
  dlls/api-ms-win-core-libraryloader-l1-2-0 dlls/api-ms-win-core-libraryloader-l1-2-1 \
  dlls/api-ms-win-core-libraryloader-l1-2-2 dlls/api-ms-win-core-localization-l1-1-0 \
  dlls/api-ms-win-core-localization-l1-2-0 dlls/api-ms-win-core-localization-l1-2-1 \
  dlls/api-ms-win-core-localization-l2-1-0 dlls/api-ms-win-core-localization-obsolete-l1-1-0 \
  dlls/api-ms-win-core-localization-obsolete-l1-2-0 \
  dlls/api-ms-win-core-localization-obsolete-l1-3-0 dlls/api-ms-win-core-localization-private-l1-1-0 \
  dlls/api-ms-win-core-localregistry-l1-1-0 dlls/api-ms-win-core-memory-l1-1-0 \
  dlls/api-ms-win-core-memory-l1-1-1 dlls/api-ms-win-core-memory-l1-1-2 \
  dlls/api-ms-win-core-misc-l1-1-0 dlls/api-ms-win-core-namedpipe-l1-1-0 \
  dlls/api-ms-win-core-namedpipe-l1-2-0 dlls/api-ms-win-core-namespace-l1-1-0 \
  dlls/api-ms-win-core-normalization-l1-1-0 dlls/api-ms-win-core-path-l1-1-0 \
  dlls/api-ms-win-core-privateprofile-l1-1-1 dlls/api-ms-win-core-processenvironment-l1-1-0 \
  dlls/api-ms-win-core-processenvironment-l1-2-0 dlls/api-ms-win-core-processthreads-l1-1-0 \
  dlls/api-ms-win-core-processthreads-l1-1-1 dlls/api-ms-win-core-processthreads-l1-1-2 \
  dlls/api-ms-win-core-processthreads-l1-1-3 dlls/api-ms-win-core-processtopology-obsolete-l1-1-0 \
  dlls/api-ms-win-core-profile-l1-1-0 dlls/api-ms-win-core-psapi-ansi-l1-1-0 \
  dlls/api-ms-win-core-psapi-l1-1-0 dlls/api-ms-win-core-psapi-obsolete-l1-1-0 \
  dlls/api-ms-win-core-quirks-l1-1-0 dlls/api-ms-win-core-realtime-l1-1-0 \
  dlls/api-ms-win-core-registry-l1-1-0 dlls/api-ms-win-core-registry-l2-1-0 \
  dlls/api-ms-win-core-registryuserspecific-l1-1-0 dlls/api-ms-win-core-rtlsupport-l1-1-0 \
  dlls/api-ms-win-core-rtlsupport-l1-2-0 dlls/api-ms-win-core-shlwapi-legacy-l1-1-0 \
  dlls/api-ms-win-core-shlwapi-obsolete-l1-1-0 dlls/api-ms-win-core-shlwapi-obsolete-l1-2-0 \
  dlls/api-ms-win-core-shutdown-l1-1-0 dlls/api-ms-win-core-sidebyside-l1-1-0 \
  dlls/api-ms-win-core-string-l1-1-0 dlls/api-ms-win-core-string-l2-1-0 \
  dlls/api-ms-win-core-string-obsolete-l1-1-0 dlls/api-ms-win-core-stringansi-l1-1-0 \
  dlls/api-ms-win-core-stringloader-l1-1-1 dlls/api-ms-win-core-synch-ansi-l1-1-0 \
  dlls/api-ms-win-core-synch-l1-1-0 dlls/api-ms-win-core-synch-l1-2-0 \
  dlls/api-ms-win-core-synch-l1-2-1 dlls/api-ms-win-core-sysinfo-l1-1-0 \
  dlls/api-ms-win-core-sysinfo-l1-2-0 dlls/api-ms-win-core-sysinfo-l1-2-1 \
  dlls/api-ms-win-core-threadpool-l1-1-0 dlls/api-ms-win-core-threadpool-l1-2-0 \
  dlls/api-ms-win-core-threadpool-legacy-l1-1-0 dlls/api-ms-win-core-threadpool-private-l1-1-0 \
  dlls/api-ms-win-core-timezone-l1-1-0 dlls/api-ms-win-core-toolhelp-l1-1-0 \
  dlls/api-ms-win-core-url-l1-1-0 dlls/api-ms-win-core-util-l1-1-0 \
  dlls/api-ms-win-core-version-l1-1-0 dlls/api-ms-win-core-version-l1-1-1 \
  dlls/api-ms-win-core-version-private-l1-1-0 dlls/api-ms-win-core-versionansi-l1-1-0 \
  dlls/api-ms-win-core-windowserrorreporting-l1-1-0 dlls/api-ms-win-core-winrt-error-l1-1-0 \
  dlls/api-ms-win-core-winrt-error-l1-1-1 dlls/api-ms-win-core-winrt-errorprivate-l1-1-1 \
  dlls/api-ms-win-core-winrt-l1-1-0 dlls/api-ms-win-core-winrt-registration-l1-1-0 \
  dlls/api-ms-win-core-winrt-roparameterizediid-l1-1-0 dlls/api-ms-win-core-winrt-string-l1-1-0 \
  dlls/api-ms-win-core-winrt-string-l1-1-1 dlls/api-ms-win-core-wow64-l1-1-0 \
  dlls/api-ms-win-core-wow64-l1-1-1 dlls/api-ms-win-core-xstate-l1-1-0 \
  dlls/api-ms-win-core-xstate-l2-1-0 dlls/api-ms-win-crt-conio-l1-1-0 \
  dlls/api-ms-win-crt-convert-l1-1-0 dlls/api-ms-win-crt-environment-l1-1-0 \
  dlls/api-ms-win-crt-filesystem-l1-1-0 dlls/api-ms-win-crt-heap-l1-1-0 \
  dlls/api-ms-win-crt-locale-l1-1-0 dlls/api-ms-win-crt-math-l1-1-0 \
  dlls/api-ms-win-crt-multibyte-l1-1-0 dlls/api-ms-win-crt-private-l1-1-0 \
  dlls/api-ms-win-crt-process-l1-1-0 dlls/api-ms-win-crt-runtime-l1-1-0 \
  dlls/api-ms-win-crt-stdio-l1-1-0 dlls/api-ms-win-crt-string-l1-1-0 dlls/api-ms-win-crt-time-l1-1-0 \
  dlls/api-ms-win-crt-utility-l1-1-0 dlls/api-ms-win-devices-config-l1-1-0 \
  dlls/api-ms-win-devices-config-l1-1-1 dlls/api-ms-win-devices-query-l1-1-1 \
  dlls/api-ms-win-downlevel-advapi32-l1-1-0 dlls/api-ms-win-downlevel-advapi32-l2-1-0 \
  dlls/api-ms-win-downlevel-normaliz-l1-1-0 dlls/api-ms-win-downlevel-ole32-l1-1-0 \
  dlls/api-ms-win-downlevel-shell32-l1-1-0 dlls/api-ms-win-downlevel-shlwapi-l1-1-0 \
  dlls/api-ms-win-downlevel-shlwapi-l2-1-0 dlls/api-ms-win-downlevel-user32-l1-1-0 \
  dlls/api-ms-win-downlevel-version-l1-1-0 dlls/api-ms-win-dx-d3dkmt-l1-1-0 \
  dlls/api-ms-win-eventing-classicprovider-l1-1-0 dlls/api-ms-win-eventing-consumer-l1-1-0 \
  dlls/api-ms-win-eventing-controller-l1-1-0 dlls/api-ms-win-eventing-legacy-l1-1-0 \
  dlls/api-ms-win-eventing-provider-l1-1-0 dlls/api-ms-win-eventlog-legacy-l1-1-0 \
  dlls/api-ms-win-gdi-dpiinfo-l1-1-0 dlls/api-ms-win-mm-joystick-l1-1-0 \
  dlls/api-ms-win-mm-misc-l1-1-1 dlls/api-ms-win-mm-mme-l1-1-0 dlls/api-ms-win-mm-time-l1-1-0 \
  dlls/api-ms-win-ntuser-dc-access-l1-1-0 dlls/api-ms-win-ntuser-rectangle-l1-1-0 \
  dlls/api-ms-win-ntuser-sysparams-l1-1-0 dlls/api-ms-win-perf-legacy-l1-1-0 \
  dlls/api-ms-win-power-base-l1-1-0 dlls/api-ms-win-power-setting-l1-1-0 \
  dlls/api-ms-win-rtcore-ntuser-draw-l1-1-0 dlls/api-ms-win-rtcore-ntuser-private-l1-1-0 \
  dlls/api-ms-win-rtcore-ntuser-private-l1-1-4 dlls/api-ms-win-rtcore-ntuser-window-l1-1-0 \
  dlls/api-ms-win-rtcore-ntuser-winevent-l1-1-0 dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0 \
  dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3 \
  dlls/api-ms-win-security-activedirectoryclient-l1-1-0 dlls/api-ms-win-security-audit-l1-1-1 \
  dlls/api-ms-win-security-base-l1-1-0 dlls/api-ms-win-security-base-l1-2-0 \
  dlls/api-ms-win-security-base-private-l1-1-1 dlls/api-ms-win-security-credentials-l1-1-0 \
  dlls/api-ms-win-security-cryptoapi-l1-1-0 dlls/api-ms-win-security-grouppolicy-l1-1-0 \
  dlls/api-ms-win-security-lsalookup-l1-1-0 dlls/api-ms-win-security-lsalookup-l1-1-1 \
  dlls/api-ms-win-security-lsalookup-l2-1-0 dlls/api-ms-win-security-lsalookup-l2-1-1 \
  dlls/api-ms-win-security-lsapolicy-l1-1-0 dlls/api-ms-win-security-provider-l1-1-0 \
  dlls/api-ms-win-security-sddl-l1-1-0 dlls/api-ms-win-security-systemfunctions-l1-1-0 \
  dlls/api-ms-win-service-core-l1-1-0 dlls/api-ms-win-service-core-l1-1-1 \
  dlls/api-ms-win-service-management-l1-1-0 dlls/api-ms-win-service-management-l2-1-0 \
  dlls/api-ms-win-service-private-l1-1-1 dlls/api-ms-win-service-winsvc-l1-1-0 \
  dlls/api-ms-win-service-winsvc-l1-2-0 dlls/api-ms-win-shcore-obsolete-l1-1-0 \
  dlls/api-ms-win-shcore-scaling-l1-1-1 dlls/api-ms-win-shcore-stream-l1-1-0 \
  dlls/api-ms-win-shcore-thread-l1-1-0 dlls/api-ms-win-shell-shellcom-l1-1-0 \
  dlls/api-ms-win-shell-shellfolders-l1-1-0 dlls/apphelp dlls/apphelp/tests dlls/appwiz.cpl dlls/atl \
  dlls/atl/tests dlls/atl100 dlls/atl100/tests dlls/atl110 dlls/atl80 dlls/atl80/tests dlls/atl90 \
  dlls/atlthunk dlls/atlthunk/tests dlls/atmlib dlls/authz dlls/avicap32 dlls/avifil32 \
  dlls/avifil32/tests dlls/avifile.dll16 dlls/avrt dlls/bcrypt dlls/bcrypt/tests dlls/bluetoothapis \
  dlls/browseui dlls/browseui/tests dlls/bthprops.cpl dlls/cabinet dlls/cabinet/tests dlls/capi2032 \
  dlls/cards dlls/cdosys dlls/cfgmgr32 dlls/clusapi dlls/combase dlls/combase/tests dlls/comcat \
  dlls/comcat/tests dlls/comctl32 dlls/comctl32/tests dlls/comdlg32 dlls/comdlg32/tests \
  dlls/comm.drv16 dlls/commdlg.dll16 dlls/compobj.dll16 dlls/compstui dlls/comsvcs \
  dlls/comsvcs/tests dlls/concrt140 dlls/connect dlls/credui dlls/credui/tests dlls/crtdll \
  dlls/crypt32 dlls/crypt32/tests dlls/cryptdlg dlls/cryptdll dlls/cryptext dlls/cryptnet \
  dlls/cryptnet/tests dlls/cryptui dlls/cryptui/tests dlls/ctapi32 dlls/ctl3d.dll16 dlls/ctl3d32 \
  dlls/ctl3dv2.dll16 dlls/d2d1 dlls/d2d1/tests dlls/d3d10 dlls/d3d10/tests dlls/d3d10_1 \
  dlls/d3d10_1/tests dlls/d3d10core dlls/d3d10core/tests dlls/d3d11 dlls/d3d11/tests dlls/d3d12 \
  dlls/d3d12/tests dlls/d3d8 dlls/d3d8/tests dlls/d3d9 dlls/d3d9/tests dlls/d3dcompiler_33 \
  dlls/d3dcompiler_34 dlls/d3dcompiler_35 dlls/d3dcompiler_36 dlls/d3dcompiler_37 \
  dlls/d3dcompiler_38 dlls/d3dcompiler_39 dlls/d3dcompiler_40 dlls/d3dcompiler_41 \
  dlls/d3dcompiler_42 dlls/d3dcompiler_43 dlls/d3dcompiler_43/tests dlls/d3dcompiler_46 \
  dlls/d3dcompiler_47 dlls/d3dcompiler_47/tests dlls/d3dim dlls/d3drm dlls/d3drm/tests \
  dlls/d3dx10_33 dlls/d3dx10_34 dlls/d3dx10_35 dlls/d3dx10_36 dlls/d3dx10_37 dlls/d3dx10_38 \
  dlls/d3dx10_39 dlls/d3dx10_40 dlls/d3dx10_41 dlls/d3dx10_42 dlls/d3dx10_43 dlls/d3dx10_43/tests \
  dlls/d3dx11_42 dlls/d3dx11_43 dlls/d3dx11_43/tests dlls/d3dx9_24 dlls/d3dx9_25 dlls/d3dx9_26 \
  dlls/d3dx9_27 dlls/d3dx9_28 dlls/d3dx9_29 dlls/d3dx9_30 dlls/d3dx9_31 dlls/d3dx9_32 dlls/d3dx9_33 \
  dlls/d3dx9_34 dlls/d3dx9_35 dlls/d3dx9_36 dlls/d3dx9_36/tests dlls/d3dx9_37 dlls/d3dx9_38 \
  dlls/d3dx9_39 dlls/d3dx9_40 dlls/d3dx9_41 dlls/d3dx9_42 dlls/d3dx9_43 dlls/d3dxof \
  dlls/d3dxof/tests dlls/davclnt dlls/dbgeng dlls/dbgeng/tests dlls/dbghelp dlls/dbghelp/tests \
  dlls/dciman32 dlls/ddeml.dll16 dlls/ddraw dlls/ddraw/tests dlls/ddrawex dlls/ddrawex/tests \
  dlls/devenum dlls/devenum/tests dlls/dhcpcsvc dlls/dhcpcsvc/tests dlls/dhtmled.ocx dlls/difxapi \
  dlls/dinput dlls/dinput/tests dlls/dinput8 dlls/dinput8/tests dlls/dispdib.dll16 dlls/dispex \
  dlls/dispex/tests dlls/display.drv16 dlls/dmband dlls/dmband/tests dlls/dmcompos \
  dlls/dmcompos/tests dlls/dmime dlls/dmime/tests dlls/dmloader dlls/dmloader/tests dlls/dmscript \
  dlls/dmscript/tests dlls/dmstyle dlls/dmstyle/tests dlls/dmsynth dlls/dmsynth/tests dlls/dmusic \
  dlls/dmusic/tests dlls/dmusic32 dlls/dnsapi dlls/dnsapi/tests dlls/dplay dlls/dplayx \
  dlls/dplayx/tests dlls/dpnaddr dlls/dpnet dlls/dpnet/tests dlls/dpnhpast dlls/dpnlobby \
  dlls/dpvoice dlls/dpvoice/tests dlls/dpwsockx dlls/drmclien dlls/dsdmo dlls/dsound \
  dlls/dsound/tests dlls/dsquery dlls/dssenh dlls/dssenh/tests dlls/dswave dlls/dswave/tests \
  dlls/dwmapi dlls/dwmapi/tests dlls/dwrite dlls/dwrite/tests dlls/dx8vb dlls/dxdiagn \
  dlls/dxdiagn/tests dlls/dxgi dlls/dxgi/tests dlls/dxva2 dlls/esent dlls/evr dlls/evr/tests \
  dlls/explorerframe dlls/explorerframe/tests dlls/ext-ms-win-authz-context-l1-1-0 \
  dlls/ext-ms-win-domainjoin-netjoin-l1-1-0 dlls/ext-ms-win-dwmapi-ext-l1-1-0 \
  dlls/ext-ms-win-gdi-dc-create-l1-1-0 dlls/ext-ms-win-gdi-dc-create-l1-1-1 \
  dlls/ext-ms-win-gdi-dc-l1-2-0 dlls/ext-ms-win-gdi-devcaps-l1-1-0 dlls/ext-ms-win-gdi-draw-l1-1-0 \
  dlls/ext-ms-win-gdi-draw-l1-1-1 dlls/ext-ms-win-gdi-font-l1-1-0 dlls/ext-ms-win-gdi-font-l1-1-1 \
  dlls/ext-ms-win-gdi-render-l1-1-0 dlls/ext-ms-win-kernel32-package-current-l1-1-0 \
  dlls/ext-ms-win-kernel32-package-l1-1-1 dlls/ext-ms-win-ntuser-dialogbox-l1-1-0 \
  dlls/ext-ms-win-ntuser-draw-l1-1-0 dlls/ext-ms-win-ntuser-gui-l1-1-0 \
  dlls/ext-ms-win-ntuser-gui-l1-3-0 dlls/ext-ms-win-ntuser-keyboard-l1-3-0 \
  dlls/ext-ms-win-ntuser-message-l1-1-0 dlls/ext-ms-win-ntuser-message-l1-1-1 \
  dlls/ext-ms-win-ntuser-misc-l1-1-0 dlls/ext-ms-win-ntuser-misc-l1-2-0 \
  dlls/ext-ms-win-ntuser-misc-l1-5-1 dlls/ext-ms-win-ntuser-mouse-l1-1-0 \
  dlls/ext-ms-win-ntuser-private-l1-1-1 dlls/ext-ms-win-ntuser-private-l1-3-1 \
  dlls/ext-ms-win-ntuser-rectangle-ext-l1-1-0 dlls/ext-ms-win-ntuser-uicontext-ext-l1-1-0 \
  dlls/ext-ms-win-ntuser-window-l1-1-0 dlls/ext-ms-win-ntuser-window-l1-1-1 \
  dlls/ext-ms-win-ntuser-window-l1-1-4 dlls/ext-ms-win-ntuser-windowclass-l1-1-0 \
  dlls/ext-ms-win-ntuser-windowclass-l1-1-1 dlls/ext-ms-win-oleacc-l1-1-0 \
  dlls/ext-ms-win-ras-rasapi32-l1-1-0 dlls/ext-ms-win-rtcore-gdi-devcaps-l1-1-0 \
  dlls/ext-ms-win-rtcore-gdi-object-l1-1-0 dlls/ext-ms-win-rtcore-gdi-rgn-l1-1-0 \
  dlls/ext-ms-win-rtcore-ntuser-cursor-l1-1-0 dlls/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0 \
  dlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0 dlls/ext-ms-win-rtcore-ntuser-dpi-l1-2-0 \
  dlls/ext-ms-win-rtcore-ntuser-rawinput-l1-1-0 dlls/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0 \
  dlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 dlls/ext-ms-win-security-credui-l1-1-0 \
  dlls/ext-ms-win-security-cryptui-l1-1-0 dlls/ext-ms-win-shell-comctl32-init-l1-1-0 \
  dlls/ext-ms-win-shell-comdlg32-l1-1-0 dlls/ext-ms-win-shell-shell32-l1-2-0 \
  dlls/ext-ms-win-uxtheme-themes-l1-1-0 dlls/faultrep dlls/faultrep/tests dlls/feclient dlls/fltlib \
  dlls/fltmgr.sys dlls/fntcache dlls/fontsub dlls/fusion dlls/fusion/tests dlls/fwpuclnt dlls/gameux \
  dlls/gameux/tests dlls/gdi.exe16 dlls/gdi32 dlls/gdi32/tests dlls/gdiplus dlls/gdiplus/tests \
  dlls/glu32 dlls/gphoto2.ds dlls/gpkcsp dlls/hal dlls/hhctrl.ocx dlls/hid dlls/hid/tests \
  dlls/hidclass.sys dlls/hlink dlls/hlink/tests dlls/hnetcfg dlls/hnetcfg/tests dlls/http.sys \
  dlls/httpapi dlls/httpapi/tests dlls/iccvid dlls/icmp dlls/ieframe dlls/ieframe/tests dlls/ieproxy \
  dlls/ifsmgr.vxd dlls/imaadp32.acm dlls/imagehlp dlls/imagehlp/tests dlls/imm.dll16 dlls/imm32 \
  dlls/imm32/tests dlls/inetcomm dlls/inetcomm/tests dlls/inetcpl.cpl dlls/inetmib1 \
  dlls/inetmib1/tests dlls/infosoft dlls/infosoft/tests dlls/initpki dlls/inkobj dlls/inseng \
  dlls/iphlpapi dlls/iphlpapi/tests dlls/iprop dlls/irprops.cpl dlls/itircl dlls/itss \
  dlls/itss/tests dlls/joy.cpl dlls/jscript dlls/jscript/tests dlls/jsproxy dlls/jsproxy/tests \
  dlls/kerberos dlls/kernel32 dlls/kernel32/tests dlls/kernelbase dlls/kernelbase/tests \
  dlls/keyboard.drv16 dlls/krnl386.exe16 dlls/ksecdd.sys dlls/ksuser dlls/ktmw32 dlls/l3codeca.acm \
  dlls/loadperf dlls/localspl dlls/localspl/tests dlls/localui dlls/localui/tests dlls/lz32 \
  dlls/lz32/tests dlls/lzexpand.dll16 dlls/mapi32 dlls/mapi32/tests dlls/mapistub dlls/mciavi32 \
  dlls/mcicda dlls/mciqtz32 dlls/mciseq dlls/mciwave dlls/mf dlls/mf/tests dlls/mf3216 dlls/mferror \
  dlls/mfmediaengine dlls/mfmediaengine/tests dlls/mfplat dlls/mfplat/tests dlls/mfplay \
  dlls/mfreadwrite dlls/mfreadwrite/tests dlls/mgmtapi dlls/midimap dlls/mlang dlls/mlang/tests \
  dlls/mmcndmgr dlls/mmcndmgr/tests dlls/mmdevapi dlls/mmdevapi/tests dlls/mmdevldr.vxd \
  dlls/mmsystem.dll16 dlls/monodebg.vxd dlls/mountmgr.sys dlls/mouse.drv16 dlls/mp3dmod \
  dlls/mp3dmod/tests dlls/mpr dlls/mpr/tests dlls/mprapi dlls/msacm.dll16 dlls/msacm32.drv \
  dlls/msacm32 dlls/msacm32/tests dlls/msado15 dlls/msado15/tests dlls/msadp32.acm dlls/msasn1 \
  dlls/msasn1/tests dlls/mscat32 dlls/mscms dlls/mscms/tests dlls/mscoree dlls/mscoree/tests \
  dlls/mscorwks dlls/msctf dlls/msctf/tests dlls/msctfp dlls/msdaps dlls/msdelta dlls/msdmo \
  dlls/msdmo/tests dlls/msdrm dlls/msftedit dlls/msftedit/tests dlls/msg711.acm dlls/msgsm32.acm \
  dlls/mshtml.tlb dlls/mshtml dlls/mshtml/tests dlls/msi dlls/msi/tests dlls/msident dlls/msimg32 \
  dlls/msimsg dlls/msimtf dlls/msisip dlls/msisys.ocx dlls/msls31 dlls/msnet32 dlls/mspatcha \
  dlls/mspatcha/tests dlls/msports dlls/msrle32 dlls/msrle32/tests dlls/msscript.ocx \
  dlls/msscript.ocx/tests dlls/mssign32 dlls/mssip32 dlls/mstask dlls/mstask/tests dlls/msvcirt \
  dlls/msvcirt/tests dlls/msvcm80 dlls/msvcm90 dlls/msvcp100 dlls/msvcp100/tests dlls/msvcp110 \
  dlls/msvcp110/tests dlls/msvcp120 dlls/msvcp120/tests dlls/msvcp120_app dlls/msvcp140 \
  dlls/msvcp140/tests dlls/msvcp60 dlls/msvcp60/tests dlls/msvcp70 dlls/msvcp71 dlls/msvcp80 \
  dlls/msvcp90 dlls/msvcp90/tests dlls/msvcr100 dlls/msvcr100/tests dlls/msvcr110 \
  dlls/msvcr110/tests dlls/msvcr120 dlls/msvcr120/tests dlls/msvcr120_app dlls/msvcr70 dlls/msvcr71 \
  dlls/msvcr80 dlls/msvcr90 dlls/msvcr90/tests dlls/msvcrt dlls/msvcrt/tests dlls/msvcrt20 \
  dlls/msvcrt40 dlls/msvcrtd dlls/msvcrtd/tests dlls/msvfw32 dlls/msvfw32/tests dlls/msvidc32 \
  dlls/msvideo.dll16 dlls/mswsock dlls/msxml dlls/msxml2 dlls/msxml3 dlls/msxml3/tests dlls/msxml4 \
  dlls/msxml6 dlls/mtxdm dlls/ncrypt dlls/nddeapi dlls/ndis.sys dlls/netapi32 dlls/netapi32/tests \
  dlls/netcfgx dlls/netcfgx/tests dlls/netprofm dlls/netprofm/tests dlls/newdev dlls/ninput \
  dlls/ninput/tests dlls/normaliz dlls/npmshtml dlls/npptools dlls/ntdll dlls/ntdll/tests \
  dlls/ntdsapi dlls/ntdsapi/tests dlls/ntoskrnl.exe dlls/ntoskrnl.exe/tests dlls/ntprint \
  dlls/ntprint/tests dlls/objsel dlls/odbc32 dlls/odbcbcp dlls/odbccp32 dlls/odbccp32/tests \
  dlls/odbccu32 dlls/ole2.dll16 dlls/ole2conv.dll16 dlls/ole2disp.dll16 dlls/ole2nls.dll16 \
  dlls/ole2prox.dll16 dlls/ole2thk.dll16 dlls/ole32 dlls/ole32/tests dlls/oleacc dlls/oleacc/tests \
  dlls/oleaut32 dlls/oleaut32/tests dlls/olecli.dll16 dlls/olecli32 dlls/oledb32 dlls/oledb32/tests \
  dlls/oledlg dlls/oledlg/tests dlls/olepro32 dlls/olesvr.dll16 dlls/olesvr32 dlls/olethk32 \
  dlls/opcservices dlls/opcservices/tests dlls/openal32 dlls/opengl32 dlls/opengl32/tests \
  dlls/packager dlls/packager/tests dlls/pdh dlls/pdh/tests dlls/photometadatahandler dlls/pidgen \
  dlls/powrprof dlls/printui dlls/prntvpt dlls/propsys dlls/propsys/tests dlls/psapi \
  dlls/psapi/tests dlls/pstorec dlls/pstorec/tests dlls/qcap dlls/qcap/tests dlls/qedit \
  dlls/qedit/tests dlls/qmgr dlls/qmgr/tests dlls/qmgrprxy dlls/quartz dlls/quartz/tests dlls/query \
  dlls/qwave dlls/qwave/tests dlls/rasapi16.dll16 dlls/rasapi32 dlls/rasapi32/tests dlls/rasdlg \
  dlls/regapi dlls/resutils dlls/riched20 dlls/riched20/tests dlls/riched32 dlls/riched32/tests \
  dlls/rpcrt4 dlls/rpcrt4/tests dlls/rsabase dlls/rsaenh dlls/rsaenh/tests dlls/rstrtmgr \
  dlls/rtutils dlls/samlib dlls/sane.ds dlls/sapi dlls/sapi/tests dlls/sas dlls/scarddlg \
  dlls/sccbase dlls/schannel dlls/schannel/tests dlls/schedsvc dlls/schedsvc/tests dlls/scrobj \
  dlls/scrobj/tests dlls/scrrun dlls/scrrun/tests dlls/scsiport.sys dlls/secur32 dlls/secur32/tests \
  dlls/security dlls/sensapi dlls/serialui dlls/serialui/tests dlls/setupapi dlls/setupapi/tests \
  dlls/setupx.dll16 dlls/sfc dlls/sfc_os dlls/shcore dlls/shcore/tests dlls/shdoclc dlls/shdocvw \
  dlls/shdocvw/tests dlls/shell.dll16 dlls/shell32 dlls/shell32/tests dlls/shfolder dlls/shlwapi \
  dlls/shlwapi/tests dlls/slbcsp dlls/slc dlls/slc/tests dlls/snmpapi dlls/snmpapi/tests \
  dlls/softpub dlls/sound.drv16 dlls/spoolss dlls/spoolss/tests dlls/srclient dlls/sspicli \
  dlls/stdole2.tlb dlls/stdole32.tlb dlls/sti dlls/sti/tests dlls/storage.dll16 dlls/stress.dll16 \
  dlls/strmdll dlls/svrapi dlls/sxs dlls/sxs/tests dlls/system.drv16 dlls/t2embed dlls/t2embed/tests \
  dlls/tapi32 dlls/tapi32/tests dlls/taskschd dlls/taskschd/tests dlls/tdh dlls/tdi.sys \
  dlls/toolhelp.dll16 dlls/traffic dlls/twain.dll16 dlls/twain_32 dlls/twain_32/tests \
  dlls/typelib.dll16 dlls/tzres dlls/ucrtbase dlls/ucrtbase/tests dlls/uianimation \
  dlls/uianimation/tests dlls/uiautomationcore dlls/uiautomationcore/tests dlls/uiribbon \
  dlls/unicows dlls/updspapi dlls/url dlls/urlmon dlls/urlmon/tests dlls/usbd.sys dlls/user.exe16 \
  dlls/user32 dlls/user32/tests dlls/userenv dlls/userenv/tests dlls/usp10 dlls/usp10/tests \
  dlls/utildll dlls/uxtheme dlls/uxtheme/tests dlls/vbscript dlls/vbscript/tests dlls/vcomp \
  dlls/vcomp/tests dlls/vcomp100 dlls/vcomp110 dlls/vcomp120 dlls/vcomp140 dlls/vcomp90 \
  dlls/vcruntime140 dlls/vdhcp.vxd dlls/vdmdbg dlls/ver.dll16 dlls/version dlls/version/tests \
  dlls/virtdisk dlls/virtdisk/tests dlls/vmm.vxd dlls/vnbt.vxd dlls/vnetbios.vxd dlls/vssapi \
  dlls/vtdapi.vxd dlls/vulkan-1 dlls/vulkan-1/tests dlls/vwin32.vxd dlls/w32skrnl dlls/w32sys.dll16 \
  dlls/wbemdisp dlls/wbemdisp/tests dlls/wbemprox dlls/wbemprox/tests dlls/wdscore dlls/webservices \
  dlls/webservices/tests dlls/wer dlls/wer/tests dlls/wevtapi dlls/wiaservc dlls/wiaservc/tests \
  dlls/wimgapi dlls/win32s16.dll16 dlls/win87em.dll16 dlls/winaspi.dll16 dlls/windebug.dll16 \
  dlls/windowscodecs dlls/windowscodecs/tests dlls/windowscodecsext dlls/windowscodecsext/tests \
  dlls/winealsa.drv dlls/winebus.sys dlls/wined3d dlls/winehid.sys dlls/winejoystick.drv \
  dlls/winemapi dlls/wineps.drv dlls/wineps16.drv16 dlls/winepulse.drv dlls/winevulkan \
  dlls/winex11.drv dlls/wing.dll16 dlls/wing32 dlls/winhttp dlls/winhttp/tests dlls/wininet \
  dlls/wininet/tests dlls/winmm dlls/winmm/tests dlls/winnls.dll16 dlls/winnls32 dlls/winscard \
  dlls/winsock.dll16 dlls/winspool.drv dlls/winspool.drv/tests dlls/winsta dlls/wintab.dll16 \
  dlls/wintab32 dlls/wintab32/tests dlls/wintrust dlls/wintrust/tests dlls/winusb dlls/wlanapi \
  dlls/wlanapi/tests dlls/wlanui dlls/wldap32 dlls/wldap32/tests dlls/wmasf dlls/wmi dlls/wmiutils \
  dlls/wmiutils/tests dlls/wmp dlls/wmp/tests dlls/wmphoto dlls/wmvcore dlls/wmvcore/tests \
  dlls/wnaspi32 dlls/wow32 dlls/wpc dlls/wpc/tests dlls/wpcap dlls/ws2_32 dlls/ws2_32/tests \
  dlls/wsdapi dlls/wsdapi/tests dlls/wshom.ocx dlls/wshom.ocx/tests dlls/wsnmp32 dlls/wsnmp32/tests \
  dlls/wsock32 dlls/wtsapi32 dlls/wtsapi32/tests dlls/wuapi dlls/wuaueng dlls/x3daudio1_0 \
  dlls/x3daudio1_1 dlls/x3daudio1_2 dlls/x3daudio1_3 dlls/x3daudio1_4 dlls/x3daudio1_5 \
  dlls/x3daudio1_6 dlls/x3daudio1_7 dlls/xapofx1_1 dlls/xapofx1_2 dlls/xapofx1_3 dlls/xapofx1_4 \
  dlls/xapofx1_5 dlls/xaudio2_0 dlls/xaudio2_1 dlls/xaudio2_2 dlls/xaudio2_3 dlls/xaudio2_4 \
  dlls/xaudio2_5 dlls/xaudio2_6 dlls/xaudio2_7 dlls/xaudio2_7/tests dlls/xaudio2_8 dlls/xaudio2_9 \
  dlls/xinput1_1 dlls/xinput1_2 dlls/xinput1_3 dlls/xinput1_3/tests dlls/xinput1_4 dlls/xinput9_1_0 \
  dlls/xmllite dlls/xmllite/tests dlls/xolehlp dlls/xpsprint dlls/xpssvcs programs/arp \
  programs/aspnet_regiis programs/attrib programs/cabarc programs/cacls programs/chcp.com \
  programs/clock programs/cmd programs/cmd/tests programs/conhost programs/control programs/cscript \
  programs/dism programs/dpnsvr programs/dxdiag programs/eject programs/expand programs/explorer \
  programs/extrac32 programs/fc programs/find programs/find/tests programs/findstr programs/fsutil \
  programs/fsutil/tests programs/hh programs/hostname programs/icacls programs/icinfo \
  programs/iexplore programs/ipconfig programs/lodctr programs/mofcomp programs/mshta programs/msidb \
  programs/msiexec programs/msinfo32 programs/net programs/netsh programs/netstat programs/ngen \
  programs/notepad programs/oleview programs/ping programs/plugplay programs/powershell \
  programs/presentationfontcache programs/progman programs/reg programs/reg/tests programs/regasm \
  programs/regedit programs/regedit/tests programs/regini programs/regsvcs programs/regsvr32 \
  programs/rpcss programs/rundll.exe16 programs/rundll32 programs/sc programs/schtasks \
  programs/schtasks/tests programs/sdbinst programs/secedit programs/servicemodelreg \
  programs/services programs/services/tests programs/shutdown programs/spoolsv programs/start \
  programs/subst programs/svchost programs/systeminfo programs/taskkill programs/tasklist \
  programs/taskmgr programs/termsv programs/uninstaller programs/unlodctr programs/view \
  programs/wevtutil programs/where programs/whoami programs/wineboot programs/winebrowser \
  programs/winecfg programs/wineconsole programs/winedbg programs/winedevice programs/winefile \
  programs/winemenubuilder programs/winemine programs/winemsibuilder programs/winepath \
  programs/winetest programs/winevdm programs/winhelp.exe16 programs/winhlp32 programs/winmgmt \
  programs/winoldap.mod16 programs/winver programs/wmic programs/wmplayer programs/wordpad \
  programs/write programs/wscript programs/wscript/tests programs/wuauserv programs/wusa \
  programs/xcopy programs/xcopy/tests: __builddeps__
__builddeps__: dlls/aclui/libaclui.def dlls/activeds/libactiveds.def dlls/advapi32/libadvapi32.def \
  dlls/advapi32/libadvapi32.cross.a dlls/advpack/libadvpack.def dlls/advpack/libadvpack.cross.a \
  dlls/advpack/libadvpack.delay.a dlls/atl/libatl.def dlls/atl/libatl.cross.a \
  dlls/atl100/libatl100.def dlls/atl100/libatl100.cross.a dlls/atl80/libatl80.def \
  dlls/atl80/libatl80.cross.a dlls/atlthunk/libatlthunk.def dlls/atlthunk/libatlthunk.cross.a \
  dlls/avicap32/libavicap32.def dlls/avicap32/libavicap32.cross.a dlls/avifil32/libavifil32.def \
  dlls/avifil32/libavifil32.cross.a dlls/avrt/libavrt.def dlls/bcrypt/libbcrypt.def \
  dlls/bcrypt/libbcrypt.cross.a dlls/cabinet/libcabinet.def dlls/cabinet/libcabinet.cross.a \
  dlls/capi2032/libcapi2032.def dlls/cards/libcards.def dlls/cfgmgr32/libcfgmgr32.def \
  dlls/clusapi/libclusapi.def dlls/comctl32/libcomctl32.def dlls/comctl32/libcomctl32.cross.a \
  dlls/comctl32/libcomctl32.delay.a dlls/comdlg32/libcomdlg32.def dlls/comdlg32/libcomdlg32.cross.a \
  dlls/comdlg32/libcomdlg32.delay.a dlls/compstui/libcompstui.def dlls/comsvcs/libcomsvcs.def \
  dlls/credui/libcredui.def dlls/credui/libcredui.cross.a dlls/crypt32/libcrypt32.def \
  dlls/crypt32/libcrypt32.cross.a dlls/crypt32/libcrypt32.delay.a dlls/cryptdll/libcryptdll.def \
  dlls/cryptnet/libcryptnet.def dlls/cryptnet/libcryptnet.cross.a dlls/cryptui/libcryptui.def \
  dlls/cryptui/libcryptui.cross.a dlls/cryptui/libcryptui.delay.a dlls/d2d1/libd2d1.def \
  dlls/d2d1/libd2d1.cross.a dlls/d3d10/libd3d10.def dlls/d3d10/libd3d10.cross.a \
  dlls/d3d10_1/libd3d10_1.def dlls/d3d10_1/libd3d10_1.cross.a dlls/d3d10core/libd3d10core.def \
  dlls/d3d10core/libd3d10core.cross.a dlls/d3d11/libd3d11.def dlls/d3d11/libd3d11.cross.a \
  dlls/d3d12/libd3d12.def dlls/d3d12/libd3d12.cross.a dlls/d3d8/libd3d8.def \
  dlls/d3d8/libd3d8.cross.a dlls/d3d9/libd3d9.def dlls/d3d9/libd3d9.cross.a \
  dlls/d3dcompiler_47/libd3dcompiler.def dlls/d3dcompiler_47/libd3dcompiler.cross.a \
  dlls/d3drm/libd3drm.def dlls/d3drm/libd3drm.cross.a dlls/d3dx10_43/libd3dx10.def \
  dlls/d3dx10_43/libd3dx10.cross.a dlls/d3dx11_43/libd3dx11.def dlls/d3dx11_43/libd3dx11.cross.a \
  dlls/d3dx9_36/libd3dx9.def dlls/d3dx9_36/libd3dx9.cross.a dlls/d3dxof/libd3dxof.def \
  dlls/d3dxof/libd3dxof.cross.a dlls/dbgeng/libdbgeng.def dlls/dbgeng/libdbgeng.cross.a \
  dlls/dbghelp/libdbghelp.def dlls/dbghelp/libdbghelp.cross.a dlls/dciman32/libdciman32.def \
  dlls/ddraw/libddraw.def dlls/ddraw/libddraw.cross.a dlls/dhcpcsvc/libdhcpcsvc.def \
  dlls/dhcpcsvc/libdhcpcsvc.cross.a dlls/dhcpcsvc/libdhcpcsvc.delay.a dlls/dnsapi/libdnsapi.def \
  dlls/dnsapi/libdnsapi.cross.a dlls/dplayx/libdplayx.def dlls/dplayx/libdplayx.cross.a \
  dlls/dpnet/libdpnet.def dlls/dpnet/libdpnet.cross.a dlls/dsound/libdsound.def \
  dlls/dsound/libdsound.cross.a dlls/dwmapi/libdwmapi.def dlls/dwmapi/libdwmapi.cross.a \
  dlls/dwrite/libdwrite.def dlls/dwrite/libdwrite.cross.a dlls/dwrite/libdwrite.delay.a \
  dlls/dxgi/libdxgi.def dlls/dxgi/libdxgi.cross.a dlls/faultrep/libfaultrep.def \
  dlls/faultrep/libfaultrep.cross.a dlls/gdi32/libgdi32.def dlls/gdi32/libgdi32.cross.a \
  dlls/gdi32/libgdi32.delay.a dlls/gdiplus/libgdiplus.def dlls/gdiplus/libgdiplus.cross.a \
  dlls/glu32/libglu32.def dlls/hal/libhal.def dlls/hal/libhal.cross.a \
  dlls/hhctrl.ocx/libhtmlhelp.def dlls/hid/libhid.def dlls/hid/libhid.cross.a \
  dlls/hid/libhid.delay.a dlls/hidclass.sys/libhidclass.def dlls/hidclass.sys/libhidclass.cross.a \
  dlls/hlink/libhlink.def dlls/hlink/libhlink.cross.a dlls/httpapi/libhttpapi.def \
  dlls/httpapi/libhttpapi.cross.a dlls/ieframe/libieframe.def dlls/ieframe/libieframe.cross.a \
  dlls/ieframe/libieframe.delay.a dlls/imagehlp/libimagehlp.def dlls/imagehlp/libimagehlp.cross.a \
  dlls/imagehlp/libimagehlp.delay.a dlls/imm32/libimm32.def dlls/imm32/libimm32.cross.a \
  dlls/inetcomm/libinetcomm.def dlls/inetcomm/libinetcomm.cross.a dlls/inetcomm/libinetcomm.delay.a \
  dlls/iphlpapi/libiphlpapi.def dlls/iphlpapi/libiphlpapi.cross.a dlls/iphlpapi/libiphlpapi.delay.a \
  dlls/jsproxy/libjsproxy.def dlls/jsproxy/libjsproxy.cross.a dlls/kernel32/libkernel32.def \
  dlls/kernel32/libkernel32.cross.a dlls/kernelbase/libkernelbase.def \
  dlls/kernelbase/libkernelbase.cross.a dlls/krnl386.exe16/libkernel.def \
  dlls/krnl386.exe16/libkernel.cross.a dlls/loadperf/libloadperf.def \
  dlls/loadperf/libloadperf.cross.a dlls/lz32/liblz32.def dlls/lz32/liblz32.cross.a \
  dlls/mapi32/libmapi32.def dlls/mapi32/libmapi32.cross.a dlls/mf/libmf.def dlls/mf/libmf.cross.a \
  dlls/mfmediaengine/libmfmediaengine.def dlls/mfmediaengine/libmfmediaengine.cross.a \
  dlls/mfplat/libmfplat.def dlls/mfplat/libmfplat.cross.a dlls/mfreadwrite/libmfreadwrite.def \
  dlls/mfreadwrite/libmfreadwrite.cross.a dlls/mlang/libmlang.def dlls/mlang/libmlang.cross.a \
  dlls/mlang/libmlang.delay.a dlls/mpr/libmpr.def dlls/mpr/libmpr.cross.a dlls/mpr/libmpr.delay.a \
  dlls/mprapi/libmprapi.def dlls/msacm32/libmsacm32.def dlls/msacm32/libmsacm32.cross.a \
  dlls/msasn1/libmsasn1.def dlls/msasn1/libmsasn1.cross.a dlls/mscms/libmscms.def \
  dlls/msdmo/libmsdmo.def dlls/msdmo/libmsdmo.cross.a dlls/mshtml/libmshtml.def \
  dlls/mshtml/libmshtml.cross.a dlls/msi/libmsi.def dlls/msi/libmsi.cross.a dlls/msi/libmsi.delay.a \
  dlls/msimg32/libmsimg32.def dlls/msimg32/libmsimg32.delay.a dlls/mspatcha/libmspatcha.def \
  dlls/mspatcha/libmspatcha.cross.a dlls/msvfw32/libmsvfw32.def dlls/msvfw32/libmsvfw32.cross.a \
  dlls/msvfw32/libmsvfw32.delay.a dlls/mswsock/libmswsock.def dlls/mswsock/libmswsock.cross.a \
  dlls/nddeapi/libnddeapi.def dlls/netapi32/libnetapi32.def dlls/netapi32/libnetapi32.cross.a \
  dlls/newdev/libnewdev.def dlls/newdev/libnewdev.delay.a dlls/ninput/libninput.def \
  dlls/ninput/libninput.cross.a dlls/normaliz/libnormaliz.def dlls/ntdll/libntdll.def \
  dlls/ntdll/libntdll.cross.a dlls/ntdsapi/libntdsapi.def dlls/ntdsapi/libntdsapi.cross.a \
  dlls/ntoskrnl.exe/libntoskrnl.def dlls/ntoskrnl.exe/libntoskrnl.cross.a dlls/odbc32/libodbc32.def \
  dlls/odbccp32/libodbccp32.def dlls/odbccp32/libodbccp32.cross.a dlls/ole32/libole32.def \
  dlls/ole32/libole32.cross.a dlls/ole32/libole32.delay.a dlls/oleacc/liboleacc.def \
  dlls/oleacc/liboleacc.cross.a dlls/oleaut32/liboleaut32.def dlls/oleaut32/liboleaut32.cross.a \
  dlls/oleaut32/liboleaut32.delay.a dlls/olecli32/libolecli32.def dlls/oledlg/liboledlg.def \
  dlls/oledlg/liboledlg.cross.a dlls/olepro32/libolepro32.def dlls/olesvr32/libolesvr32.def \
  dlls/opengl32/libopengl32.def dlls/opengl32/libopengl32.cross.a dlls/pdh/libpdh.def \
  dlls/pdh/libpdh.cross.a dlls/powrprof/libpowrprof.def dlls/propsys/libpropsys.def \
  dlls/propsys/libpropsys.cross.a dlls/psapi/libpsapi.def dlls/psapi/libpsapi.cross.a \
  dlls/quartz/libquartz.def dlls/qwave/libqwave.def dlls/qwave/libqwave.cross.a \
  dlls/rasapi32/librasapi32.def dlls/rasapi32/librasapi32.cross.a dlls/rasdlg/librasdlg.def \
  dlls/resutils/libresutils.def dlls/riched20/libriched20.def dlls/riched20/libriched20.cross.a \
  dlls/rpcrt4/librpcrt4.def dlls/rpcrt4/librpcrt4.cross.a dlls/rsaenh/librsaenh.def \
  dlls/rsaenh/librsaenh.cross.a dlls/rtutils/librtutils.def dlls/secur32/libsecur32.def \
  dlls/secur32/libsecur32.cross.a dlls/secur32/libsecur32.delay.a dlls/sensapi/libsensapi.def \
  dlls/sensapi/libsensapi.cross.a dlls/setupapi/libsetupapi.def dlls/setupapi/libsetupapi.cross.a \
  dlls/setupapi/libsetupapi.delay.a dlls/sfc/libsfc.def dlls/sfc_os/libsfc_os.def \
  dlls/sfc_os/libsfc_os.cross.a dlls/shdocvw/libshdocvw.def dlls/shell32/libshell32.def \
  dlls/shell32/libshell32.cross.a dlls/shell32/libshell32.delay.a dlls/shfolder/libshfolder.def \
  dlls/shlwapi/libshlwapi.def dlls/shlwapi/libshlwapi.cross.a dlls/shlwapi/libshlwapi.delay.a \
  dlls/slc/libslc.def dlls/slc/libslc.cross.a dlls/snmpapi/libsnmpapi.def \
  dlls/snmpapi/libsnmpapi.cross.a dlls/spoolss/libspoolss.def dlls/spoolss/libspoolss.cross.a \
  dlls/sti/libsti.def dlls/sxs/libsxs.def dlls/sxs/libsxs.cross.a dlls/t2embed/libt2embed.def \
  dlls/t2embed/libt2embed.cross.a dlls/tapi32/libtapi32.def dlls/tapi32/libtapi32.cross.a \
  dlls/uiautomationcore/libuiautomationcore.def dlls/uiautomationcore/libuiautomationcore.cross.a \
  dlls/unicows/libunicows.def dlls/url/liburl.def dlls/urlmon/liburlmon.def \
  dlls/urlmon/liburlmon.cross.a dlls/urlmon/liburlmon.delay.a dlls/usbd.sys/libusbd.def \
  dlls/user32/libuser32.def dlls/user32/libuser32.cross.a dlls/user32/libuser32.delay.a \
  dlls/userenv/libuserenv.def dlls/userenv/libuserenv.cross.a dlls/userenv/libuserenv.delay.a \
  dlls/usp10/libusp10.def dlls/usp10/libusp10.cross.a dlls/uxtheme/libuxtheme.def \
  dlls/uxtheme/libuxtheme.cross.a dlls/uxtheme/libuxtheme.delay.a dlls/vdmdbg/libvdmdbg.def \
  dlls/version/libversion.def dlls/version/libversion.cross.a dlls/version/libversion.delay.a \
  dlls/vulkan-1/libvulkan-1.def dlls/vulkan-1/libvulkan-1.cross.a \
  dlls/webservices/libwebservices.def dlls/webservices/libwebservices.cross.a dlls/wer/libwer.def \
  dlls/wer/libwer.cross.a dlls/windowscodecs/libwindowscodecs.def \
  dlls/windowscodecs/libwindowscodecs.cross.a dlls/windowscodecs/libwindowscodecs.delay.a \
  dlls/windowscodecsext/libwindowscodecsext.def dlls/windowscodecsext/libwindowscodecsext.cross.a \
  dlls/wined3d/libwined3d.def dlls/wined3d/libwined3d.cross.a dlls/winevulkan/libwinevulkan.def \
  dlls/winevulkan/libwinevulkan.cross.a dlls/winhttp/libwinhttp.def dlls/winhttp/libwinhttp.cross.a \
  dlls/wininet/libwininet.def dlls/wininet/libwininet.cross.a dlls/wininet/libwininet.delay.a \
  dlls/winmm/libwinmm.def dlls/winmm/libwinmm.cross.a dlls/winmm/libwinmm.delay.a \
  dlls/winnls32/libwinnls32.def dlls/winnls32/libwinnls32.cross.a dlls/winscard/libwinscard.def \
  dlls/winspool.drv/libwinspool.def dlls/winspool.drv/libwinspool.cross.a \
  dlls/winspool.drv/libwinspool.delay.a dlls/wintab32/libwintab32.def dlls/wintrust/libwintrust.def \
  dlls/wintrust/libwintrust.cross.a dlls/wintrust/libwintrust.delay.a dlls/wlanapi/libwlanapi.def \
  dlls/wlanapi/libwlanapi.cross.a dlls/wldap32/libwldap32.def dlls/wldap32/libwldap32.cross.a \
  dlls/wmvcore/libwmvcore.def dlls/wmvcore/libwmvcore.cross.a dlls/wnaspi32/libwnaspi32.def \
  dlls/wow32/libwow32.def dlls/ws2_32/libws2_32.def dlls/ws2_32/libws2_32.cross.a \
  dlls/ws2_32/libws2_32.delay.a dlls/wsdapi/libwsdapi.def dlls/wsdapi/libwsdapi.cross.a \
  dlls/wsnmp32/libwsnmp32.def dlls/wsnmp32/libwsnmp32.cross.a dlls/wsock32/libwsock32.def \
  dlls/wsock32/libwsock32.cross.a dlls/wtsapi32/libwtsapi32.def dlls/wtsapi32/libwtsapi32.cross.a \
  dlls/xinput1_3/libxinput.def dlls/xmllite/libxmllite.def dlls/xmllite/libxmllite.cross.a \
  dlls/adsiid dlls/dinput/libdinput.a dlls/dinput/libdinput.cross.a dlls/dinput8/libdinput8.a \
  dlls/dinput8/libdinput8.cross.a dlls/dmoguids dlls/dxerr8 dlls/dxerr9 dlls/dxguid dlls/mfuuid \
  dlls/msvcr100/libmsvcr100.a dlls/msvcr100/libmsvcr100.cross.a dlls/msvcr110/libmsvcr110.a \
  dlls/msvcr110/libmsvcr110.cross.a dlls/msvcr120/libmsvcr120.a dlls/msvcr120/libmsvcr120.cross.a \
  dlls/msvcr70/libmsvcr70.a dlls/msvcr70/libmsvcr70.cross.a dlls/msvcr71/libmsvcr71.a \
  dlls/msvcr71/libmsvcr71.cross.a dlls/msvcr80/libmsvcr80.a dlls/msvcr80/libmsvcr80.cross.a \
  dlls/msvcr90/libmsvcr90.a dlls/msvcr90/libmsvcr90.cross.a dlls/msvcrt/libmsvcrt.a \
  dlls/msvcrt/libmsvcrt.cross.a dlls/msvcrtd/libmsvcrtd.a dlls/strmbase dlls/strmiids \
  dlls/ucrtbase/libucrtbase.a dlls/ucrtbase/libucrtbase.cross.a dlls/uuid dlls/winecrt0 \
  dlls/wmcodecdspuuid dlls/libd3dcompiler.def dlls/libd3dcompiler.cross.a dlls/libd3dx10.def \
  dlls/libd3dx10.cross.a dlls/libd3dx11.def dlls/libd3dx11.cross.a dlls/libd3dx9.def \
  dlls/libd3dx9.cross.a dlls/libhtmlhelp.def dlls/libhidclass.def dlls/libhidclass.cross.a \
  dlls/libkernel.def dlls/libkernel.cross.a dlls/libntoskrnl.def dlls/libntoskrnl.cross.a \
  dlls/libusbd.def dlls/libwinspool.def dlls/libwinspool.delay.a dlls/libwinspool.cross.a \
  dlls/libxinput.def
uninstall::
	rm -f $(DESTDIR)$(dlldir)/acledit.dll $(DESTDIR)$(dlldir)/aclui.dll \
  $(DESTDIR)$(dlldir)/libaclui.def $(DESTDIR)$(dlldir)/activeds.dll \
  $(DESTDIR)$(dlldir)/libactiveds.def $(DESTDIR)$(dlldir)/actxprxy.dll \
  $(DESTDIR)$(dlldir)/libadsiid.a $(DESTDIR)$(dlldir)/adsldp.dll $(DESTDIR)$(dlldir)/adsldpc.dll \
  $(DESTDIR)$(dlldir)/advapi32.dll.so $(DESTDIR)$(dlldir)/fakedlls/advapi32.dll \
  $(DESTDIR)$(dlldir)/libadvapi32.def $(DESTDIR)$(dlldir)/advpack.dll \
  $(DESTDIR)$(dlldir)/libadvpack.def $(DESTDIR)$(dlldir)/amsi.dll $(DESTDIR)$(dlldir)/amstream.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-appmodel-identity-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-appmodel-runtime-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-appmodel-runtime-l1-1-2.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-apiquery-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-appcompat-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-appinit-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-atoms-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-bem-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-com-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-com-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-com-private-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-comm-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-console-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-console-l2-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-crt-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-crt-l2-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-datetime-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-datetime-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-debug-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-debug-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-delayload-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-delayload-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-errorhandling-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-errorhandling-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-errorhandling-l1-1-2.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-errorhandling-l1-1-3.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-fibers-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-fibers-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-file-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-file-l1-2-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-file-l1-2-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-file-l1-2-2.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-file-l2-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-file-l2-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-file-l2-1-2.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-handle-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-heap-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-heap-l1-2-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-heap-l2-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-heap-obsolete-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-interlocked-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-interlocked-l1-2-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-io-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-io-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-job-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-job-l2-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-kernel32-legacy-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-kernel32-legacy-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-kernel32-private-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-largeinteger-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-libraryloader-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-libraryloader-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-libraryloader-l1-2-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-libraryloader-l1-2-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-libraryloader-l1-2-2.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-localization-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-localization-l1-2-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-localization-l1-2-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-localization-l2-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-localization-obsolete-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-localization-obsolete-l1-2-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-localization-obsolete-l1-3-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-localization-private-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-localregistry-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-memory-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-memory-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-memory-l1-1-2.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-misc-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-namedpipe-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-namedpipe-l1-2-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-namespace-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-normalization-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-path-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-privateprofile-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-processenvironment-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-processenvironment-l1-2-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-processthreads-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-processthreads-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-processthreads-l1-1-2.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-processthreads-l1-1-3.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-processtopology-obsolete-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-profile-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-psapi-ansi-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-psapi-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-psapi-obsolete-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-quirks-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-realtime-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-registry-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-registry-l2-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-registryuserspecific-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-rtlsupport-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-rtlsupport-l1-2-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-shlwapi-legacy-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-shlwapi-obsolete-l1-2-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-shutdown-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-sidebyside-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-string-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-string-l2-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-string-obsolete-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-stringansi-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-stringloader-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-synch-ansi-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-synch-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-synch-l1-2-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-synch-l1-2-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-sysinfo-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-sysinfo-l1-2-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-sysinfo-l1-2-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-threadpool-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-threadpool-l1-2-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-threadpool-legacy-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-threadpool-private-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-timezone-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-toolhelp-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-url-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-util-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-version-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-version-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-version-private-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-versionansi-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-windowserrorreporting-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-winrt-error-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-winrt-error-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-winrt-errorprivate-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-winrt-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-winrt-registration-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-winrt-string-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-winrt-string-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-wow64-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-wow64-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-xstate-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-core-xstate-l2-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-crt-conio-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-crt-convert-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-crt-environment-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-crt-filesystem-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-crt-heap-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-crt-locale-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-crt-math-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-crt-multibyte-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-crt-private-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-crt-process-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-crt-runtime-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-crt-stdio-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-crt-string-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-crt-time-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-crt-utility-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-devices-config-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-devices-config-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-devices-query-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-downlevel-advapi32-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-downlevel-advapi32-l2-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-downlevel-normaliz-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-downlevel-ole32-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-downlevel-shell32-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-downlevel-shlwapi-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-downlevel-shlwapi-l2-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-downlevel-user32-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-downlevel-version-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-dx-d3dkmt-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-eventing-classicprovider-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-eventing-consumer-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-eventing-controller-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-eventing-legacy-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-eventing-provider-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-eventlog-legacy-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-gdi-dpiinfo-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-mm-joystick-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-mm-misc-l1-1-1.dll $(DESTDIR)$(dlldir)/api-ms-win-mm-mme-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-mm-time-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-ntuser-dc-access-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-ntuser-rectangle-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-ntuser-sysparams-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-perf-legacy-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-power-base-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-power-setting-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-rtcore-ntuser-draw-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-rtcore-ntuser-private-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-rtcore-ntuser-private-l1-1-4.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-rtcore-ntuser-window-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-rtcore-ntuser-winevent-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-security-activedirectoryclient-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-security-audit-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-security-base-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-security-base-l1-2-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-security-base-private-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-security-credentials-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-security-cryptoapi-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-security-grouppolicy-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-security-lsalookup-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-security-lsalookup-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-security-lsalookup-l2-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-security-lsalookup-l2-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-security-lsapolicy-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-security-provider-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-security-sddl-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-security-systemfunctions-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-service-core-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-service-core-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-service-management-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-service-management-l2-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-service-private-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-service-winsvc-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-service-winsvc-l1-2-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-shcore-obsolete-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-shcore-scaling-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-shcore-stream-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-shcore-thread-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-shell-shellcom-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/api-ms-win-shell-shellfolders-l1-1-0.dll $(DESTDIR)$(dlldir)/apphelp.dll \
  $(DESTDIR)$(dlldir)/appwiz.cpl $(DESTDIR)$(dlldir)/atl.dll $(DESTDIR)$(dlldir)/libatl.def \
  $(DESTDIR)$(dlldir)/atl100.dll $(DESTDIR)$(dlldir)/libatl100.def $(DESTDIR)$(dlldir)/atl110.dll \
  $(DESTDIR)$(dlldir)/atl80.dll $(DESTDIR)$(dlldir)/libatl80.def $(DESTDIR)$(dlldir)/atl90.dll \
  $(DESTDIR)$(dlldir)/atlthunk.dll $(DESTDIR)$(dlldir)/libatlthunk.def \
  $(DESTDIR)$(dlldir)/atmlib.dll $(DESTDIR)$(dlldir)/authz.dll $(DESTDIR)$(dlldir)/avicap32.dll.so \
  $(DESTDIR)$(dlldir)/fakedlls/avicap32.dll $(DESTDIR)$(dlldir)/libavicap32.def \
  $(DESTDIR)$(dlldir)/avifil32.dll $(DESTDIR)$(dlldir)/libavifil32.def \
  $(DESTDIR)$(dlldir)/avifile.dll16 $(DESTDIR)$(dlldir)/avrt.dll $(DESTDIR)$(dlldir)/libavrt.def \
  $(DESTDIR)$(dlldir)/bcrypt.dll.so $(DESTDIR)$(dlldir)/fakedlls/bcrypt.dll \
  $(DESTDIR)$(dlldir)/libbcrypt.def $(DESTDIR)$(dlldir)/bluetoothapis.dll \
  $(DESTDIR)$(dlldir)/browseui.dll $(DESTDIR)$(dlldir)/bthprops.cpl $(DESTDIR)$(dlldir)/cabinet.dll \
  $(DESTDIR)$(dlldir)/libcabinet.def $(DESTDIR)$(dlldir)/capi2032.dll.so \
  $(DESTDIR)$(dlldir)/fakedlls/capi2032.dll $(DESTDIR)$(dlldir)/libcapi2032.def \
  $(DESTDIR)$(dlldir)/cards.dll $(DESTDIR)$(dlldir)/libcards.def $(DESTDIR)$(dlldir)/cdosys.dll \
  $(DESTDIR)$(dlldir)/cfgmgr32.dll $(DESTDIR)$(dlldir)/libcfgmgr32.def \
  $(DESTDIR)$(dlldir)/clusapi.dll $(DESTDIR)$(dlldir)/libclusapi.def $(DESTDIR)$(dlldir)/combase.dll \
  $(DESTDIR)$(dlldir)/comcat.dll $(DESTDIR)$(dlldir)/comctl32.dll \
  $(DESTDIR)$(dlldir)/libcomctl32.def $(DESTDIR)$(dlldir)/comdlg32.dll \
  $(DESTDIR)$(dlldir)/libcomdlg32.def $(DESTDIR)$(dlldir)/comm.drv16 \
  $(DESTDIR)$(dlldir)/commdlg.dll16 $(DESTDIR)$(dlldir)/compobj.dll16 \
  $(DESTDIR)$(dlldir)/compstui.dll $(DESTDIR)$(dlldir)/libcompstui.def \
  $(DESTDIR)$(dlldir)/comsvcs.dll $(DESTDIR)$(dlldir)/libcomsvcs.def \
  $(DESTDIR)$(dlldir)/concrt140.dll $(DESTDIR)$(dlldir)/connect.dll $(DESTDIR)$(dlldir)/credui.dll \
  $(DESTDIR)$(dlldir)/libcredui.def $(DESTDIR)$(dlldir)/crtdll.dll.so \
  $(DESTDIR)$(dlldir)/fakedlls/crtdll.dll $(DESTDIR)$(dlldir)/crypt32.dll.so \
  $(DESTDIR)$(dlldir)/fakedlls/crypt32.dll $(DESTDIR)$(dlldir)/libcrypt32.def \
  $(DESTDIR)$(dlldir)/cryptdlg.dll $(DESTDIR)$(dlldir)/cryptdll.dll \
  $(DESTDIR)$(dlldir)/libcryptdll.def $(DESTDIR)$(dlldir)/cryptext.dll \
  $(DESTDIR)$(dlldir)/cryptnet.dll $(DESTDIR)$(dlldir)/libcryptnet.def \
  $(DESTDIR)$(dlldir)/cryptui.dll $(DESTDIR)$(dlldir)/libcryptui.def \
  $(DESTDIR)$(dlldir)/ctapi32.dll.so $(DESTDIR)$(dlldir)/fakedlls/ctapi32.dll \
  $(DESTDIR)$(dlldir)/ctl3d.dll16 $(DESTDIR)$(dlldir)/ctl3d32.dll $(DESTDIR)$(dlldir)/ctl3dv2.dll16 \
  $(DESTDIR)$(dlldir)/d2d1.dll $(DESTDIR)$(dlldir)/libd2d1.def $(DESTDIR)$(dlldir)/d3d10.dll \
  $(DESTDIR)$(dlldir)/libd3d10.def $(DESTDIR)$(dlldir)/d3d10_1.dll \
  $(DESTDIR)$(dlldir)/libd3d10_1.def $(DESTDIR)$(dlldir)/d3d10core.dll \
  $(DESTDIR)$(dlldir)/libd3d10core.def $(DESTDIR)$(dlldir)/d3d11.dll \
  $(DESTDIR)$(dlldir)/libd3d11.def $(DESTDIR)$(dlldir)/d3d12.dll.so \
  $(DESTDIR)$(dlldir)/fakedlls/d3d12.dll $(DESTDIR)$(dlldir)/libd3d12.def \
  $(DESTDIR)$(dlldir)/d3d8.dll $(DESTDIR)$(dlldir)/libd3d8.def $(DESTDIR)$(dlldir)/d3d9.dll \
  $(DESTDIR)$(dlldir)/libd3d9.def $(DESTDIR)$(dlldir)/d3dcompiler_33.dll \
  $(DESTDIR)$(dlldir)/d3dcompiler_34.dll $(DESTDIR)$(dlldir)/d3dcompiler_35.dll \
  $(DESTDIR)$(dlldir)/d3dcompiler_36.dll $(DESTDIR)$(dlldir)/d3dcompiler_37.dll \
  $(DESTDIR)$(dlldir)/d3dcompiler_38.dll $(DESTDIR)$(dlldir)/d3dcompiler_39.dll \
  $(DESTDIR)$(dlldir)/d3dcompiler_40.dll $(DESTDIR)$(dlldir)/d3dcompiler_41.dll \
  $(DESTDIR)$(dlldir)/d3dcompiler_42.dll $(DESTDIR)$(dlldir)/d3dcompiler_43.dll \
  $(DESTDIR)$(dlldir)/d3dcompiler_46.dll $(DESTDIR)$(dlldir)/d3dcompiler_47.dll \
  $(DESTDIR)$(dlldir)/libd3dcompiler.def $(DESTDIR)$(dlldir)/d3dim.dll $(DESTDIR)$(dlldir)/d3drm.dll \
  $(DESTDIR)$(dlldir)/libd3drm.def $(DESTDIR)$(dlldir)/d3dx10_33.dll \
  $(DESTDIR)$(dlldir)/d3dx10_34.dll $(DESTDIR)$(dlldir)/d3dx10_35.dll \
  $(DESTDIR)$(dlldir)/d3dx10_36.dll $(DESTDIR)$(dlldir)/d3dx10_37.dll \
  $(DESTDIR)$(dlldir)/d3dx10_38.dll $(DESTDIR)$(dlldir)/d3dx10_39.dll \
  $(DESTDIR)$(dlldir)/d3dx10_40.dll $(DESTDIR)$(dlldir)/d3dx10_41.dll \
  $(DESTDIR)$(dlldir)/d3dx10_42.dll $(DESTDIR)$(dlldir)/d3dx10_43.dll \
  $(DESTDIR)$(dlldir)/libd3dx10.def $(DESTDIR)$(dlldir)/d3dx11_42.dll \
  $(DESTDIR)$(dlldir)/d3dx11_43.dll $(DESTDIR)$(dlldir)/libd3dx11.def \
  $(DESTDIR)$(dlldir)/d3dx9_24.dll $(DESTDIR)$(dlldir)/d3dx9_25.dll $(DESTDIR)$(dlldir)/d3dx9_26.dll \
  $(DESTDIR)$(dlldir)/d3dx9_27.dll $(DESTDIR)$(dlldir)/d3dx9_28.dll $(DESTDIR)$(dlldir)/d3dx9_29.dll \
  $(DESTDIR)$(dlldir)/d3dx9_30.dll $(DESTDIR)$(dlldir)/d3dx9_31.dll $(DESTDIR)$(dlldir)/d3dx9_32.dll \
  $(DESTDIR)$(dlldir)/d3dx9_33.dll $(DESTDIR)$(dlldir)/d3dx9_34.dll $(DESTDIR)$(dlldir)/d3dx9_35.dll \
  $(DESTDIR)$(dlldir)/d3dx9_36.dll $(DESTDIR)$(dlldir)/libd3dx9.def $(DESTDIR)$(dlldir)/d3dx9_37.dll \
  $(DESTDIR)$(dlldir)/d3dx9_38.dll $(DESTDIR)$(dlldir)/d3dx9_39.dll $(DESTDIR)$(dlldir)/d3dx9_40.dll \
  $(DESTDIR)$(dlldir)/d3dx9_41.dll $(DESTDIR)$(dlldir)/d3dx9_42.dll $(DESTDIR)$(dlldir)/d3dx9_43.dll \
  $(DESTDIR)$(dlldir)/d3dxof.dll $(DESTDIR)$(dlldir)/libd3dxof.def $(DESTDIR)$(dlldir)/davclnt.dll \
  $(DESTDIR)$(dlldir)/dbgeng.dll $(DESTDIR)$(dlldir)/libdbgeng.def \
  $(DESTDIR)$(dlldir)/dbghelp.dll.so $(DESTDIR)$(dlldir)/fakedlls/dbghelp.dll \
  $(DESTDIR)$(dlldir)/libdbghelp.def $(DESTDIR)$(dlldir)/dciman32.dll \
  $(DESTDIR)$(dlldir)/libdciman32.def $(DESTDIR)$(dlldir)/ddeml.dll16 $(DESTDIR)$(dlldir)/ddraw.dll \
  $(DESTDIR)$(dlldir)/libddraw.def $(DESTDIR)$(dlldir)/ddrawex.dll $(DESTDIR)$(dlldir)/devenum.dll \
  $(DESTDIR)$(dlldir)/dhcpcsvc.dll $(DESTDIR)$(dlldir)/libdhcpcsvc.def \
  $(DESTDIR)$(dlldir)/dhtmled.ocx $(DESTDIR)$(dlldir)/difxapi.dll $(DESTDIR)$(dlldir)/dinput.dll.so \
  $(DESTDIR)$(dlldir)/fakedlls/dinput.dll $(DESTDIR)$(dlldir)/libdinput.a \
  $(DESTDIR)$(dlldir)/dinput8.dll.so $(DESTDIR)$(dlldir)/fakedlls/dinput8.dll \
  $(DESTDIR)$(dlldir)/libdinput8.a $(DESTDIR)$(dlldir)/dispdib.dll16 $(DESTDIR)$(dlldir)/dispex.dll \
  $(DESTDIR)$(dlldir)/display.drv16 $(DESTDIR)$(dlldir)/dmband.dll $(DESTDIR)$(dlldir)/dmcompos.dll \
  $(DESTDIR)$(dlldir)/dmime.dll $(DESTDIR)$(dlldir)/dmloader.dll $(DESTDIR)$(dlldir)/libdmoguids.a \
  $(DESTDIR)$(dlldir)/dmscript.dll $(DESTDIR)$(dlldir)/dmstyle.dll $(DESTDIR)$(dlldir)/dmsynth.dll \
  $(DESTDIR)$(dlldir)/dmusic.dll $(DESTDIR)$(dlldir)/dmusic32.dll $(DESTDIR)$(dlldir)/dnsapi.dll.so \
  $(DESTDIR)$(dlldir)/fakedlls/dnsapi.dll $(DESTDIR)$(dlldir)/libdnsapi.def \
  $(DESTDIR)$(dlldir)/dplay.dll $(DESTDIR)$(dlldir)/dplayx.dll $(DESTDIR)$(dlldir)/libdplayx.def \
  $(DESTDIR)$(dlldir)/dpnaddr.dll $(DESTDIR)$(dlldir)/dpnet.dll $(DESTDIR)$(dlldir)/libdpnet.def \
  $(DESTDIR)$(dlldir)/dpnhpast.dll $(DESTDIR)$(dlldir)/dpnlobby.dll $(DESTDIR)$(dlldir)/dpvoice.dll \
  $(DESTDIR)$(dlldir)/dpwsockx.dll $(DESTDIR)$(dlldir)/drmclien.dll $(DESTDIR)$(dlldir)/dsdmo.dll \
  $(DESTDIR)$(dlldir)/dsound.dll $(DESTDIR)$(dlldir)/libdsound.def $(DESTDIR)$(dlldir)/dsquery.dll \
  $(DESTDIR)$(dlldir)/dssenh.dll $(DESTDIR)$(dlldir)/dswave.dll $(DESTDIR)$(dlldir)/dwmapi.dll \
  $(DESTDIR)$(dlldir)/libdwmapi.def $(DESTDIR)$(dlldir)/dwrite.dll.so \
  $(DESTDIR)$(dlldir)/fakedlls/dwrite.dll $(DESTDIR)$(dlldir)/libdwrite.def \
  $(DESTDIR)$(dlldir)/dx8vb.dll $(DESTDIR)$(dlldir)/dxdiagn.dll $(DESTDIR)$(dlldir)/libdxerr8.a \
  $(DESTDIR)$(dlldir)/libdxerr9.a $(DESTDIR)$(dlldir)/dxgi.dll.so \
  $(DESTDIR)$(dlldir)/fakedlls/dxgi.dll $(DESTDIR)$(dlldir)/libdxgi.def \
  $(DESTDIR)$(dlldir)/libdxguid.a $(DESTDIR)$(dlldir)/dxva2.dll $(DESTDIR)$(dlldir)/esent.dll \
  $(DESTDIR)$(dlldir)/evr.dll $(DESTDIR)$(dlldir)/explorerframe.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-authz-context-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-domainjoin-netjoin-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-dwmapi-ext-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-gdi-dc-create-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-gdi-dc-create-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-gdi-dc-l1-2-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-gdi-devcaps-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-gdi-draw-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-gdi-draw-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-gdi-font-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-gdi-font-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-gdi-render-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-kernel32-package-current-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-kernel32-package-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-dialogbox-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-draw-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-gui-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-gui-l1-3-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-keyboard-l1-3-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-message-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-message-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-misc-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-misc-l1-2-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-misc-l1-5-1.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-mouse-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-private-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-private-l1-3-1.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-rectangle-ext-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-uicontext-ext-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-window-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-window-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-window-l1-1-4.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-windowclass-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-ntuser-windowclass-l1-1-1.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-oleacc-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-ras-rasapi32-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-rtcore-gdi-devcaps-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-rtcore-gdi-object-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-rtcore-gdi-rgn-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-rtcore-ntuser-cursor-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-rtcore-ntuser-dpi-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-rtcore-ntuser-dpi-l1-2-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-rtcore-ntuser-rawinput-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-security-credui-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-security-cryptui-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-shell-comctl32-init-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-shell-comdlg32-l1-1-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-shell-shell32-l1-2-0.dll \
  $(DESTDIR)$(dlldir)/ext-ms-win-uxtheme-themes-l1-1-0.dll $(DESTDIR)$(dlldir)/faultrep.dll \
  $(DESTDIR)$(dlldir)/libfaultrep.def $(DESTDIR)$(dlldir)/feclient.dll \
  $(DESTDIR)$(dlldir)/fltlib.dll $(DESTDIR)$(dlldir)/fltmgr.sys $(DESTDIR)$(dlldir)/fntcache.dll \
  $(DESTDIR)$(dlldir)/fontsub.dll $(DESTDIR)$(dlldir)/fusion.dll $(DESTDIR)$(dlldir)/fwpuclnt.dll \
  $(DESTDIR)$(dlldir)/gameux.dll $(DESTDIR)$(dlldir)/gdi.exe16.so \
  $(DESTDIR)$(dlldir)/fakedlls/gdi.exe16 $(DESTDIR)$(dlldir)/gdi32.dll.so \
  $(DESTDIR)$(dlldir)/fakedlls/gdi32.dll $(DESTDIR)$(dlldir)/libgdi32.def \
  $(DESTDIR)$(dlldir)/gdiplus.dll $(DESTDIR)$(dlldir)/libgdiplus.def \
  $(DESTDIR)$(dlldir)/glu32.dll.so $(DESTDIR)$(dlldir)/fakedlls/glu32.dll \
  $(DESTDIR)$(dlldir)/libglu32.def $(DESTDIR)$(dlldir)/gphoto2.ds.so \
  $(DESTDIR)$(dlldir)/fakedlls/gphoto2.ds $(DESTDIR)$(dlldir)/gpkcsp.dll $(DESTDIR)$(dlldir)/hal.dll \
  $(DESTDIR)$(dlldir)/libhal.def $(DESTDIR)$(dlldir)/hhctrl.ocx $(DESTDIR)$(dlldir)/libhtmlhelp.def \
  $(DESTDIR)$(dlldir)/hid.dll $(DESTDIR)$(dlldir)/libhid.def $(DESTDIR)$(dlldir)/hidclass.sys \
  $(DESTDIR)$(dlldir)/libhidclass.def $(DESTDIR)$(dlldir)/hlink.dll $(DESTDIR)$(dlldir)/libhlink.def \
  $(DESTDIR)$(dlldir)/hnetcfg.dll $(DESTDIR)$(dlldir)/http.sys $(DESTDIR)$(dlldir)/httpapi.dll \
  $(DESTDIR)$(dlldir)/libhttpapi.def $(DESTDIR)$(dlldir)/iccvid.dll $(DESTDIR)$(dlldir)/icmp.dll \
  $(DESTDIR)$(dlldir)/ieframe.dll $(DESTDIR)$(dlldir)/libieframe.def $(DESTDIR)$(dlldir)/ieproxy.dll \
  $(DESTDIR)$(dlldir)/ifsmgr.vxd $(DESTDIR)$(dlldir)/imaadp32.acm $(DESTDIR)$(dlldir)/imagehlp.dll \
  $(DESTDIR)$(dlldir)/libimagehlp.def $(DESTDIR)$(dlldir)/imm.dll16 $(DESTDIR)$(dlldir)/imm32.dll \
  $(DESTDIR)$(dlldir)/libimm32.def $(DESTDIR)$(dlldir)/inetcomm.dll \
  $(DESTDIR)$(dlldir)/libinetcomm.def $(DESTDIR)$(dlldir)/inetcpl.cpl \
  $(DESTDIR)$(dlldir)/inetmib1.dll $(DESTDIR)$(dlldir)/infosoft.dll $(DESTDIR)$(dlldir)/initpki.dll \
  $(DESTDIR)$(dlldir)/inkobj.dll $(DESTDIR)$(dlldir)/inseng.dll $(DESTDIR)$(dlldir)/iphlpapi.dll.so \
  $(DESTDIR)$(dlldir)/fakedlls/iphlpapi.dll $(DESTDIR)$(dlldir)/libiphlpapi.def \
  $(DESTDIR)$(dlldir)/iprop.dll $(DESTDIR)$(dlldir)/irprops.cpl $(DESTDIR)$(dlldir)/itircl.dll \
  $(DESTDIR)$(dlldir)/itss.dll $(DESTDIR)$(dlldir)/joy.cpl $(DESTDIR)$(dlldir)/jscript.dll \
  $(DESTDIR)$(dlldir)/jsproxy.dll $(DESTDIR)$(dlldir)/libjsproxy.def \
  $(DESTDIR)$(dlldir)/kerberos.dll.so $(DESTDIR)$(dlldir)/fakedlls/kerberos.dll \
  $(DESTDIR)$(dlldir)/kernel32.dll.so $(DESTDIR)$(dlldir)/fakedlls/kernel32.dll \
  $(DESTDIR)$(dlldir)/libkernel32.def $(DESTDIR)$(dlldir)/kernelbase.dll \
  $(DESTDIR)$(dlldir)/libkernelbase.def $(DESTDIR)$(dlldir)/keyboard.drv16 \
  $(DESTDIR)$(dlldir)/krnl386.exe16.so $(DESTDIR)$(dlldir)/fakedlls/krnl386.exe16 \
  $(DESTDIR)$(dlldir)/libkernel.def $(DESTDIR)$(dlldir)/ksecdd.sys $(DESTDIR)$(dlldir)/ksuser.dll \
  $(DESTDIR)$(dlldir)/ktmw32.dll $(DESTDIR)$(dlldir)/l3codeca.acm.so \
  $(DESTDIR)$(dlldir)/fakedlls/l3codeca.acm $(DESTDIR)$(dlldir)/loadperf.dll \
  $(DESTDIR)$(dlldir)/libloadperf.def $(DESTDIR)$(dlldir)/localspl.dll \
  $(DESTDIR)$(dlldir)/localui.dll $(DESTDIR)$(dlldir)/lz32.dll $(DESTDIR)$(dlldir)/liblz32.def \
  $(DESTDIR)$(dlldir)/lzexpand.dll16 $(DESTDIR)$(dlldir)/mapi32.dll \
  $(DESTDIR)$(dlldir)/libmapi32.def $(DESTDIR)$(dlldir)/mapistub.dll \
  $(DESTDIR)$(dlldir)/mciavi32.dll $(DESTDIR)$(dlldir)/mcicda.dll $(DESTDIR)$(dlldir)/mciqtz32.dll \
  $(DESTDIR)$(dlldir)/mciseq.dll $(DESTDIR)$(dlldir)/mciwave.dll $(DESTDIR)$(dlldir)/mf.dll \
  $(DESTDIR)$(dlldir)/libmf.def $(DESTDIR)$(dlldir)/mf3216.dll $(DESTDIR)$(dlldir)/mferror.dll \
  $(DESTDIR)$(dlldir)/mfmediaengine.dll $(DESTDIR)$(dlldir)/libmfmediaengine.def \
  $(DESTDIR)$(dlldir)/mfplat.dll $(DESTDIR)$(dlldir)/libmfplat.def $(DESTDIR)$(dlldir)/mfplay.dll \
  $(DESTDIR)$(dlldir)/mfreadwrite.dll $(DESTDIR)$(dlldir)/libmfreadwrite.def \
  $(DESTDIR)$(dlldir)/libmfuuid.a $(DESTDIR)$(dlldir)/mgmtapi.dll $(DESTDIR)$(dlldir)/midimap.dll \
  $(DESTDIR)$(dlldir)/mlang.dll $(DESTDIR)$(dlldir)/libmlang.def $(DESTDIR)$(dlldir)/mmcndmgr.dll \
  $(DESTDIR)$(dlldir)/mmdevapi.dll $(DESTDIR)$(dlldir)/mmdevldr.vxd \
  $(DESTDIR)$(dlldir)/mmsystem.dll16 $(DESTDIR)$(dlldir)/monodebg.vxd \
  $(DESTDIR)$(dlldir)/mountmgr.sys.so $(DESTDIR)$(dlldir)/fakedlls/mountmgr.sys \
  $(DESTDIR)$(dlldir)/mouse.drv16 $(DESTDIR)$(dlldir)/mp3dmod.dll.so \
  $(DESTDIR)$(dlldir)/fakedlls/mp3dmod.dll $(DESTDIR)$(dlldir)/mpr.dll \
  $(DESTDIR)$(dlldir)/libmpr.def $(DESTDIR)$(dlldir)/mprapi.dll $(DESTDIR)$(dlldir)/libmprapi.def \
  $(DESTDIR)$(dlldir)/msacm.dll16 $(DESTDIR)$(dlldir)/msacm32.drv $(DESTDIR)$(dlldir)/msacm32.dll \
  $(DESTDIR)$(dlldir)/libmsacm32.def $(DESTDIR)$(dlldir)/msado15.dll $(DESTDIR)$(dlldir)/msadp32.acm \
  $(DESTDIR)$(dlldir)/msasn1.dll $(DESTDIR)$(dlldir)/libmsasn1.def $(DESTDIR)$(dlldir)/mscat32.dll \
  $(DESTDIR)$(dlldir)/mscms.dll.so $(DESTDIR)$(dlldir)/fakedlls/mscms.dll \
  $(DESTDIR)$(dlldir)/libmscms.def $(DESTDIR)$(dlldir)/mscoree.dll $(DESTDIR)$(dlldir)/mscorwks.dll \
  $(DESTDIR)$(dlldir)/msctf.dll $(DESTDIR)$(dlldir)/msctfp.dll $(DESTDIR)$(dlldir)/msdaps.dll \
  $(DESTDIR)$(dlldir)/msdelta.dll $(DESTDIR)$(dlldir)/msdmo.dll $(DESTDIR)$(dlldir)/libmsdmo.def \
  $(DESTDIR)$(dlldir)/msdrm.dll $(DESTDIR)$(dlldir)/msftedit.dll $(DESTDIR)$(dlldir)/msg711.acm \
  $(DESTDIR)$(dlldir)/msgsm32.acm.so $(DESTDIR)$(dlldir)/fakedlls/msgsm32.acm \
  $(DESTDIR)$(dlldir)/mshtml.tlb $(DESTDIR)$(dlldir)/mshtml.dll $(DESTDIR)$(dlldir)/libmshtml.def \
  $(DESTDIR)$(dlldir)/msi.dll $(DESTDIR)$(dlldir)/libmsi.def $(DESTDIR)$(dlldir)/msident.dll \
  $(DESTDIR)$(dlldir)/msimg32.dll $(DESTDIR)$(dlldir)/libmsimg32.def $(DESTDIR)$(dlldir)/msimsg.dll \
  $(DESTDIR)$(dlldir)/msimtf.dll $(DESTDIR)$(dlldir)/msisip.dll $(DESTDIR)$(dlldir)/msisys.ocx \
  $(DESTDIR)$(dlldir)/msls31.dll $(DESTDIR)$(dlldir)/msnet32.dll $(DESTDIR)$(dlldir)/mspatcha.dll \
  $(DESTDIR)$(dlldir)/libmspatcha.def $(DESTDIR)$(dlldir)/msports.dll \
  $(DESTDIR)$(dlldir)/msrle32.dll $(DESTDIR)$(dlldir)/msscript.ocx $(DESTDIR)$(dlldir)/mssign32.dll \
  $(DESTDIR)$(dlldir)/mssip32.dll $(DESTDIR)$(dlldir)/mstask.dll $(DESTDIR)$(dlldir)/msvcirt.dll \
  $(DESTDIR)$(dlldir)/msvcm80.dll $(DESTDIR)$(dlldir)/msvcm90.dll $(DESTDIR)$(dlldir)/msvcp100.dll \
  $(DESTDIR)$(dlldir)/msvcp110.dll $(DESTDIR)$(dlldir)/msvcp120.dll \
  $(DESTDIR)$(dlldir)/msvcp120_app.dll $(DESTDIR)$(dlldir)/msvcp140.dll \
  $(DESTDIR)$(dlldir)/msvcp60.dll $(DESTDIR)$(dlldir)/msvcp70.dll $(DESTDIR)$(dlldir)/msvcp71.dll \
  $(DESTDIR)$(dlldir)/msvcp80.dll $(DESTDIR)$(dlldir)/msvcp90.dll \
  $(DESTDIR)$(dlldir)/msvcr100.dll.so $(DESTDIR)$(dlldir)/fakedlls/msvcr100.dll \
  $(DESTDIR)$(dlldir)/libmsvcr100.a $(DESTDIR)$(dlldir)/msvcr110.dll.so \
  $(DESTDIR)$(dlldir)/fakedlls/msvcr110.dll $(DESTDIR)$(dlldir)/libmsvcr110.a \
  $(DESTDIR)$(dlldir)/msvcr120.dll.so $(DESTDIR)$(dlldir)/fakedlls/msvcr120.dll \
  $(DESTDIR)$(dlldir)/libmsvcr120.a $(DESTDIR)$(dlldir)/msvcr120_app.dll
	rm -f $(DESTDIR)$(dlldir)/msvcr70.dll.so $(DESTDIR)$(dlldir)/fakedlls/msvcr70.dll \
  $(DESTDIR)$(dlldir)/libmsvcr70.a $(DESTDIR)$(dlldir)/msvcr71.dll.so \
  $(DESTDIR)$(dlldir)/fakedlls/msvcr71.dll $(DESTDIR)$(dlldir)/libmsvcr71.a \
  $(DESTDIR)$(dlldir)/msvcr80.dll.so $(DESTDIR)$(dlldir)/fakedlls/msvcr80.dll \
  $(DESTDIR)$(dlldir)/libmsvcr80.a $(DESTDIR)$(dlldir)/msvcr90.dll.so \
  $(DESTDIR)$(dlldir)/fakedlls/msvcr90.dll $(DESTDIR)$(dlldir)/libmsvcr90.a \
  $(DESTDIR)$(dlldir)/msvcrt.dll.so $(DESTDIR)$(dlldir)/fakedlls/msvcrt.dll \
  $(DESTDIR)$(dlldir)/libmsvcrt.a $(DESTDIR)$(dlldir)/msvcrt20.dll $(DESTDIR)$(dlldir)/msvcrt40.dll \
  $(DESTDIR)$(dlldir)/msvcrtd.dll.so $(DESTDIR)$(dlldir)/fakedlls/msvcrtd.dll \
  $(DESTDIR)$(dlldir)/libmsvcrtd.a $(DESTDIR)$(dlldir)/msvfw32.dll \
  $(DESTDIR)$(dlldir)/libmsvfw32.def $(DESTDIR)$(dlldir)/msvidc32.dll \
  $(DESTDIR)$(dlldir)/msvideo.dll16 $(DESTDIR)$(dlldir)/mswsock.dll \
  $(DESTDIR)$(dlldir)/libmswsock.def $(DESTDIR)$(dlldir)/msxml.dll $(DESTDIR)$(dlldir)/msxml2.dll \
  $(DESTDIR)$(dlldir)/msxml3.dll.so $(DESTDIR)$(dlldir)/fakedlls/msxml3.dll \
  $(DESTDIR)$(dlldir)/msxml4.dll $(DESTDIR)$(dlldir)/msxml6.dll $(DESTDIR)$(dlldir)/mtxdm.dll \
  $(DESTDIR)$(dlldir)/ncrypt.dll $(DESTDIR)$(dlldir)/nddeapi.dll $(DESTDIR)$(dlldir)/libnddeapi.def \
  $(DESTDIR)$(dlldir)/ndis.sys $(DESTDIR)$(dlldir)/netapi32.dll.so \
  $(DESTDIR)$(dlldir)/fakedlls/netapi32.dll $(DESTDIR)$(dlldir)/libnetapi32.def \
  $(DESTDIR)$(dlldir)/netcfgx.dll $(DESTDIR)$(dlldir)/netprofm.dll $(DESTDIR)$(dlldir)/newdev.dll \
  $(DESTDIR)$(dlldir)/libnewdev.def $(DESTDIR)$(dlldir)/ninput.dll $(DESTDIR)$(dlldir)/libninput.def \
  $(DESTDIR)$(dlldir)/normaliz.dll $(DESTDIR)$(dlldir)/libnormaliz.def \
  $(DESTDIR)$(dlldir)/npmshtml.dll $(DESTDIR)$(dlldir)/npptools.dll $(DESTDIR)$(dlldir)/ntdll.dll.so \
  $(DESTDIR)$(dlldir)/fakedlls/ntdll.dll $(DESTDIR)$(dlldir)/libntdll.def \
  $(DESTDIR)$(dlldir)/ntdsapi.dll $(DESTDIR)$(dlldir)/libntdsapi.def \
  $(DESTDIR)$(dlldir)/ntoskrnl.exe $(DESTDIR)$(dlldir)/libntoskrnl.def \
  $(DESTDIR)$(dlldir)/ntprint.dll $(DESTDIR)$(dlldir)/objsel.dll $(DESTDIR)$(dlldir)/odbc32.dll.so \
  $(DESTDIR)$(dlldir)/fakedlls/odbc32.dll $(DESTDIR)$(dlldir)/libodbc32.def \
  $(DESTDIR)$(dlldir)/odbcbcp.dll $(DESTDIR)$(dlldir)/odbccp32.dll \
  $(DESTDIR)$(dlldir)/libodbccp32.def $(DESTDIR)$(dlldir)/odbccu32.dll \
  $(DESTDIR)$(dlldir)/ole2.dll16 $(DESTDIR)$(dlldir)/ole2conv.dll16 \
  $(DESTDIR)$(dlldir)/ole2disp.dll16 $(DESTDIR)$(dlldir)/ole2nls.dll16 \
  $(DESTDIR)$(dlldir)/ole2prox.dll16 $(DESTDIR)$(dlldir)/ole2thk.dll16 $(DESTDIR)$(dlldir)/ole32.dll \
  $(DESTDIR)$(dlldir)/libole32.def $(DESTDIR)$(dlldir)/oleacc.dll $(DESTDIR)$(dlldir)/liboleacc.def \
  $(DESTDIR)$(dlldir)/oleaut32.dll $(DESTDIR)$(dlldir)/liboleaut32.def \
  $(DESTDIR)$(dlldir)/olecli.dll16 $(DESTDIR)$(dlldir)/olecli32.dll \
  $(DESTDIR)$(dlldir)/libolecli32.def $(DESTDIR)$(dlldir)/oledb32.dll $(DESTDIR)$(dlldir)/oledlg.dll \
  $(DESTDIR)$(dlldir)/liboledlg.def $(DESTDIR)$(dlldir)/olepro32.dll \
  $(DESTDIR)$(dlldir)/libolepro32.def $(DESTDIR)$(dlldir)/olesvr.dll16 \
  $(DESTDIR)$(dlldir)/olesvr32.dll $(DESTDIR)$(dlldir)/libolesvr32.def \
  $(DESTDIR)$(dlldir)/olethk32.dll $(DESTDIR)$(dlldir)/opcservices.dll \
  $(DESTDIR)$(dlldir)/openal32.dll.so $(DESTDIR)$(dlldir)/fakedlls/openal32.dll \
  $(DESTDIR)$(dlldir)/opengl32.dll.so $(DESTDIR)$(dlldir)/fakedlls/opengl32.dll \
  $(DESTDIR)$(dlldir)/libopengl32.def $(DESTDIR)$(dlldir)/packager.dll $(DESTDIR)$(dlldir)/pdh.dll \
  $(DESTDIR)$(dlldir)/libpdh.def $(DESTDIR)$(dlldir)/photometadatahandler.dll \
  $(DESTDIR)$(dlldir)/pidgen.dll $(DESTDIR)$(dlldir)/powrprof.dll \
  $(DESTDIR)$(dlldir)/libpowrprof.def $(DESTDIR)$(dlldir)/printui.dll \
  $(DESTDIR)$(dlldir)/prntvpt.dll $(DESTDIR)$(dlldir)/propsys.dll $(DESTDIR)$(dlldir)/libpropsys.def \
  $(DESTDIR)$(dlldir)/psapi.dll $(DESTDIR)$(dlldir)/libpsapi.def $(DESTDIR)$(dlldir)/pstorec.dll \
  $(DESTDIR)$(dlldir)/qcap.dll.so $(DESTDIR)$(dlldir)/fakedlls/qcap.dll \
  $(DESTDIR)$(dlldir)/qedit.dll $(DESTDIR)$(dlldir)/qmgr.dll $(DESTDIR)$(dlldir)/qmgrprxy.dll \
  $(DESTDIR)$(dlldir)/quartz.dll $(DESTDIR)$(dlldir)/libquartz.def $(DESTDIR)$(dlldir)/query.dll \
  $(DESTDIR)$(dlldir)/qwave.dll $(DESTDIR)$(dlldir)/libqwave.def $(DESTDIR)$(dlldir)/rasapi16.dll16 \
  $(DESTDIR)$(dlldir)/rasapi32.dll $(DESTDIR)$(dlldir)/librasapi32.def \
  $(DESTDIR)$(dlldir)/rasdlg.dll $(DESTDIR)$(dlldir)/librasdlg.def $(DESTDIR)$(dlldir)/regapi.dll \
  $(DESTDIR)$(dlldir)/resutils.dll $(DESTDIR)$(dlldir)/libresutils.def \
  $(DESTDIR)$(dlldir)/riched20.dll $(DESTDIR)$(dlldir)/libriched20.def \
  $(DESTDIR)$(dlldir)/riched32.dll $(DESTDIR)$(dlldir)/rpcrt4.dll $(DESTDIR)$(dlldir)/librpcrt4.def \
  $(DESTDIR)$(dlldir)/rsabase.dll $(DESTDIR)$(dlldir)/rsaenh.dll $(DESTDIR)$(dlldir)/librsaenh.def \
  $(DESTDIR)$(dlldir)/rstrtmgr.dll $(DESTDIR)$(dlldir)/rtutils.dll \
  $(DESTDIR)$(dlldir)/librtutils.def $(DESTDIR)$(dlldir)/samlib.dll $(DESTDIR)$(dlldir)/sane.ds.so \
  $(DESTDIR)$(dlldir)/fakedlls/sane.ds $(DESTDIR)$(dlldir)/sapi.dll $(DESTDIR)$(dlldir)/sas.dll \
  $(DESTDIR)$(dlldir)/scarddlg.dll $(DESTDIR)$(dlldir)/sccbase.dll $(DESTDIR)$(dlldir)/schannel.dll \
  $(DESTDIR)$(dlldir)/schedsvc.dll $(DESTDIR)$(dlldir)/scrobj.dll $(DESTDIR)$(dlldir)/scrrun.dll \
  $(DESTDIR)$(dlldir)/scsiport.sys $(DESTDIR)$(dlldir)/secur32.dll.so \
  $(DESTDIR)$(dlldir)/fakedlls/secur32.dll $(DESTDIR)$(dlldir)/libsecur32.def \
  $(DESTDIR)$(dlldir)/security.dll $(DESTDIR)$(dlldir)/sensapi.dll \
  $(DESTDIR)$(dlldir)/libsensapi.def $(DESTDIR)$(dlldir)/serialui.dll \
  $(DESTDIR)$(dlldir)/setupapi.dll $(DESTDIR)$(dlldir)/libsetupapi.def \
  $(DESTDIR)$(dlldir)/setupx.dll16 $(DESTDIR)$(dlldir)/sfc.dll $(DESTDIR)$(dlldir)/libsfc.def \
  $(DESTDIR)$(dlldir)/sfc_os.dll $(DESTDIR)$(dlldir)/libsfc_os.def $(DESTDIR)$(dlldir)/shcore.dll \
  $(DESTDIR)$(dlldir)/shdoclc.dll $(DESTDIR)$(dlldir)/shdocvw.dll $(DESTDIR)$(dlldir)/libshdocvw.def \
  $(DESTDIR)$(dlldir)/shell.dll16 $(DESTDIR)$(dlldir)/shell32.dll.so \
  $(DESTDIR)$(dlldir)/fakedlls/shell32.dll $(DESTDIR)$(dlldir)/libshell32.def \
  $(DESTDIR)$(dlldir)/shfolder.dll $(DESTDIR)$(dlldir)/libshfolder.def \
  $(DESTDIR)$(dlldir)/shlwapi.dll $(DESTDIR)$(dlldir)/libshlwapi.def $(DESTDIR)$(dlldir)/slbcsp.dll \
  $(DESTDIR)$(dlldir)/slc.dll $(DESTDIR)$(dlldir)/libslc.def $(DESTDIR)$(dlldir)/snmpapi.dll \
  $(DESTDIR)$(dlldir)/libsnmpapi.def $(DESTDIR)$(dlldir)/softpub.dll $(DESTDIR)$(dlldir)/sound.drv16 \
  $(DESTDIR)$(dlldir)/spoolss.dll $(DESTDIR)$(dlldir)/libspoolss.def \
  $(DESTDIR)$(dlldir)/srclient.dll $(DESTDIR)$(dlldir)/sspicli.dll $(DESTDIR)$(dlldir)/stdole2.tlb \
  $(DESTDIR)$(dlldir)/stdole32.tlb $(DESTDIR)$(dlldir)/sti.dll $(DESTDIR)$(dlldir)/libsti.def \
  $(DESTDIR)$(dlldir)/storage.dll16 $(DESTDIR)$(dlldir)/stress.dll16 \
  $(DESTDIR)$(dlldir)/libstrmbase.a $(DESTDIR)$(dlldir)/strmdll.dll \
  $(DESTDIR)$(dlldir)/libstrmiids.a $(DESTDIR)$(dlldir)/svrapi.dll $(DESTDIR)$(dlldir)/sxs.dll \
  $(DESTDIR)$(dlldir)/libsxs.def $(DESTDIR)$(dlldir)/system.drv16 $(DESTDIR)$(dlldir)/t2embed.dll \
  $(DESTDIR)$(dlldir)/libt2embed.def $(DESTDIR)$(dlldir)/tapi32.dll \
  $(DESTDIR)$(dlldir)/libtapi32.def $(DESTDIR)$(dlldir)/taskschd.dll $(DESTDIR)$(dlldir)/tdh.dll \
  $(DESTDIR)$(dlldir)/tdi.sys $(DESTDIR)$(dlldir)/toolhelp.dll16 $(DESTDIR)$(dlldir)/traffic.dll \
  $(DESTDIR)$(dlldir)/twain.dll16 $(DESTDIR)$(dlldir)/twain_32.dll $(DESTDIR)$(dlldir)/typelib.dll16 \
  $(DESTDIR)$(dlldir)/tzres.dll $(DESTDIR)$(dlldir)/ucrtbase.dll.so \
  $(DESTDIR)$(dlldir)/fakedlls/ucrtbase.dll $(DESTDIR)$(dlldir)/libucrtbase.a \
  $(DESTDIR)$(dlldir)/uianimation.dll $(DESTDIR)$(dlldir)/uiautomationcore.dll \
  $(DESTDIR)$(dlldir)/libuiautomationcore.def $(DESTDIR)$(dlldir)/uiribbon.dll \
  $(DESTDIR)$(dlldir)/unicows.dll $(DESTDIR)$(dlldir)/libunicows.def \
  $(DESTDIR)$(dlldir)/updspapi.dll $(DESTDIR)$(dlldir)/url.dll $(DESTDIR)$(dlldir)/liburl.def \
  $(DESTDIR)$(dlldir)/urlmon.dll $(DESTDIR)$(dlldir)/liburlmon.def $(DESTDIR)$(dlldir)/usbd.sys \
  $(DESTDIR)$(dlldir)/libusbd.def $(DESTDIR)$(dlldir)/user.exe16 $(DESTDIR)$(dlldir)/user32.dll.so \
  $(DESTDIR)$(dlldir)/fakedlls/user32.dll $(DESTDIR)$(dlldir)/libuser32.def \
  $(DESTDIR)$(dlldir)/userenv.dll $(DESTDIR)$(dlldir)/libuserenv.def $(DESTDIR)$(dlldir)/usp10.dll \
  $(DESTDIR)$(dlldir)/libusp10.def $(DESTDIR)$(dlldir)/utildll.dll $(DESTDIR)$(dlldir)/libuuid.a \
  $(DESTDIR)$(dlldir)/uxtheme.dll $(DESTDIR)$(dlldir)/libuxtheme.def \
  $(DESTDIR)$(dlldir)/vbscript.dll $(DESTDIR)$(dlldir)/vcomp.dll $(DESTDIR)$(dlldir)/vcomp100.dll \
  $(DESTDIR)$(dlldir)/vcomp110.dll $(DESTDIR)$(dlldir)/vcomp120.dll $(DESTDIR)$(dlldir)/vcomp140.dll \
  $(DESTDIR)$(dlldir)/vcomp90.dll $(DESTDIR)$(dlldir)/vcruntime140.dll $(DESTDIR)$(dlldir)/vdhcp.vxd \
  $(DESTDIR)$(dlldir)/vdmdbg.dll $(DESTDIR)$(dlldir)/libvdmdbg.def $(DESTDIR)$(dlldir)/ver.dll16 \
  $(DESTDIR)$(dlldir)/version.dll $(DESTDIR)$(dlldir)/libversion.def \
  $(DESTDIR)$(dlldir)/virtdisk.dll $(DESTDIR)$(dlldir)/vmm.vxd $(DESTDIR)$(dlldir)/vnbt.vxd \
  $(DESTDIR)$(dlldir)/vnetbios.vxd $(DESTDIR)$(dlldir)/vssapi.dll $(DESTDIR)$(dlldir)/vtdapi.vxd \
  $(DESTDIR)$(dlldir)/vulkan-1.dll $(DESTDIR)$(dlldir)/libvulkan-1.def \
  $(DESTDIR)$(dlldir)/vwin32.vxd $(DESTDIR)$(dlldir)/w32skrnl.dll $(DESTDIR)$(dlldir)/w32sys.dll16 \
  $(DESTDIR)$(dlldir)/wbemdisp.dll $(DESTDIR)$(dlldir)/wbemprox.dll $(DESTDIR)$(dlldir)/wdscore.dll \
  $(DESTDIR)$(dlldir)/webservices.dll $(DESTDIR)$(dlldir)/libwebservices.def \
  $(DESTDIR)$(dlldir)/wer.dll $(DESTDIR)$(dlldir)/libwer.def $(DESTDIR)$(dlldir)/wevtapi.dll \
  $(DESTDIR)$(dlldir)/wiaservc.dll $(DESTDIR)$(dlldir)/wimgapi.dll \
  $(DESTDIR)$(dlldir)/win32s16.dll16 $(DESTDIR)$(dlldir)/win87em.dll16 \
  $(DESTDIR)$(dlldir)/winaspi.dll16.so $(DESTDIR)$(dlldir)/fakedlls/winaspi.dll16 \
  $(DESTDIR)$(dlldir)/windebug.dll16 $(DESTDIR)$(dlldir)/windowscodecs.dll.so \
  $(DESTDIR)$(dlldir)/fakedlls/windowscodecs.dll $(DESTDIR)$(dlldir)/libwindowscodecs.def \
  $(DESTDIR)$(dlldir)/windowscodecsext.dll $(DESTDIR)$(dlldir)/libwindowscodecsext.def \
  $(DESTDIR)$(dlldir)/winealsa.drv.so $(DESTDIR)$(dlldir)/fakedlls/winealsa.drv \
  $(DESTDIR)$(dlldir)/winebus.sys.so $(DESTDIR)$(dlldir)/fakedlls/winebus.sys \
  $(DESTDIR)$(dlldir)/libwinecrt0.a $(DESTDIR)$(dlldir)/wined3d.dll.so \
  $(DESTDIR)$(dlldir)/fakedlls/wined3d.dll $(DESTDIR)$(dlldir)/libwined3d.def \
  $(DESTDIR)$(dlldir)/winehid.sys $(DESTDIR)$(dlldir)/winejoystick.drv.so \
  $(DESTDIR)$(dlldir)/fakedlls/winejoystick.drv $(DESTDIR)$(dlldir)/winemapi.dll \
  $(DESTDIR)$(dlldir)/wineps.drv $(DESTDIR)$(dlldir)/wineps16.drv16 \
  $(DESTDIR)$(dlldir)/winepulse.drv.so $(DESTDIR)$(dlldir)/fakedlls/winepulse.drv \
  $(DESTDIR)$(dlldir)/winevulkan.dll.so $(DESTDIR)$(dlldir)/fakedlls/winevulkan.dll \
  $(DESTDIR)$(dlldir)/libwinevulkan.def $(DESTDIR)$(dlldir)/winex11.drv.so \
  $(DESTDIR)$(dlldir)/fakedlls/winex11.drv $(DESTDIR)$(dlldir)/wing.dll16 \
  $(DESTDIR)$(dlldir)/wing32.dll $(DESTDIR)$(dlldir)/winhttp.dll $(DESTDIR)$(dlldir)/libwinhttp.def \
  $(DESTDIR)$(dlldir)/wininet.dll $(DESTDIR)$(dlldir)/libwininet.def $(DESTDIR)$(dlldir)/winmm.dll \
  $(DESTDIR)$(dlldir)/libwinmm.def $(DESTDIR)$(dlldir)/winnls.dll16 $(DESTDIR)$(dlldir)/winnls32.dll \
  $(DESTDIR)$(dlldir)/libwinnls32.def $(DESTDIR)$(dlldir)/winscard.dll \
  $(DESTDIR)$(dlldir)/libwinscard.def $(DESTDIR)$(dlldir)/winsock.dll16 \
  $(DESTDIR)$(dlldir)/winspool.drv.so $(DESTDIR)$(dlldir)/fakedlls/winspool.drv \
  $(DESTDIR)$(dlldir)/libwinspool.def $(DESTDIR)$(dlldir)/winsta.dll \
  $(DESTDIR)$(dlldir)/wintab.dll16 $(DESTDIR)$(dlldir)/wintab32.dll \
  $(DESTDIR)$(dlldir)/libwintab32.def $(DESTDIR)$(dlldir)/wintrust.dll \
  $(DESTDIR)$(dlldir)/libwintrust.def $(DESTDIR)$(dlldir)/winusb.dll $(DESTDIR)$(dlldir)/wlanapi.dll \
  $(DESTDIR)$(dlldir)/libwlanapi.def $(DESTDIR)$(dlldir)/wlanui.dll \
  $(DESTDIR)$(dlldir)/wldap32.dll.so $(DESTDIR)$(dlldir)/fakedlls/wldap32.dll \
  $(DESTDIR)$(dlldir)/libwldap32.def $(DESTDIR)$(dlldir)/wmasf.dll \
  $(DESTDIR)$(dlldir)/libwmcodecdspuuid.a $(DESTDIR)$(dlldir)/wmi.dll \
  $(DESTDIR)$(dlldir)/wmiutils.dll $(DESTDIR)$(dlldir)/wmp.dll $(DESTDIR)$(dlldir)/wmphoto.dll \
  $(DESTDIR)$(dlldir)/wmvcore.dll $(DESTDIR)$(dlldir)/libwmvcore.def \
  $(DESTDIR)$(dlldir)/wnaspi32.dll.so $(DESTDIR)$(dlldir)/fakedlls/wnaspi32.dll \
  $(DESTDIR)$(dlldir)/libwnaspi32.def $(DESTDIR)$(dlldir)/wow32.dll $(DESTDIR)$(dlldir)/libwow32.def \
  $(DESTDIR)$(dlldir)/wpc.dll $(DESTDIR)$(dlldir)/wpcap.dll.so \
  $(DESTDIR)$(dlldir)/fakedlls/wpcap.dll $(DESTDIR)$(dlldir)/ws2_32.dll.so \
  $(DESTDIR)$(dlldir)/fakedlls/ws2_32.dll $(DESTDIR)$(dlldir)/libws2_32.def \
  $(DESTDIR)$(dlldir)/wsdapi.dll $(DESTDIR)$(dlldir)/libwsdapi.def $(DESTDIR)$(dlldir)/wshom.ocx \
  $(DESTDIR)$(dlldir)/wsnmp32.dll $(DESTDIR)$(dlldir)/libwsnmp32.def $(DESTDIR)$(dlldir)/wsock32.dll \
  $(DESTDIR)$(dlldir)/libwsock32.def $(DESTDIR)$(dlldir)/wtsapi32.dll \
  $(DESTDIR)$(dlldir)/libwtsapi32.def $(DESTDIR)$(dlldir)/wuapi.dll $(DESTDIR)$(dlldir)/wuaueng.dll \
  $(DESTDIR)$(dlldir)/x3daudio1_0.dll.so $(DESTDIR)$(dlldir)/fakedlls/x3daudio1_0.dll \
  $(DESTDIR)$(dlldir)/x3daudio1_1.dll.so $(DESTDIR)$(dlldir)/fakedlls/x3daudio1_1.dll \
  $(DESTDIR)$(dlldir)/x3daudio1_2.dll.so $(DESTDIR)$(dlldir)/fakedlls/x3daudio1_2.dll \
  $(DESTDIR)$(dlldir)/x3daudio1_3.dll.so $(DESTDIR)$(dlldir)/fakedlls/x3daudio1_3.dll \
  $(DESTDIR)$(dlldir)/x3daudio1_4.dll.so $(DESTDIR)$(dlldir)/fakedlls/x3daudio1_4.dll \
  $(DESTDIR)$(dlldir)/x3daudio1_5.dll.so $(DESTDIR)$(dlldir)/fakedlls/x3daudio1_5.dll \
  $(DESTDIR)$(dlldir)/x3daudio1_6.dll.so $(DESTDIR)$(dlldir)/fakedlls/x3daudio1_6.dll \
  $(DESTDIR)$(dlldir)/x3daudio1_7.dll.so $(DESTDIR)$(dlldir)/fakedlls/x3daudio1_7.dll \
  $(DESTDIR)$(dlldir)/xapofx1_1.dll.so $(DESTDIR)$(dlldir)/fakedlls/xapofx1_1.dll \
  $(DESTDIR)$(dlldir)/xapofx1_2.dll.so $(DESTDIR)$(dlldir)/fakedlls/xapofx1_2.dll \
  $(DESTDIR)$(dlldir)/xapofx1_3.dll.so $(DESTDIR)$(dlldir)/fakedlls/xapofx1_3.dll \
  $(DESTDIR)$(dlldir)/xapofx1_4.dll.so $(DESTDIR)$(dlldir)/fakedlls/xapofx1_4.dll \
  $(DESTDIR)$(dlldir)/xapofx1_5.dll.so $(DESTDIR)$(dlldir)/fakedlls/xapofx1_5.dll \
  $(DESTDIR)$(dlldir)/xaudio2_0.dll.so $(DESTDIR)$(dlldir)/fakedlls/xaudio2_0.dll \
  $(DESTDIR)$(dlldir)/xaudio2_1.dll.so $(DESTDIR)$(dlldir)/fakedlls/xaudio2_1.dll \
  $(DESTDIR)$(dlldir)/xaudio2_2.dll.so $(DESTDIR)$(dlldir)/fakedlls/xaudio2_2.dll \
  $(DESTDIR)$(dlldir)/xaudio2_3.dll.so $(DESTDIR)$(dlldir)/fakedlls/xaudio2_3.dll \
  $(DESTDIR)$(dlldir)/xaudio2_4.dll.so $(DESTDIR)$(dlldir)/fakedlls/xaudio2_4.dll \
  $(DESTDIR)$(dlldir)/xaudio2_5.dll.so $(DESTDIR)$(dlldir)/fakedlls/xaudio2_5.dll \
  $(DESTDIR)$(dlldir)/xaudio2_6.dll.so $(DESTDIR)$(dlldir)/fakedlls/xaudio2_6.dll \
  $(DESTDIR)$(dlldir)/xaudio2_7.dll.so $(DESTDIR)$(dlldir)/fakedlls/xaudio2_7.dll \
  $(DESTDIR)$(dlldir)/xaudio2_8.dll.so $(DESTDIR)$(dlldir)/fakedlls/xaudio2_8.dll \
  $(DESTDIR)$(dlldir)/xaudio2_9.dll.so $(DESTDIR)$(dlldir)/fakedlls/xaudio2_9.dll \
  $(DESTDIR)$(dlldir)/xinput1_1.dll $(DESTDIR)$(dlldir)/xinput1_2.dll \
  $(DESTDIR)$(dlldir)/xinput1_3.dll $(DESTDIR)$(dlldir)/libxinput.def \
  $(DESTDIR)$(dlldir)/xinput1_4.dll $(DESTDIR)$(dlldir)/xinput9_1_0.dll \
  $(DESTDIR)$(dlldir)/xmllite.dll $(DESTDIR)$(dlldir)/libxmllite.def $(DESTDIR)$(dlldir)/xolehlp.dll \
  $(DESTDIR)$(dlldir)/xpsprint.dll $(DESTDIR)$(dlldir)/xpssvcs.dll \
  $(DESTDIR)$(libdir)/libwine.so.1.0 $(DESTDIR)$(libdir)/libwine.so.1 $(DESTDIR)$(libdir)/libwine.so \
  $(DESTDIR)$(mandir)/de.UTF-8/man1/wine.1 $(DESTDIR)$(mandir)/fr.UTF-8/man1/wine.1 \
  $(DESTDIR)$(mandir)/man1/wine.1 $(DESTDIR)$(mandir)/pl.UTF-8/man1/wine.1 $(DESTDIR)$(bindir)/wine \
  $(DESTDIR)$(bindir)/wine-preloader $(DESTDIR)$(dlldir)/arp.exe \
  $(DESTDIR)$(dlldir)/aspnet_regiis.exe $(DESTDIR)$(dlldir)/attrib.exe \
  $(DESTDIR)$(dlldir)/cabarc.exe $(DESTDIR)$(dlldir)/cacls.exe $(DESTDIR)$(dlldir)/chcp.com \
  $(DESTDIR)$(dlldir)/clock.exe $(DESTDIR)$(dlldir)/cmd.exe $(DESTDIR)$(dlldir)/conhost.exe \
  $(DESTDIR)$(dlldir)/control.exe $(DESTDIR)$(dlldir)/cscript.exe $(DESTDIR)$(dlldir)/dism.exe \
  $(DESTDIR)$(dlldir)/dpnsvr.exe $(DESTDIR)$(dlldir)/dxdiag.exe $(DESTDIR)$(dlldir)/eject.exe \
  $(DESTDIR)$(dlldir)/expand.exe $(DESTDIR)$(dlldir)/explorer.exe $(DESTDIR)$(dlldir)/extrac32.exe \
  $(DESTDIR)$(dlldir)/fc.exe $(DESTDIR)$(dlldir)/find.exe $(DESTDIR)$(dlldir)/findstr.exe \
  $(DESTDIR)$(dlldir)/fsutil.exe $(DESTDIR)$(dlldir)/hh.exe $(DESTDIR)$(dlldir)/hostname.exe \
  $(DESTDIR)$(dlldir)/icacls.exe $(DESTDIR)$(dlldir)/icinfo.exe $(DESTDIR)$(dlldir)/iexplore.exe \
  $(DESTDIR)$(dlldir)/ipconfig.exe $(DESTDIR)$(dlldir)/lodctr.exe $(DESTDIR)$(dlldir)/mofcomp.exe \
  $(DESTDIR)$(dlldir)/mshta.exe $(DESTDIR)$(dlldir)/msidb.exe $(DESTDIR)$(dlldir)/msiexec.exe \
  $(DESTDIR)$(dlldir)/msinfo32.exe $(DESTDIR)$(dlldir)/net.exe $(DESTDIR)$(dlldir)/netsh.exe \
  $(DESTDIR)$(dlldir)/netstat.exe $(DESTDIR)$(dlldir)/ngen.exe $(DESTDIR)$(dlldir)/notepad.exe \
  $(DESTDIR)$(dlldir)/oleview.exe $(DESTDIR)$(dlldir)/ping.exe $(DESTDIR)$(dlldir)/plugplay.exe \
  $(DESTDIR)$(dlldir)/powershell.exe $(DESTDIR)$(dlldir)/presentationfontcache.exe \
  $(DESTDIR)$(dlldir)/progman.exe $(DESTDIR)$(dlldir)/reg.exe $(DESTDIR)$(dlldir)/regasm.exe \
  $(DESTDIR)$(dlldir)/regedit.exe $(DESTDIR)$(dlldir)/regini.exe $(DESTDIR)$(dlldir)/regsvcs.exe \
  $(DESTDIR)$(dlldir)/regsvr32.exe $(DESTDIR)$(dlldir)/rpcss.exe $(DESTDIR)$(dlldir)/rundll.exe16 \
  $(DESTDIR)$(dlldir)/rundll32.exe $(DESTDIR)$(dlldir)/sc.exe $(DESTDIR)$(dlldir)/schtasks.exe \
  $(DESTDIR)$(dlldir)/sdbinst.exe $(DESTDIR)$(dlldir)/secedit.exe \
  $(DESTDIR)$(dlldir)/servicemodelreg.exe $(DESTDIR)$(dlldir)/services.exe \
  $(DESTDIR)$(dlldir)/shutdown.exe $(DESTDIR)$(dlldir)/spoolsv.exe $(DESTDIR)$(dlldir)/start.exe \
  $(DESTDIR)$(dlldir)/subst.exe $(DESTDIR)$(dlldir)/svchost.exe $(DESTDIR)$(dlldir)/systeminfo.exe \
  $(DESTDIR)$(dlldir)/taskkill.exe $(DESTDIR)$(dlldir)/tasklist.exe $(DESTDIR)$(dlldir)/taskmgr.exe \
  $(DESTDIR)$(dlldir)/termsv.exe $(DESTDIR)$(dlldir)/uninstaller.exe \
  $(DESTDIR)$(dlldir)/unlodctr.exe $(DESTDIR)$(dlldir)/view.exe $(DESTDIR)$(dlldir)/wevtutil.exe \
  $(DESTDIR)$(dlldir)/where.exe $(DESTDIR)$(dlldir)/whoami.exe $(DESTDIR)$(dlldir)/wineboot.exe \
  $(DESTDIR)$(dlldir)/winebrowser.exe.so $(DESTDIR)$(dlldir)/fakedlls/winebrowser.exe \
  $(DESTDIR)$(dlldir)/winecfg.exe.so $(DESTDIR)$(dlldir)/fakedlls/winecfg.exe \
  $(DESTDIR)$(dlldir)/wineconsole.exe.so $(DESTDIR)$(dlldir)/fakedlls/wineconsole.exe \
  $(DESTDIR)$(dlldir)/winedbg.exe.so $(DESTDIR)$(dlldir)/fakedlls/winedbg.exe \
  $(DESTDIR)$(dlldir)/winedevice.exe $(DESTDIR)$(dlldir)/winefile.exe \
  $(DESTDIR)$(dlldir)/winemenubuilder.exe.so $(DESTDIR)$(dlldir)/fakedlls/winemenubuilder.exe \
  $(DESTDIR)$(dlldir)/winemine.exe $(DESTDIR)$(dlldir)/winemsibuilder.exe \
  $(DESTDIR)$(dlldir)/winepath.exe.so $(DESTDIR)$(dlldir)/fakedlls/winepath.exe \
  $(DESTDIR)$(dlldir)/winevdm.exe.so $(DESTDIR)$(dlldir)/fakedlls/winevdm.exe \
  $(DESTDIR)$(dlldir)/winhelp.exe16 $(DESTDIR)$(dlldir)/winhlp32.exe $(DESTDIR)$(dlldir)/winmgmt.exe \
  $(DESTDIR)$(dlldir)/winoldap.mod16 $(DESTDIR)$(dlldir)/winver.exe.so \
  $(DESTDIR)$(dlldir)/fakedlls/winver.exe $(DESTDIR)$(dlldir)/wmic.exe \
  $(DESTDIR)$(dlldir)/wmplayer.exe $(DESTDIR)$(dlldir)/wordpad.exe $(DESTDIR)$(dlldir)/write.exe \
  $(DESTDIR)$(dlldir)/wscript.exe $(DESTDIR)$(dlldir)/wuauserv.exe $(DESTDIR)$(dlldir)/wusa.exe \
  $(DESTDIR)$(dlldir)/xcopy.exe
	-rmdir $(DESTDIR)$(mandir)/de.UTF-8/man1 $(DESTDIR)$(mandir)/fr.UTF-8/man1 \
  $(DESTDIR)$(mandir)/pl.UTF-8/man1 $(DESTDIR)$(mandir)/de.UTF-8 $(DESTDIR)$(mandir)/fr.UTF-8 \
  $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/pl.UTF-8 $(DESTDIR)$(mandir) \
  $(DESTDIR)$(dlldir)/fakedlls $(DESTDIR)$(dlldir) $(DESTDIR)$(bindir) $(DESTDIR)$(libdir)
clean::
	rm -f dlls/libd3dcompiler.def dlls/libd3dcompiler.cross.a dlls/libd3dx10.def dlls/libd3dx10.cross.a \
  dlls/libd3dx11.def dlls/libd3dx11.cross.a dlls/libd3dx9.def dlls/libd3dx9.cross.a \
  dlls/libhtmlhelp.def dlls/libhidclass.def dlls/libhidclass.cross.a dlls/libkernel.def \
  dlls/libkernel.cross.a dlls/libntoskrnl.def dlls/libntoskrnl.cross.a dlls/libusbd.def \
  dlls/libwinspool.def dlls/libwinspool.delay.a dlls/libwinspool.cross.a dlls/libxinput.def
.PHONY: all dlls/adsldp/tests/test dlls/advapi32/tests/test dlls/advpack/tests/test \
  dlls/amstream/tests/test dlls/apphelp/tests/test dlls/atl/tests/test dlls/atl100/tests/test \
  dlls/atl80/tests/test dlls/atlthunk/tests/test dlls/avifil32/tests/test dlls/bcrypt/tests/test \
  dlls/browseui/tests/test dlls/cabinet/tests/test dlls/combase/tests/test dlls/comcat/tests/test \
  dlls/comctl32/tests/test dlls/comdlg32/tests/test dlls/comsvcs/tests/test dlls/credui/tests/test \
  dlls/crypt32/tests/test dlls/cryptnet/tests/test dlls/cryptui/tests/test dlls/d2d1/tests/test \
  dlls/d3d10/tests/test dlls/d3d10_1/tests/test dlls/d3d10core/tests/test dlls/d3d11/tests/test \
  dlls/d3d12/tests/test dlls/d3d8/tests/test dlls/d3d9/tests/test dlls/d3dcompiler_43/tests/test \
  dlls/d3dcompiler_47/tests/test dlls/d3drm/tests/test dlls/d3dx10_43/tests/test \
  dlls/d3dx11_43/tests/test dlls/d3dx9_36/tests/test dlls/d3dxof/tests/test dlls/dbgeng/tests/test \
  dlls/dbghelp/tests/test dlls/ddraw/tests/test dlls/ddrawex/tests/test dlls/devenum/tests/test \
  dlls/dhcpcsvc/tests/test dlls/dinput/tests/test dlls/dinput8/tests/test dlls/dispex/tests/test \
  dlls/dmband/tests/test dlls/dmcompos/tests/test dlls/dmime/tests/test dlls/dmloader/tests/test \
  dlls/dmscript/tests/test dlls/dmstyle/tests/test dlls/dmsynth/tests/test dlls/dmusic/tests/test \
  dlls/dnsapi/tests/test dlls/dplayx/tests/test dlls/dpnet/tests/test dlls/dpvoice/tests/test \
  dlls/dsound/tests/test dlls/dssenh/tests/test dlls/dswave/tests/test dlls/dwmapi/tests/test \
  dlls/dwrite/tests/test dlls/dxdiagn/tests/test dlls/dxgi/tests/test dlls/evr/tests/test \
  dlls/explorerframe/tests/test dlls/faultrep/tests/test dlls/fusion/tests/test \
  dlls/gameux/tests/test dlls/gdi32/tests/test dlls/gdiplus/tests/test dlls/hid/tests/test \
  dlls/hlink/tests/test dlls/hnetcfg/tests/test dlls/httpapi/tests/test dlls/ieframe/tests/test \
  dlls/imagehlp/tests/test dlls/imm32/tests/test dlls/inetcomm/tests/test dlls/inetmib1/tests/test \
  dlls/infosoft/tests/test dlls/iphlpapi/tests/test dlls/itss/tests/test dlls/jscript/tests/test \
  dlls/jsproxy/tests/test dlls/kernel32/tests/test dlls/kernelbase/tests/test \
  dlls/localspl/tests/test dlls/localui/tests/test dlls/lz32/tests/test dlls/mapi32/tests/test \
  dlls/mf/tests/test dlls/mfmediaengine/tests/test dlls/mfplat/tests/test \
  dlls/mfreadwrite/tests/test dlls/mlang/tests/test dlls/mmcndmgr/tests/test \
  dlls/mmdevapi/tests/test dlls/mp3dmod/tests/test dlls/mpr/tests/test dlls/msacm32/tests/test \
  dlls/msado15/tests/test dlls/msasn1/tests/test dlls/mscms/tests/test dlls/mscoree/tests/test \
  dlls/msctf/tests/test dlls/msdmo/tests/test dlls/msftedit/tests/test dlls/mshtml/tests/test \
  dlls/msi/tests/test dlls/mspatcha/tests/test dlls/msrle32/tests/test dlls/msscript.ocx/tests/test \
  dlls/mstask/tests/test dlls/msvcirt/tests/test dlls/msvcp100/tests/test dlls/msvcp110/tests/test \
  dlls/msvcp120/tests/test dlls/msvcp140/tests/test dlls/msvcp60/tests/test dlls/msvcp90/tests/test \
  dlls/msvcr100/tests/test dlls/msvcr110/tests/test dlls/msvcr120/tests/test dlls/msvcr90/tests/test \
  dlls/msvcrt/tests/test dlls/msvcrtd/tests/test dlls/msvfw32/tests/test dlls/msxml3/tests/test \
  dlls/netapi32/tests/test dlls/netcfgx/tests/test dlls/netprofm/tests/test dlls/ninput/tests/test \
  dlls/ntdll/tests/test dlls/ntdsapi/tests/test dlls/ntoskrnl.exe/tests/test dlls/ntprint/tests/test \
  dlls/odbccp32/tests/test dlls/ole32/tests/test dlls/oleacc/tests/test dlls/oleaut32/tests/test \
  dlls/oledb32/tests/test dlls/oledlg/tests/test dlls/opcservices/tests/test \
  dlls/opengl32/tests/test dlls/packager/tests/test dlls/pdh/tests/test dlls/propsys/tests/test \
  dlls/psapi/tests/test dlls/pstorec/tests/test dlls/qcap/tests/test dlls/qedit/tests/test \
  dlls/qmgr/tests/test dlls/quartz/tests/test dlls/qwave/tests/test dlls/rasapi32/tests/test \
  dlls/riched20/tests/test dlls/riched32/tests/test dlls/rpcrt4/tests/test dlls/rsaenh/tests/test \
  dlls/sapi/tests/test dlls/schannel/tests/test dlls/schedsvc/tests/test dlls/scrobj/tests/test \
  dlls/scrrun/tests/test dlls/secur32/tests/test dlls/serialui/tests/test dlls/setupapi/tests/test \
  dlls/shcore/tests/test dlls/shdocvw/tests/test dlls/shell32/tests/test dlls/shlwapi/tests/test \
  dlls/slc/tests/test dlls/snmpapi/tests/test dlls/spoolss/tests/test dlls/sti/tests/test \
  dlls/sxs/tests/test dlls/t2embed/tests/test dlls/tapi32/tests/test dlls/taskschd/tests/test \
  dlls/twain_32/tests/test dlls/ucrtbase/tests/test dlls/uianimation/tests/test \
  dlls/uiautomationcore/tests/test dlls/urlmon/tests/test dlls/user32/tests/test \
  dlls/userenv/tests/test dlls/usp10/tests/test dlls/uxtheme/tests/test dlls/vbscript/tests/test \
  dlls/vcomp/tests/test dlls/version/tests/test dlls/virtdisk/tests/test dlls/vulkan-1/tests/test \
  dlls/wbemdisp/tests/test dlls/wbemprox/tests/test dlls/webservices/tests/test dlls/wer/tests/test \
  dlls/wiaservc/tests/test dlls/windowscodecs/tests/test dlls/windowscodecsext/tests/test \
  dlls/winhttp/tests/test dlls/wininet/tests/test dlls/winmm/tests/test dlls/winspool.drv/tests/test \
  dlls/wintab32/tests/test dlls/wintrust/tests/test dlls/wlanapi/tests/test dlls/wldap32/tests/test \
  dlls/wmiutils/tests/test dlls/wmp/tests/test dlls/wmvcore/tests/test dlls/wpc/tests/test \
  dlls/ws2_32/tests/test dlls/wsdapi/tests/test dlls/wshom.ocx/tests/test dlls/wsnmp32/tests/test \
  dlls/wtsapi32/tests/test dlls/xaudio2_7/tests/test dlls/xinput1_3/tests/test \
  dlls/xmllite/tests/test programs/cmd/tests/test programs/find/tests/test \
  programs/fsutil/tests/test programs/reg/tests/test programs/regedit/tests/test \
  programs/schtasks/tests/test programs/services/tests/test programs/wscript/tests/test \
  programs/xcopy/tests/test buildtests check test distclean testclean dlls/acledit dlls/aclui \
  dlls/activeds dlls/actxprxy dlls/adsiid dlls/adsldp dlls/adsldp/tests dlls/adsldpc dlls/advapi32 \
  dlls/advapi32/tests dlls/advpack dlls/advpack/tests dlls/amsi dlls/amstream dlls/amstream/tests \
  dlls/api-ms-win-appmodel-identity-l1-1-0 dlls/api-ms-win-appmodel-runtime-l1-1-1 \
  dlls/api-ms-win-appmodel-runtime-l1-1-2 dlls/api-ms-win-core-apiquery-l1-1-0 \
  dlls/api-ms-win-core-appcompat-l1-1-1 dlls/api-ms-win-core-appinit-l1-1-0 \
  dlls/api-ms-win-core-atoms-l1-1-0 dlls/api-ms-win-core-bem-l1-1-0 dlls/api-ms-win-core-com-l1-1-0 \
  dlls/api-ms-win-core-com-l1-1-1 dlls/api-ms-win-core-com-private-l1-1-0 \
  dlls/api-ms-win-core-comm-l1-1-0 dlls/api-ms-win-core-console-l1-1-0 \
  dlls/api-ms-win-core-console-l2-1-0 dlls/api-ms-win-core-crt-l1-1-0 \
  dlls/api-ms-win-core-crt-l2-1-0 dlls/api-ms-win-core-datetime-l1-1-0 \
  dlls/api-ms-win-core-datetime-l1-1-1 dlls/api-ms-win-core-debug-l1-1-0 \
  dlls/api-ms-win-core-debug-l1-1-1 dlls/api-ms-win-core-delayload-l1-1-0 \
  dlls/api-ms-win-core-delayload-l1-1-1 dlls/api-ms-win-core-errorhandling-l1-1-0 \
  dlls/api-ms-win-core-errorhandling-l1-1-1 dlls/api-ms-win-core-errorhandling-l1-1-2 \
  dlls/api-ms-win-core-errorhandling-l1-1-3 dlls/api-ms-win-core-fibers-l1-1-0 \
  dlls/api-ms-win-core-fibers-l1-1-1 dlls/api-ms-win-core-file-l1-1-0 \
  dlls/api-ms-win-core-file-l1-2-0 dlls/api-ms-win-core-file-l1-2-1 dlls/api-ms-win-core-file-l1-2-2 \
  dlls/api-ms-win-core-file-l2-1-0 dlls/api-ms-win-core-file-l2-1-1 dlls/api-ms-win-core-file-l2-1-2 \
  dlls/api-ms-win-core-handle-l1-1-0 dlls/api-ms-win-core-heap-l1-1-0 \
  dlls/api-ms-win-core-heap-l1-2-0 dlls/api-ms-win-core-heap-l2-1-0 \
  dlls/api-ms-win-core-heap-obsolete-l1-1-0 dlls/api-ms-win-core-interlocked-l1-1-0 \
  dlls/api-ms-win-core-interlocked-l1-2-0 dlls/api-ms-win-core-io-l1-1-0 \
  dlls/api-ms-win-core-io-l1-1-1 dlls/api-ms-win-core-job-l1-1-0 dlls/api-ms-win-core-job-l2-1-0 \
  dlls/api-ms-win-core-kernel32-legacy-l1-1-0 dlls/api-ms-win-core-kernel32-legacy-l1-1-1 \
  dlls/api-ms-win-core-kernel32-private-l1-1-1 dlls/api-ms-win-core-largeinteger-l1-1-0 \
  dlls/api-ms-win-core-libraryloader-l1-1-0 dlls/api-ms-win-core-libraryloader-l1-1-1 \
  dlls/api-ms-win-core-libraryloader-l1-2-0 dlls/api-ms-win-core-libraryloader-l1-2-1 \
  dlls/api-ms-win-core-libraryloader-l1-2-2 dlls/api-ms-win-core-localization-l1-1-0 \
  dlls/api-ms-win-core-localization-l1-2-0 dlls/api-ms-win-core-localization-l1-2-1 \
  dlls/api-ms-win-core-localization-l2-1-0 dlls/api-ms-win-core-localization-obsolete-l1-1-0 \
  dlls/api-ms-win-core-localization-obsolete-l1-2-0 \
  dlls/api-ms-win-core-localization-obsolete-l1-3-0 dlls/api-ms-win-core-localization-private-l1-1-0 \
  dlls/api-ms-win-core-localregistry-l1-1-0 dlls/api-ms-win-core-memory-l1-1-0 \
  dlls/api-ms-win-core-memory-l1-1-1 dlls/api-ms-win-core-memory-l1-1-2 \
  dlls/api-ms-win-core-misc-l1-1-0 dlls/api-ms-win-core-namedpipe-l1-1-0 \
  dlls/api-ms-win-core-namedpipe-l1-2-0 dlls/api-ms-win-core-namespace-l1-1-0 \
  dlls/api-ms-win-core-normalization-l1-1-0 dlls/api-ms-win-core-path-l1-1-0 \
  dlls/api-ms-win-core-privateprofile-l1-1-1 dlls/api-ms-win-core-processenvironment-l1-1-0 \
  dlls/api-ms-win-core-processenvironment-l1-2-0 dlls/api-ms-win-core-processthreads-l1-1-0 \
  dlls/api-ms-win-core-processthreads-l1-1-1 dlls/api-ms-win-core-processthreads-l1-1-2 \
  dlls/api-ms-win-core-processthreads-l1-1-3 dlls/api-ms-win-core-processtopology-obsolete-l1-1-0 \
  dlls/api-ms-win-core-profile-l1-1-0 dlls/api-ms-win-core-psapi-ansi-l1-1-0 \
  dlls/api-ms-win-core-psapi-l1-1-0 dlls/api-ms-win-core-psapi-obsolete-l1-1-0 \
  dlls/api-ms-win-core-quirks-l1-1-0 dlls/api-ms-win-core-realtime-l1-1-0 \
  dlls/api-ms-win-core-registry-l1-1-0 dlls/api-ms-win-core-registry-l2-1-0 \
  dlls/api-ms-win-core-registryuserspecific-l1-1-0 dlls/api-ms-win-core-rtlsupport-l1-1-0 \
  dlls/api-ms-win-core-rtlsupport-l1-2-0 dlls/api-ms-win-core-shlwapi-legacy-l1-1-0 \
  dlls/api-ms-win-core-shlwapi-obsolete-l1-1-0 dlls/api-ms-win-core-shlwapi-obsolete-l1-2-0 \
  dlls/api-ms-win-core-shutdown-l1-1-0 dlls/api-ms-win-core-sidebyside-l1-1-0 \
  dlls/api-ms-win-core-string-l1-1-0 dlls/api-ms-win-core-string-l2-1-0 \
  dlls/api-ms-win-core-string-obsolete-l1-1-0 dlls/api-ms-win-core-stringansi-l1-1-0 \
  dlls/api-ms-win-core-stringloader-l1-1-1 dlls/api-ms-win-core-synch-ansi-l1-1-0 \
  dlls/api-ms-win-core-synch-l1-1-0 dlls/api-ms-win-core-synch-l1-2-0 \
  dlls/api-ms-win-core-synch-l1-2-1 dlls/api-ms-win-core-sysinfo-l1-1-0 \
  dlls/api-ms-win-core-sysinfo-l1-2-0 dlls/api-ms-win-core-sysinfo-l1-2-1 \
  dlls/api-ms-win-core-threadpool-l1-1-0 dlls/api-ms-win-core-threadpool-l1-2-0 \
  dlls/api-ms-win-core-threadpool-legacy-l1-1-0 dlls/api-ms-win-core-threadpool-private-l1-1-0 \
  dlls/api-ms-win-core-timezone-l1-1-0 dlls/api-ms-win-core-toolhelp-l1-1-0 \
  dlls/api-ms-win-core-url-l1-1-0 dlls/api-ms-win-core-util-l1-1-0 \
  dlls/api-ms-win-core-version-l1-1-0 dlls/api-ms-win-core-version-l1-1-1 \
  dlls/api-ms-win-core-version-private-l1-1-0 dlls/api-ms-win-core-versionansi-l1-1-0 \
  dlls/api-ms-win-core-windowserrorreporting-l1-1-0 dlls/api-ms-win-core-winrt-error-l1-1-0 \
  dlls/api-ms-win-core-winrt-error-l1-1-1 dlls/api-ms-win-core-winrt-errorprivate-l1-1-1 \
  dlls/api-ms-win-core-winrt-l1-1-0 dlls/api-ms-win-core-winrt-registration-l1-1-0 \
  dlls/api-ms-win-core-winrt-roparameterizediid-l1-1-0 dlls/api-ms-win-core-winrt-string-l1-1-0 \
  dlls/api-ms-win-core-winrt-string-l1-1-1 dlls/api-ms-win-core-wow64-l1-1-0 \
  dlls/api-ms-win-core-wow64-l1-1-1 dlls/api-ms-win-core-xstate-l1-1-0 \
  dlls/api-ms-win-core-xstate-l2-1-0 dlls/api-ms-win-crt-conio-l1-1-0 \
  dlls/api-ms-win-crt-convert-l1-1-0 dlls/api-ms-win-crt-environment-l1-1-0 \
  dlls/api-ms-win-crt-filesystem-l1-1-0 dlls/api-ms-win-crt-heap-l1-1-0 \
  dlls/api-ms-win-crt-locale-l1-1-0 dlls/api-ms-win-crt-math-l1-1-0 \
  dlls/api-ms-win-crt-multibyte-l1-1-0 dlls/api-ms-win-crt-private-l1-1-0 \
  dlls/api-ms-win-crt-process-l1-1-0 dlls/api-ms-win-crt-runtime-l1-1-0 \
  dlls/api-ms-win-crt-stdio-l1-1-0 dlls/api-ms-win-crt-string-l1-1-0 dlls/api-ms-win-crt-time-l1-1-0 \
  dlls/api-ms-win-crt-utility-l1-1-0 dlls/api-ms-win-devices-config-l1-1-0 \
  dlls/api-ms-win-devices-config-l1-1-1 dlls/api-ms-win-devices-query-l1-1-1 \
  dlls/api-ms-win-downlevel-advapi32-l1-1-0 dlls/api-ms-win-downlevel-advapi32-l2-1-0 \
  dlls/api-ms-win-downlevel-normaliz-l1-1-0 dlls/api-ms-win-downlevel-ole32-l1-1-0 \
  dlls/api-ms-win-downlevel-shell32-l1-1-0 dlls/api-ms-win-downlevel-shlwapi-l1-1-0 \
  dlls/api-ms-win-downlevel-shlwapi-l2-1-0 dlls/api-ms-win-downlevel-user32-l1-1-0 \
  dlls/api-ms-win-downlevel-version-l1-1-0 dlls/api-ms-win-dx-d3dkmt-l1-1-0 \
  dlls/api-ms-win-eventing-classicprovider-l1-1-0 dlls/api-ms-win-eventing-consumer-l1-1-0 \
  dlls/api-ms-win-eventing-controller-l1-1-0 dlls/api-ms-win-eventing-legacy-l1-1-0 \
  dlls/api-ms-win-eventing-provider-l1-1-0 dlls/api-ms-win-eventlog-legacy-l1-1-0 \
  dlls/api-ms-win-gdi-dpiinfo-l1-1-0 dlls/api-ms-win-mm-joystick-l1-1-0 \
  dlls/api-ms-win-mm-misc-l1-1-1 dlls/api-ms-win-mm-mme-l1-1-0 dlls/api-ms-win-mm-time-l1-1-0 \
  dlls/api-ms-win-ntuser-dc-access-l1-1-0 dlls/api-ms-win-ntuser-rectangle-l1-1-0 \
  dlls/api-ms-win-ntuser-sysparams-l1-1-0 dlls/api-ms-win-perf-legacy-l1-1-0 \
  dlls/api-ms-win-power-base-l1-1-0 dlls/api-ms-win-power-setting-l1-1-0 \
  dlls/api-ms-win-rtcore-ntuser-draw-l1-1-0 dlls/api-ms-win-rtcore-ntuser-private-l1-1-0 \
  dlls/api-ms-win-rtcore-ntuser-private-l1-1-4 dlls/api-ms-win-rtcore-ntuser-window-l1-1-0 \
  dlls/api-ms-win-rtcore-ntuser-winevent-l1-1-0 dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0 \
  dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3 \
  dlls/api-ms-win-security-activedirectoryclient-l1-1-0 dlls/api-ms-win-security-audit-l1-1-1 \
  dlls/api-ms-win-security-base-l1-1-0 dlls/api-ms-win-security-base-l1-2-0 \
  dlls/api-ms-win-security-base-private-l1-1-1 dlls/api-ms-win-security-credentials-l1-1-0 \
  dlls/api-ms-win-security-cryptoapi-l1-1-0 dlls/api-ms-win-security-grouppolicy-l1-1-0 \
  dlls/api-ms-win-security-lsalookup-l1-1-0 dlls/api-ms-win-security-lsalookup-l1-1-1 \
  dlls/api-ms-win-security-lsalookup-l2-1-0 dlls/api-ms-win-security-lsalookup-l2-1-1 \
  dlls/api-ms-win-security-lsapolicy-l1-1-0 dlls/api-ms-win-security-provider-l1-1-0 \
  dlls/api-ms-win-security-sddl-l1-1-0 dlls/api-ms-win-security-systemfunctions-l1-1-0 \
  dlls/api-ms-win-service-core-l1-1-0 dlls/api-ms-win-service-core-l1-1-1 \
  dlls/api-ms-win-service-management-l1-1-0 dlls/api-ms-win-service-management-l2-1-0 \
  dlls/api-ms-win-service-private-l1-1-1 dlls/api-ms-win-service-winsvc-l1-1-0 \
  dlls/api-ms-win-service-winsvc-l1-2-0 dlls/api-ms-win-shcore-obsolete-l1-1-0 \
  dlls/api-ms-win-shcore-scaling-l1-1-1 dlls/api-ms-win-shcore-stream-l1-1-0 \
  dlls/api-ms-win-shcore-thread-l1-1-0 dlls/api-ms-win-shell-shellcom-l1-1-0 \
  dlls/api-ms-win-shell-shellfolders-l1-1-0 dlls/apphelp dlls/apphelp/tests dlls/appwiz.cpl dlls/atl \
  dlls/atl/tests dlls/atl100 dlls/atl100/tests dlls/atl110 dlls/atl80 dlls/atl80/tests dlls/atl90 \
  dlls/atlthunk dlls/atlthunk/tests dlls/atmlib dlls/authz dlls/avicap32 dlls/avifil32 \
  dlls/avifil32/tests dlls/avifile.dll16 dlls/avrt dlls/bcrypt dlls/bcrypt/tests dlls/bluetoothapis \
  dlls/browseui dlls/browseui/tests dlls/bthprops.cpl dlls/cabinet dlls/cabinet/tests dlls/capi2032 \
  dlls/cards dlls/cdosys dlls/cfgmgr32 dlls/clusapi dlls/combase dlls/combase/tests dlls/comcat \
  dlls/comcat/tests dlls/comctl32 dlls/comctl32/tests dlls/comdlg32 dlls/comdlg32/tests \
  dlls/comm.drv16 dlls/commdlg.dll16 dlls/compobj.dll16 dlls/compstui dlls/comsvcs \
  dlls/comsvcs/tests dlls/concrt140 dlls/connect dlls/credui dlls/credui/tests dlls/crtdll \
  dlls/crypt32 dlls/crypt32/tests dlls/cryptdlg dlls/cryptdll dlls/cryptext dlls/cryptnet \
  dlls/cryptnet/tests dlls/cryptui dlls/cryptui/tests dlls/ctapi32 dlls/ctl3d.dll16 dlls/ctl3d32 \
  dlls/ctl3dv2.dll16 dlls/d2d1 dlls/d2d1/tests dlls/d3d10 dlls/d3d10/tests dlls/d3d10_1 \
  dlls/d3d10_1/tests dlls/d3d10core dlls/d3d10core/tests dlls/d3d11 dlls/d3d11/tests dlls/d3d12 \
  dlls/d3d12/tests dlls/d3d8 dlls/d3d8/tests dlls/d3d9 dlls/d3d9/tests dlls/d3dcompiler_33 \
  dlls/d3dcompiler_34 dlls/d3dcompiler_35 dlls/d3dcompiler_36 dlls/d3dcompiler_37 \
  dlls/d3dcompiler_38 dlls/d3dcompiler_39 dlls/d3dcompiler_40 dlls/d3dcompiler_41 \
  dlls/d3dcompiler_42 dlls/d3dcompiler_43 dlls/d3dcompiler_43/tests dlls/d3dcompiler_46 \
  dlls/d3dcompiler_47 dlls/d3dcompiler_47/tests dlls/d3dim dlls/d3drm dlls/d3drm/tests \
  dlls/d3dx10_33 dlls/d3dx10_34 dlls/d3dx10_35 dlls/d3dx10_36 dlls/d3dx10_37 dlls/d3dx10_38 \
  dlls/d3dx10_39 dlls/d3dx10_40 dlls/d3dx10_41 dlls/d3dx10_42 dlls/d3dx10_43 dlls/d3dx10_43/tests \
  dlls/d3dx11_42 dlls/d3dx11_43 dlls/d3dx11_43/tests dlls/d3dx9_24 dlls/d3dx9_25 dlls/d3dx9_26 \
  dlls/d3dx9_27 dlls/d3dx9_28 dlls/d3dx9_29 dlls/d3dx9_30 dlls/d3dx9_31 dlls/d3dx9_32 dlls/d3dx9_33 \
  dlls/d3dx9_34 dlls/d3dx9_35 dlls/d3dx9_36 dlls/d3dx9_36/tests dlls/d3dx9_37 dlls/d3dx9_38 \
  dlls/d3dx9_39 dlls/d3dx9_40 dlls/d3dx9_41 dlls/d3dx9_42 dlls/d3dx9_43 dlls/d3dxof \
  dlls/d3dxof/tests dlls/davclnt dlls/dbgeng dlls/dbgeng/tests dlls/dbghelp dlls/dbghelp/tests \
  dlls/dciman32 dlls/ddeml.dll16 dlls/ddraw dlls/ddraw/tests dlls/ddrawex dlls/ddrawex/tests \
  dlls/devenum dlls/devenum/tests dlls/dhcpcsvc dlls/dhcpcsvc/tests dlls/dhtmled.ocx dlls/difxapi \
  dlls/dinput dlls/dinput/tests dlls/dinput8 dlls/dinput8/tests dlls/dispdib.dll16 dlls/dispex \
  dlls/dispex/tests dlls/display.drv16 dlls/dmband dlls/dmband/tests dlls/dmcompos \
  dlls/dmcompos/tests dlls/dmime dlls/dmime/tests dlls/dmloader dlls/dmloader/tests dlls/dmoguids \
  dlls/dmscript dlls/dmscript/tests dlls/dmstyle dlls/dmstyle/tests dlls/dmsynth dlls/dmsynth/tests \
  dlls/dmusic dlls/dmusic/tests dlls/dmusic32 dlls/dnsapi dlls/dnsapi/tests dlls/dplay dlls/dplayx \
  dlls/dplayx/tests dlls/dpnaddr dlls/dpnet dlls/dpnet/tests dlls/dpnhpast dlls/dpnlobby \
  dlls/dpvoice dlls/dpvoice/tests dlls/dpwsockx dlls/drmclien dlls/dsdmo dlls/dsound \
  dlls/dsound/tests dlls/dsquery dlls/dssenh dlls/dssenh/tests dlls/dswave dlls/dswave/tests \
  dlls/dwmapi dlls/dwmapi/tests dlls/dwrite dlls/dwrite/tests dlls/dx8vb dlls/dxdiagn \
  dlls/dxdiagn/tests dlls/dxerr8 dlls/dxerr9 dlls/dxgi dlls/dxgi/tests dlls/dxguid dlls/dxva2 \
  dlls/esent dlls/evr dlls/evr/tests dlls/explorerframe dlls/explorerframe/tests \
  dlls/ext-ms-win-authz-context-l1-1-0 dlls/ext-ms-win-domainjoin-netjoin-l1-1-0 \
  dlls/ext-ms-win-dwmapi-ext-l1-1-0 dlls/ext-ms-win-gdi-dc-create-l1-1-0 \
  dlls/ext-ms-win-gdi-dc-create-l1-1-1 dlls/ext-ms-win-gdi-dc-l1-2-0 \
  dlls/ext-ms-win-gdi-devcaps-l1-1-0 dlls/ext-ms-win-gdi-draw-l1-1-0 dlls/ext-ms-win-gdi-draw-l1-1-1 \
  dlls/ext-ms-win-gdi-font-l1-1-0 dlls/ext-ms-win-gdi-font-l1-1-1 dlls/ext-ms-win-gdi-render-l1-1-0 \
  dlls/ext-ms-win-kernel32-package-current-l1-1-0 dlls/ext-ms-win-kernel32-package-l1-1-1 \
  dlls/ext-ms-win-ntuser-dialogbox-l1-1-0 dlls/ext-ms-win-ntuser-draw-l1-1-0 \
  dlls/ext-ms-win-ntuser-gui-l1-1-0 dlls/ext-ms-win-ntuser-gui-l1-3-0 \
  dlls/ext-ms-win-ntuser-keyboard-l1-3-0 dlls/ext-ms-win-ntuser-message-l1-1-0 \
  dlls/ext-ms-win-ntuser-message-l1-1-1 dlls/ext-ms-win-ntuser-misc-l1-1-0 \
  dlls/ext-ms-win-ntuser-misc-l1-2-0 dlls/ext-ms-win-ntuser-misc-l1-5-1 \
  dlls/ext-ms-win-ntuser-mouse-l1-1-0 dlls/ext-ms-win-ntuser-private-l1-1-1 \
  dlls/ext-ms-win-ntuser-private-l1-3-1 dlls/ext-ms-win-ntuser-rectangle-ext-l1-1-0 \
  dlls/ext-ms-win-ntuser-uicontext-ext-l1-1-0 dlls/ext-ms-win-ntuser-window-l1-1-0 \
  dlls/ext-ms-win-ntuser-window-l1-1-1 dlls/ext-ms-win-ntuser-window-l1-1-4 \
  dlls/ext-ms-win-ntuser-windowclass-l1-1-0 dlls/ext-ms-win-ntuser-windowclass-l1-1-1 \
  dlls/ext-ms-win-oleacc-l1-1-0 dlls/ext-ms-win-ras-rasapi32-l1-1-0 \
  dlls/ext-ms-win-rtcore-gdi-devcaps-l1-1-0 dlls/ext-ms-win-rtcore-gdi-object-l1-1-0 \
  dlls/ext-ms-win-rtcore-gdi-rgn-l1-1-0 dlls/ext-ms-win-rtcore-ntuser-cursor-l1-1-0 \
  dlls/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0 dlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0 \
  dlls/ext-ms-win-rtcore-ntuser-dpi-l1-2-0 dlls/ext-ms-win-rtcore-ntuser-rawinput-l1-1-0 \
  dlls/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0 dlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 \
  dlls/ext-ms-win-security-credui-l1-1-0 dlls/ext-ms-win-security-cryptui-l1-1-0 \
  dlls/ext-ms-win-shell-comctl32-init-l1-1-0 dlls/ext-ms-win-shell-comdlg32-l1-1-0 \
  dlls/ext-ms-win-shell-shell32-l1-2-0 dlls/ext-ms-win-uxtheme-themes-l1-1-0 dlls/faultrep \
  dlls/faultrep/tests dlls/feclient dlls/fltlib dlls/fltmgr.sys dlls/fntcache dlls/fontsub \
  dlls/fusion dlls/fusion/tests dlls/fwpuclnt dlls/gameux dlls/gameux/tests dlls/gdi.exe16 \
  dlls/gdi32 dlls/gdi32/tests dlls/gdiplus dlls/gdiplus/tests dlls/glu32 dlls/gphoto2.ds dlls/gpkcsp \
  dlls/hal dlls/hhctrl.ocx dlls/hid dlls/hid/tests dlls/hidclass.sys dlls/hlink dlls/hlink/tests \
  dlls/hnetcfg dlls/hnetcfg/tests dlls/http.sys dlls/httpapi dlls/httpapi/tests dlls/iccvid \
  dlls/icmp dlls/ieframe dlls/ieframe/tests dlls/ieproxy dlls/ifsmgr.vxd dlls/imaadp32.acm \
  dlls/imagehlp dlls/imagehlp/tests dlls/imm.dll16 dlls/imm32 dlls/imm32/tests dlls/inetcomm \
  dlls/inetcomm/tests dlls/inetcpl.cpl dlls/inetmib1 dlls/inetmib1/tests dlls/infosoft \
  dlls/infosoft/tests dlls/initpki dlls/inkobj dlls/inseng dlls/iphlpapi dlls/iphlpapi/tests \
  dlls/iprop dlls/irprops.cpl dlls/itircl dlls/itss dlls/itss/tests dlls/joy.cpl dlls/jscript \
  dlls/jscript/tests dlls/jsproxy dlls/jsproxy/tests dlls/kerberos dlls/kernel32 dlls/kernel32/tests \
  dlls/kernelbase dlls/kernelbase/tests dlls/keyboard.drv16 dlls/krnl386.exe16 dlls/ksecdd.sys \
  dlls/ksuser dlls/ktmw32 dlls/l3codeca.acm dlls/loadperf dlls/localspl dlls/localspl/tests \
  dlls/localui dlls/localui/tests dlls/lz32 dlls/lz32/tests dlls/lzexpand.dll16 dlls/mapi32 \
  dlls/mapi32/tests dlls/mapistub dlls/mciavi32 dlls/mcicda dlls/mciqtz32 dlls/mciseq dlls/mciwave \
  dlls/mf dlls/mf/tests dlls/mf3216 dlls/mferror dlls/mfmediaengine dlls/mfmediaengine/tests \
  dlls/mfplat dlls/mfplat/tests dlls/mfplay dlls/mfreadwrite dlls/mfreadwrite/tests dlls/mfuuid \
  dlls/mgmtapi dlls/midimap dlls/mlang dlls/mlang/tests dlls/mmcndmgr dlls/mmcndmgr/tests \
  dlls/mmdevapi dlls/mmdevapi/tests dlls/mmdevldr.vxd dlls/mmsystem.dll16 dlls/monodebg.vxd \
  dlls/mountmgr.sys dlls/mouse.drv16 dlls/mp3dmod dlls/mp3dmod/tests dlls/mpr dlls/mpr/tests \
  dlls/mprapi dlls/msacm.dll16 dlls/msacm32.drv dlls/msacm32 dlls/msacm32/tests dlls/msado15 \
  dlls/msado15/tests dlls/msadp32.acm dlls/msasn1 dlls/msasn1/tests dlls/mscat32 dlls/mscms \
  dlls/mscms/tests dlls/mscoree dlls/mscoree/tests dlls/mscorwks dlls/msctf dlls/msctf/tests \
  dlls/msctfp dlls/msdaps dlls/msdelta dlls/msdmo dlls/msdmo/tests dlls/msdrm dlls/msftedit \
  dlls/msftedit/tests dlls/msg711.acm dlls/msgsm32.acm dlls/mshtml.tlb dlls/mshtml dlls/mshtml/tests \
  dlls/msi dlls/msi/tests dlls/msident dlls/msimg32 dlls/msimsg dlls/msimtf dlls/msisip \
  dlls/msisys.ocx dlls/msls31 dlls/msnet32 dlls/mspatcha dlls/mspatcha/tests dlls/msports \
  dlls/msrle32 dlls/msrle32/tests dlls/msscript.ocx dlls/msscript.ocx/tests dlls/mssign32 \
  dlls/mssip32 dlls/mstask dlls/mstask/tests dlls/msvcirt dlls/msvcirt/tests dlls/msvcm80 \
  dlls/msvcm90 dlls/msvcp100 dlls/msvcp100/tests dlls/msvcp110 dlls/msvcp110/tests dlls/msvcp120 \
  dlls/msvcp120/tests dlls/msvcp120_app dlls/msvcp140 dlls/msvcp140/tests dlls/msvcp60 \
  dlls/msvcp60/tests dlls/msvcp70 dlls/msvcp71 dlls/msvcp80 dlls/msvcp90 dlls/msvcp90/tests \
  dlls/msvcr100 dlls/msvcr100/tests dlls/msvcr110 dlls/msvcr110/tests dlls/msvcr120 \
  dlls/msvcr120/tests dlls/msvcr120_app dlls/msvcr70 dlls/msvcr71 dlls/msvcr80 dlls/msvcr90 \
  dlls/msvcr90/tests dlls/msvcrt dlls/msvcrt/tests dlls/msvcrt20 dlls/msvcrt40 dlls/msvcrtd \
  dlls/msvcrtd/tests dlls/msvfw32 dlls/msvfw32/tests dlls/msvidc32 dlls/msvideo.dll16 dlls/mswsock \
  dlls/msxml dlls/msxml2 dlls/msxml3 dlls/msxml3/tests dlls/msxml4 dlls/msxml6 dlls/mtxdm \
  dlls/ncrypt dlls/nddeapi dlls/ndis.sys dlls/netapi32 dlls/netapi32/tests dlls/netcfgx \
  dlls/netcfgx/tests dlls/netprofm dlls/netprofm/tests dlls/newdev dlls/ninput dlls/ninput/tests \
  dlls/normaliz dlls/npmshtml dlls/npptools dlls/ntdll dlls/ntdll/tests dlls/ntdsapi \
  dlls/ntdsapi/tests dlls/ntoskrnl.exe dlls/ntoskrnl.exe/tests dlls/ntprint dlls/ntprint/tests \
  dlls/objsel dlls/odbc32 dlls/odbcbcp dlls/odbccp32 dlls/odbccp32/tests dlls/odbccu32 \
  dlls/ole2.dll16 dlls/ole2conv.dll16 dlls/ole2disp.dll16 dlls/ole2nls.dll16 dlls/ole2prox.dll16 \
  dlls/ole2thk.dll16 dlls/ole32 dlls/ole32/tests dlls/oleacc dlls/oleacc/tests dlls/oleaut32 \
  dlls/oleaut32/tests dlls/olecli.dll16 dlls/olecli32 dlls/oledb32 dlls/oledb32/tests dlls/oledlg \
  dlls/oledlg/tests dlls/olepro32 dlls/olesvr.dll16 dlls/olesvr32 dlls/olethk32 dlls/opcservices \
  dlls/opcservices/tests dlls/openal32 dlls/opengl32 dlls/opengl32/tests dlls/packager \
  dlls/packager/tests dlls/pdh dlls/pdh/tests dlls/photometadatahandler dlls/pidgen dlls/powrprof \
  dlls/printui dlls/prntvpt dlls/propsys dlls/propsys/tests dlls/psapi dlls/psapi/tests dlls/pstorec \
  dlls/pstorec/tests dlls/qcap dlls/qcap/tests dlls/qedit dlls/qedit/tests dlls/qmgr dlls/qmgr/tests \
  dlls/qmgrprxy dlls/quartz dlls/quartz/tests dlls/query dlls/qwave dlls/qwave/tests \
  dlls/rasapi16.dll16 dlls/rasapi32 dlls/rasapi32/tests dlls/rasdlg dlls/regapi dlls/resutils \
  dlls/riched20 dlls/riched20/tests dlls/riched32 dlls/riched32/tests dlls/rpcrt4 dlls/rpcrt4/tests \
  dlls/rsabase dlls/rsaenh dlls/rsaenh/tests dlls/rstrtmgr dlls/rtutils dlls/samlib dlls/sane.ds \
  dlls/sapi dlls/sapi/tests dlls/sas dlls/scarddlg dlls/sccbase dlls/schannel dlls/schannel/tests \
  dlls/schedsvc dlls/schedsvc/tests dlls/scrobj dlls/scrobj/tests dlls/scrrun dlls/scrrun/tests \
  dlls/scsiport.sys dlls/secur32 dlls/secur32/tests dlls/security dlls/sensapi dlls/serialui \
  dlls/serialui/tests dlls/setupapi dlls/setupapi/tests dlls/setupx.dll16 dlls/sfc dlls/sfc_os \
  dlls/shcore dlls/shcore/tests dlls/shdoclc dlls/shdocvw dlls/shdocvw/tests dlls/shell.dll16 \
  dlls/shell32 dlls/shell32/tests dlls/shfolder dlls/shlwapi dlls/shlwapi/tests dlls/slbcsp dlls/slc \
  dlls/slc/tests dlls/snmpapi dlls/snmpapi/tests dlls/softpub dlls/sound.drv16 dlls/spoolss \
  dlls/spoolss/tests dlls/srclient dlls/sspicli dlls/stdole2.tlb dlls/stdole32.tlb dlls/sti \
  dlls/sti/tests dlls/storage.dll16 dlls/stress.dll16 dlls/strmbase dlls/strmdll dlls/strmiids \
  dlls/svrapi dlls/sxs dlls/sxs/tests dlls/system.drv16 dlls/t2embed dlls/t2embed/tests dlls/tapi32 \
  dlls/tapi32/tests dlls/taskschd dlls/taskschd/tests dlls/tdh dlls/tdi.sys dlls/toolhelp.dll16 \
  dlls/traffic dlls/twain.dll16 dlls/twain_32 dlls/twain_32/tests dlls/typelib.dll16 dlls/tzres \
  dlls/ucrtbase dlls/ucrtbase/tests dlls/uianimation dlls/uianimation/tests dlls/uiautomationcore \
  dlls/uiautomationcore/tests dlls/uiribbon dlls/unicows dlls/updspapi dlls/url dlls/urlmon \
  dlls/urlmon/tests dlls/usbd.sys dlls/user.exe16 dlls/user32 dlls/user32/tests dlls/userenv \
  dlls/userenv/tests dlls/usp10 dlls/usp10/tests dlls/utildll dlls/uuid dlls/uxtheme \
  dlls/uxtheme/tests dlls/vbscript dlls/vbscript/tests dlls/vcomp dlls/vcomp/tests dlls/vcomp100 \
  dlls/vcomp110 dlls/vcomp120 dlls/vcomp140 dlls/vcomp90 dlls/vcruntime140 dlls/vdhcp.vxd \
  dlls/vdmdbg dlls/ver.dll16 dlls/version dlls/version/tests dlls/virtdisk dlls/virtdisk/tests \
  dlls/vmm.vxd dlls/vnbt.vxd dlls/vnetbios.vxd dlls/vssapi dlls/vtdapi.vxd dlls/vulkan-1 \
  dlls/vulkan-1/tests dlls/vwin32.vxd dlls/w32skrnl dlls/w32sys.dll16 dlls/wbemdisp \
  dlls/wbemdisp/tests dlls/wbemprox dlls/wbemprox/tests dlls/wdscore dlls/webservices \
  dlls/webservices/tests dlls/wer dlls/wer/tests dlls/wevtapi dlls/wiaservc dlls/wiaservc/tests \
  dlls/wimgapi dlls/win32s16.dll16 dlls/win87em.dll16 dlls/winaspi.dll16 dlls/windebug.dll16 \
  dlls/windowscodecs dlls/windowscodecs/tests dlls/windowscodecsext dlls/windowscodecsext/tests \
  dlls/winealsa.drv dlls/winebus.sys dlls/winecrt0 dlls/wined3d dlls/winehid.sys \
  dlls/winejoystick.drv dlls/winemapi dlls/wineps.drv dlls/wineps16.drv16 dlls/winepulse.drv \
  dlls/winevulkan dlls/winex11.drv dlls/wing.dll16 dlls/wing32 dlls/winhttp dlls/winhttp/tests \
  dlls/wininet dlls/wininet/tests dlls/winmm dlls/winmm/tests dlls/winnls.dll16 dlls/winnls32 \
  dlls/winscard dlls/winsock.dll16 dlls/winspool.drv dlls/winspool.drv/tests dlls/winsta \
  dlls/wintab.dll16 dlls/wintab32 dlls/wintab32/tests dlls/wintrust dlls/wintrust/tests dlls/winusb \
  dlls/wlanapi dlls/wlanapi/tests dlls/wlanui dlls/wldap32 dlls/wldap32/tests dlls/wmasf \
  dlls/wmcodecdspuuid dlls/wmi dlls/wmiutils dlls/wmiutils/tests dlls/wmp dlls/wmp/tests \
  dlls/wmphoto dlls/wmvcore dlls/wmvcore/tests dlls/wnaspi32 dlls/wow32 dlls/wpc dlls/wpc/tests \
  dlls/wpcap dlls/ws2_32 dlls/ws2_32/tests dlls/wsdapi dlls/wsdapi/tests dlls/wshom.ocx \
  dlls/wshom.ocx/tests dlls/wsnmp32 dlls/wsnmp32/tests dlls/wsock32 dlls/wtsapi32 \
  dlls/wtsapi32/tests dlls/wuapi dlls/wuaueng dlls/x3daudio1_0 dlls/x3daudio1_1 dlls/x3daudio1_2 \
  dlls/x3daudio1_3 dlls/x3daudio1_4 dlls/x3daudio1_5 dlls/x3daudio1_6 dlls/x3daudio1_7 \
  dlls/xapofx1_1 dlls/xapofx1_2 dlls/xapofx1_3 dlls/xapofx1_4 dlls/xapofx1_5 dlls/xaudio2_0 \
  dlls/xaudio2_1 dlls/xaudio2_2 dlls/xaudio2_3 dlls/xaudio2_4 dlls/xaudio2_5 dlls/xaudio2_6 \
  dlls/xaudio2_7 dlls/xaudio2_7/tests dlls/xaudio2_8 dlls/xaudio2_9 dlls/xinput1_1 dlls/xinput1_2 \
  dlls/xinput1_3 dlls/xinput1_3/tests dlls/xinput1_4 dlls/xinput9_1_0 dlls/xmllite \
  dlls/xmllite/tests dlls/xolehlp dlls/xpsprint dlls/xpssvcs fonts include libs/port libs/wine \
  libs/wpp loader po programs/arp programs/aspnet_regiis programs/attrib programs/cabarc \
  programs/cacls programs/chcp.com programs/clock programs/cmd programs/cmd/tests programs/conhost \
  programs/control programs/cscript programs/dism programs/dpnsvr programs/dxdiag programs/eject \
  programs/expand programs/explorer programs/extrac32 programs/fc programs/find programs/find/tests \
  programs/findstr programs/fsutil programs/fsutil/tests programs/hh programs/hostname \
  programs/icacls programs/icinfo programs/iexplore programs/ipconfig programs/lodctr \
  programs/mofcomp programs/mshta programs/msidb programs/msiexec programs/msinfo32 programs/net \
  programs/netsh programs/netstat programs/ngen programs/notepad programs/oleview programs/ping \
  programs/plugplay programs/powershell programs/presentationfontcache programs/progman programs/reg \
  programs/reg/tests programs/regasm programs/regedit programs/regedit/tests programs/regini \
  programs/regsvcs programs/regsvr32 programs/rpcss programs/rundll.exe16 programs/rundll32 \
  programs/sc programs/schtasks programs/schtasks/tests programs/sdbinst programs/secedit \
  programs/servicemodelreg programs/services programs/services/tests programs/shutdown \
  programs/spoolsv programs/start programs/subst programs/svchost programs/systeminfo \
  programs/taskkill programs/tasklist programs/taskmgr programs/termsv programs/uninstaller \
  programs/unlodctr programs/view programs/wevtutil programs/where programs/whoami programs/wineboot \
  programs/winebrowser programs/winecfg programs/wineconsole programs/winedbg programs/winedevice \
  programs/winefile programs/winemenubuilder programs/winemine programs/winemsibuilder \
  programs/winepath programs/winetest programs/winevdm programs/winhelp.exe16 programs/winhlp32 \
  programs/winmgmt programs/winoldap.mod16 programs/winver programs/wmic programs/wmplayer \
  programs/wordpad programs/write programs/wscript programs/wscript/tests programs/wuauserv \
  programs/wusa programs/xcopy programs/xcopy/tests server __builddeps__ uninstall clean
