windowscodecs: Silence fixme for IID_CMetaBitmapRenderTarget.
[wine.git] / configure.ac
blobb03bb12f3031c1dcce1f99a1ba40732813059299
1 dnl Process this file with autoconf to produce a configure script.
2 dnl Original author: Michael Patra
3 dnl For detailed change history, see the git commit logs.
5 m4_define(WINE_VERSION,regexp(m4_include(VERSION),[version \([-.0-9A-Za-z]+\)],[\1]))
7 dnl autoconf versions before 2.63b don't have AS_VAR_APPEND or AS_VAR_IF
8 AC_PREREQ(2.63b)
9 AC_INIT([Wine],[WINE_VERSION],[wine-devel@winehq.org],[wine],[https://www.winehq.org])
10 AC_CONFIG_SRCDIR(server/atom.c)
11 AC_CONFIG_HEADERS(include/config.h)
12 AC_CONFIG_AUX_DIR(tools)
14 libwine_version="1.0"
16 dnl **** Command-line arguments ****
18 AC_ARG_ENABLE(archs, AS_HELP_STRING([--enable-archs={i386,x86_64,arm,aarch64}],[enable multiple architectures for PE compilation]))
19 AC_ARG_ENABLE(win16, AS_HELP_STRING([--disable-win16],[do not include Win16 support]))
20 AC_ARG_ENABLE(win64, AS_HELP_STRING([--enable-win64],[build a Win64 emulator on AMD64 (won't run Win32 binaries)]))
21 AC_ARG_ENABLE(tests, AS_HELP_STRING([--disable-tests],[do not build the regression tests]))
22 AC_ARG_ENABLE(build-id, AS_HELP_STRING([--enable-build-id],[include .buildid section in output objects]))
23 AC_ARG_ENABLE(maintainer-mode, AS_HELP_STRING([--enable-maintainer-mode],[enable maintainer-specific build rules]))
24 AC_ARG_ENABLE(silent-rules, AS_HELP_STRING([--enable-silent-rules],[use silent build rules (override: "make V=1")]))
25 AC_ARG_ENABLE(werror, AS_HELP_STRING([--enable-werror],[treat compilation warnings as errors]))
27 AC_ARG_WITH(alsa,      AS_HELP_STRING([--without-alsa],[do not use the Alsa sound support]))
28 AC_ARG_WITH(capi,      AS_HELP_STRING([--without-capi],[do not use CAPI (ISDN support)]))
29 AC_ARG_WITH(coreaudio, AS_HELP_STRING([--without-coreaudio],[do not use the CoreAudio sound support]))
30 AC_ARG_WITH(cups,      AS_HELP_STRING([--without-cups],[do not use CUPS]))
31 AC_ARG_WITH(dbus,      AS_HELP_STRING([--without-dbus],[do not use DBus (dynamic device support)]))
32 AC_ARG_WITH(fontconfig,AS_HELP_STRING([--without-fontconfig],[do not use fontconfig]))
33 AC_ARG_WITH(freetype,  AS_HELP_STRING([--without-freetype],[do not use the FreeType library]))
34 AC_ARG_WITH(gettext,   AS_HELP_STRING([--without-gettext],[do not use gettext]))
35 AC_ARG_WITH(gettextpo, AS_HELP_STRING([--with-gettextpo],[use the GetTextPO library to rebuild po files]),
36             [if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h=no; fi])
37 AC_ARG_WITH(gphoto,    AS_HELP_STRING([--without-gphoto],[do not use gphoto (Digital Camera support)]))
38 AC_ARG_WITH(gnutls,    AS_HELP_STRING([--without-gnutls],[do not use GnuTLS (schannel support)]))
39 AC_ARG_WITH(gssapi,    AS_HELP_STRING([--without-gssapi],[do not use GSSAPI (Kerberos SSP support)]))
40 AC_ARG_WITH(gstreamer, AS_HELP_STRING([--without-gstreamer],[do not use GStreamer (codecs support)]))
41 AC_ARG_WITH(inotify,   AS_HELP_STRING([--without-inotify],[do not use inotify (filesystem change notifications)]))
42 AC_ARG_WITH(krb5,      AS_HELP_STRING([--without-krb5],[do not use krb5 (Kerberos)]))
43 AC_ARG_WITH(mingw,     AS_HELP_STRING([--without-mingw],[do not use the MinGW cross-compiler]))
44 AC_ARG_WITH(netapi,    AS_HELP_STRING([--without-netapi],[do not use the Samba NetAPI library]))
45 AC_ARG_WITH(opencl,    AS_HELP_STRING([--without-opencl],[do not use OpenCL]),
46             [if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h=no; ac_cv_header_OpenCL_opencl_h=no; fi])
47 AC_ARG_WITH(opengl,    AS_HELP_STRING([--without-opengl],[do not use OpenGL]))
48 AC_ARG_WITH(osmesa,     AS_HELP_STRING([--without-osmesa],[do not use the OSMesa library]))
49 AC_ARG_WITH(oss,       AS_HELP_STRING([--without-oss],[do not use the OSS sound support]))
50 AC_ARG_WITH(pcap,      AS_HELP_STRING([--without-pcap],[do not use the Packet Capture library]),
51             [if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h=no; fi])
52 AC_ARG_WITH(pcsclite,  AS_HELP_STRING([--without-pcsclite],[do not use PCSC lite]))
53 AC_ARG_WITH(pthread,   AS_HELP_STRING([--without-pthread],[do not use the pthread library]))
54 AC_ARG_WITH(pulse,     AS_HELP_STRING([--without-pulse],[do not use PulseAudio sound support]))
55 AC_ARG_WITH(sane,      AS_HELP_STRING([--without-sane],[do not use SANE (scanner support)]))
56 AC_ARG_WITH(sdl,       AS_HELP_STRING([--without-sdl],[do not use SDL]))
57 AC_ARG_WITH(udev,      AS_HELP_STRING([--without-udev],[do not use udev (plug and play support)]))
58 AC_ARG_WITH(unwind,    AS_HELP_STRING([--without-unwind],[do not use the libunwind library (exception handling)]))
59 AC_ARG_WITH(usb,       AS_HELP_STRING([--without-usb],[do not use the libusb library]))
60 AC_ARG_WITH(v4l2,      AS_HELP_STRING([--without-v4l2],[do not use v4l2 (video capture)]))
61 AC_ARG_WITH(vulkan,    AS_HELP_STRING([--without-vulkan],[do not use Vulkan]))
62 AC_ARG_WITH(wayland,   AS_HELP_STRING([--without-wayland],[do not build the Wayland driver]))
63 AC_ARG_WITH(xcomposite,AS_HELP_STRING([--without-xcomposite],[do not use the Xcomposite extension]),
64             [if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi])
65 AC_ARG_WITH(xcursor,   AS_HELP_STRING([--without-xcursor],[do not use the Xcursor extension]),
66             [if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi])
67 AC_ARG_WITH(xfixes,  AS_HELP_STRING([--without-xfixes],[do not use Xfixes for clipboard change notifications]),
68             [if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xfixes_h=no; fi])
69 AC_ARG_WITH(xinerama,  AS_HELP_STRING([--without-xinerama],[do not use Xinerama (legacy multi-monitor support)]),
70             [if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi])
71 AC_ARG_WITH(xinput,    AS_HELP_STRING([--without-xinput],[do not use the Xinput extension]),
72             [if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi])
73 AC_ARG_WITH(xinput2,   AS_HELP_STRING([--without-xinput2],[do not use the Xinput 2 extension]),
74             [if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi])
75 AC_ARG_WITH(xrandr,    AS_HELP_STRING([--without-xrandr],[do not use Xrandr (multi-monitor support)]),
76             [if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi])
77 AC_ARG_WITH(xrender,   AS_HELP_STRING([--without-xrender],[do not use the Xrender extension]),
78             [if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi])
79 AC_ARG_WITH(xshape,    AS_HELP_STRING([--without-xshape],[do not use the Xshape extension]),
80             [if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi])
81 AC_ARG_WITH(xshm,      AS_HELP_STRING([--without-xshm],[do not use XShm (shared memory extension)]),
82             [if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi])
83 AC_ARG_WITH(xxf86vm,   AS_HELP_STRING([--without-xxf86vm],[do not use XFree video mode extension]),
84             [if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; ac_cv_header_X11_extensions_xf86vmproto_h=no; fi])
86 AC_ARG_WITH(system-dllpath,AS_HELP_STRING([--with-system-dllpath=PATH],[load external PE dependencies from colon-separated path PATH]),
87             AC_SUBST(system_dllpath,[$withval]))
88 AC_ARG_WITH(wine-tools,AS_HELP_STRING([--with-wine-tools=DIR],[use Wine tools from directory DIR]))
89 AC_ARG_WITH(wine64,    AS_HELP_STRING([--with-wine64=DIR],[use the 64-bit Wine in DIR for a Wow64 build]))
91 AC_CANONICAL_HOST
93 AC_SUBST(dlldir,[\${libdir}/wine])
94 AC_SUBST(fontdir,[\${datadir}/wine/fonts])
95 AC_SUBST(nlsdir,[\${datadir}/wine/nls])
96 AC_SUBST(srcdir)
98 dnl **** Check for some programs ****
100 AC_PROG_MAKE_SET
101 AC_PROG_CC
102 AC_PROG_CXX
103 dnl We can't use AC_PROG_CPP for winegcc, it uses by default $(CC) -E
104 AC_CHECK_TOOL(CPPBIN,cpp,cpp)
105 AC_DEFINE_UNQUOTED(EXEEXT,["$ac_exeext"],[Define to the file extension for executables.])
106 AC_CHECK_TOOL(LD,ld)
108 case $host in
109   *-darwin*)
110     with_fontconfig=${with_fontconfig:-no}
111     ;;
112   *-mingw32*|*-cygwin*)
113     enable_win16=${enable_win16:-no}
114     with_mingw=${with_mingw:-no}
115     ;;
116 esac
118 AC_SUBST(TARGETFLAGS)
119 case $host in
120   x86_64*|amd64*)
121     if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes" -a x"$enable_archs" = x
122     then
123       CC="$CC -m32"
124       CXX="$CXX -m32"
125       AC_CACHE_CHECK([whether $CC works], wine_cv_cc_m32,
126           [AC_LINK_IFELSE([AC_LANG_PROGRAM()],[wine_cv_cc_m32=yes],[wine_cv_cc_m32=no])])
127       test $wine_cv_cc_m32 != no || AC_MSG_ERROR([Cannot build a 32-bit program, you need to install 32-bit development libraries.])
128       host_cpu="i386"
129       notice_platform="32-bit "
130       TARGETFLAGS="$TARGETFLAGS -m32"
131       PKG_CONFIG_LIBDIR=${PKG_CONFIG_LIBDIR:-/usr/lib/i386-linux-gnu/pkgconfig:/usr/lib32/pkgconfig:/usr/lib/pkgconfig}
132       export PKG_CONFIG_LIBDIR
133     else
134       CC="$CC -m64"
135       CXX="$CXX -m64"
136       host_cpu="x86_64"
137       notice_platform="64-bit "
138       TARGETFLAGS="$TARGETFLAGS -m64"
139     fi
140     ;;
141   arm*)
142     AC_CACHE_CHECK([whether $CC supports Thumb-2],wine_cv_thumb2,
143         [WINE_TRY_ASM_LINK([".syntax unified\n\t.thumb\n\tldm r0,{r0-r8}"],,,
144                            [wine_cv_thumb2=yes],[wine_cv_thumb2=no])])
145     if test x"$wine_cv_thumb2" = xyes
146     then
147         CFLAGS="$CFLAGS -mthumb"
148     else
149         CFLAGS="$CFLAGS -marm"
150     fi
151     AC_CACHE_CHECK([whether $CC supports floating point instructions],wine_cv_float_abi,
152                    [WINE_TRY_ASM_LINK(["vmrs r2,fpscr"],,,[wine_cv_float_abi=yes],[wine_cv_float_abi=no])])
153     test $wine_cv_float_abi != no || AC_MSG_ERROR([The ARM target needs to support floating point instructions.])
154     ;;
155 esac
157 dnl Some special cases for the 64-bit build
158 if test "x$enable_win64" = "xyes"
159 then
160     test -z "$with_wine64" || AC_MSG_ERROR([--enable-win64 and --with-wine64 are mutually exclusive.
161 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree.])
164 case $build_os in
165   cygwin*|mingw32*) AC_SUBST(toolsext,".exe") ;;
166   *) AC_SUBST(toolsext,"") ;;
167 esac
169 HOST_ARCH=unknown
170 case "$host_cpu" in
171   aarch64*)        HOST_ARCH=aarch64 ;;
172   arm*)            HOST_ARCH=arm ;;
173   i[[3456789]]86*) HOST_ARCH=i386 ;;
174   x86_64)          HOST_ARCH=x86_64 ;;
175 esac
176 m4_set_add_all([_AC_SUBST_VARS],[HOST_ARCH]m4_foreach([cpu],[aarch64,arm,arm64ec,i386,x86_64],
177                                 [m4_foreach([var],[CC,CFLAGS,EXTRACFLAGS,LDFLAGS,DEBUG,TARGET,DELAYLOADFLAG,DISABLED_SUBDIRS],[,cpu[_]var])]))
179 AC_CACHE_CHECK([for the directory containing the Wine tools], wine_cv_toolsdir,
180   [wine_cv_toolsdir="$with_wine_tools"
181    if test -z "$with_wine_tools"; then
182      if test "$cross_compiling" = "yes"; then
183        AC_MSG_ERROR([you must use the --with-wine-tools option when cross-compiling.])
184      elif test -n "$with_wine64"; then
185        wine_cv_toolsdir="$with_wine64"
186      fi
187    fi])
188 if test -z "$wine_cv_toolsdir"; then
189     wine_makedep=tools/makedep$toolsext
190 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
191     wine_makedep=$wine_cv_toolsdir/tools/makedep$toolsext
192     enable_tools=${enable_tools:-no}
193     test -f "$wine_makedep" || AC_MSG_ERROR([the Wine tools have not yet been built in $wine_cv_toolsdir])
194 else
195     AC_MSG_ERROR([could not find Wine tools in $wine_cv_toolsdir])
197 AC_SUBST(toolsdir,[$wine_cv_toolsdir])
198 AC_SUBST(MAKEDEP,[$wine_makedep])
199 AC_SUBST(RUNTESTFLAGS,["-q -P wine"])
200 AC_SUBST(SED_CMD,["LC_ALL=C sed -e 's,@bindir@,\${bindir},g' -e 's,@dlldir@,\${dlldir},g' -e 's,@PACKAGE_STRING@,$PACKAGE_STRING,g' -e 's,@PACKAGE_VERSION@,$PACKAGE_VERSION,g'"])
202 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
203 then
204     TARGETFLAGS="-b $host_alias $TARGETFLAGS"
207 dnl Check for flex
208 AC_CHECK_PROGS(FLEX,flex,none)
209 if test "$FLEX" = "none"
210 then
211   AC_MSG_ERROR([no suitable flex found. Please install the 'flex' package.])
213 AC_CACHE_CHECK([whether flex is recent enough],wine_cv_recent_flex,
214     [cat >conftest.l <<EOF
215 %top{
216 #include "prediluvian.h"
220     if $FLEX -t conftest.l >/dev/null 2>&AS_MESSAGE_LOG_FD
221     then
222       wine_cv_recent_flex=yes
223     else
224       wine_cv_recent_flex=no
225     fi])
226 test $wine_cv_recent_flex != no || AC_MSG_ERROR([Your flex version is too old. Please install flex version 2.5.33 or newer.])
228 dnl Check for bison
229 AC_CHECK_PROGS(BISON,bison,none)
230 if test "$BISON" = "none"
231 then
232   AC_MSG_ERROR([no suitable bison found. Please install the 'bison' package.])
234 AC_CACHE_CHECK([whether bison is recent enough],wine_cv_recent_bison,
235     [cat >conftest.y <<EOF
236 %define parse.error verbose
238 empty: ;
240     if $BISON conftest.y >/dev/null 2>&AS_MESSAGE_LOG_FD
241     then
242       wine_cv_recent_bison=yes
243     else
244       wine_cv_recent_bison=no
245     fi])
246 test $wine_cv_recent_bison != no || AC_MSG_ERROR([Your bison version is too old. Please install bison version 3.0 or newer.])
248 AC_CHECK_TOOLS(AR,[ar gar],ar)
249 AC_CHECK_TOOL(STRIP,strip,strip)
250 AC_PROG_RANLIB
251 AC_PROG_LN_S
252 AC_PROG_EGREP
253 AC_PATH_PROG(LDCONFIG, ldconfig, true, [/sbin /usr/sbin $PATH])
254 AC_CHECK_PROGS(MSGFMT, msgfmt, false)
255 WINE_PATH_PKG_CONFIG
257 if test "x$enable_maintainer_mode" != "xyes"
258 then
259   FONTFORGE=""
260   RSVG=""
261   CONVERT=""
262   ICOTOOL=""
263 else
264   test "$srcdir" = . || AC_MSG_ERROR([Maintainer mode cannot work out of tree.])
265   AC_CHECK_PROGS(FONTFORGE, fontforge, false)
266   AC_CHECK_PROGS(RSVG, rsvg-convert rsvg, false)
267   AC_CHECK_PROGS(CONVERT, convert, false)
268   AC_CHECK_PROGS(ICOTOOL, icotool, false)
269   test "$FONTFORGE" != "false" || AC_MSG_ERROR([You need fontforge to rebuild fonts in maintainer mode.])
270   test "$RSVG" != "false" || AC_MSG_ERROR([You need rsvg to rebuild icons in maintainer mode.])
272   dnl Check the imagemagick version
273   if test "$CONVERT" = false
274   then
275     AC_MSG_ERROR([You need imagemagick to rebuild icons in maintainer mode.])
276   else
277     AC_MSG_CHECKING([for recent enough imagemagick])
278     convert_version=`convert --version | head -n1`
279     if test "x$convert_version" != "x"
280     then
281       convert_version_major=`expr "$convert_version" : '.* \([[0-9]]*\)\.[[0-9]]*'`
282       convert_version_minor=`expr "$convert_version" : '.* [[0-9]]*\.\([[0-9]]*\)'`
283       if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
284       then
285         CONVERT=false
286       fi
287     fi
288     if test "$CONVERT" = false
289     then
290       AC_MSG_RESULT([no ($convert_version_major.$convert_version_minor)])
291       AC_MSG_ERROR([You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode.])
292     else
293       AC_MSG_RESULT([yes ($convert_version_major.$convert_version_minor)])
294     fi
295   fi
297   dnl Check the icotool version
298   if test "$ICOTOOL" = false
299   then
300     AC_MSG_ERROR([You need icotool to rebuild icons in maintainer mode.])
301   else
302     AC_MSG_CHECKING([for recent enough icotool])
303     icotool_version=`icotool --version | head -n1`
304     if test "x$icotool_version" != "x"
305     then
306       icotool_version_major=`expr "$icotool_version" : '.* \([[0-9]]*\)\.[[0-9]]*'`
307       icotool_version_minor=`expr "$icotool_version" : '.* [[0-9]]*\.\([[0-9]]*\)'`
308       if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
309       then
310         ICOTOOL=false
311         WINE_WARNING([icotool version 0.29.0 or newer is needed to rebuild icons.])
312       fi
313     fi
314     if test "$ICOTOOL" = false
315     then
316       AC_MSG_RESULT([no ($icotool_version_major.$icotool_version_minor)])
317       AC_MSG_ERROR([You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode.])
318     else
319       AC_MSG_RESULT([yes ($icotool_version_major.$icotool_version_minor)])
320     fi
321   fi
323   dnl Maintainer mode requires gettext
324   with_gettext=yes
325   with_gettextpo=yes
327   dnl Maintainer mode wants -Werror
328   enable_werror=yes
331 test "x$with_gettext" != xno || MSGFMT=false
332 if test "$MSGFMT" != "false"
333 then
334   AC_CACHE_CHECK([whether msgfmt supports contexts],wine_cv_msgfmt_contexts,
335   [cat >conftest.po <<EOF
336 # comment
337 msgctxt "ctxt"
338 msgid "id"
339 msgstr "str"
341   if $MSGFMT -o /dev/null conftest.po 2>&AS_MESSAGE_LOG_FD
342   then
343     wine_cv_msgfmt_contexts=yes
344   else
345     wine_cv_msgfmt_contexts=no
346   fi])
347   test $wine_cv_msgfmt_contexts != no || MSGFMT=false
349 WINE_WARNING_WITH(gettext,[test "$MSGFMT" = false],
350                   [gettext tools not found (or too old), translations won't be built.],
351                   [enable_po])
353 dnl **** Check for some libraries ****
355 dnl Check for -li386 for NetBSD and OpenBSD
356 AC_CHECK_LIB(i386,i386_set_ldt,[AC_SUBST(I386_LIBS, "-li386")])
358 AC_SUBST(OPENGL_LIBS,"")
360 dnl **** Check for header files ****
362 AC_SYS_LARGEFILE()
363 m4_ifdef([AC_SYS_YEAR2038],[AC_SYS_YEAR2038()],[test "$ac_cv_sys_file_offset_bits" = 64 && AC_DEFINE(_TIME_BITS,64,[Define to 64 to enable 64-bit time_t])])
365 AC_CHECK_HEADERS(\
366         CL/cl.h \
367         EGL/egl.h \
368         OpenCL/opencl.h \
369         arpa/inet.h \
370         arpa/nameser.h \
371         asm/types.h \
372         asm/user.h \
373         elf.h \
374         float.h \
375         gettext-po.h \
376         libproc.h \
377         link.h \
378         linux/cdrom.h \
379         linux/filter.h \
380         linux/hdreg.h \
381         linux/hidraw.h \
382         linux/input.h \
383         linux/ioctl.h \
384         linux/major.h \
385         linux/param.h \
386         linux/serial.h \
387         linux/types.h \
388         linux/ucdrom.h \
389         linux/wireless.h \
390         lwp.h \
391         mach-o/loader.h \
392         mach/mach.h \
393         machine/cpu.h \
394         machine/sysarch.h \
395         mntent.h \
396         netdb.h \
397         netinet/in.h \
398         netinet/in_systm.h \
399         netinet/tcp.h \
400         netinet/tcp_fsm.h \
401         pcap/pcap.h \
402         port.h \
403         pwd.h \
404         sched.h \
405         scsi/scsi.h \
406         scsi/scsi_ioctl.h \
407         scsi/sg.h \
408         stdint.h \
409         sys/attr.h \
410         sys/auxv.h \
411         sys/cdio.h \
412         sys/epoll.h \
413         sys/event.h \
414         sys/extattr.h \
415         sys/filio.h \
416         sys/ipc.h \
417         sys/link.h \
418         sys/modem.h \
419         sys/mtio.h \
420         sys/param.h \
421         sys/prctl.h \
422         sys/ptrace.h \
423         sys/queue.h \
424         sys/random.h \
425         sys/resource.h \
426         sys/scsiio.h \
427         sys/shm.h \
428         sys/signal.h \
429         sys/socketvar.h \
430         sys/sockio.h \
431         sys/statvfs.h \
432         sys/strtio.h \
433         sys/syscall.h \
434         sys/sysinfo.h \
435         sys/times.h \
436         sys/uio.h \
437         sys/user.h \
438         sys/utsname.h \
439         sys/vnode.h \
440         sys/xattr.h \
441         syscall.h \
442         utime.h \
443         valgrind/memcheck.h \
444         valgrind/valgrind.h
446 WINE_HEADER_MAJOR()
447 AC_HEADER_STAT()
449 dnl **** Checks for headers that depend on other ones ****
451 AC_CHECK_HEADERS([sys/conf.h sys/mount.h sys/statfs.h sys/user.h sys/vfs.h],,,
452     [#include <sys/types.h>
453      #ifdef HAVE_SYS_PARAM_H
454      # include <sys/param.h>
455      #endif])
457 dnl check for broken Linux sysctl.h that causes deprecation warnings
458 saved_sysctl_h_CFLAGS=$CFLAGS
459 test "x${GCC}" != xyes || CFLAGS="$CFLAGS -Werror"
460 AC_CHECK_HEADERS([sys/sysctl.h],,,
461     [#include <sys/types.h>
462      #ifdef HAVE_SYS_PARAM_H
463      # include <sys/param.h>
464      #endif])
465 CFLAGS=$saved_sysctl_h_CFLAGS
467 AC_CHECK_HEADERS(\
468         netinet/ip.h \
469         net/if.h \
470         net/if_arp.h \
471         net/if_dl.h \
472         net/if_types.h \
473         net/route.h \
474         netinet/if_ether.h \
475         netinet/in_pcb.h \
476         netinet/ip_icmp.h \
477         netinet/ip_var.h \
478         netinet/udp.h \
479         netinet6/ip6_var.h \
480         netipx/ipx.h \
481         sys/un.h \
482 ,,,[#include <sys/types.h>
483      #include <sys/socket.h>
484      #ifdef HAVE_SYS_SOCKETVAR_H
485      # include <sys/socketvar.h>
486      #endif
487      #ifdef HAVE_NET_ROUTE_H
488      # include <net/route.h>
489      #endif
490      #ifdef HAVE_NETINET_IN_H
491      # include <netinet/in.h>
492      #endif
493      #ifdef HAVE_NETINET_IN_SYSTM_H
494      # include <netinet/in_systm.h>
495      #endif
496      #ifdef HAVE_NET_IF_H
497      # include <net/if.h>
498      #endif
499      #ifdef HAVE_NETINET_IP_H
500      # include <netinet/ip.h>
501      #endif])
503 AC_CHECK_HEADERS([netinet/udp_var.h netinet/icmp_var.h netinet/icmp6.h netinet/tcp_var.h ],,,
504     [#include <sys/types.h>
505      #include <sys/socket.h>
506      #ifdef HAVE_SYS_SOCKETVAR_H
507      # include <sys/socketvar.h>
508      #endif
509      #ifdef HAVE_NETINET_IN_H
510      # include <netinet/in.h>
511      #endif
512      #ifdef HAVE_NETINET_IN_SYSTM_H
513      # include <netinet/in_systm.h>
514      #endif
515      #ifdef HAVE_NETINET_IP_H
516      # include <netinet/ip.h>
517      #endif
518      #ifdef HAVE_NETINET_IP_VAR_H
519      # include <netinet/ip_var.h>
520      #endif
521      #ifdef HAVE_NETINET_IP_ICMP_H
522      # include <netinet/ip_icmp.h>
523      #endif
524      #ifdef HAVE_NETINET_UDP_H
525      # include <netinet/udp.h>
526      #endif
527      #ifdef HAVE_NETINET_TCP_H
528      # include <netinet/tcp.h>
529      #endif])
531 AC_CHECK_HEADERS([linux/ipx.h linux/irda.h linux/rtnetlink.h],,,
532     [#include <sys/types.h>
533      #include <sys/socket.h>
534      #ifdef HAVE_ASM_TYPES_H
535      # include <asm/types.h>
536      #endif
537      #ifdef HAVE_LINUX_TYPES_H
538      # include <linux/types.h>
539      #endif])
541 AC_CHECK_HEADERS([resolv.h],,,
542     [#include <sys/types.h>
543      #include <sys/socket.h>
544      #ifdef HAVE_NETINET_IN_H
545      # include <netinet/in.h>
546      #endif
547      #ifdef HAVE_ARPA_NAMESER_H
548      # include <arpa/nameser.h>
549      #endif])
551 AC_CHECK_HEADERS([ifaddrs.h],,,[#include <sys/types.h>])
553 AC_CHECK_HEADERS(sys/ucontext.h,,,[#include <signal.h>])
555 AC_CHECK_HEADERS([sys/thr.h],,,
556 [#include <sys/types.h>
557 #ifdef HAVE_SYS_UCONTEXT_H
558 #include <sys/ucontext.h>
559 #endif])
561 AC_CHECK_HEADERS([pthread_np.h],,,[#include <pthread.h>])
563 AC_CHECK_HEADERS([linux/videodev2.h],,,
564 [#include <sys/time.h>
565 #include <sys/types.h>
566 #ifdef HAVE_ASM_TYPES_H
567 #include <asm/types.h>
568 #endif])
570 AC_CHECK_HEADERS([libprocstat.h],,,
571 [#ifdef HAVE_SYS_PARAM_H
572 #include <sys/param.h>
573 #endif
574 #include <sys/socket.h>
575 #ifdef HAVE_SYS_QUEUE_H
576 #include <sys/queue.h>
577 #endif])
579 if test "x$ac_cv_header_sys_xattr_h" = xyes
580 then
581     AC_CACHE_CHECK([whether getxattr takes additional arguments], wine_cv_xattr_extra_args,
582         [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <sys/xattr.h>]], [[getxattr("", "", "", 0, 0, 0);]])],
583                            [wine_cv_xattr_extra_args=yes],[wine_cv_xattr_extra_args=no])])
584     test $wine_cv_xattr_extra_args != yes || AC_DEFINE(XATTR_ADDITIONAL_OPTIONS, 1, [Define if xattr functions take additional arguments (macOS)])
587 dnl **** Check for working dll ****
589 AC_SUBST(DLLFLAGS,"")
590 AC_SUBST(LDDLLFLAGS,"")
591 AC_SUBST(LDEXECFLAGS,"")
592 AC_SUBST(EXTRACFLAGS,"")
593 AC_SUBST(UNIXDLLFLAGS,"-fPIC")
594 AC_SUBST(UNIXLDFLAGS,["-shared -Wl,-Bsymbolic -Wl,-soname,\$(UNIXLIB)"])
595 AC_SUBST(TOP_INSTALL_LIB,"")
596 AC_SUBST(TOP_INSTALL_DEV,"")
597 AC_SUBST(WINELOADER_LDFLAGS,"")
598 AC_SUBST(WINEPRELOADER_LDFLAGS,"")
599 AC_SUBST(DLLEXT,".so")
600 LIBEXT="so"
601 WINE_PATH_SONAME_TOOLS
602 WINE_CONFIG_HELPERS
604 case $host_os in
605   cygwin*|mingw32*)
606     LIBEXT="dll"
607     DLLEXT=""
608     EXTRACFLAGS="-D__WINE_PE_BUILD"
609     dnl Disable stdcall fixups to catch prototype mismatches
610     AS_VAR_IF([HOST_ARCH],[i386],
611         [WINE_TRY_CFLAGS([-Wl,--disable-stdcall-fixup],
612                          [LDDLLFLAGS="-Wl,--disable-stdcall-fixup"])])
613     dnl Disable modules that can't be used on Windows
614     enable_loader=${enable_loader:-no}
615     enable_server=${enable_server:-no}
616     dnl Disable dependencies that are not useful on Windows
617     with_x=${with_x:-no}
618     with_pthread=${with_pthread:-no}
619     ;;
621   darwin*|macosx*)
622     LIBEXT="dylib"
623     DLLFLAGS="$DLLFLAGS -fPIC"
624     LDDLLFLAGS="-fPIC"
625     enable_winemac_drv=${enable_winemac_drv:-yes}
626     dnl declare needed frameworks
627     AC_SUBST(CARBON_LIBS,"-framework Carbon")
628     AC_SUBST(COREFOUNDATION_LIBS,"-framework CoreFoundation")
629     AC_SUBST(DISKARBITRATION_LIBS,"-framework DiskArbitration -framework CoreFoundation")
630     AC_SUBST(IOKIT_LIBS,"-framework IOKit -framework CoreFoundation")
631     AC_SUBST(METAL_LIBS,"-framework Metal")
632     AC_SUBST(APPLICATIONSERVICES_LIBS,"-framework ApplicationServices")
633     AC_SUBST(CORESERVICES_LIBS,"-framework CoreServices")
634     AC_SUBST(APPKIT_LIBS,"-framework AppKit")
635     AC_SUBST(SECURITY_LIBS,"-framework Security -framework CoreFoundation")
636     AC_SUBST(SYSTEMCONFIGURATION_LIBS,"-framework SystemConfiguration")
638     WINELOADER_LDFLAGS="-Wl,-pie,-segalign,0x1000,-pagezero_size,0x1000,-sectcreate,__TEXT,__info_plist,loader/wine_info.plist"
640     case $HOST_ARCH in
641       i386|x86_64) wine_can_build_preloader=yes ;;
642       *)           wine_can_build_preloader=no ;;
643     esac
645     if test "$wine_can_build_preloader" = "yes"
646     then
647         WINEPRELOADER_LDFLAGS="-nostartfiles -nodefaultlibs -e _start -ldylib1.o -mmacosx-version-min=10.7 -Wl,-no_new_main,-segalign,0x1000,-pagezero_size,0x1000,-sectcreate,__TEXT,__info_plist,loader/wine_info.plist"
648         WINE_TRY_CFLAGS([-Wl,-no_pie],
649                         [WINEPRELOADER_LDFLAGS="-Wl,-no_pie $WINEPRELOADER_LDFLAGS"])
650         case $HOST_ARCH in
651           i386)
652             WINEPRELOADER_LDFLAGS="-Wl,-image_base,0x7d400000 $WINEPRELOADER_LDFLAGS"
653             ;;
654           x86_64)
655             WINEPRELOADER_LDFLAGS="-Wl,-image_base,0x200000000,-segalign,0x1000,-segaddr,WINE_RESERVE,0x1000 $WINEPRELOADER_LDFLAGS"
656             ;;
657         esac
658         dnl If preloader is used, the loader needs to be an LC_UNIXTHREAD binary to avoid AppKit/Core Animation problems.
659         WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -mmacosx-version-min=10.7"
660     else
661         WINE_WARNING([can't build Wine preloader; many programs won't work])
662     fi
664     if test "x$with_coreaudio" != "xno";
665     then
666         AC_SUBST(COREAUDIO_LIBS,"-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI")
667         enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-yes}
668     fi
669     if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
670     then
671         AC_SUBST(OPENCL_LIBS,"-framework OpenCL")
672         ac_cv_lib_OpenCL_clGetPlatformInfo=yes
673     fi
675     dnl Check for MTLDevice registryID property
676     AC_MSG_CHECKING([whether MTLDevice protocol supports registryID property])
677     AC_LANG_PUSH([Objective C])
678     AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <Metal/Metal.h>]], [[id<MTLDevice> device; device.registryID;]])],
679                           [AC_MSG_RESULT(yes)
680                            AC_DEFINE(HAVE_MTLDEVICE_REGISTRYID, 1, [Define if MTLDevice protocol has registryID property.])],
681                           [AC_MSG_RESULT(no)])
682     AC_LANG_POP([Objective C])
684     UNIXLDFLAGS="-dynamiclib -install_name @rpath/\$(UNIXLIB) -Wl,-rpath,@loader_path\/"
685     AC_SUBST(WINELOADER_DEPENDS,"wine_info.plist")
686     ;;
688   linux-android*)
689     AC_DEFINE(_GNU_SOURCE,1,[Define to 1 to enable GNU extensions on Linux])
690     DLLFLAGS="$DLLFLAGS -fPIC"
691     LDDLLFLAGS="-fPIC"
692     LDEXECFLAGS="-Wl,-pie"
693     enable_wineandroid_drv=${enable_wineandroid_drv:-yes}
694     WINE_TRY_CFLAGS([-Wl,-z,defs],[UNIXLDFLAGS="$UNIXLDFLAGS -Wl,-z,defs"])
695     WINE_TRY_CFLAGS([-fPIC -Wl,--export-dynamic],[WINELOADER_LDFLAGS="-Wl,--export-dynamic"])
696     WINEPRELOADER_LDFLAGS="-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7d400000"
698     WINE_CHECK_SONAME(EGL,eglGetProcAddress)
699     WINE_CHECK_SONAME(GLESv2,glFlush)
701     if test "x$exec_prefix" = xNONE
702     then
703       case $HOST_ARCH in
704         i386)    exec_prefix='${prefix}/x86' ;;
705         x86_64)  exec_prefix='${prefix}/x86_64' ;;
706         arm)     exec_prefix='${prefix}/armeabi-v7a' ;;
707         aarch64) exec_prefix='${prefix}/arm64-v8a' ;;
708       esac
709     fi
710     ;;
712   *)
713     AC_DEFINE(_GNU_SOURCE,1,[Define to 1 to enable GNU extensions on Linux])
714     if test $HOST_ARCH = i386
715     then
716         DLLFLAGS="$DLLFLAGS -fno-PIC"
717         LDDLLFLAGS="-fno-PIC"
718         WINE_TRY_CFLAGS([-fno-PIC -Wl,-z,notext],[LDDLLFLAGS="$LDDLLFLAGS -Wl,-z,notext"])
719     else
720         DLLFLAGS="$DLLFLAGS -fPIC"
721         LDDLLFLAGS="-fPIC"
722     fi
724     AC_CACHE_CHECK([whether -Wl,-z,defs works correctly], ac_cv_wl_z_defs,
725                    [ac_save_CFLAGS="$CFLAGS"
726                     CFLAGS="$CFLAGS $UNIXDLLFLAGS $UNIXLDFLAGS -Wl,-z,defs"
727                     dnl On FreeBSD, shared libraries using environ fail to link with -Wl,-z,defs
728                     AC_LINK_IFELSE([AC_LANG_SOURCE([[extern char **environ; char **envp; void myfunc(void) { envp = environ; }]])],
729                                                    [ac_cv_wl_z_defs=yes],[ac_cv_wl_z_defs=no])
730                     CFLAGS=$ac_save_CFLAGS])
731     test $ac_cv_wl_z_defs != yes || AS_VAR_APPEND([UNIXLDFLAGS],[" -Wl,-z,defs"])
733     WINE_TRY_CFLAGS([-Wl,--export-dynamic],[WINELOADER_LDFLAGS="-Wl,--export-dynamic"])
734     WINEPRELOADER_LDFLAGS="-nostartfiles -nodefaultlibs"
736     case $host_os in
737       linux*)
738         AS_VAR_APPEND([WINELOADER_LDFLAGS],[" -pie"])
739         case $HOST_ARCH in
740           i386|arm)
741             AS_VAR_APPEND([WINEPRELOADER_LDFLAGS],[" -static -Wl,-Ttext=0x7d400000"]) ;;
742           *)
743             WINE_TRY_CFLAGS([-static-pie],
744                             [AS_VAR_APPEND([WINEPRELOADER_LDFLAGS],[" -static-pie"])],
745                             [AS_VAR_APPEND([WINEPRELOADER_LDFLAGS],[" -static -Wl,-Ttext=0x7d7d00000000"])])
746             ;;
747         esac
748         ;;
749       *)
750         case $HOST_ARCH in
751           i386|arm)
752             WINE_TRY_CFLAGS([-Wl,-Ttext-segment=0x60000000],
753                             [AS_VAR_APPEND([WINELOADER_LDFLAGS],[" -Wl,-Ttext-segment=0x60000000"])],
754                             [WINE_TRY_CFLAGS([-Wl,--section-start,.interp=0x60000400],
755                                 [AS_VAR_APPEND([WINELOADER_LDFLAGS],[" -Wl,--section-start,.interp=0x60000400"])])])
756             ;;
757           *)
758             AS_VAR_APPEND([WINELOADER_LDFLAGS],[" -pie"])
759             ;;
760         esac
761         ;;
762     esac
763     ;;
764 esac
766 enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
767 enable_wineandroid_drv=${enable_wineandroid_drv:-no}
768 enable_winemac_drv=${enable_winemac_drv:-no}
770 dnl Check for cross compiler(s)
771 AC_SUBST(PE_ARCHS,"")
772 cross_archs=
773 AS_VAR_SET_IF([enable_archs],
774     [test "x$with_system_dllpath" = "x" || AC_MSG_ERROR("The --with-system-dllpath option is not compatible with --enable-archs")
775      ac_save_IFS=$IFS
776      IFS=' ,'
777      set x $enable_archs
778      IFS=$ac_save_IFS
779      shift
780      for arch
781      do
782          case $arch in
783            i386|x86_64|arm|aarch64|arm64ec) cross_archs="$cross_archs $arch" ;;
784            *) AC_MSG_ERROR([Unknown cross-compilation architecture '$arch']) ;;
785          esac
786      done],
787     [if test "x$with_mingw" != xno
788      then
789          test $HOST_ARCH = unknown || cross_archs=$HOST_ARCH
790      fi])
792 saved_CC=$CC
793 saved_CFLAGS=$CFLAGS
794 saved_LDFLAGS=$LDFLAGS
796 for wine_arch in $cross_archs
798     case "x$with_mingw" in
799       xclang|x*/clang) AS_VAR_SET(${wine_arch}_CC,$with_mingw) ;;
800     esac
801     AS_VAR_IF([${wine_arch}_CC],[],
802         [case $wine_arch in
803           aarch64)
804             AC_CHECK_PROGS(aarch64_CC,[aarch64-w64-mingw32-clang aarch64-w64-mingw32-gcc clang],[false])
805             ;;
806           arm64ec)
807             AC_CHECK_PROGS(arm64ec_CC,[arm64ec-w64-mingw32-clang arm64ec-w64-mingw32-gcc clang],[false])
808             ;;
809           arm)
810             AC_CHECK_PROGS(arm_CC,[armv7-w64-mingw32-clang armv7-w64-mingw32-gcc clang],[false])
811             ;;
812          i386)
813             ac_prefix_list="m4_foreach([cc],[gcc,clang],m4_foreach([cpu],[i686,i586,i486,i386],[cpu-w64-mingw32-cc ]))"
814             AC_CHECK_PROGS(i386_CC,[$ac_prefix_list clang],[false])
815             ;;
816          x86_64)
817             ac_prefix_list="m4_foreach([cc],[gcc,clang],m4_foreach([cpu],[x86_64,amd64],[cpu-w64-mingw32-cc ]))"
818             AC_CHECK_PROGS(x86_64_CC,[$ac_prefix_list clang],[false])
819             ;;
820         esac])
822     CFLAGS=${CROSSCFLAGS:-"-g -O2"}
823     LDFLAGS=$CROSSLDFLAGS
824     AS_VAR_COPY([CC],[${wine_arch}_CC])
825     AS_VAR_COPY([${wine_arch}_CFLAGS],[CFLAGS])
826     AS_VAR_COPY([${wine_arch}_LDFLAGS],[LDFLAGS])
827     AS_VAR_SET([${wine_arch}_EXTRACFLAGS],["-D__WINE_PE_BUILD -Wall"])
829     target=""
830     AS_VAR_PUSHDEF([wine_cv_crosscc],[ac_cv_${wine_arch}_crosscc])
831     AS_VAR_IF([${wine_arch}_CC],[false],[],
832         [AC_CACHE_CHECK([whether $CC works],[wine_cv_crosscc],
833             [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([])],
834                 [AS_VAR_SET([wine_cv_crosscc],[yes])],[AS_VAR_SET([wine_cv_crosscc],[no])])])])
835     AS_VAR_IF([wine_cv_crosscc],[yes],
836        [set x $CC
837         shift
838         while test $# -ge 1
839         do
840             case "$1" in
841                 */*-gcc) target=`expr "$1" : '.*/\(.*\)-gcc'` ;;
842                 */*-clang) target=`expr "$1" : '.*/\(.*\)-clang'` ;;
843                 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
844                 *-clang) target=`expr "$1" : '\(.*\)-clang'` ;;
845             esac
846             shift
847         done
849         dnl Check if cross compiler supports -target argument
850         llvm_target=$target
851         if test -z "$llvm_target"
852         then
853             case $wine_arch in
854             i386) llvm_target=i686-windows ;;
855             arm)  llvm_target=armv7-windows ;;
856             *)    llvm_target=$wine_arch-windows ;;
857             esac
858         fi
859         llvm_extra_cflags="-target $llvm_target -fuse-ld=lld"
860         llvm_extra_ldflags=""
861         case $llvm_target in
862           *windows) llvm_cflags="-Wl,-subsystem:console -Wl,-WX" ;;
863         esac
864         WINE_TRY_PE_CFLAGS([$llvm_extra_cflags $llvm_cflags --no-default-config],
865                            [llvm_extra_cflags="$llvm_extra_cflags --no-default-config"
866                             llvm_extra_ldflags="--no-default-config"],
867                            [WINE_TRY_PE_CFLAGS([$llvm_extra_cflags $llvm_cflags],[:],
868                                                [llvm_extra_cflags=""])])
869         if test -n "$llvm_extra_cflags"
870         then
871             target=$llvm_target
872             AS_VAR_SET([${wine_arch}_DELAYLOADFLAG],["-Wl,-delayload,"])
873             AS_VAR_APPEND([${wine_arch}_EXTRACFLAGS],[" $llvm_extra_cflags"])
874             AS_VAR_APPEND([${wine_arch}_LDFLAGS],[" $llvm_extra_ldflags"])
875             CFLAGS="$llvm_extra_cflags $llvm_cflags"
876         fi
877         AS_VAR_SET([${wine_arch}_TARGET],[$target])])
878     AS_VAR_POPDEF([wine_cv_crosscc])
880     if test -z "$target"
881     then
882         AS_VAR_SET_IF([enable_archs],
883             [AC_MSG_ERROR([$wine_arch PE cross-compiler not found.
884 This is an error since --enable-archs=$wine_arch was requested.])])
885         continue
886     fi
888     AS_VAR_PUSHDEF([wine_cv_crosscc_c99],[ac_cv_${wine_arch}_crosscc_c99])
889     AC_MSG_CHECKING([for $CC option to enable C99 features])
890     AC_CACHE_VAL([wine_cv_crosscc_c99],
891         [AS_VAR_SET([wine_cv_crosscc_c99],[no])
892          for arg in '' '-std=gnu99' '-D__STDC__'
893          do
894              test -z "$arg" || CC="$CC $arg"
895              AC_COMPILE_IFELSE([AC_LANG_SOURCE([$ac_c_conftest_c99_program])],
896                                [AS_VAR_SET([wine_cv_crosscc_c99],[$arg])],
897                                [AS_VAR_SET([wine_cv_crosscc_c99],[no])])
898              AS_VAR_COPY([CC],[${wine_arch}_CC])
899              AS_VAR_IF([wine_cv_crosscc_c99],[no],[],[break])
900          done])
901     AS_VAR_COPY([res],[wine_cv_crosscc_c99])
902     AS_VAR_POPDEF([wine_cv_crosscc_c99])
903     case "x$res" in
904       x) AC_MSG_RESULT([none needed]) ;;
905       xno) AC_MSG_RESULT([unsupported])
906            AS_VAR_SET_IF([enable_archs],
907                 [AC_MSG_ERROR([$wine_arch PE cross-compiler supporting C99 not found.
908 This is an error since --enable-archs=$wine_arch was requested.])])
909            continue
910            ;;
911       x*) AC_MSG_RESULT([$res])
912           AS_VAR_APPEND([${wine_arch}_CC],[" $res"]) ;;
913     esac
915     AS_VAR_IF([wine_arch],[i386],[],
916               [AS_VAR_PUSHDEF([wine_cv_seh_support],[ac_cv_${wine_arch}_seh_support])
917                AC_CACHE_CHECK([whether $CC supports SEH directives], wine_cv_seh_support,
918                    AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[asm(".text\nac_test:\t.seh_proc ac_test\n\tnop\n\t.seh_stackalloc 16\n\t.seh_endprologue\n\t.seh_endproc");]])],
919                                      [AS_VAR_SET([wine_cv_seh_support],[yes])],[AS_VAR_SET([wine_cv_seh_support],[no])]))
920                AS_VAR_COPY([res],[wine_cv_seh_support])
921                AS_VAR_POPDEF([wine_cv_seh_support])
922                AS_VAR_IF([res],[yes],[],
923                          [AS_VAR_SET_IF([enable_archs],
924                              [AC_MSG_ERROR([The $wine_arch PE cross-compiler doesn't support SEH directives.
925 This is an error since --enable-archs=$wine_arch was requested.])])
926                           continue])])
928     AS_VAR_APPEND([PE_ARCHS],[" $wine_arch"])
929     WINE_TRY_PE_CFLAGS([-fno-strict-aliasing])
930     dnl clang needs to be told to fail on unknown options
931     WINE_TRY_PE_CFLAGS([-Werror=unknown-warning-option],[CFLAGS="$CFLAGS -Werror=unknown-warning-option"])
932     WINE_TRY_PE_CFLAGS([-Werror=ignored-optimization-argument],[CFLAGS="$CFLAGS -Werror=ignored-optimization-argument"])
933     WINE_TRY_PE_CFLAGS([-Wdeclaration-after-statement])
934     WINE_TRY_PE_CFLAGS([-Wempty-body])
935     WINE_TRY_PE_CFLAGS([-Wignored-qualifiers])
936     WINE_TRY_PE_CFLAGS([-Winit-self])
937     WINE_TRY_PE_CFLAGS([-Wpacked-not-aligned],[AS_VAR_APPEND(${wine_arch}_EXTRACFLAGS,[" -Wno-packed-not-aligned"])])
938     WINE_TRY_PE_CFLAGS([-Wpragma-pack],[AS_VAR_APPEND(${wine_arch}_EXTRACFLAGS,[" -Wno-pragma-pack"])])
939     WINE_TRY_PE_CFLAGS([-Wmicrosoft-enum-forward-reference],[AS_VAR_APPEND(${wine_arch}_EXTRACFLAGS,[" -Wno-microsoft-enum-forward-reference"])])
940     WINE_TRY_PE_CFLAGS([-Wshift-overflow=2])
941     WINE_TRY_PE_CFLAGS([-Wstrict-prototypes])
942     WINE_TRY_PE_CFLAGS([-Wtype-limits])
943     WINE_TRY_PE_CFLAGS([-Wunused-but-set-parameter])
944     WINE_TRY_PE_CFLAGS([-Wvla])
945     WINE_TRY_PE_CFLAGS([-Wwrite-strings])
946     WINE_TRY_PE_CFLAGS([-Wpointer-arith])
947     WINE_TRY_PE_CFLAGS([-Wlogical-op])
948     WINE_TRY_PE_CFLAGS([-Wabsolute-value])
949     WINE_TRY_PE_CFLAGS([-Wenum-enum-conversion],[:],WINE_TRY_PE_CFLAGS([-Wenum-conversion]))
951     dnl GCC can't handle large files when -Wmisleading-indentation is enabled (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89549)
952     WINE_TRY_PE_CFLAGS([-flarge-source-files -Wmisleading-indentation],[AS_VAR_APPEND(${wine_arch}_EXTRACFLAGS,[" -Wno-misleading-indentation"])])
954     case $wine_arch in
955       i386) WINE_TRY_PE_CFLAGS([-fno-omit-frame-pointer])
956             WINE_TRY_PE_CFLAGS([-mpreferred-stack-boundary=2])
957             WINE_TRY_PE_CFLAGS([-Wl,--disable-stdcall-fixup],
958                                [AS_VAR_APPEND([${wine_arch}_LDFLAGS],[" -Wl,--disable-stdcall-fixup"])]) ;;
959       x86_64) WINE_TRY_PE_CFLAGS([-Wformat-overflow])
960               WINE_TRY_PE_CFLAGS([-Wnonnull])
961               WINE_TRY_PE_CFLAGS([-mcx16])
962               WINE_TRY_PE_CFLAGS([-mcmodel=small]) ;;
963     esac
965     dnl Determine debug info format
966     wine_crossdebug=$CROSSDEBUG
967     if test -z "$wine_crossdebug"
968     then
969       for ac_flag in $CFLAGS; do
970         case $ac_flag in
971          -gdwarf*)    wine_crossdebug=dwarf ;;
972          -gcodeview)  wine_crossdebug=pdb ;;
973          -g)          wine_crossdebug=${wine_crossdebug:-dwarf} ;;
974         esac
975       done
976     fi
978     ac_debug_format_seen=""
979     for ac_flag in $CFLAGS; do
980       case $ac_flag in
981        -gdwarf*|-gcodeview)  ac_debug_format_seen=$ac_flag ;;
982       esac
983     done
984     if test "x$ac_debug_format_seen" = x
985     then
986       case $wine_crossdebug in
987         *dwarf)  WINE_TRY_PE_CFLAGS([-gdwarf-4]) ;;
988         pdb)     WINE_TRY_PE_CFLAGS([-gcodeview]) ;;
989       esac
990     fi
991     AS_VAR_SET([${wine_arch}_DEBUG],[$wine_crossdebug])
993     test "x$enable_werror" != xyes || WINE_TRY_PE_CFLAGS([-Werror])
994     test "x$enable_build_id" != xyes || WINE_TRY_PE_CFLAGS([-Wl,--build-id],
995                                          [AS_VAR_APPEND([${wine_arch}_CFLAGS],[" -Wl,--build-id"])
996                                           AS_VAR_APPEND([${wine_arch}_LDFLAGS],[" -Wl,--build-id"])])
998 done
1000 CC=$saved_CC
1001 CFLAGS=$saved_CFLAGS
1002 LDFLAGS=$saved_LDFLAGS
1004 case $HOST_ARCH in
1005   arm|aarch64)
1006     test "x$PE_ARCHS" != x || AC_MSG_ERROR([PE cross-compilation is required for $HOST_ARCH, please install clang/llvm-dlltool/lld, or llvm-mingw.])
1007     DLLEXT="" ;;
1008 esac
1010 dnl **** External libraries ****
1012 if test "x$with_system_dllpath" != "x" -a -n "$PE_ARCHS"
1013 then
1014     WINE_MINGW_PACKAGE_FLAGS(FAUDIO,[FAudio],[-lFAudio],
1015         [WINE_CHECK_MINGW_HEADER(FAudio.h,
1016             [WINE_CHECK_MINGW_LIB(FAudio,FAudio_CommitOperationSet,[:],[FAUDIO_PE_CFLAGS=""; FAUDIO_PE_LIBS=""],[$FAUDIO_PE_LIBS])],
1017             [FAUDIO_PE_CFLAGS=""; FAUDIO_PE_LIBS=""])])
1018     if test "x$FAUDIO_PE_LIBS" = "x"
1019     then
1020         WINE_NOTICE([FAudio ${notice_platform}MinGW development files not found (or too old); using bundled version.])
1021     fi
1023     WINE_MINGW_PACKAGE_FLAGS(FLUIDSYNTH,[fluidsynth],[-lfluidsynth],
1024         [WINE_CHECK_MINGW_HEADER(fluidsynth.h,
1025             [WINE_CHECK_MINGW_LIB(fluidsynth,new_fluid_synth,[:],[FLUIDSYNTH_PE_CFLAGS=""; FLUIDSYNTH_PE_LIBS=""],[$FLUIDSYNTH_PE_LIBS])],
1026             [FLUIDSYNTH_PE_CFLAGS=""; FLUIDSYNTH_PE_LIBS=""])])
1027     if test "x$FLUIDSYNTH_PE_LIBS" = "x"
1028     then
1029         WINE_NOTICE([Fluidsynth ${notice_platform}MinGW development files not found (or too old); using bundled version.])
1030     fi
1032     WINE_MINGW_PACKAGE_FLAGS(JPEG,[libjpeg],,
1033         [WINE_CHECK_MINGW_HEADER(jpeglib.h,
1034             [WINE_CHECK_MINGW_LIB(jpeg,jpeg_start_decompress,[:],[JPEG_PE_CFLAGS=""; JPEG_PE_LIBS=""],[$JPEG_PE_LIBS])],
1035             [JPEG_PE_CFLAGS=""; JPEG_PE_LIBS=""],
1036             [#include <stddef.h>
1037              #include <stdio.h>])])
1038     if test "x$JPEG_PE_LIBS" = "x"
1039     then
1040         WINE_NOTICE([libjpeg ${notice_platform}MinGW development files not found; using bundled version.])
1041     fi
1043     WINE_MINGW_PACKAGE_FLAGS(LCMS2,[lcms2],[-llcms2],
1044         [WINE_CHECK_MINGW_HEADER(lcms2.h,
1045             [WINE_CHECK_MINGW_LIB(lcms2,cmsOpenProfileFromFile,[:],[LCMS2_PE_CFLAGS=""; LCMS2_PE_LIBS=""],[$LCMS2_PE_LIBS])],
1046             [LCMS2_PE_CFLAGS=""; LCMS2_PE_LIBS=""])])
1047     if test "x$LCMS2_PE_LIBS" = "x"
1048     then
1049         WINE_NOTICE([liblcms2 ${notice_platform}MinGW development files not found; using bundled version.])
1050     fi
1052     WINE_MINGW_PACKAGE_FLAGS(MPG123,[libmpg123],[-lmpg123],
1053         [WINE_CHECK_MINGW_HEADER(mpg123.h,
1054             [WINE_CHECK_MINGW_LIB(mpg123,mpg123_feed,[:],[MPG123_PE_CFLAGS=""; MPG123_PE_LIBS=""],[$MPG123_PE_LIBS])],
1055             [MPG123_PE_CFLAGS=""; MPG123_PE_LIBS=""])])
1056     if test "x$MPG123_PE_LIBS" = "x"
1057     then
1058         WINE_NOTICE([libmpg123 ${notice_platform}MinGW development files not found (or too old); using bundled version.])
1059     fi
1061     WINE_MINGW_PACKAGE_FLAGS(PNG,[libpng],,
1062         [WINE_CHECK_MINGW_HEADER(png.h,
1063             [WINE_CHECK_MINGW_LIB(png,png_create_read_struct,[:],[PNG_PE_CFLAGS=""; PNG_PE_LIBS=""],[$PNG_PE_LIBS])],
1064             [PNG_PE_CFLAGS=""; PNG_PE_LIBS=""])])
1065     if test "x$PNG_PE_LIBS" = "x"
1066     then
1067         WINE_NOTICE([libpng ${notice_platform}MinGW development files not found; using bundled version.])
1068     fi
1070     WINE_MINGW_PACKAGE_FLAGS(TIFF,[libtiff-4],,
1071         [WINE_CHECK_MINGW_HEADER(tiffio.h,
1072             [WINE_CHECK_MINGW_LIB(tiff,TIFFClientOpen,[:],[TIFF_PE_CFLAGS=""; TIFF_PE_LIBS=""],[$TIFF_PE_LIBS])],
1073             [TIFF_PE_CFLAGS=""; TIFF_PE_LIBS=""])])
1074     if test "x$TIFF_PE_LIBS" = "x"
1075     then
1076         WINE_NOTICE([libtiff ${notice_platform}MinGW development files not found; using bundled version.])
1077     fi
1079     WINE_MINGW_PACKAGE_FLAGS(XML2,[libxml-2.0],[-lxml2],
1080         [WINE_CHECK_MINGW_HEADER(libxml/parser.h)
1081         WINE_CHECK_MINGW_HEADER(libxml/xmlsave.h)
1082         WINE_CHECK_MINGW_HEADER(libxml/SAX2.h)
1083         if test "$ac_cv_mingw_header_libxml_parser_h" = "yes" -a "$ac_cv_mingw_header_libxml_xmlsave_h" = "yes" -a "$ac_cv_mingw_header_libxml_SAX2_h" = "yes"
1084         then
1085             WINE_CHECK_MINGW_LIB(xml2,xmlFirstElementChild,[:],[XML2_PE_CFLAGS=""; XML2_PE_LIBS=""],[$XML2_PE_LIBS])
1086         else
1087             XML2_PE_CFLAGS=""
1088             XML2_PE_LIBS=""
1089         fi])
1090     if test "x$XML2_PE_LIBS" = "x"
1091     then
1092         WINE_NOTICE([libxml2 ${notice_platform}MinGW development files not found (or too old); using bundled version.])
1093     fi
1095     WINE_MINGW_PACKAGE_FLAGS(XSLT,[libxslt],[-lxslt],
1096         [WINE_CHECK_MINGW_HEADER(libxslt/pattern.h)
1097         WINE_CHECK_MINGW_HEADER(libxslt/transform.h)
1098         if test "$ac_cv_mingw_header_libxslt_pattern_h" = "yes" -a "$ac_cv_mingw_header_libxslt_transform_h" = "yes"
1099         then
1100             WINE_CHECK_MINGW_LIB(xslt,xsltCompilePattern,[:],[XSLT_PE_CFLAGS=""; XSLT_PE_LIBS=""],[$XSLT_PE_LIBS])
1101         else
1102             XSLT_PE_CFLAGS=""
1103             XSLT_PE_LIBS=""
1104         fi])
1105     if test "x$XSLT_PE_LIBS" = "x"
1106     then
1107         WINE_NOTICE([libxslt ${notice_platform}MinGW development files not found; using bundled version.])
1108     fi
1110     WINE_MINGW_PACKAGE_FLAGS(VKD3D,[libvkd3d libvkd3d-shader],[-lvkd3d -lvkd3d-shader],
1111         [WINE_CHECK_MINGW_HEADER(vkd3d.h)
1112         WINE_CHECK_MINGW_HEADER(vkd3d_shader.h)
1113         if test "$ac_cv_mingw_header_vkd3d_h" = "yes" -a "$ac_cv_mingw_header_vkd3d_shader_h" = "yes"
1114         then
1115             WINE_CHECK_MINGW_LIB(vkd3d,vkd3d_set_log_callback,[:],[:],[$VKD3D_PE_LIBS])
1116             WINE_CHECK_MINGW_LIB(vkd3d-shader,vkd3d_shader_build_varying_map,[:],[:],[$VKD3D_PE_LIBS])
1117             if test "$ac_cv_mingw_lib_vkd3d" = "no" -o "$ac_cv_mingw_lib_vkd3d_shader" = "no"
1118             then
1119                 VKD3D_PE_CFLAGS=""
1120                 VKD3D_PE_LIBS=""
1121             fi
1122         else
1123             VKD3D_PE_CFLAGS=""
1124             VKD3D_PE_LIBS=""
1125         fi])
1126     if test "x$VKD3D_PE_LIBS" = "x"
1127     then
1128         WINE_NOTICE([libvkd3d ${notice_platform}MinGW development files not found (or too old); using bundled version.])
1129     fi
1131     WINE_MINGW_PACKAGE_FLAGS(ZLIB,[zlib],[-lz],
1132         [WINE_CHECK_MINGW_HEADER(zlib.h,
1133             [WINE_CHECK_MINGW_LIB(z,inflate,[:],[ZLIB_PE_CFLAGS=""; ZLIB_PE_LIBS=""],[$ZLIB_PE_LIBS])],
1134             [ZLIB_PE_CFLAGS=""; ZLIB_PE_LIBS=""])])
1135     if test "x$ZLIB_PE_LIBS" = "x"
1136     then
1137         WINE_NOTICE([zlib ${notice_platform}MinGW development files not found; using bundled version.])
1138     fi
1141 WINE_EXTLIB_FLAGS(FAUDIO, faudio, "faudio mfplat mfreadwrite mfuuid propsys", "-I\$(top_srcdir)/libs/faudio/include")
1142 WINE_EXTLIB_FLAGS(FLUIDSYNTH, fluidsynth, "fluidsynth", "-I\$(top_srcdir)/libs/fluidsynth/include")
1143 WINE_EXTLIB_FLAGS(GSM, gsm, gsm, "-I\$(top_srcdir)/libs/gsm/inc")
1144 WINE_EXTLIB_FLAGS(JPEG, jpeg, jpeg, "-I\$(top_srcdir)/libs/jpeg")
1145 WINE_EXTLIB_FLAGS(JXR, jxr, jxr, "-I\$(top_srcdir)/libs/jxr/jxrgluelib -I\$(top_srcdir)/libs/jxr/image/sys")
1146 WINE_EXTLIB_FLAGS(LCMS2, lcms2, lcms2, "-I\$(top_srcdir)/libs/lcms2/include")
1147 WINE_EXTLIB_FLAGS(LDAP, ldap, ldap, "-I\$(top_srcdir)/libs/ldap/include")
1148 WINE_EXTLIB_FLAGS(MPG123, mpg123, mpg123, "-I\$(top_srcdir)/libs/mpg123/src/include")
1149 WINE_EXTLIB_FLAGS(MUSL, musl, musl)
1150 WINE_EXTLIB_FLAGS(PNG, png, "png \$(ZLIB_PE_LIBS)", "-I\$(top_srcdir)/libs/png")
1151 WINE_EXTLIB_FLAGS(TIFF, tiff, "tiff \$(ZLIB_PE_LIBS)", "-I\$(top_srcdir)/libs/tiff/libtiff")
1152 WINE_EXTLIB_FLAGS(VKD3D, vkd3d, vkd3d, "-I\$(top_srcdir)/libs/vkd3d/include")
1153 WINE_EXTLIB_FLAGS(XML2, xml2, xml2, "-I\$(top_srcdir)/libs/xml2/include -DLIBXML_STATIC")
1154 WINE_EXTLIB_FLAGS(XSLT, xslt, xslt, "-I\$(top_srcdir)/libs/xslt/libxslt -I\$(top_srcdir)/libs/xslt -DLIBXSLT_STATIC")
1155 WINE_EXTLIB_FLAGS(ZLIB, zlib, z, "-I\$(top_srcdir)/libs/zlib -DFAR= -DZ_SOLO")
1156 WINE_EXTLIB_FLAGS(ZYDIS, zydis, zydis, "-I\$(top_srcdir)/libs/zydis/include")
1158 dnl **** Check for pthread ****
1160 AS_VAR_IF([with_pthread],[no],[],
1161           [AC_CHECK_FUNC(pthread_create,,[AC_CHECK_LIB(pthread,pthread_create,[AC_SUBST(PTHREAD_LIBS,"-lpthread")])])])
1162 WINE_ERROR_WITH(pthread,[test "x$ac_cv_func_pthread_create" != xyes -a "x$PTHREAD_LIBS" = x],
1163 [pthread ${notice_platform}development files not found.
1164 Wine cannot support threads without libpthread.])
1166 dnl **** Check for X11 ****
1168 AC_PATH_XTRA
1170 if test "$have_x" = "yes"
1171 then
1172     ac_save_CPPFLAGS="$CPPFLAGS"
1173     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
1175     WINE_CHECK_SONAME(X11,XCreateWindow,,,[$X_LIBS $X_EXTRA_LIBS])
1176     WINE_CHECK_SONAME(Xext,XextCreateExtension,[X_LIBS="$X_LIBS -lXext"],,[$X_LIBS -lX11 $X_EXTRA_LIBS])
1177     X_LIBS="$X_LIBS -lX11"
1179     xlib_includes="#include <X11/Xlib.h>
1180 #include <X11/Xutil.h>"
1182     dnl *** All of the following tests require X11/Xlib.h
1183     AC_CHECK_HEADERS([X11/extensions/shape.h \
1184                       X11/extensions/XInput2.h \
1185                       X11/extensions/XShm.h \
1186                       X11/extensions/Xfixes.h \
1187                       X11/extensions/Xinerama.h \
1188                       X11/extensions/Xrandr.h \
1189                       X11/extensions/Xrender.h \
1190                       X11/extensions/xf86vmode.h \
1191                       X11/extensions/xf86vmproto.h],,,
1192                       [$xlib_includes])
1194         dnl *** Check for X cursor
1195         AC_CHECK_HEADER([X11/Xcursor/Xcursor.h],
1196                         [WINE_CHECK_SONAME(Xcursor,XcursorImageLoadCursor,,,[$X_LIBS $X_EXTRA_LIBS])],,
1197                         [$xlib_includes])
1198         WINE_NOTICE_WITH(xcursor,[test "x$ac_cv_lib_soname_Xcursor" = "x"],
1199                          [libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.])
1201         dnl *** Check for X input extension
1202         AC_CHECK_HEADER([X11/extensions/XInput.h],
1203                         [WINE_CHECK_SONAME(Xi,XOpenDevice,,,[$X_LIBS $X_EXTRA_LIBS])],,
1204                         [$xlib_includes])
1205         WINE_NOTICE_WITH(xinput,[test "x$ac_cv_lib_soname_Xi" = "x"],
1206                          [libxi ${notice_platform}development files not found, the Xinput extension won't be supported.])
1208         dnl *** Check for X input 2 extension
1209         if test "x$ac_cv_lib_soname_Xi" != x
1210         then
1211             WINE_NOTICE_WITH(xinput2,[test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"],
1212                              [XInput2 headers not found, the XInput 2 extension won't be supported.])
1213         fi
1215         dnl *** Check for X Shm extension
1216         if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
1217         then
1218               AC_CHECK_LIB(Xext, XShmQueryExtension,
1219               AC_DEFINE(HAVE_LIBXXSHM, 1, [Define if you have the X Shm extension]),,[$X_LIBS $X_EXTRA_LIBS])
1220         fi
1221         WINE_NOTICE_WITH(xshm,[test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"],
1222                          [XShm ${notice_platform}development files not found, X Shared Memory won't be supported.])
1224         dnl *** Check for X shape extension
1225         if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
1226         then
1227               AC_CHECK_LIB(Xext,XShapeQueryExtension,
1228               AC_DEFINE(HAVE_LIBXSHAPE, 1, [Define if you have the X Shape extension]),,[$X_LIBS $X_EXTRA_LIBS])
1229         fi
1230         WINE_NOTICE_WITH(xshape,[test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"],
1231                          [XShape ${notice_platform}development files not found, XShape won't be supported.])
1233         dnl *** Check for XFree86 VMODE extension
1234         if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
1235         then
1236             WINE_CHECK_SONAME(Xxf86vm,XF86VidModeQueryExtension,,,[$X_LIBS $X_EXTRA_LIBS])
1237         fi
1238         WINE_NOTICE_WITH(xxf86vm,[test "x$ac_cv_lib_soname_Xxf86vm" = "x"],
1239                          [libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.])
1241         dnl *** Check for Transform functions in Xrender
1242         if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
1243         then
1244             WINE_CHECK_SONAME(Xrender,XRenderQueryExtension,
1245               [AC_CHECK_LIB(Xrender,XRenderSetPictureTransform,
1246                 [AC_DEFINE(HAVE_XRENDERSETPICTURETRANSFORM, 1,
1247                  [Define if Xrender has the XRenderSetPictureTransform function])],,[$X_LIBS $X_EXTRA_LIBS])
1248                AC_CHECK_LIB(Xrender,XRenderCreateLinearGradient,
1249                 [AC_DEFINE(HAVE_XRENDERCREATELINEARGRADIENT, 1,
1250                  [Define if Xrender has the XRenderCreateLinearGradient function])],,[$X_LIBS $X_EXTRA_LIBS])],,[$X_LIBS $X_EXTRA_LIBS])
1252         fi
1253         WINE_WARNING_WITH(xrender,[test "x$ac_cv_lib_soname_Xrender" = "x"],
1254                          [libxrender ${notice_platform}development files not found, XRender won't be supported.])
1256         dnl *** Check for X RandR extension
1257         if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
1258         then
1259                 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <X11/Xlib.h>
1260 #include <X11/extensions/Xrandr.h>]], [[static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;]])],
1261                   [WINE_CHECK_SONAME(Xrandr,XRRQueryExtension,
1262                     [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <X11/Xlib.h>
1263 #include <X11/extensions/Xrandr.h>]], [[static typeof(XRRGetProviderResources) *f; if (f) return 0;]])],
1264                       [AC_DEFINE(HAVE_XRRGETPROVIDERRESOURCES, 1,
1265                         [Define if Xrandr has the XRRGetProviderResources function])],
1266                       [WINE_NOTICE([libxrandr ${notice_platform}development files too old, XRandR display device handler won't be supported.])])],,[$X_LIBS $X_EXTRA_LIBS])])
1267         fi
1268         WINE_NOTICE_WITH(xrandr,[test "x$ac_cv_lib_soname_Xrandr" = "x"],
1269                          [libxrandr ${notice_platform}development files not found, XRandr won't be supported.])
1271         dnl *** Check for Xfixes extension
1272         if test "$ac_cv_header_X11_extensions_Xfixes_h" = "yes"
1273         then
1274                 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <X11/Xlib.h>
1275 #include <X11/extensions/Xfixes.h>]], [[static typeof(XFixesQueryVersion) * func; if (func) return 0;]])],
1276                   [WINE_CHECK_SONAME(Xfixes,XFixesQueryVersion,,,[$X_LIBS $X_EXTRA_LIBS])])
1277         fi
1278         WINE_NOTICE_WITH(xfixes,[test "x$ac_cv_lib_soname_Xfixes" = "x"],
1279                          [libxfixes ${notice_platform}development files not found, Xfixes won't be supported.])
1281         dnl *** Check for Xinerama extension
1282         if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
1283         then
1284                 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <X11/Xlib.h>
1285 #include <X11/extensions/Xinerama.h>]], [[static typeof(XineramaQueryScreens) * func; if (func) return 0;]])],
1286                   [WINE_CHECK_SONAME(Xinerama,XineramaQueryScreens,,,[$X_LIBS $X_EXTRA_LIBS])])
1287         fi
1288         WINE_NOTICE_WITH(xinerama,[test "x$ac_cv_lib_soname_Xinerama" = "x"],
1289                          [libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.])
1291         dnl *** Check for X Composite extension
1292         AC_CHECK_HEADER([X11/extensions/Xcomposite.h],
1293                         [WINE_CHECK_SONAME(Xcomposite,XCompositeRedirectWindow,,,[$X_LIBS $X_EXTRA_LIBS])],,
1294                         [$xlib_includes])
1295         WINE_NOTICE_WITH(xcomposite,[test "x$ac_cv_lib_soname_Xcomposite" = "x"],
1296                          [libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.])
1298         dnl *** Check for XICCallback struct
1299         AC_CHECK_MEMBERS([XICCallback.callback, XEvent.xcookie],,,[$xlib_includes])
1301     dnl *** End of X11/Xlib.h check
1303     dnl Check for the presence of OpenGL
1304     opengl_msg=""
1305     if test "x$with_opengl" != "xno"
1306     then
1307         WINE_CHECK_SONAME(GL,glXCreateContext,
1308                      [OPENGL_LIBS="-lGL"],
1309                      [WINE_CHECK_SONAME(GL,glXCreateContext,
1310                             [OPENGL_LIBS="-Xlinker -dylib_file -Xlinker /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -lGL"],
1311                             [if test -f /usr/X11R6/lib/libGL.a
1312                             then
1313                                 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
1314 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
1315                             else
1316                                 opengl_msg="No OpenGL library found on this system."
1317                             fi],
1318                             $X_LIBS -lm $X_EXTRA_LIBS -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib)],
1319                      $X_LIBS -lm $X_EXTRA_LIBS)
1320         if test "x$with_osmesa" != "xno"
1321         then
1322             WINE_CHECK_SONAME(OSMesa,OSMesaGetProcAddress,,,[$X_LIBS -lm $X_EXTRA_LIBS])
1323             WINE_NOTICE_WITH(osmesa,[test "x$ac_cv_lib_soname_OSMesa" = "x"],
1324                              [libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.])
1325         fi
1326     fi
1327     WINE_WARNING_WITH(opengl,[test -n "$opengl_msg"],[$opengl_msg
1328 OpenGL and Direct3D won't be supported.])
1330     CPPFLAGS="$ac_save_CPPFLAGS"
1331 else
1332     X_CFLAGS=""
1333     X_LIBS=""
1336 if test "$enable_wineandroid_drv$enable_winemac_drv" = "nono"
1337 then
1338     WINE_ERROR_WITH(x,[test "x$X_LIBS" = "x"],
1339 [X ${notice_platform}development files not found. Wine will be built
1340 without X support, which probably isn't what you want. You will need
1341 to install ${notice_platform}development packages of Xlib at the very least.],
1342                     [enable_winex11_drv])
1343 else
1344     WINE_NOTICE_WITH(x,[test "x$X_LIBS" = "x"],
1345                      [X ${notice_platform}development files not found, the X11 driver won't be supported.],
1346                      [enable_winex11_drv])
1349 if test "x$with_wayland" != "xno"
1350 then
1351     WINE_PACKAGE_FLAGS(WAYLAND_CLIENT,[wayland-client],,,,
1352         [AC_CHECK_HEADER([wayland-client.h],
1353            [AC_CHECK_LIB(wayland-client,wl_display_connect,
1354               [AC_PATH_PROG(WAYLAND_SCANNER,wayland-scanner,
1355                             [`test -n "$PKG_CONFIG" && $PKG_CONFIG --variable=wayland_scanner wayland-scanner 2>/dev/null`])],
1356               [WAYLAND_CLIENT_LIBS=""],[$WAYLAND_CLIENT_LIBS])])])
1357     WINE_PACKAGE_FLAGS(XKBCOMMON,[xkbcommon],,,,
1358         [AC_CHECK_HEADERS([xkbcommon/xkbcommon.h])
1359          AC_CHECK_LIB(xkbcommon,xkb_context_new,[:],[XKBCOMMON_LIBS=""],[$XKBCOMMON_LIBS])])
1360     WINE_PACKAGE_FLAGS(XKBREGISTRY,[xkbregistry],,,,
1361         [AC_CHECK_HEADERS([xkbcommon/xkbregistry.h])
1362          AC_CHECK_LIB(xkbregistry,rxkb_context_new,[:],[XKBREGISTRY_LIBS=""],[$XKBREGISTRY_LIBS])])
1363     if test "x$with_opengl" != "xno"
1364     then
1365         WINE_PACKAGE_FLAGS(EGL,[egl],[-lEGL],,,
1366             [AC_CHECK_HEADER([EGL/egl.h],
1367                [WINE_CHECK_SONAME(EGL,eglGetProcAddress,,,[$EGL_LIBS])])])
1368         WINE_PACKAGE_FLAGS(WAYLAND_EGL,[wayland-egl],,,,
1369             [AC_CHECK_HEADER([wayland-egl.h],
1370                [AC_CHECK_LIB(wayland-egl,wl_egl_window_create,
1371                   [AC_DEFINE(HAVE_LIBWAYLAND_EGL, 1, [Define if we have the wayland-egl development environment])],
1372                   [WAYLAND_EGL_LIBS=""],[$WAYLAND_EGL_LIBS])])])
1373         if test "x$with_wayland" != "x"
1374         then
1375             WINE_NOTICE_WITH(opengl, [test -z "$ac_cv_lib_soname_EGL" -o "$ac_cv_lib_wayland_egl_wl_egl_window_create" != yes],
1376                 [EGL ${notice_platform}development files not found, the Wayland driver won't support OpenGL])
1377         fi
1378     fi
1380 WINE_NOTICE_WITH(wayland, [test -z "$WAYLAND_CLIENT_LIBS" -o -z "$WAYLAND_SCANNER" -o -z "$XKBCOMMON_LIBS" -o -z "$XKBREGISTRY_LIBS" -o "$ac_cv_header_linux_input_h" = "no"],
1381                  [Wayland ${notice_platform}development files not found, the Wayland driver won't be supported.],
1382                  [enable_winewayland_drv])
1384 dnl **** Check for OpenCL ****
1385 if test "$ac_cv_header_CL_cl_h" = "yes"
1386 then
1387     AC_CHECK_LIB(OpenCL,clGetPlatformInfo,[AC_SUBST(OPENCL_LIBS,["-lOpenCL"])])
1389 WINE_NOTICE_WITH(opencl,[test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes],
1390                  [OpenCL ${notice_platform}development files not found, OpenCL won't be supported.],
1391                  [enable_opencl])
1393 dnl **** Check for libpcap ****
1394 if test "$ac_cv_header_pcap_pcap_h" = "yes"
1395 then
1396     AC_CHECK_LIB(pcap,pcap_init,[AC_SUBST(PCAP_LIBS,["-lpcap"])])
1398 WINE_NOTICE_WITH(pcap,[test "x$ac_cv_lib_pcap_pcap_init" != xyes],
1399                  [pcap ${notice_platform}development files not found, wpcap won't be supported.],
1400                  [enable_wpcap])
1402 dnl **** Check for libpcsclite ****
1403 if test "x$with_pcsclite" != "xno"
1404 then
1405     AC_CHECK_LIB(pcsclite,SCardEstablishContext,[AC_SUBST(PCSCLITE_LIBS,["-lpcsclite"])],
1406                  [case $host_os in
1407                     darwin*|macosx*) AC_SUBST(PCSCLITE_LIBS,"-framework PCSC") ;;
1408                   esac])
1410 WINE_NOTICE_WITH(pcsclite,[test "x$PCSCLITE_LIBS" = x],
1411                  [libpcsclite not found, smart cards won't be supported.],
1412                  [enable_winscard])
1414 dnl **** Check for inotify ****
1415 if test "x$with_inotify" != "xno"
1416 then
1417     WINE_PACKAGE_FLAGS(INOTIFY,[libinotify],,,,
1418         [AC_CHECK_HEADERS([sys/inotify.h])
1419          AC_CHECK_LIB(inotify,inotify_add_watch,[:],[INOTIFY_LIBS=""],[$INOTIFY_LIBS])])
1421 WINE_NOTICE_WITH(inotify,[test "$ac_cv_header_sys_inotify_h" != "yes"],
1422                  [libinotify ${notice_platform}development files not found (or too old), filesystem change notifications won't be supported.])
1424 dnl **** Check for libdbus ****
1425 if test "x$with_dbus" != "xno"
1426 then
1427     WINE_PACKAGE_FLAGS(DBUS,[dbus-1],,,,
1428         [AC_CHECK_HEADER([dbus/dbus.h],
1429             [WINE_CHECK_SONAME(dbus-1, dbus_connection_close,,[DBUS_CFLAGS=""],[$DBUS_LIBS])],
1430             [DBUS_CFLAGS=""])])
1432 case $host_os in
1433   darwin*|macosx*) ;;
1434   *) WINE_NOTICE_WITH(dbus,[test "x$ac_cv_lib_soname_dbus_1" = "x"],
1435                       [libdbus ${notice_platform}development files not found, no dynamic device support.]) ;;
1436 esac
1438 dnl **** Check for libgnutls ****
1439 if test "x$with_gnutls" != "xno"
1440 then
1441     WINE_PACKAGE_FLAGS(GNUTLS,[gnutls],[-lgnutls],,,
1442         [AC_CHECK_HEADER(gnutls/gnutls.h,
1443             [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <gnutls/gnutls.h>
1444 #include <gnutls/crypto.h>]], [[static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;]])],
1445                 [WINE_CHECK_SONAME(gnutls,gnutls_global_init,,[GNUTLS_CFLAGS=""],[$GNUTLS_LIBS],[[libgnutls\\(-deb0\\)\\{0,1\\}]])
1446                  WINE_CHECK_LIB_FUNCS(gnutls_cipher_init,[$GNUTLS_LIBS],,
1447                                       [WINE_NOTICE([libgnutls ${notice_platform}development files too old, bcrypt encryption won't be supported.])])])],
1448             [GNUTLS_CFLAGS=""])])
1450 WINE_WARNING_WITH(gnutls,[test "x$ac_cv_lib_soname_gnutls" = "x"],
1451                  [libgnutls ${notice_platform}development files not found, no schannel support.])
1453 dnl **** Check for SANE ****
1454 if test "x$with_sane" != "xno"
1455 then
1456     WINE_PACKAGE_FLAGS(SANE,[sane-backends],,[`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`],[`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`],
1457         [AC_CHECK_HEADER(sane/sane.h,
1458             [AC_CHECK_LIB(sane,sane_init,[:],,[$SANE_LIBS])])])
1460 WINE_NOTICE_WITH(sane,[test "$ac_cv_lib_sane_sane_init" != "yes"],
1461                  [libsane ${notice_platform}development files not found, scanners won't be supported.],
1462                  [enable_sane_ds])
1464 dnl **** Check for libusb ****
1465 if test "x$with_usb" != "xno"
1466 then
1467     WINE_PACKAGE_FLAGS(USB,[libusb-1.0],[-lusb-1.0],,,
1468         [AC_CHECK_HEADER([libusb.h],
1469             [AC_CHECK_LIB(usb-1.0,libusb_interrupt_event_handler,[:],[USB_LIBS=""],[$USB_LIBS])],
1470             [USB_LIBS=""])])
1472 WINE_NOTICE_WITH(usb,[test "$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" != "yes"],
1473                  [libusb-1.0 ${notice_platform}development files not found (or too old), USB devices won't be supported.],
1474                  [enable_wineusb_sys])
1476 dnl **** Check for libv4l2 ****
1477 if test "x$with_v4l2" != "xno"
1478 then
1479     WINE_CHECK_SONAME(v4l2,v4l2_open)
1481 WINE_NOTICE_WITH(v4l2,[test "x$ac_cv_lib_soname_v4l2" = "x"],
1482                  [libv4l2 ${notice_platform}development files not found.])
1484 dnl **** Check for libgphoto2 ****
1485 if test "x$with_gphoto" != "xno"
1486 then
1487     WINE_PACKAGE_FLAGS(GPHOTO2,[libgphoto2],[-lgphoto2],
1488                        [`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`],[`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`],
1489         [AC_CHECK_HEADER(gphoto2-camera.h,
1490                         [AC_CHECK_LIB(gphoto2,gp_camera_new,[:],,[$GPHOTO2_LIBS])])])
1491     WINE_PACKAGE_FLAGS(GPHOTO2_PORT,[libgphoto2_port],[-lgphoto2_port],
1492                        [`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`],
1493                        [`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`],
1494         [AC_CHECK_HEADER(gphoto2-port.h,
1495                         [AC_CHECK_LIB(gphoto2_port,gp_port_info_list_new,
1496                                       [AC_DEFINE(HAVE_GPHOTO2_PORT, 1, [Define if we have the libgphoto2_port development environment])],
1497                                       [GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""],
1498                                       [$GPHOTO2_PORT_LIBS])],
1499                         [GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""])])
1501 WINE_NOTICE_WITH(gphoto,[test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"],
1502                  [libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.],
1503                  [enable_gphoto2_ds])
1504 WINE_NOTICE_WITH(gphoto,[test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"],
1505                  [libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.])
1508 dnl **** Check for resolver library ***
1509 if test "$ac_cv_header_resolv_h" = "yes"
1510 then
1511     AC_CACHE_CHECK([for resolver library], ac_cv_have_resolv,
1512       [ac_save_LIBS="$LIBS"
1513        for lib in '' -lresolv
1514        do
1515          LIBS="$lib $ac_save_LIBS"
1516          AC_LINK_IFELSE([AC_LANG_PROGRAM([[#ifdef HAVE_NETINET_IN_H
1517 #include <netinet/in.h>
1518 #endif
1519 #include <resolv.h>]],[[if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0); ns_initparse(0,0,0)]])],
1520            [ac_cv_have_resolv=${lib:-"none required"}],[ac_cv_have_resolv="not found"])
1521          test "x$ac_cv_have_resolv" = "xnot found" || break
1522        done
1523        LIBS="$ac_save_LIBS"])
1525     case "$ac_cv_have_resolv" in
1526       "not found") ;;
1527       "none required")
1528         AC_DEFINE(HAVE_RESOLV, 1, [Define if you have the resolver library and header]) ;;
1529       *)
1530         AC_DEFINE(HAVE_RESOLV, 1)
1531         AC_SUBST(RESOLV_LIBS,$ac_cv_have_resolv) ;;
1532     esac
1534     if test "x$ac_cv_have_resolv" != "xnot found"
1535     then
1536         AC_CACHE_CHECK([for res_getservers], ac_cv_have_res_getservers,
1537                        [ac_save_LIBS="$LIBS"
1538                         LIBS="$RESOLV_LIBS $LIBS"
1539                         AC_LINK_IFELSE([AC_LANG_PROGRAM(
1540         [[#include <resolv.h>]],[[res_getservers(NULL, NULL, 0);]])],[ac_cv_have_res_getservers=yes],[ac_cv_have_res_getservers=no])
1541                          LIBS="$ac_save_LIBS"])
1542         if test "$ac_cv_have_res_getservers" = "yes"
1543         then
1544           AC_DEFINE(HAVE_RES_GETSERVERS, 1, [Define to 1 if you have the `res_getservers' function.])
1545         fi
1546     fi
1549 dnl **** Check for FreeType 2 ****
1550 if test "x$with_freetype" != "xno"
1551 then
1552     WINE_PACKAGE_FLAGS(FREETYPE,[freetype2],[-lfreetype],
1553                        [`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`],
1554                        [`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`],
1555         [AC_CHECK_HEADERS([ft2build.h])
1556         if test "$ac_cv_header_ft2build_h" = "yes"
1557         then
1558             WINE_CHECK_SONAME(freetype,FT_Init_FreeType,
1559                 [AC_DEFINE(HAVE_FREETYPE, 1, [Define if FreeType 2 is installed])
1560                  AC_CHECK_TYPES(FT_TrueTypeEngineType,,,[#include <ft2build.h>
1561 #include FT_MODULE_H])],
1562                 [FREETYPE_LIBS=""],[$FREETYPE_LIBS])
1563         else
1564             FREETYPE_CFLAGS=""
1565             FREETYPE_LIBS=""
1566         fi])
1568 WINE_ERROR_WITH(freetype,[test "x$ac_cv_lib_soname_freetype" = x],
1569                 [FreeType ${notice_platform}development files not found. Fonts will not be built.],
1570                 [enable_fonts])
1572 dnl **** Check for pthread functions ****
1573 WINE_CHECK_LIB_FUNCS(\
1574         pthread_getthreadid_np,
1575         [$PTHREAD_LIBS])
1577 dnl **** Check for gettextpo ****
1578 if test "x$enable_tools" != xno -a "x$with_gettextpo" = xyes
1579 then
1580     if test "$ac_cv_header_gettext_po_h" = "yes"
1581     then
1582         AC_CHECK_LIB(gettextpo,po_message_msgctxt,
1583                      [AC_DEFINE(HAVE_LIBGETTEXTPO,1,[Define to 1 if you have the `gettextpo' library (-lgettextpo).])
1584                       AC_SUBST(GETTEXTPO_LIBS,"-lgettextpo")])
1585     fi
1586     WINE_NOTICE_WITH(gettextpo,[test "x$GETTEXTPO_LIBS" = "x"],
1587       [GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.])
1588     WINE_NOTICE_WITH(gettextpo,[test "$srcdir" != .],
1589       [Rebuilding po files is not supported for out of tree builds.])
1592 dnl **** Check for PulseAudio ****
1593 if test "x$with_pulse" != "xno";
1594 then
1595     WINE_PACKAGE_FLAGS(PULSE,[libpulse],,,,
1596         [AC_CHECK_HEADER([pulse/pulseaudio.h],
1597             [AC_CHECK_LIB(pulse, pa_stream_is_corked,[:],[PULSE_LIBS=""],[$PULSE_LIBS])],
1598             [PULSE_LIBS=""])])
1600 WINE_NOTICE_WITH(pulse, [test -z "$PULSE_LIBS"],
1601         [libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.],
1602         [enable_winepulse_drv])
1604 dnl **** Check for gstreamer ****
1605 if test "x$with_gstreamer" != "xno"
1606 then
1607     WINE_PACKAGE_FLAGS(GSTREAMER,[gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 gstreamer-tag-1.0],,,,
1608         [AC_CHECK_HEADER([gst/gst.h],
1609             [AC_MSG_CHECKING([whether gint64 defined by gst/gst.h is indeed 64-bit])
1610               AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <gst/gst.h>]],
1611                                                  [[static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;]])],
1612                 [AC_MSG_RESULT([yes])
1613                  AC_CHECK_LIB(gstreamer-1.0,gst_pad_new,[:],,[$GSTREAMER_LIBS])],
1614                 [AC_MSG_RESULT([no])
1615                  ac_glib2_broken=yes
1616                  enable_winegstreamer=${enable_winegstreamer:-no}
1617                  WINE_NOTICE([glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built.])])])])
1619 WINE_NOTICE_WITH(gstreamer,[test "x$ac_glib2_broken" != xyes -a "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" != xyes],
1620                  [gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported.],
1621                  [enable_winegstreamer])
1623 dnl **** Check for ALSA 1.x ****
1624 AC_SUBST(ALSA_LIBS,"")
1625 if test "x$with_alsa" != "xno"
1626 then
1627     AC_CHECK_LIB(asound,snd_pcm_hw_params_get_access_mask,
1628         [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <alsa/asoundlib.h>]], [[snd_pcm_hw_params_get_access_mask(NULL, NULL)]])],
1629                         [ALSA_LIBS="-lasound"])])
1631 test -n "$ALSA_LIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
1633 dnl **** Check for OSSv4 ****
1634 if test "x$with_oss" != xno
1635 then
1636     ac_save_CPPFLAGS="$CPPFLAGS"
1637     if test -f /etc/oss.conf
1638     then
1639         . /etc/oss.conf
1640     fi
1641     ac_oss_incl="-I${OSSLIBDIR:-/usr/lib/oss}/include"
1642     CPPFLAGS="$CPPFLAGS $ac_oss_incl"
1643     AC_CHECK_HEADER([sys/soundcard.h],
1644         [AC_CHECK_MEMBERS([oss_sysinfo.numaudioengines],
1645             [AC_SUBST(OSS4_CFLAGS,"$ac_oss_incl")
1646              AC_CHECK_LIB(ossaudio,_oss_ioctl,
1647                  [AC_SUBST(OSS4_LIBS,"-lossaudio")])],,
1648             [#include <sys/soundcard.h>])])
1649     CPPFLAGS="$ac_save_CPPFLAGS"
1651 WINE_NOTICE_WITH(oss,[test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes],
1652                  [OSS sound system found but too old (OSSv4 needed), OSS won't be supported.],
1653                  [enable_wineoss_drv])
1655 dnl **** Check for libudev ****
1656 if test "x$with_udev" != "xno"
1657 then
1658     WINE_PACKAGE_FLAGS(UDEV,[libudev],[-ludev],,,
1659         [AC_CHECK_HEADERS(libudev.h,
1660             [AC_CHECK_LIB(udev,udev_new,
1661                 AC_DEFINE(HAVE_UDEV,1,[Define to 1 if you have the `udev' library (-ludev).]),
1662                 [UDEV_LIBS=""],[$UDEV_LIBS])],
1663             [UDEV_LIBS=""])])
1665 WINE_NOTICE_WITH(udev,[test "x$UDEV_LIBS" = "x"],
1666                  [libudev ${notice_platform}development files not found, plug and play won't be supported.])
1668 dnl **** Check for libunwind ****
1669 if test $HOST_ARCH = x86_64
1670 then
1671   if test "x$with_unwind" != xno
1672   then
1673     WINE_PACKAGE_FLAGS(UNWIND,[libunwind],[-lunwind],,,
1674        [AC_CACHE_CHECK([for unw_step],wine_cv_have_unw_step,
1675            [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#define UNW_LOCAL_ONLY
1676 #include <libunwind.h>]],
1677                 [[unw_cursor_t cursor; unw_step( &cursor );]])],
1678                 [wine_cv_have_unw_step="yes"],[wine_cv_have_unw_step="no"])])
1679         if test "$wine_cv_have_unw_step" = no -a -n "$UNWIND_LIBS"
1680         then
1681             save_libs=$LIBS
1682             dnl Force static libgcc, libunwind breaks libgcc_s unwinding
1683             UNWIND_LIBS="-static-libgcc $UNWIND_LIBS"
1684             LIBS="$UNWIND_LIBS $LIBS"
1685             AC_CACHE_CHECK([for unw_step in libunwind],wine_cv_have_libunwind_unw_step,
1686                [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#define UNW_LOCAL_ONLY
1687 #include <libunwind.h>]],
1688                     [[unw_cursor_t cursor; unw_step( &cursor );]])],
1689                     [wine_cv_have_libunwind_unw_step="yes"],
1690                     [wine_cv_have_libunwind_unw_step="no"])])
1691             LIBS=$save_libs
1692         fi
1693         test "$wine_cv_have_libunwind_unw_step" = yes || UNWIND_LIBS=""
1694         if test "x$wine_cv_have_unw_step$wine_cv_have_libunwind_unw_step" != xnono
1695         then
1696             AC_DEFINE(HAVE_LIBUNWIND,1,[Define to 1 if you have the `unwind' library (-lunwind).])
1697         fi])
1698   fi
1699   case $host in
1700   *-darwin*)
1701     WINE_NOTICE_WITH(unwind,[test "x$wine_cv_have_unw_step$wine_cv_have_libunwind_unw_step" = xnono],
1702                      [libunwind ${notice_platform}development files not found, stack unwinding won't work.]) ;;
1703   esac
1706 dnl **** Check for libSDL2 ****
1707 if test "x$with_sdl" != "xno"
1708 then
1709     WINE_PACKAGE_FLAGS(SDL2,[sdl2],[-lSDL2],,,
1710         [AC_CHECK_HEADERS([SDL.h],
1711             [WINE_CHECK_SONAME(SDL2,SDL_Init,,,[$SDL2_LIBS],[[libSDL2-2.0*]])])])
1713 WINE_NOTICE_WITH(sdl,[test "x$ac_cv_lib_soname_SDL2" = "x"],
1714                  [libSDL2 ${notice_platform}development files not found, SDL2 won't be supported.])
1716 dnl **** Check for capi4linux ****
1717 if test "x$with_capi" != "xno"
1718 then
1719     WINE_PACKAGE_FLAGS(CAPI20,[capi20],,,,
1720      dnl Check for broken kernel header that doesn't define __user
1721     [AC_CHECK_HEADERS([capi20.h linux/capi.h],,,[#define __user])
1722     if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
1723     then
1724         AC_CHECK_LIB(capi20,capi20_register,[:],[CAPI20_LIBS=""],[$CAPI20_LIBS])
1725     fi])
1727 WINE_NOTICE_WITH(capi,[test "x$ac_cv_lib_capi20_capi20_register" != xyes],
1728                  [libcapi20 ${notice_platform}development files not found, ISDN won't be supported.],
1729                  [enable_capi2032])
1731 dnl **** Check for cups ****
1732 if test "x$with_cups" != "xno"
1733 then
1734     WINE_PACKAGE_FLAGS(CUPS,[cups],[-lcups],
1735                        [`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`],
1736                        [`${CUPS_CONFIG:-cups-config} --libs 2>/dev/null`],
1737                        [AC_CHECK_HEADERS(cups/cups.h cups/ppd.h)
1738                         if test "$ac_cv_header_cups_cups_h" = "yes"
1739                         then
1740                             WINE_CHECK_SONAME(cups,cupsGetDefault,,[CUPS_LIBS=""],[$CUPS_LIBS])
1741                         else
1742                             CUPS_CFLAGS=""
1743                             CUPS_LIBS=""
1744                         fi])
1746 WINE_NOTICE_WITH(cups,[test "x$ac_cv_lib_soname_cups" = "x"],
1747                  [libcups ${notice_platform}development files not found, CUPS won't be supported.])
1749 dnl **** Check for fontconfig ****
1750 if test "x$with_fontconfig" != "xno"
1751 then
1752     WINE_PACKAGE_FLAGS(FONTCONFIG,[fontconfig],,[$X_CFLAGS],[$X_LIBS],
1753         [AC_CHECK_HEADER([fontconfig/fontconfig.h],
1754                          [WINE_CHECK_SONAME(fontconfig,FcInit,,[FONTCONFIG_CFLAGS=""],[$FONTCONFIG_LIBS])],
1755                          [FONTCONFIG_CFLAGS=""])])
1757 WINE_NOTICE_WITH(fontconfig,[test "x$ac_cv_lib_soname_fontconfig" = "x"],
1758                  [fontconfig ${notice_platform}development files not found, fontconfig won't be supported.])
1760 dnl **** Check for krb5 ****
1761 if test "x$with_krb5" != "xno"
1762 then
1763     WINE_PACKAGE_FLAGS(KRB5,[krb5],,
1764                        [`${KRB5_CONFIG:-krb5-config} --cflags 2>/dev/null`],
1765                        [`${KRB5_CONFIG:-krb5-config} --libs 2>/dev/null`],
1766         [AC_CHECK_HEADERS([krb5/krb5.h])
1767          if test "$ac_cv_header_krb5_krb5_h" = "yes"
1768          then
1769              WINE_CHECK_SONAME(krb5,krb5_is_config_principal,,[KRB5_CFLAGS=""],[$KRB5_LIBS])
1770          else
1771              KRB5_CFLAGS=""
1772          fi])
1774 WINE_NOTICE_WITH(krb5,[test "x$ac_cv_lib_soname_krb5" = "x"],
1775                  [libkrb5 ${notice_platform}development files not found (or too old), Kerberos won't be supported.])
1776 test "x$ac_cv_lib_soname_krb5" != "x" || with_gssapi=${with_gssapi:-no}
1778 dnl **** Check for gssapi ****
1779 if test "x$with_gssapi" != "xno"
1780 then
1781     WINE_PACKAGE_FLAGS(GSSAPI,[krb5-gssapi],,
1782                        [`${KRB5_CONFIG:-krb5-config} --cflags gssapi 2>/dev/null`],
1783                        [`${KRB5_CONFIG:-krb5-config} --libs gssapi 2>/dev/null`],
1784         [AC_CHECK_HEADERS([gssapi/gssapi.h gssapi/gssapi_ext.h])
1785         if test "$ac_cv_header_gssapi_gssapi_h" = "yes" -a "$ac_cv_header_gssapi_gssapi_ext_h" = "yes"
1786         then
1787             WINE_CHECK_SONAME(gssapi_krb5, gss_init_sec_context,,[GSSAPI_CFLAGS=""],[$GSSAPI_LIBS])
1788         else
1789             GSSAPI_CFLAGS=""
1790         fi])
1792 WINE_NOTICE_WITH(gssapi,[test "x$ac_cv_lib_soname_gssapi_krb5" = "x"],
1793                  [libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support.])
1795 dnl **** Check for libprocstat ****
1796 if test "$ac_cv_header_libprocstat_h" = "yes"
1797 then
1798     AC_CHECK_LIB(procstat,procstat_open_sysctl,
1799                  [AC_DEFINE(HAVE_LIBPROCSTAT, 1, [Define to 1 if you have the `procstat' library (-lprocstat).])
1800                   AC_SUBST(PROCSTAT_LIBS,"-lprocstat")])
1803 dnl **** Check for libodbc ****
1804 WINE_CHECK_SONAME(odbc,SQLConnect,,[AC_DEFINE_UNQUOTED(SONAME_LIBODBC,["libodbc.$LIBEXT"])])
1806 dnl **** Check for libnetapi ****
1807 if test "x$with_netapi" != "xno"
1808 then
1809     WINE_PACKAGE_FLAGS(NETAPI,[netapi],,,,
1810       [WINE_CHECK_SONAME(netapi,libnetapi_init,,[AC_DEFINE_UNQUOTED(SONAME_LIBNETAPI,["libnetapi.$LIBEXT"])],[$NETAPI_LIBS])])
1812 WINE_NOTICE_WITH(netapi,[test "x$ac_cv_lib_soname_netapi" = "x"],
1813                  [libnetapi not found, Samba NetAPI won't be supported.],
1814                  [enable_netapi])
1817 dnl **** Check for any sound system ****
1818 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv$enable_wineandroid_drv" = xnonononono -a \
1819         "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
1820 then
1821     WINE_WARNING([No sound system was found. Windows applications will be silent.])
1824 dnl *** Check for Vulkan ***
1825 if test "x$with_vulkan" != "xno"
1826 then
1827     WINE_CHECK_SONAME(vulkan, vkGetInstanceProcAddr)
1828     if test "x$ac_cv_lib_soname_vulkan" = "x"
1829     then
1830         WINE_CHECK_SONAME(MoltenVK, vkGetInstanceProcAddr, [AC_DEFINE_UNQUOTED(SONAME_LIBVULKAN,["$ac_cv_lib_soname_MoltenVK"])])
1831     fi
1833 WINE_NOTICE_WITH(vulkan,[test "x$ac_cv_lib_soname_vulkan" = "x" -a "x$ac_cv_lib_soname_MoltenVK" = "x"],
1834                  [libvulkan and libMoltenVK ${notice_platform}development files not found, Vulkan won't be supported.])
1836 dnl **** Check for gcc specific options ****
1838 if test "x${GCC}" = "xyes"
1839 then
1840   EXTRACFLAGS="$EXTRACFLAGS -Wall -pipe"
1842   dnl Check for some compiler flags
1843   dnl clang needs to be told to fail on unknown options
1844   saved_CFLAGS=$CFLAGS
1845   WINE_TRY_CFLAGS([-Werror=unknown-warning-option],[CFLAGS="$CFLAGS -Werror=unknown-warning-option"])
1846   WINE_TRY_CFLAGS([-Werror=unused-command-line-argument],[CFLAGS="$CFLAGS -Werror=unused-command-line-argument"])
1847   WINE_TRY_CFLAGS([-Werror=ignored-optimization-argument],[CFLAGS="$CFLAGS -Werror=ignored-optimization-argument"])
1848   WINE_TRY_CFLAGS([-fcf-protection=none])
1849   WINE_TRY_CFLAGS([-fvisibility=hidden])
1850   WINE_TRY_CFLAGS([-fno-stack-protector])
1851   WINE_TRY_CFLAGS([-fno-strict-aliasing])
1852   WINE_TRY_CFLAGS([-Wdeclaration-after-statement])
1853   WINE_TRY_CFLAGS([-Wempty-body])
1854   WINE_TRY_CFLAGS([-Wignored-qualifiers])
1855   WINE_TRY_CFLAGS([-Winit-self])
1856   WINE_TRY_CFLAGS([-Wpacked-not-aligned],[EXTRACFLAGS="$EXTRACFLAGS -Wno-packed-not-aligned"])
1857   WINE_TRY_CFLAGS([-Wpragma-pack],[EXTRACFLAGS="$EXTRACFLAGS -Wno-pragma-pack"])
1858   WINE_TRY_CFLAGS([-Wshift-overflow=2])
1859   WINE_TRY_CFLAGS([-Wstrict-prototypes])
1860   WINE_TRY_CFLAGS([-Wtype-limits])
1861   WINE_TRY_CFLAGS([-Wunused-but-set-parameter])
1862   WINE_TRY_CFLAGS([-Wvla])
1863   WINE_TRY_CFLAGS([-Wwrite-strings])
1865   dnl GCC can't handle large files when -Wmisleading-indentation is enabled (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89549)
1866   WINE_TRY_CFLAGS([-flarge-source-files -Wmisleading-indentation],[EXTRACFLAGS="$EXTRACFLAGS -Wno-misleading-indentation"])
1868   dnl Check for noisy string.h
1869   WINE_TRY_CFLAGS([-Wpointer-arith],
1870      [saved_string_h_CFLAGS=$CFLAGS
1871       CFLAGS="$CFLAGS -Wpointer-arith -Werror"
1872       AC_CACHE_CHECK([for broken string.h that generates warnings with -Wpointer-arith], ac_cv_c_string_h_warnings,
1873           AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <string.h>]])],[ac_cv_c_string_h_warnings=no],[ac_cv_c_string_h_warnings=yes]))
1874       test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
1875       CFLAGS=$saved_string_h_CFLAGS])
1877   dnl Check for noisy string.h on logical ops
1878   WINE_TRY_CFLAGS([-Wlogical-op],
1879      [saved_string_h_CFLAGS=$CFLAGS
1880       CFLAGS="$CFLAGS -Wlogical-op -Werror"
1881       AC_CACHE_CHECK([for broken string.h that generates warnings with -Wlogical-op], ac_cv_c_logicalop_noisy,
1882           AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <string.h>
1883 char*f(const char *h,char n) {return strchr(h,n);}]])],[ac_cv_c_logicalop_noisy=no],[ac_cv_c_logicalop_noisy=yes]))
1884       CFLAGS=$saved_string_h_CFLAGS
1885       test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wlogical-op"])
1887   dnl Check for 64-bit compare-and-swap
1888   AC_CACHE_CHECK([for flags needed for 64-bit compare-and-swap support], wine_cv_64bit_compare_swap,
1889       [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
1890 #error no
1891 #endif]])],
1892           [wine_cv_64bit_compare_swap="none needed"],
1893           [case $HOST_ARCH in
1894             i386) wine_cv_64bit_compare_swap="-march=i586" ;;
1895             arm)  wine_cv_64bit_compare_swap="-march=armv7-a" ;;
1896             *)    wine_cv_64bit_compare_swap="unknown" ;;
1897            esac
1898            if test "x$wine_cv_64bit_compare_swap" != xunknown
1899            then
1900                dnl try with the new flags
1901                CFLAGS="$CFLAGS $wine_cv_64bit_compare_swap"
1902                AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
1903 #error no
1904 #endif]])],,[wine_cv_64bit_compare_swap="unknown"])
1905                CFLAGS=$saved_CFLAGS
1906            fi])])
1907   case "$wine_cv_64bit_compare_swap" in
1908       unknown) AC_MSG_ERROR([gcc doesn't support 64-bit compare-and-swap on this platform]) ;;
1909       "none needed") ;;
1910       *) EXTRACFLAGS="$EXTRACFLAGS $wine_cv_64bit_compare_swap" ;;
1911   esac
1913   dnl Determine debug info format
1914   ac_debug_format_seen=""
1915   for ac_flag in $CFLAGS; do
1916     case $ac_flag in
1917       -gdwarf*)    ac_debug_format_seen=yes ;;
1918       -g)          ac_debug_format_seen=${ac_debug_format_seen:-default} ;;
1919     esac
1920   done
1921   if test "x$ac_debug_format_seen" = xdefault
1922   then
1923     WINE_TRY_CFLAGS([-gdwarf-4])
1924   fi
1926   dnl Disable gcc builtins except for Mingw
1927   AC_SUBST(MSVCRTFLAGS,"")
1928   case $host_os in
1929     mingw32*)  dnl Check for delayload linker support
1930        WINE_TRY_CFLAGS([-Wl,-delayload,autoconftest.dll],[AC_SUBST(DELAYLOADFLAG,["-Wl,-delayload,"])]) ;;
1931     *) MSVCRTFLAGS="-D_WIN32"
1932        WINE_TRY_CFLAGS([-fno-builtin],[MSVCRTFLAGS="$MSVCRTFLAGS -fno-builtin"])
1933        WINE_TRY_CFLAGS([-fshort-wchar],[MSVCRTFLAGS="$MSVCRTFLAGS -fshort-wchar"])
1934        WINE_TRY_CFLAGS([-Wno-format],[MSVCRTFLAGS="$MSVCRTFLAGS -Wno-format"]) ;;
1935   esac
1937   case $HOST_ARCH in
1938     dnl gcc-4.6+ omits frame pointers by default, breaking some copy protections
1939     i386) WINE_TRY_CFLAGS([-fno-omit-frame-pointer],[MSVCRTFLAGS="$MSVCRTFLAGS -fno-omit-frame-pointer"]) ;;
1940     x86_64)
1941       case $host_os in
1942         dnl Mingw uses Windows 64-bit types, not Unix ones
1943         cygwin*|mingw32*) WINE_TRY_CFLAGS([-Wno-format]) ;;
1944         dnl Default to ms_abi on 64-bit
1945         *) if test -z "$PE_ARCHS"
1946            then
1947                AC_CACHE_CHECK([for working -mabi=ms], ac_cv_mabi_ms,
1948                    [CFLAGS="$CFLAGS -mabi=ms"
1949                     AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <stdarg.h>
1950 int a(int b, ...) { __builtin_ms_va_list list; __builtin_ms_va_start(list,b); }]])],
1951                        [ac_cv_mabi_ms=yes],[ac_cv_mabi_ms=no])
1952                     CFLAGS=$saved_CFLAGS])
1953                test $ac_cv_mabi_ms = yes || AC_MSG_ERROR([The compiler doesn't support -mabi=ms. Use gcc instead of clang, or install mingw-w64.])
1954            fi
1955            MSVCRTFLAGS="$MSVCRTFLAGS -mabi=ms" ;;
1956       esac ;;
1957     arm)
1958       WINE_TRY_CFLAGS([-Wincompatible-function-pointer-types],[EXTRACFLAGS="$EXTRACFLAGS -Wno-error=incompatible-function-pointer-types"]) ;;
1959   esac
1961   CFLAGS=$saved_CFLAGS
1963   dnl Enable -Werror
1964   if test "x$enable_werror" = "xyes"
1965   then
1966       WINE_TRY_CFLAGS([-Werror])
1967   fi
1968   if test "x$enable_build_id" = "xyes"
1969   then
1970       WINE_TRY_CFLAGS([-Wl,--build-id], [CFLAGS="$CFLAGS -Wl,--build-id"
1971                       LDFLAGS="$LDFLAGS -Wl,--build-id"])
1972   fi
1975 dnl **** Disable Fortify, it has too many false positives
1977 AC_CACHE_CHECK([for the need to disable Fortify], ac_cv_c_fortify_enabled,
1978     AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <string.h>]],
1979 [[#if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
1980 #error Fortify enabled
1981 #endif]])],
1982         [ac_cv_c_fortify_enabled=no],[ac_cv_c_fortify_enabled=yes]))
1983 if test "$ac_cv_c_fortify_enabled" = yes
1984 then
1985     CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
1988 dnl **** Check for CFI directives support ****
1990 AC_CACHE_CHECK([whether CFI directives are supported in assembly code], ac_cv_c_cfi_support,
1991     AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");]])],
1992                       ac_cv_c_cfi_support="yes",ac_cv_c_cfi_support="no"))
1993 if test "$ac_cv_c_cfi_support" = "yes"
1994 then
1995    DLLFLAGS="$DLLFLAGS -fasynchronous-unwind-tables"
1996    LDDLLFLAGS="$LDDLLFLAGS -fasynchronous-unwind-tables"
1997    UNIXDLLFLAGS="$UNIXDLLFLAGS -fasynchronous-unwind-tables"
1998 elif test $HOST_ARCH = x86_64
1999 then
2000    WINE_WARNING([building 64-bit Wine without support for CFI directives; exception handling will not work properly.])
2003 dnl **** Platform-specific checks ****
2005 case "$HOST_ARCH,$PE_ARCHS" in
2006   x86_64,*i386*) wine_binary="wine" ;;
2007   x86_64,*) wine_binary="wine64" ;;
2008   *) wine_binary="wine" ;;
2009 esac
2010 AC_SUBST(WINELOADER_PROGRAMS,"$wine_binary")
2012 case $host_os in
2013   linux*)
2014     if test $HOST_ARCH != unknown
2015     then
2016         test "$wine_binary" = wine || WINE_IGNORE_FILE(loader/wine-preloader)
2017         WINELOADER_PROGRAMS="$WINELOADER_PROGRAMS $wine_binary-preloader"
2018     fi
2019     ;;
2020   darwin*|macosx*)
2021     if test "$wine_can_build_preloader" = "yes"
2022     then
2023         test "$wine_binary" = wine || WINE_IGNORE_FILE(loader/wine-preloader)
2024         WINELOADER_PROGRAMS="$WINELOADER_PROGRAMS $wine_binary-preloader"
2025     fi
2026     ;;
2027 esac
2029 dnl **** Check for functions ****
2031 dnl Check for -ldl
2032 AC_SEARCH_LIBS(dlopen, dl)
2034 dnl Check for -lnsl for Solaris
2035 AC_SEARCH_LIBS(gethostbyname, nsl)
2037 dnl Check for -lsocket for Solaris
2038 AC_SEARCH_LIBS(connect, socket)
2040 dnl Check for -lresolv for Solaris
2041 AC_SEARCH_LIBS(inet_aton, resolv)
2043 ac_save_CFLAGS="$CFLAGS"
2044 CFLAGS="$CFLAGS $BUILTINFLAG"
2045 AC_CHECK_FUNCS(\
2046         dladdr1 \
2047         dlinfo \
2048         epoll_create \
2049         fstatfs \
2050         futimens \
2051         futimes \
2052         futimesat \
2053         getaddrinfo \
2054         getattrlist \
2055         getauxval \
2056         getifaddrs \
2057         getrandom \
2058         kqueue \
2059         mach_continuous_time \
2060         pipe2 \
2061         port_create \
2062         posix_fadvise \
2063         posix_fallocate \
2064         prctl \
2065         proc_pidinfo \
2066         sched_yield \
2067         setproctitle \
2068         setprogname \
2069         sigprocmask \
2070         sysinfo \
2071         tcdrain \
2072         thr_kill2
2074 CFLAGS="$ac_save_CFLAGS"
2076 dnl Check for clock_gettime which may be in -lrt
2077 case $host_os in
2078     darwin*|macosx*) ;;
2079     *) ac_save_LIBS=$LIBS
2080         AC_SEARCH_LIBS(clock_gettime, rt,
2081             [AC_DEFINE(HAVE_CLOCK_GETTIME, 1, [Define to 1 if you have the `clock_gettime' function.])
2082                 test "$ac_res" = "none required" || AC_SUBST(RT_LIBS,"$ac_res")])
2083     LIBS=$ac_save_LIBS
2084     ;;
2085 esac
2087 AC_CACHE_CHECK([for sched_setaffinity],wine_cv_have_sched_setaffinity,
2088                 AC_LINK_IFELSE([AC_LANG_PROGRAM(
2089 [[#include <sched.h>]], [[sched_setaffinity(0, 0, 0);]])],[wine_cv_have_sched_setaffinity=yes],[wine_cv_have_sched_setaffinity=no]))
2090 if test "$wine_cv_have_sched_setaffinity" = "yes"
2091 then
2092   AC_DEFINE(HAVE_SCHED_SETAFFINITY, 1, [Define to 1 if you have the `sched_setaffinity' function.])
2095 dnl **** Check for types ****
2097 AC_C_INLINE
2098 AC_CHECK_TYPES([request_sense],,,[#include <linux/cdrom.h>])
2100 AC_CHECK_TYPES([struct xinpgen],,,
2101 [#include <sys/types.h>
2102 #include <sys/socket.h>
2103 #ifdef HAVE_SYS_SOCKETVAR_H
2104 #include <sys/socketvar.h>
2105 #endif
2106 #ifdef HAVE_NET_ROUTE_H
2107 #include <net/route.h>
2108 #endif
2109 #ifdef HAVE_NETINET_IN_H
2110 #include <netinet/in.h>
2111 #endif
2112 #ifdef HAVE_NETINET_IN_SYSTM_H
2113 #include <netinet/in_systm.h>
2114 #endif
2115 #ifdef HAVE_NETINET_IP_H
2116 #include <netinet/ip.h>
2117 #endif
2118 #ifdef HAVE_NETINET_IN_PCB_H
2119 #include <netinet/in_pcb.h>
2120 #endif])
2122 AC_CACHE_CHECK([whether we can use re-entrant gethostbyname_r Linux style],
2123         wine_cv_linux_gethostbyname_r_6,
2124         AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <netdb.h>]],[[
2125     char *name=0;
2126     struct hostent he;
2127     struct hostent *result;
2128     char *buf=0;
2129     int bufsize=0;
2130     int errnr;
2131     char *addr=0;
2132     int addrlen=0;
2133     int addrtype=0;
2134     gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
2135     gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
2136     ]])],[wine_cv_linux_gethostbyname_r_6=yes],[wine_cv_linux_gethostbyname_r_6=no
2137         ])
2138    )
2139    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
2140    then
2141       AC_DEFINE(HAVE_LINUX_GETHOSTBYNAME_R_6, 1,
2142                 [Define if Linux-style gethostbyname_r and gethostbyaddr_r are available])
2143    fi
2145 dnl Check for socket structure members
2146 AC_CHECK_MEMBERS([struct sockaddr_un.sun_len],,,
2147 [#include <sys/types.h>
2148 #include <sys/socket.h>
2149 #ifdef HAVE_SYS_UN_H
2150 # include <sys/un.h>
2151 #endif])
2153 dnl Check for scsireq_t and sg_io_hdr_t members
2154 AC_CHECK_MEMBERS([scsireq_t.cmd, sg_io_hdr_t.interface_id],,,
2155 [#include <sys/types.h>
2156 #ifdef HAVE_SCSI_SG_H
2157 #include <scsi/sg.h>
2158 #endif])
2160 dnl Check for siginfo_t members
2161 AC_CHECK_MEMBERS([siginfo_t.si_fd],,,[#include <signal.h>])
2163 dnl Check for struct mtget members
2164 AC_CHECK_MEMBERS([struct mtget.mt_blksiz, struct mtget.mt_gstat, struct mtget.mt_blkno],,,
2165 [#include <sys/types.h>
2166 #ifdef HAVE_SYS_MTIO_H
2167 #include <sys/mtio.h>
2168 #endif])
2170 dnl Check for stat.st_blocks and ns-resolved times
2171 AC_CHECK_MEMBERS([
2172         struct stat.st_mtim,
2173         struct stat.st_mtimespec,
2174         struct stat.st_ctim,
2175         struct stat.st_ctimespec,
2176         struct stat.st_atim,
2177         struct stat.st_atimespec,
2178         struct stat.st_birthtime,
2179         struct stat.st_birthtim,
2180         struct stat.st_birthtimespec,
2181         struct stat.__st_birthtime,
2182         struct stat.__st_birthtim])
2184 dnl Check for sin6_scope_id
2185 AC_CHECK_MEMBERS([struct sockaddr_in6.sin6_scope_id],,,
2186 [#include <sys/types.h>
2187 #ifdef HAVE_NETINET_IN_H
2188 #include <netinet/in.h>
2189 #endif])
2191 dnl Check for struct __res_state._u._ext.nscount6
2192 AC_CHECK_MEMBERS([struct __res_state._u._ext.nscount6],,,
2193 [#ifdef HAVE_RESOLV_H
2194 #include <resolv.h>
2195 #endif])
2197 dnl Check for struct in6_pktinfo
2198 AC_CHECK_MEMBERS([struct in6_pktinfo.ipi6_addr],,,
2199 [#ifdef HAVE_NETINET_IN_H
2200 #include <netinet/in.h>
2201 #endif])
2203 dnl Check for struct ipstat
2204 AC_CHECK_MEMBERS([struct ipstat.ips_total],,,
2205 [#include <sys/types.h>
2206 #ifdef HAVE_SYS_SOCKETVAR_H
2207 #include <sys/socketvar.h>
2208 #endif
2209 #ifdef HAVE_NETINET_IN_H
2210 #include <netinet/in.h>
2211 #endif
2212 #ifdef HAVE_NETINET_IP_VAR_H
2213 #include <netinet/ip_var.h>
2214 #endif])
2216 dnl Check for struct ip_stats
2217 AC_CHECK_MEMBERS([struct ip_stats.ips_total],,,
2218 [#ifdef HAVE_NETINET_IP_VAR_H
2219 #include <netinet/ip_var.h>
2220 #endif])
2222 dnl Check for struct ip6stat
2223 AC_CHECK_MEMBERS([struct ip6stat.ip6s_total],,,
2224 [#include <sys/types.h>
2225 #ifdef HAVE_SYS_SOCKETVAR_H
2226 #include <sys/socketvar.h>
2227 #endif
2228 #ifdef HAVE_NETINET_IN_H
2229 #include <netinet/in.h>
2230 #endif
2231 #ifdef HAVE_NETINET6_IP6_VAR_H
2232 #include <netinet6/ip6_var.h>
2233 #endif])
2235 dnl Check for struct icmpstat
2236 AC_CHECK_MEMBERS([struct icmpstat.icps_error],,,
2237 [#include <sys/types.h>
2238 #ifdef HAVE_SYS_SOCKETVAR_H
2239 #include <sys/socketvar.h>
2240 #endif
2241 #ifdef HAVE_NETINET_IN_H
2242 #include <netinet/in.h>
2243 #endif
2244 #ifdef HAVE_NETINET_IP_H
2245 #include <netinet/ip.h>
2246 #endif
2247 #ifdef HAVE_NETINET_IP_ICMP_H
2248 #include <netinet/ip_icmp.h>
2249 #endif
2250 #ifdef HAVE_NETINET_ICMP_VAR_H
2251 #include <netinet/icmp_var.h>
2252 #endif])
2254 dnl Check for struct icmp6stat
2255 AC_CHECK_MEMBERS([struct icmp6stat.icp6s_error],,,
2256 [#include <sys/types.h>
2257 #ifdef HAVE_SYS_SOCKETVAR_H
2258 #include <sys/socketvar.h>
2259 #endif
2260 #ifdef HAVE_NETINET_IN_H
2261 #include <netinet/in.h>
2262 #endif
2263 #ifdef HAVE_NETINET_ICMP6_H
2264 #include <netinet/icmp6.h>
2265 #endif])
2267 dnl Check for struct tcpstat
2268 AC_CHECK_MEMBERS([struct tcpstat.tcps_connattempt],,,
2269 [#include <sys/types.h>
2270 #ifdef HAVE_SYS_SOCKETVAR_H
2271 #include <sys/socketvar.h>
2272 #endif
2273 #ifdef HAVE_NETINET_IN_H
2274 #include <netinet/in.h>
2275 #endif
2276 #ifdef HAVE_NETINET_TCP_H
2277 #include <netinet/tcp.h>
2278 #endif
2279 #ifdef HAVE_NETINET_TCP_VAR_H
2280 #include <netinet/tcp_var.h>
2281 #endif])
2283 dnl Check for struct tcp_stats
2284 AC_CHECK_MEMBERS([struct tcp_stats.tcps_connattempt],,,
2285 [#ifdef HAVE_NETINET_TCP_VAR_H
2286 #include <netinet/tcp_var.h>
2287 #endif])
2289 dnl Check for struct udpstat
2290 AC_CHECK_MEMBERS([struct udpstat.udps_ipackets],,,
2291 [#include <sys/types.h>
2292 #ifdef HAVE_NETINET_IN_H
2293 #include <netinet/in.h>
2294 #endif
2295 #ifdef HAVE_NETINET_IP_VAR_H
2296 #include <netinet/ip_var.h>
2297 #endif
2298 #ifdef HAVE_NETINET_UDP_H
2299 #include <netinet/udp.h>
2300 #endif
2301 #ifdef HAVE_NETINET_UDP_VAR_H
2302 #include <netinet/udp_var.h>
2303 #endif])
2305 dnl Check for struct ifreq.ifr_hwaddr
2306 AC_CHECK_MEMBERS([struct ifreq.ifr_hwaddr],,,
2307 [#include <sys/types.h>
2308 #ifdef HAVE_NET_IF_H
2309 # include <net/if.h>
2310 #endif])
2312 dnl Check for struct sysinfo members totalram and mem_unit
2313 AC_CHECK_MEMBERS([struct sysinfo.totalram, struct sysinfo.mem_unit],,,
2314 [#ifdef HAVE_SYS_SYSINFO_H
2315 # include <sys/sysinfo.h>
2316 #endif])
2318 LIBS="$ac_save_LIBS"
2320 dnl Check for __builtin_popcount
2321 AC_CACHE_CHECK([for __builtin_popcount], ac_cv_have___builtin_popcount,
2322                AC_LINK_IFELSE([AC_LANG_PROGRAM(,[[return __builtin_popcount(1)]])],
2323                [ac_cv_have___builtin_popcount="yes"], [ac_cv_have___builtin_popcount="no"]))
2324 if test "$ac_cv_have___builtin_popcount" = "yes"
2325 then
2326     AC_DEFINE(HAVE___BUILTIN_POPCOUNT, 1, [Define to 1 if you have the `__builtin_popcount' built-in function.])
2329 AC_CACHE_CHECK([for __clear_cache], ac_cv_have___clear_cache,
2330                AC_LINK_IFELSE([AC_LANG_PROGRAM(,[[__clear_cache((void*)0, (void*)0); return 0;]])],
2331                [ac_cv_have___clear_cache="yes"], [ac_cv_have___clear_cache="no"]))
2332 if test "$ac_cv_have___clear_cache" = "yes"
2333 then
2334     AC_DEFINE(HAVE___CLEAR_CACHE, 1, [Define to 1 if you have the `__clear_cache' (potentially built-in) function.])
2337 dnl *** check for the need to define platform-specific symbols
2339 case $host_cpu in
2340   *i[[3456789]]86*) WINE_CHECK_DEFINE([__i386__]) ;;
2341   *x86_64*)         WINE_CHECK_DEFINE([__x86_64__]) ;;
2342   *sparc64*)        WINE_CHECK_DEFINE([__sparc64__]) ;;
2343   *sparc*)          WINE_CHECK_DEFINE([__sparc__]) ;;
2344   *powerpc64*)      WINE_CHECK_DEFINE([__powerpc64__]) ;;
2345   *powerpc*)        WINE_CHECK_DEFINE([__powerpc__]) ;;
2346   *aarch64*)        WINE_CHECK_DEFINE([__aarch64__]) ;;
2347   *arm*)            WINE_CHECK_DEFINE([__arm__]) ;;
2348 esac
2350 case $host_vendor in
2351   *sun*) WINE_CHECK_DEFINE([__sun__]) ;;
2352 esac
2354 dnl *** Check for modules to disable by default
2356 enable_win16=${enable_win16:-i386}
2357 enable_vcruntime140_1=${enable_vcruntime140_1:-x86_64,arm64ec}
2359 if test -n "$PE_ARCHS"
2360 then
2361     enable_wow64=${enable_wow64:-aarch64,x86_64}
2362     enable_wow64win=${enable_wow64win:-aarch64,x86_64}
2363     enable_wow64cpu=${enable_wow64cpu:-x86_64}
2364 else
2365     enable_wow64=${enable_wow64:-no}
2366     enable_wow64win=${enable_wow64win:-no}
2367     enable_wow64cpu=${enable_wow64cpu:-no}
2370 dnl Explicitly enable some programs for arm64ec
2371 enable_cmd=${enable_cmd:-yes}
2372 enable_dllhost=${enable_dllhost:-yes}
2373 enable_dpnsvr=${enable_dpnsvr:-i386,x86_64,arm64ec}
2374 enable_dxdiag=${enable_dxdiag:-yes}
2375 enable_msiexec=${enable_msiexec:-yes}
2376 enable_netsh=${enable_netsh:-yes}
2377 enable_regsvr32=${enable_regsvr32:-yes}
2378 enable_rundll32=${enable_rundll32:-yes}
2380 dnl Disable winetest too if tests are disabled
2381 enable_winetest=${enable_winetest:-$enable_tests}
2383 dnl **** Generate output files ****
2385 AH_TOP([#ifndef __WINE_CONFIG_H
2386 #define __WINE_CONFIG_H])
2387 AH_BOTTOM([#endif /* __WINE_CONFIG_H */])
2389 AC_CONFIG_COMMANDS([include/stamp-h], [echo timestamp > include/stamp-h])
2390 AS_ECHO_N("creating Makefile rules...") >&AS_MESSAGE_FD
2392 makedep_flags=""
2393 test "x$enable_silent_rules" = xyes && makedep_flags="$makedep_flags -S"
2395 wine_srcdir=
2396 test "$srcdir" = . || wine_srcdir="$srcdir/"
2398 WINE_CONFIG_SYMLINK(wine,tools/winewrapper)
2399 WINE_CONFIG_SYMLINK(wine64,tools/winewrapper,["$wine_binary" = wine64 -o -n "$with_wine64"])
2401 WINE_CONFIG_MAKEFILE(dlls/acledit)
2402 WINE_CONFIG_MAKEFILE(dlls/aclui)
2403 WINE_CONFIG_MAKEFILE(dlls/activeds.tlb)
2404 WINE_CONFIG_MAKEFILE(dlls/activeds)
2405 WINE_CONFIG_MAKEFILE(dlls/activeds/tests)
2406 WINE_CONFIG_MAKEFILE(dlls/actxprxy)
2407 WINE_CONFIG_MAKEFILE(dlls/adsldp)
2408 WINE_CONFIG_MAKEFILE(dlls/adsldp/tests)
2409 WINE_CONFIG_MAKEFILE(dlls/adsldpc)
2410 WINE_CONFIG_MAKEFILE(dlls/advapi32)
2411 WINE_CONFIG_MAKEFILE(dlls/advapi32/tests)
2412 WINE_CONFIG_MAKEFILE(dlls/advpack)
2413 WINE_CONFIG_MAKEFILE(dlls/advpack/tests)
2414 WINE_CONFIG_MAKEFILE(dlls/amsi)
2415 WINE_CONFIG_MAKEFILE(dlls/amstream)
2416 WINE_CONFIG_MAKEFILE(dlls/amstream/tests)
2417 WINE_CONFIG_MAKEFILE(dlls/apisetschema)
2418 WINE_CONFIG_MAKEFILE(dlls/apphelp)
2419 WINE_CONFIG_MAKEFILE(dlls/apphelp/tests)
2420 WINE_CONFIG_MAKEFILE(dlls/appwiz.cpl)
2421 WINE_CONFIG_MAKEFILE(dlls/appxdeploymentclient)
2422 WINE_CONFIG_MAKEFILE(dlls/atl)
2423 WINE_CONFIG_MAKEFILE(dlls/atl/tests)
2424 WINE_CONFIG_MAKEFILE(dlls/atl100)
2425 WINE_CONFIG_MAKEFILE(dlls/atl100/tests)
2426 WINE_CONFIG_MAKEFILE(dlls/atl110)
2427 WINE_CONFIG_MAKEFILE(dlls/atl110/tests)
2428 WINE_CONFIG_MAKEFILE(dlls/atl80)
2429 WINE_CONFIG_MAKEFILE(dlls/atl80/tests)
2430 WINE_CONFIG_MAKEFILE(dlls/atl90)
2431 WINE_CONFIG_MAKEFILE(dlls/atlthunk)
2432 WINE_CONFIG_MAKEFILE(dlls/atlthunk/tests)
2433 WINE_CONFIG_MAKEFILE(dlls/atmlib)
2434 WINE_CONFIG_MAKEFILE(dlls/authz)
2435 WINE_CONFIG_MAKEFILE(dlls/avicap32)
2436 WINE_CONFIG_MAKEFILE(dlls/avifil32)
2437 WINE_CONFIG_MAKEFILE(dlls/avifil32/tests)
2438 WINE_CONFIG_MAKEFILE(dlls/avifile.dll16,enable_win16)
2439 WINE_CONFIG_MAKEFILE(dlls/avrt)
2440 WINE_CONFIG_MAKEFILE(dlls/bcrypt)
2441 WINE_CONFIG_MAKEFILE(dlls/bcrypt/tests)
2442 WINE_CONFIG_MAKEFILE(dlls/bcryptprimitives)
2443 WINE_CONFIG_MAKEFILE(dlls/bluetoothapis)
2444 WINE_CONFIG_MAKEFILE(dlls/browseui)
2445 WINE_CONFIG_MAKEFILE(dlls/browseui/tests)
2446 WINE_CONFIG_MAKEFILE(dlls/bthprops.cpl)
2447 WINE_CONFIG_MAKEFILE(dlls/cabinet)
2448 WINE_CONFIG_MAKEFILE(dlls/cabinet/tests)
2449 WINE_CONFIG_MAKEFILE(dlls/capi2032)
2450 WINE_CONFIG_MAKEFILE(dlls/cards)
2451 WINE_CONFIG_MAKEFILE(dlls/cdosys)
2452 WINE_CONFIG_MAKEFILE(dlls/cfgmgr32)
2453 WINE_CONFIG_MAKEFILE(dlls/cfgmgr32/tests)
2454 WINE_CONFIG_MAKEFILE(dlls/clusapi)
2455 WINE_CONFIG_MAKEFILE(dlls/cng.sys)
2456 WINE_CONFIG_MAKEFILE(dlls/combase)
2457 WINE_CONFIG_MAKEFILE(dlls/combase/tests)
2458 WINE_CONFIG_MAKEFILE(dlls/comcat)
2459 WINE_CONFIG_MAKEFILE(dlls/comcat/tests)
2460 WINE_CONFIG_MAKEFILE(dlls/comctl32)
2461 WINE_CONFIG_MAKEFILE(dlls/comctl32/tests)
2462 WINE_CONFIG_MAKEFILE(dlls/comdlg32)
2463 WINE_CONFIG_MAKEFILE(dlls/comdlg32/tests)
2464 WINE_CONFIG_MAKEFILE(dlls/coml2)
2465 WINE_CONFIG_MAKEFILE(dlls/comm.drv16,enable_win16)
2466 WINE_CONFIG_MAKEFILE(dlls/commdlg.dll16,enable_win16)
2467 WINE_CONFIG_MAKEFILE(dlls/compobj.dll16,enable_win16)
2468 WINE_CONFIG_MAKEFILE(dlls/compstui)
2469 WINE_CONFIG_MAKEFILE(dlls/compstui/tests)
2470 WINE_CONFIG_MAKEFILE(dlls/comsvcs)
2471 WINE_CONFIG_MAKEFILE(dlls/comsvcs/tests)
2472 WINE_CONFIG_MAKEFILE(dlls/concrt140)
2473 WINE_CONFIG_MAKEFILE(dlls/concrt140/tests)
2474 WINE_CONFIG_MAKEFILE(dlls/connect)
2475 WINE_CONFIG_MAKEFILE(dlls/credui)
2476 WINE_CONFIG_MAKEFILE(dlls/credui/tests)
2477 WINE_CONFIG_MAKEFILE(dlls/crtdll)
2478 WINE_CONFIG_MAKEFILE(dlls/crypt32)
2479 WINE_CONFIG_MAKEFILE(dlls/crypt32/tests)
2480 WINE_CONFIG_MAKEFILE(dlls/cryptdlg)
2481 WINE_CONFIG_MAKEFILE(dlls/cryptdll)
2482 WINE_CONFIG_MAKEFILE(dlls/cryptext)
2483 WINE_CONFIG_MAKEFILE(dlls/cryptnet)
2484 WINE_CONFIG_MAKEFILE(dlls/cryptnet/tests)
2485 WINE_CONFIG_MAKEFILE(dlls/cryptowinrt)
2486 WINE_CONFIG_MAKEFILE(dlls/cryptowinrt/tests)
2487 WINE_CONFIG_MAKEFILE(dlls/cryptsp)
2488 WINE_CONFIG_MAKEFILE(dlls/cryptui)
2489 WINE_CONFIG_MAKEFILE(dlls/cryptui/tests)
2490 WINE_CONFIG_MAKEFILE(dlls/ctapi32)
2491 WINE_CONFIG_MAKEFILE(dlls/ctl3d.dll16,enable_win16)
2492 WINE_CONFIG_MAKEFILE(dlls/ctl3d32)
2493 WINE_CONFIG_MAKEFILE(dlls/ctl3dv2.dll16,enable_win16)
2494 WINE_CONFIG_MAKEFILE(dlls/d2d1)
2495 WINE_CONFIG_MAKEFILE(dlls/d2d1/tests)
2496 WINE_CONFIG_MAKEFILE(dlls/d3d10)
2497 WINE_CONFIG_MAKEFILE(dlls/d3d10/tests)
2498 WINE_CONFIG_MAKEFILE(dlls/d3d10_1)
2499 WINE_CONFIG_MAKEFILE(dlls/d3d10_1/tests)
2500 WINE_CONFIG_MAKEFILE(dlls/d3d10core)
2501 WINE_CONFIG_MAKEFILE(dlls/d3d10core/tests)
2502 WINE_CONFIG_MAKEFILE(dlls/d3d11)
2503 WINE_CONFIG_MAKEFILE(dlls/d3d11/tests)
2504 WINE_CONFIG_MAKEFILE(dlls/d3d12)
2505 WINE_CONFIG_MAKEFILE(dlls/d3d12/tests)
2506 WINE_CONFIG_MAKEFILE(dlls/d3d12core)
2507 WINE_CONFIG_MAKEFILE(dlls/d3d8)
2508 WINE_CONFIG_MAKEFILE(dlls/d3d8/tests)
2509 WINE_CONFIG_MAKEFILE(dlls/d3d8thk)
2510 WINE_CONFIG_MAKEFILE(dlls/d3d9)
2511 WINE_CONFIG_MAKEFILE(dlls/d3d9/tests)
2512 WINE_CONFIG_MAKEFILE(dlls/d3dcompiler_33)
2513 WINE_CONFIG_MAKEFILE(dlls/d3dcompiler_34)
2514 WINE_CONFIG_MAKEFILE(dlls/d3dcompiler_35)
2515 WINE_CONFIG_MAKEFILE(dlls/d3dcompiler_36)
2516 WINE_CONFIG_MAKEFILE(dlls/d3dcompiler_37)
2517 WINE_CONFIG_MAKEFILE(dlls/d3dcompiler_38)
2518 WINE_CONFIG_MAKEFILE(dlls/d3dcompiler_39)
2519 WINE_CONFIG_MAKEFILE(dlls/d3dcompiler_40)
2520 WINE_CONFIG_MAKEFILE(dlls/d3dcompiler_41)
2521 WINE_CONFIG_MAKEFILE(dlls/d3dcompiler_42)
2522 WINE_CONFIG_MAKEFILE(dlls/d3dcompiler_43)
2523 WINE_CONFIG_MAKEFILE(dlls/d3dcompiler_43/tests)
2524 WINE_CONFIG_MAKEFILE(dlls/d3dcompiler_46)
2525 WINE_CONFIG_MAKEFILE(dlls/d3dcompiler_46/tests)
2526 WINE_CONFIG_MAKEFILE(dlls/d3dcompiler_47)
2527 WINE_CONFIG_MAKEFILE(dlls/d3dcompiler_47/tests)
2528 WINE_CONFIG_MAKEFILE(dlls/d3dim)
2529 WINE_CONFIG_MAKEFILE(dlls/d3dim700)
2530 WINE_CONFIG_MAKEFILE(dlls/d3drm)
2531 WINE_CONFIG_MAKEFILE(dlls/d3drm/tests)
2532 WINE_CONFIG_MAKEFILE(dlls/d3dx10_33)
2533 WINE_CONFIG_MAKEFILE(dlls/d3dx10_34)
2534 WINE_CONFIG_MAKEFILE(dlls/d3dx10_34/tests)
2535 WINE_CONFIG_MAKEFILE(dlls/d3dx10_35)
2536 WINE_CONFIG_MAKEFILE(dlls/d3dx10_35/tests)
2537 WINE_CONFIG_MAKEFILE(dlls/d3dx10_36)
2538 WINE_CONFIG_MAKEFILE(dlls/d3dx10_36/tests)
2539 WINE_CONFIG_MAKEFILE(dlls/d3dx10_37)
2540 WINE_CONFIG_MAKEFILE(dlls/d3dx10_37/tests)
2541 WINE_CONFIG_MAKEFILE(dlls/d3dx10_38)
2542 WINE_CONFIG_MAKEFILE(dlls/d3dx10_38/tests)
2543 WINE_CONFIG_MAKEFILE(dlls/d3dx10_39)
2544 WINE_CONFIG_MAKEFILE(dlls/d3dx10_39/tests)
2545 WINE_CONFIG_MAKEFILE(dlls/d3dx10_40)
2546 WINE_CONFIG_MAKEFILE(dlls/d3dx10_40/tests)
2547 WINE_CONFIG_MAKEFILE(dlls/d3dx10_41)
2548 WINE_CONFIG_MAKEFILE(dlls/d3dx10_41/tests)
2549 WINE_CONFIG_MAKEFILE(dlls/d3dx10_42)
2550 WINE_CONFIG_MAKEFILE(dlls/d3dx10_42/tests)
2551 WINE_CONFIG_MAKEFILE(dlls/d3dx10_43)
2552 WINE_CONFIG_MAKEFILE(dlls/d3dx10_43/tests)
2553 WINE_CONFIG_MAKEFILE(dlls/d3dx11_42)
2554 WINE_CONFIG_MAKEFILE(dlls/d3dx11_42/tests)
2555 WINE_CONFIG_MAKEFILE(dlls/d3dx11_43)
2556 WINE_CONFIG_MAKEFILE(dlls/d3dx11_43/tests)
2557 WINE_CONFIG_MAKEFILE(dlls/d3dx9_24)
2558 WINE_CONFIG_MAKEFILE(dlls/d3dx9_25)
2559 WINE_CONFIG_MAKEFILE(dlls/d3dx9_26)
2560 WINE_CONFIG_MAKEFILE(dlls/d3dx9_27)
2561 WINE_CONFIG_MAKEFILE(dlls/d3dx9_28)
2562 WINE_CONFIG_MAKEFILE(dlls/d3dx9_29)
2563 WINE_CONFIG_MAKEFILE(dlls/d3dx9_30)
2564 WINE_CONFIG_MAKEFILE(dlls/d3dx9_31)
2565 WINE_CONFIG_MAKEFILE(dlls/d3dx9_32)
2566 WINE_CONFIG_MAKEFILE(dlls/d3dx9_33)
2567 WINE_CONFIG_MAKEFILE(dlls/d3dx9_34)
2568 WINE_CONFIG_MAKEFILE(dlls/d3dx9_35)
2569 WINE_CONFIG_MAKEFILE(dlls/d3dx9_36)
2570 WINE_CONFIG_MAKEFILE(dlls/d3dx9_36/tests)
2571 WINE_CONFIG_MAKEFILE(dlls/d3dx9_37)
2572 WINE_CONFIG_MAKEFILE(dlls/d3dx9_38)
2573 WINE_CONFIG_MAKEFILE(dlls/d3dx9_39)
2574 WINE_CONFIG_MAKEFILE(dlls/d3dx9_40)
2575 WINE_CONFIG_MAKEFILE(dlls/d3dx9_41)
2576 WINE_CONFIG_MAKEFILE(dlls/d3dx9_42)
2577 WINE_CONFIG_MAKEFILE(dlls/d3dx9_43)
2578 WINE_CONFIG_MAKEFILE(dlls/d3dxof)
2579 WINE_CONFIG_MAKEFILE(dlls/d3dxof/tests)
2580 WINE_CONFIG_MAKEFILE(dlls/davclnt)
2581 WINE_CONFIG_MAKEFILE(dlls/dbgeng)
2582 WINE_CONFIG_MAKEFILE(dlls/dbgeng/tests)
2583 WINE_CONFIG_MAKEFILE(dlls/dbghelp)
2584 WINE_CONFIG_MAKEFILE(dlls/dbghelp/tests)
2585 WINE_CONFIG_MAKEFILE(dlls/dciman32)
2586 WINE_CONFIG_MAKEFILE(dlls/dcomp)
2587 WINE_CONFIG_MAKEFILE(dlls/ddeml.dll16,enable_win16)
2588 WINE_CONFIG_MAKEFILE(dlls/ddraw)
2589 WINE_CONFIG_MAKEFILE(dlls/ddraw/tests)
2590 WINE_CONFIG_MAKEFILE(dlls/ddrawex)
2591 WINE_CONFIG_MAKEFILE(dlls/ddrawex/tests)
2592 WINE_CONFIG_MAKEFILE(dlls/devenum)
2593 WINE_CONFIG_MAKEFILE(dlls/devenum/tests)
2594 WINE_CONFIG_MAKEFILE(dlls/dhcpcsvc)
2595 WINE_CONFIG_MAKEFILE(dlls/dhcpcsvc/tests)
2596 WINE_CONFIG_MAKEFILE(dlls/dhcpcsvc6)
2597 WINE_CONFIG_MAKEFILE(dlls/dhtmled.ocx)
2598 WINE_CONFIG_MAKEFILE(dlls/diasymreader)
2599 WINE_CONFIG_MAKEFILE(dlls/difxapi)
2600 WINE_CONFIG_MAKEFILE(dlls/dinput)
2601 WINE_CONFIG_MAKEFILE(dlls/dinput/tests)
2602 WINE_CONFIG_MAKEFILE(dlls/dinput8)
2603 WINE_CONFIG_MAKEFILE(dlls/directmanipulation)
2604 WINE_CONFIG_MAKEFILE(dlls/directmanipulation/tests)
2605 WINE_CONFIG_MAKEFILE(dlls/dispdib.dll16,enable_win16)
2606 WINE_CONFIG_MAKEFILE(dlls/dispex)
2607 WINE_CONFIG_MAKEFILE(dlls/dispex/tests)
2608 WINE_CONFIG_MAKEFILE(dlls/display.drv16,enable_win16)
2609 WINE_CONFIG_MAKEFILE(dlls/dmband)
2610 WINE_CONFIG_MAKEFILE(dlls/dmband/tests)
2611 WINE_CONFIG_MAKEFILE(dlls/dmcompos)
2612 WINE_CONFIG_MAKEFILE(dlls/dmcompos/tests)
2613 WINE_CONFIG_MAKEFILE(dlls/dmime)
2614 WINE_CONFIG_MAKEFILE(dlls/dmime/tests)
2615 WINE_CONFIG_MAKEFILE(dlls/dmloader)
2616 WINE_CONFIG_MAKEFILE(dlls/dmloader/tests)
2617 WINE_CONFIG_MAKEFILE(dlls/dmscript)
2618 WINE_CONFIG_MAKEFILE(dlls/dmscript/tests)
2619 WINE_CONFIG_MAKEFILE(dlls/dmstyle)
2620 WINE_CONFIG_MAKEFILE(dlls/dmstyle/tests)
2621 WINE_CONFIG_MAKEFILE(dlls/dmsynth)
2622 WINE_CONFIG_MAKEFILE(dlls/dmsynth/tests)
2623 WINE_CONFIG_MAKEFILE(dlls/dmusic)
2624 WINE_CONFIG_MAKEFILE(dlls/dmusic/tests)
2625 WINE_CONFIG_MAKEFILE(dlls/dmusic32)
2626 WINE_CONFIG_MAKEFILE(dlls/dnsapi)
2627 WINE_CONFIG_MAKEFILE(dlls/dnsapi/tests)
2628 WINE_CONFIG_MAKEFILE(dlls/dplay)
2629 WINE_CONFIG_MAKEFILE(dlls/dplayx)
2630 WINE_CONFIG_MAKEFILE(dlls/dplayx/tests)
2631 WINE_CONFIG_MAKEFILE(dlls/dpnaddr)
2632 WINE_CONFIG_MAKEFILE(dlls/dpnet)
2633 WINE_CONFIG_MAKEFILE(dlls/dpnet/tests)
2634 WINE_CONFIG_MAKEFILE(dlls/dpnhpast)
2635 WINE_CONFIG_MAKEFILE(dlls/dpnhupnp)
2636 WINE_CONFIG_MAKEFILE(dlls/dpnlobby)
2637 WINE_CONFIG_MAKEFILE(dlls/dpvoice)
2638 WINE_CONFIG_MAKEFILE(dlls/dpvoice/tests)
2639 WINE_CONFIG_MAKEFILE(dlls/dpwsockx)
2640 WINE_CONFIG_MAKEFILE(dlls/drmclien)
2641 WINE_CONFIG_MAKEFILE(dlls/dsdmo)
2642 WINE_CONFIG_MAKEFILE(dlls/dsdmo/tests)
2643 WINE_CONFIG_MAKEFILE(dlls/dsound)
2644 WINE_CONFIG_MAKEFILE(dlls/dsound/tests)
2645 WINE_CONFIG_MAKEFILE(dlls/dsquery)
2646 WINE_CONFIG_MAKEFILE(dlls/dssenh)
2647 WINE_CONFIG_MAKEFILE(dlls/dssenh/tests)
2648 WINE_CONFIG_MAKEFILE(dlls/dsuiext)
2649 WINE_CONFIG_MAKEFILE(dlls/dswave)
2650 WINE_CONFIG_MAKEFILE(dlls/dswave/tests)
2651 WINE_CONFIG_MAKEFILE(dlls/dwmapi)
2652 WINE_CONFIG_MAKEFILE(dlls/dwmapi/tests)
2653 WINE_CONFIG_MAKEFILE(dlls/dwrite)
2654 WINE_CONFIG_MAKEFILE(dlls/dwrite/tests)
2655 WINE_CONFIG_MAKEFILE(dlls/dx8vb)
2656 WINE_CONFIG_MAKEFILE(dlls/dxcore)
2657 WINE_CONFIG_MAKEFILE(dlls/dxdiagn)
2658 WINE_CONFIG_MAKEFILE(dlls/dxdiagn/tests)
2659 WINE_CONFIG_MAKEFILE(dlls/dxgi)
2660 WINE_CONFIG_MAKEFILE(dlls/dxgi/tests)
2661 WINE_CONFIG_MAKEFILE(dlls/dxtrans)
2662 WINE_CONFIG_MAKEFILE(dlls/dxva2)
2663 WINE_CONFIG_MAKEFILE(dlls/dxva2/tests)
2664 WINE_CONFIG_MAKEFILE(dlls/esent)
2665 WINE_CONFIG_MAKEFILE(dlls/evr)
2666 WINE_CONFIG_MAKEFILE(dlls/evr/tests)
2667 WINE_CONFIG_MAKEFILE(dlls/explorerframe)
2668 WINE_CONFIG_MAKEFILE(dlls/explorerframe/tests)
2669 WINE_CONFIG_MAKEFILE(dlls/faultrep)
2670 WINE_CONFIG_MAKEFILE(dlls/faultrep/tests)
2671 WINE_CONFIG_MAKEFILE(dlls/feclient)
2672 WINE_CONFIG_MAKEFILE(dlls/fltlib)
2673 WINE_CONFIG_MAKEFILE(dlls/fltmgr.sys)
2674 WINE_CONFIG_MAKEFILE(dlls/fntcache)
2675 WINE_CONFIG_MAKEFILE(dlls/fontsub)
2676 WINE_CONFIG_MAKEFILE(dlls/fusion)
2677 WINE_CONFIG_MAKEFILE(dlls/fusion/tests)
2678 WINE_CONFIG_MAKEFILE(dlls/fwpuclnt)
2679 WINE_CONFIG_MAKEFILE(dlls/gameux)
2680 WINE_CONFIG_MAKEFILE(dlls/gameux/tests)
2681 WINE_CONFIG_MAKEFILE(dlls/gamingtcui)
2682 WINE_CONFIG_MAKEFILE(dlls/gdi.exe16,enable_win16)
2683 WINE_CONFIG_MAKEFILE(dlls/gdi32)
2684 WINE_CONFIG_MAKEFILE(dlls/gdi32/tests)
2685 WINE_CONFIG_MAKEFILE(dlls/gdiplus)
2686 WINE_CONFIG_MAKEFILE(dlls/gdiplus/tests)
2687 WINE_CONFIG_MAKEFILE(dlls/geolocation)
2688 WINE_CONFIG_MAKEFILE(dlls/geolocation/tests)
2689 WINE_CONFIG_MAKEFILE(dlls/glu32)
2690 WINE_CONFIG_MAKEFILE(dlls/glu32/tests)
2691 WINE_CONFIG_MAKEFILE(dlls/gphoto2.ds)
2692 WINE_CONFIG_MAKEFILE(dlls/gpkcsp)
2693 WINE_CONFIG_MAKEFILE(dlls/graphicscapture)
2694 WINE_CONFIG_MAKEFILE(dlls/graphicscapture/tests)
2695 WINE_CONFIG_MAKEFILE(dlls/hal)
2696 WINE_CONFIG_MAKEFILE(dlls/hhctrl.ocx)
2697 WINE_CONFIG_MAKEFILE(dlls/hid)
2698 WINE_CONFIG_MAKEFILE(dlls/hid/tests)
2699 WINE_CONFIG_MAKEFILE(dlls/hidclass.sys)
2700 WINE_CONFIG_MAKEFILE(dlls/hidparse.sys)
2701 WINE_CONFIG_MAKEFILE(dlls/hlink)
2702 WINE_CONFIG_MAKEFILE(dlls/hlink/tests)
2703 WINE_CONFIG_MAKEFILE(dlls/hnetcfg)
2704 WINE_CONFIG_MAKEFILE(dlls/hnetcfg/tests)
2705 WINE_CONFIG_MAKEFILE(dlls/hrtfapo)
2706 WINE_CONFIG_MAKEFILE(dlls/http.sys)
2707 WINE_CONFIG_MAKEFILE(dlls/httpapi)
2708 WINE_CONFIG_MAKEFILE(dlls/httpapi/tests)
2709 WINE_CONFIG_MAKEFILE(dlls/hvsimanagementapi)
2710 WINE_CONFIG_MAKEFILE(dlls/hvsimanagementapi/tests)
2711 WINE_CONFIG_MAKEFILE(dlls/ia2comproxy)
2712 WINE_CONFIG_MAKEFILE(dlls/iccvid)
2713 WINE_CONFIG_MAKEFILE(dlls/icmp)
2714 WINE_CONFIG_MAKEFILE(dlls/ieframe)
2715 WINE_CONFIG_MAKEFILE(dlls/ieframe/tests)
2716 WINE_CONFIG_MAKEFILE(dlls/ieproxy)
2717 WINE_CONFIG_MAKEFILE(dlls/ifsmgr.vxd,enable_win16)
2718 WINE_CONFIG_MAKEFILE(dlls/imaadp32.acm)
2719 WINE_CONFIG_MAKEFILE(dlls/imagehlp)
2720 WINE_CONFIG_MAKEFILE(dlls/imagehlp/tests)
2721 WINE_CONFIG_MAKEFILE(dlls/imm.dll16,enable_win16)
2722 WINE_CONFIG_MAKEFILE(dlls/imm32)
2723 WINE_CONFIG_MAKEFILE(dlls/imm32/tests)
2724 WINE_CONFIG_MAKEFILE(dlls/inetcomm)
2725 WINE_CONFIG_MAKEFILE(dlls/inetcomm/tests)
2726 WINE_CONFIG_MAKEFILE(dlls/inetcpl.cpl)
2727 WINE_CONFIG_MAKEFILE(dlls/inetmib1)
2728 WINE_CONFIG_MAKEFILE(dlls/inetmib1/tests)
2729 WINE_CONFIG_MAKEFILE(dlls/infosoft)
2730 WINE_CONFIG_MAKEFILE(dlls/infosoft/tests)
2731 WINE_CONFIG_MAKEFILE(dlls/initpki)
2732 WINE_CONFIG_MAKEFILE(dlls/inkobj)
2733 WINE_CONFIG_MAKEFILE(dlls/inseng)
2734 WINE_CONFIG_MAKEFILE(dlls/iphlpapi)
2735 WINE_CONFIG_MAKEFILE(dlls/iphlpapi/tests)
2736 WINE_CONFIG_MAKEFILE(dlls/iprop)
2737 WINE_CONFIG_MAKEFILE(dlls/ir50_32)
2738 WINE_CONFIG_MAKEFILE(dlls/irprops.cpl)
2739 WINE_CONFIG_MAKEFILE(dlls/itircl)
2740 WINE_CONFIG_MAKEFILE(dlls/itss)
2741 WINE_CONFIG_MAKEFILE(dlls/itss/tests)
2742 WINE_CONFIG_MAKEFILE(dlls/joy.cpl)
2743 WINE_CONFIG_MAKEFILE(dlls/jscript)
2744 WINE_CONFIG_MAKEFILE(dlls/jscript/tests)
2745 WINE_CONFIG_MAKEFILE(dlls/jsproxy)
2746 WINE_CONFIG_MAKEFILE(dlls/jsproxy/tests)
2747 WINE_CONFIG_MAKEFILE(dlls/kerberos)
2748 WINE_CONFIG_MAKEFILE(dlls/kernel32)
2749 WINE_CONFIG_MAKEFILE(dlls/kernel32/tests)
2750 WINE_CONFIG_MAKEFILE(dlls/kernelbase)
2751 WINE_CONFIG_MAKEFILE(dlls/kernelbase/tests)
2752 WINE_CONFIG_MAKEFILE(dlls/keyboard.drv16,enable_win16)
2753 WINE_CONFIG_MAKEFILE(dlls/krnl386.exe16,enable_win16)
2754 WINE_CONFIG_MAKEFILE(dlls/ksecdd.sys)
2755 WINE_CONFIG_MAKEFILE(dlls/ksproxy.ax)
2756 WINE_CONFIG_MAKEFILE(dlls/ksuser)
2757 WINE_CONFIG_MAKEFILE(dlls/ktmw32)
2758 WINE_CONFIG_MAKEFILE(dlls/l3codeca.acm)
2759 WINE_CONFIG_MAKEFILE(dlls/light.msstyles)
2760 WINE_CONFIG_MAKEFILE(dlls/loadperf)
2761 WINE_CONFIG_MAKEFILE(dlls/localspl)
2762 WINE_CONFIG_MAKEFILE(dlls/localspl/tests)
2763 WINE_CONFIG_MAKEFILE(dlls/localui)
2764 WINE_CONFIG_MAKEFILE(dlls/localui/tests)
2765 WINE_CONFIG_MAKEFILE(dlls/lz32)
2766 WINE_CONFIG_MAKEFILE(dlls/lz32/tests)
2767 WINE_CONFIG_MAKEFILE(dlls/lzexpand.dll16,enable_win16)
2768 WINE_CONFIG_MAKEFILE(dlls/magnification)
2769 WINE_CONFIG_MAKEFILE(dlls/mapi32)
2770 WINE_CONFIG_MAKEFILE(dlls/mapi32/tests)
2771 WINE_CONFIG_MAKEFILE(dlls/mapistub)
2772 WINE_CONFIG_MAKEFILE(dlls/mciavi32)
2773 WINE_CONFIG_MAKEFILE(dlls/mcicda)
2774 WINE_CONFIG_MAKEFILE(dlls/mciqtz32)
2775 WINE_CONFIG_MAKEFILE(dlls/mciseq)
2776 WINE_CONFIG_MAKEFILE(dlls/mciwave)
2777 WINE_CONFIG_MAKEFILE(dlls/mf)
2778 WINE_CONFIG_MAKEFILE(dlls/mf/tests)
2779 WINE_CONFIG_MAKEFILE(dlls/mf3216)
2780 WINE_CONFIG_MAKEFILE(dlls/mferror)
2781 WINE_CONFIG_MAKEFILE(dlls/mfmediaengine)
2782 WINE_CONFIG_MAKEFILE(dlls/mfmediaengine/tests)
2783 WINE_CONFIG_MAKEFILE(dlls/mfplat)
2784 WINE_CONFIG_MAKEFILE(dlls/mfplat/tests)
2785 WINE_CONFIG_MAKEFILE(dlls/mfplay)
2786 WINE_CONFIG_MAKEFILE(dlls/mfplay/tests)
2787 WINE_CONFIG_MAKEFILE(dlls/mfreadwrite)
2788 WINE_CONFIG_MAKEFILE(dlls/mfreadwrite/tests)
2789 WINE_CONFIG_MAKEFILE(dlls/mfsrcsnk)
2790 WINE_CONFIG_MAKEFILE(dlls/mfsrcsnk/tests)
2791 WINE_CONFIG_MAKEFILE(dlls/mgmtapi)
2792 WINE_CONFIG_MAKEFILE(dlls/midimap)
2793 WINE_CONFIG_MAKEFILE(dlls/mlang)
2794 WINE_CONFIG_MAKEFILE(dlls/mlang/tests)
2795 WINE_CONFIG_MAKEFILE(dlls/mmcndmgr)
2796 WINE_CONFIG_MAKEFILE(dlls/mmcndmgr/tests)
2797 WINE_CONFIG_MAKEFILE(dlls/mmdevapi)
2798 WINE_CONFIG_MAKEFILE(dlls/mmdevapi/tests)
2799 WINE_CONFIG_MAKEFILE(dlls/mmdevldr.vxd,enable_win16)
2800 WINE_CONFIG_MAKEFILE(dlls/mmsystem.dll16,enable_win16)
2801 WINE_CONFIG_MAKEFILE(dlls/monodebg.vxd,enable_win16)
2802 WINE_CONFIG_MAKEFILE(dlls/mouhid.sys)
2803 WINE_CONFIG_MAKEFILE(dlls/mountmgr.sys)
2804 WINE_CONFIG_MAKEFILE(dlls/mouse.drv16,enable_win16)
2805 WINE_CONFIG_MAKEFILE(dlls/mp3dmod)
2806 WINE_CONFIG_MAKEFILE(dlls/mp3dmod/tests)
2807 WINE_CONFIG_MAKEFILE(dlls/mpr)
2808 WINE_CONFIG_MAKEFILE(dlls/mpr/tests)
2809 WINE_CONFIG_MAKEFILE(dlls/mprapi)
2810 WINE_CONFIG_MAKEFILE(dlls/msacm.dll16,enable_win16)
2811 WINE_CONFIG_MAKEFILE(dlls/msacm32.drv)
2812 WINE_CONFIG_MAKEFILE(dlls/msacm32)
2813 WINE_CONFIG_MAKEFILE(dlls/msacm32/tests)
2814 WINE_CONFIG_MAKEFILE(dlls/msado15)
2815 WINE_CONFIG_MAKEFILE(dlls/msado15/tests)
2816 WINE_CONFIG_MAKEFILE(dlls/msadp32.acm)
2817 WINE_CONFIG_MAKEFILE(dlls/msasn1)
2818 WINE_CONFIG_MAKEFILE(dlls/msasn1/tests)
2819 WINE_CONFIG_MAKEFILE(dlls/msauddecmft)
2820 WINE_CONFIG_MAKEFILE(dlls/mscat32)
2821 WINE_CONFIG_MAKEFILE(dlls/mscms)
2822 WINE_CONFIG_MAKEFILE(dlls/mscms/tests)
2823 WINE_CONFIG_MAKEFILE(dlls/mscoree)
2824 WINE_CONFIG_MAKEFILE(dlls/mscoree/tests)
2825 WINE_CONFIG_MAKEFILE(dlls/mscorwks)
2826 WINE_CONFIG_MAKEFILE(dlls/msctf)
2827 WINE_CONFIG_MAKEFILE(dlls/msctf/tests)
2828 WINE_CONFIG_MAKEFILE(dlls/msctfmonitor)
2829 WINE_CONFIG_MAKEFILE(dlls/msctfp)
2830 WINE_CONFIG_MAKEFILE(dlls/msdaps)
2831 WINE_CONFIG_MAKEFILE(dlls/msdasql)
2832 WINE_CONFIG_MAKEFILE(dlls/msdasql/tests)
2833 WINE_CONFIG_MAKEFILE(dlls/msdelta)
2834 WINE_CONFIG_MAKEFILE(dlls/msdmo)
2835 WINE_CONFIG_MAKEFILE(dlls/msdmo/tests)
2836 WINE_CONFIG_MAKEFILE(dlls/msdrm)
2837 WINE_CONFIG_MAKEFILE(dlls/msftedit)
2838 WINE_CONFIG_MAKEFILE(dlls/msftedit/tests)
2839 WINE_CONFIG_MAKEFILE(dlls/msg711.acm)
2840 WINE_CONFIG_MAKEFILE(dlls/msgsm32.acm)
2841 WINE_CONFIG_MAKEFILE(dlls/mshtml.tlb)
2842 WINE_CONFIG_MAKEFILE(dlls/mshtml)
2843 WINE_CONFIG_MAKEFILE(dlls/mshtml/tests)
2844 WINE_CONFIG_MAKEFILE(dlls/msi)
2845 WINE_CONFIG_MAKEFILE(dlls/msi/tests)
2846 WINE_CONFIG_MAKEFILE(dlls/msident)
2847 WINE_CONFIG_MAKEFILE(dlls/msimg32)
2848 WINE_CONFIG_MAKEFILE(dlls/msimsg)
2849 WINE_CONFIG_MAKEFILE(dlls/msimtf)
2850 WINE_CONFIG_MAKEFILE(dlls/msisip)
2851 WINE_CONFIG_MAKEFILE(dlls/msisys.ocx)
2852 WINE_CONFIG_MAKEFILE(dlls/msls31)
2853 WINE_CONFIG_MAKEFILE(dlls/msmpeg2vdec)
2854 WINE_CONFIG_MAKEFILE(dlls/msnet32)
2855 WINE_CONFIG_MAKEFILE(dlls/mspatcha)
2856 WINE_CONFIG_MAKEFILE(dlls/mspatcha/tests)
2857 WINE_CONFIG_MAKEFILE(dlls/msports)
2858 WINE_CONFIG_MAKEFILE(dlls/msrle32)
2859 WINE_CONFIG_MAKEFILE(dlls/msrle32/tests)
2860 WINE_CONFIG_MAKEFILE(dlls/msscript.ocx)
2861 WINE_CONFIG_MAKEFILE(dlls/msscript.ocx/tests)
2862 WINE_CONFIG_MAKEFILE(dlls/mssign32)
2863 WINE_CONFIG_MAKEFILE(dlls/mssip32)
2864 WINE_CONFIG_MAKEFILE(dlls/mstask)
2865 WINE_CONFIG_MAKEFILE(dlls/mstask/tests)
2866 WINE_CONFIG_MAKEFILE(dlls/msttsengine)
2867 WINE_CONFIG_MAKEFILE(dlls/msv1_0)
2868 WINE_CONFIG_MAKEFILE(dlls/msvcirt)
2869 WINE_CONFIG_MAKEFILE(dlls/msvcirt/tests)
2870 WINE_CONFIG_MAKEFILE(dlls/msvcm80)
2871 WINE_CONFIG_MAKEFILE(dlls/msvcm90)
2872 WINE_CONFIG_MAKEFILE(dlls/msvcp100)
2873 WINE_CONFIG_MAKEFILE(dlls/msvcp100/tests)
2874 WINE_CONFIG_MAKEFILE(dlls/msvcp110)
2875 WINE_CONFIG_MAKEFILE(dlls/msvcp110/tests)
2876 WINE_CONFIG_MAKEFILE(dlls/msvcp120)
2877 WINE_CONFIG_MAKEFILE(dlls/msvcp120/tests)
2878 WINE_CONFIG_MAKEFILE(dlls/msvcp120_app)
2879 WINE_CONFIG_MAKEFILE(dlls/msvcp140)
2880 WINE_CONFIG_MAKEFILE(dlls/msvcp140/tests)
2881 WINE_CONFIG_MAKEFILE(dlls/msvcp140_1)
2882 WINE_CONFIG_MAKEFILE(dlls/msvcp140_1/tests)
2883 WINE_CONFIG_MAKEFILE(dlls/msvcp140_2)
2884 WINE_CONFIG_MAKEFILE(dlls/msvcp140_2/tests)
2885 WINE_CONFIG_MAKEFILE(dlls/msvcp140_atomic_wait)
2886 WINE_CONFIG_MAKEFILE(dlls/msvcp140_atomic_wait/tests)
2887 WINE_CONFIG_MAKEFILE(dlls/msvcp140_codecvt_ids)
2888 WINE_CONFIG_MAKEFILE(dlls/msvcp60)
2889 WINE_CONFIG_MAKEFILE(dlls/msvcp60/tests)
2890 WINE_CONFIG_MAKEFILE(dlls/msvcp70)
2891 WINE_CONFIG_MAKEFILE(dlls/msvcp71)
2892 WINE_CONFIG_MAKEFILE(dlls/msvcp80)
2893 WINE_CONFIG_MAKEFILE(dlls/msvcp90)
2894 WINE_CONFIG_MAKEFILE(dlls/msvcp90/tests)
2895 WINE_CONFIG_MAKEFILE(dlls/msvcp_win)
2896 WINE_CONFIG_MAKEFILE(dlls/msvcr100)
2897 WINE_CONFIG_MAKEFILE(dlls/msvcr100/tests)
2898 WINE_CONFIG_MAKEFILE(dlls/msvcr110)
2899 WINE_CONFIG_MAKEFILE(dlls/msvcr110/tests)
2900 WINE_CONFIG_MAKEFILE(dlls/msvcr120)
2901 WINE_CONFIG_MAKEFILE(dlls/msvcr120/tests)
2902 WINE_CONFIG_MAKEFILE(dlls/msvcr120_app)
2903 WINE_CONFIG_MAKEFILE(dlls/msvcr70)
2904 WINE_CONFIG_MAKEFILE(dlls/msvcr70/tests)
2905 WINE_CONFIG_MAKEFILE(dlls/msvcr71)
2906 WINE_CONFIG_MAKEFILE(dlls/msvcr71/tests)
2907 WINE_CONFIG_MAKEFILE(dlls/msvcr80)
2908 WINE_CONFIG_MAKEFILE(dlls/msvcr80/tests)
2909 WINE_CONFIG_MAKEFILE(dlls/msvcr90)
2910 WINE_CONFIG_MAKEFILE(dlls/msvcr90/tests)
2911 WINE_CONFIG_MAKEFILE(dlls/msvcrt)
2912 WINE_CONFIG_MAKEFILE(dlls/msvcrt/tests)
2913 WINE_CONFIG_MAKEFILE(dlls/msvcrt20)
2914 WINE_CONFIG_MAKEFILE(dlls/msvcrt40)
2915 WINE_CONFIG_MAKEFILE(dlls/msvcrtd)
2916 WINE_CONFIG_MAKEFILE(dlls/msvcrtd/tests)
2917 WINE_CONFIG_MAKEFILE(dlls/msvfw32)
2918 WINE_CONFIG_MAKEFILE(dlls/msvfw32/tests)
2919 WINE_CONFIG_MAKEFILE(dlls/msvidc32)
2920 WINE_CONFIG_MAKEFILE(dlls/msvideo.dll16,enable_win16)
2921 WINE_CONFIG_MAKEFILE(dlls/mswsock)
2922 WINE_CONFIG_MAKEFILE(dlls/msxml)
2923 WINE_CONFIG_MAKEFILE(dlls/msxml2)
2924 WINE_CONFIG_MAKEFILE(dlls/msxml3)
2925 WINE_CONFIG_MAKEFILE(dlls/msxml3/tests)
2926 WINE_CONFIG_MAKEFILE(dlls/msxml4)
2927 WINE_CONFIG_MAKEFILE(dlls/msxml4/tests)
2928 WINE_CONFIG_MAKEFILE(dlls/msxml6)
2929 WINE_CONFIG_MAKEFILE(dlls/msxml6/tests)
2930 WINE_CONFIG_MAKEFILE(dlls/mtxdm)
2931 WINE_CONFIG_MAKEFILE(dlls/ncrypt)
2932 WINE_CONFIG_MAKEFILE(dlls/ncrypt/tests)
2933 WINE_CONFIG_MAKEFILE(dlls/nddeapi)
2934 WINE_CONFIG_MAKEFILE(dlls/ndis.sys)
2935 WINE_CONFIG_MAKEFILE(dlls/ndis.sys/tests)
2936 WINE_CONFIG_MAKEFILE(dlls/netapi32)
2937 WINE_CONFIG_MAKEFILE(dlls/netapi32/tests)
2938 WINE_CONFIG_MAKEFILE(dlls/netcfgx)
2939 WINE_CONFIG_MAKEFILE(dlls/netcfgx/tests)
2940 WINE_CONFIG_MAKEFILE(dlls/netio.sys)
2941 WINE_CONFIG_MAKEFILE(dlls/netprofm)
2942 WINE_CONFIG_MAKEFILE(dlls/netprofm/tests)
2943 WINE_CONFIG_MAKEFILE(dlls/netutils)
2944 WINE_CONFIG_MAKEFILE(dlls/newdev)
2945 WINE_CONFIG_MAKEFILE(dlls/ninput)
2946 WINE_CONFIG_MAKEFILE(dlls/ninput/tests)
2947 WINE_CONFIG_MAKEFILE(dlls/normaliz)
2948 WINE_CONFIG_MAKEFILE(dlls/npmshtml)
2949 WINE_CONFIG_MAKEFILE(dlls/npptools)
2950 WINE_CONFIG_MAKEFILE(dlls/nsi)
2951 WINE_CONFIG_MAKEFILE(dlls/nsi/tests)
2952 WINE_CONFIG_MAKEFILE(dlls/nsiproxy.sys)
2953 WINE_CONFIG_MAKEFILE(dlls/ntdll)
2954 WINE_CONFIG_MAKEFILE(dlls/ntdll/tests)
2955 WINE_CONFIG_MAKEFILE(dlls/ntdsapi)
2956 WINE_CONFIG_MAKEFILE(dlls/ntdsapi/tests)
2957 WINE_CONFIG_MAKEFILE(dlls/ntoskrnl.exe)
2958 WINE_CONFIG_MAKEFILE(dlls/ntoskrnl.exe/tests)
2959 WINE_CONFIG_MAKEFILE(dlls/ntprint)
2960 WINE_CONFIG_MAKEFILE(dlls/ntprint/tests)
2961 WINE_CONFIG_MAKEFILE(dlls/objsel)
2962 WINE_CONFIG_MAKEFILE(dlls/odbc32)
2963 WINE_CONFIG_MAKEFILE(dlls/odbcbcp)
2964 WINE_CONFIG_MAKEFILE(dlls/odbccp32)
2965 WINE_CONFIG_MAKEFILE(dlls/odbccp32/tests)
2966 WINE_CONFIG_MAKEFILE(dlls/odbccu32)
2967 WINE_CONFIG_MAKEFILE(dlls/ole2.dll16,enable_win16)
2968 WINE_CONFIG_MAKEFILE(dlls/ole2conv.dll16,enable_win16)
2969 WINE_CONFIG_MAKEFILE(dlls/ole2disp.dll16,enable_win16)
2970 WINE_CONFIG_MAKEFILE(dlls/ole2nls.dll16,enable_win16)
2971 WINE_CONFIG_MAKEFILE(dlls/ole2prox.dll16,enable_win16)
2972 WINE_CONFIG_MAKEFILE(dlls/ole2thk.dll16,enable_win16)
2973 WINE_CONFIG_MAKEFILE(dlls/ole32)
2974 WINE_CONFIG_MAKEFILE(dlls/ole32/tests)
2975 WINE_CONFIG_MAKEFILE(dlls/oleacc)
2976 WINE_CONFIG_MAKEFILE(dlls/oleacc/tests)
2977 WINE_CONFIG_MAKEFILE(dlls/oleaut32)
2978 WINE_CONFIG_MAKEFILE(dlls/oleaut32/tests)
2979 WINE_CONFIG_MAKEFILE(dlls/olecli.dll16,enable_win16)
2980 WINE_CONFIG_MAKEFILE(dlls/olecli32)
2981 WINE_CONFIG_MAKEFILE(dlls/oledb32)
2982 WINE_CONFIG_MAKEFILE(dlls/oledb32/tests)
2983 WINE_CONFIG_MAKEFILE(dlls/oledlg)
2984 WINE_CONFIG_MAKEFILE(dlls/oledlg/tests)
2985 WINE_CONFIG_MAKEFILE(dlls/olepro32)
2986 WINE_CONFIG_MAKEFILE(dlls/olesvr.dll16,enable_win16)
2987 WINE_CONFIG_MAKEFILE(dlls/olesvr32)
2988 WINE_CONFIG_MAKEFILE(dlls/olethk32)
2989 WINE_CONFIG_MAKEFILE(dlls/opcservices)
2990 WINE_CONFIG_MAKEFILE(dlls/opcservices/tests)
2991 WINE_CONFIG_MAKEFILE(dlls/opencl)
2992 WINE_CONFIG_MAKEFILE(dlls/opengl32)
2993 WINE_CONFIG_MAKEFILE(dlls/opengl32/tests)
2994 WINE_CONFIG_MAKEFILE(dlls/packager)
2995 WINE_CONFIG_MAKEFILE(dlls/packager/tests)
2996 WINE_CONFIG_MAKEFILE(dlls/pdh)
2997 WINE_CONFIG_MAKEFILE(dlls/pdh/tests)
2998 WINE_CONFIG_MAKEFILE(dlls/photometadatahandler)
2999 WINE_CONFIG_MAKEFILE(dlls/pidgen)
3000 WINE_CONFIG_MAKEFILE(dlls/powrprof)
3001 WINE_CONFIG_MAKEFILE(dlls/printui)
3002 WINE_CONFIG_MAKEFILE(dlls/prntvpt)
3003 WINE_CONFIG_MAKEFILE(dlls/prntvpt/tests)
3004 WINE_CONFIG_MAKEFILE(dlls/propsys)
3005 WINE_CONFIG_MAKEFILE(dlls/propsys/tests)
3006 WINE_CONFIG_MAKEFILE(dlls/psapi)
3007 WINE_CONFIG_MAKEFILE(dlls/psapi/tests)
3008 WINE_CONFIG_MAKEFILE(dlls/pstorec)
3009 WINE_CONFIG_MAKEFILE(dlls/pstorec/tests)
3010 WINE_CONFIG_MAKEFILE(dlls/pwrshplugin)
3011 WINE_CONFIG_MAKEFILE(dlls/qasf)
3012 WINE_CONFIG_MAKEFILE(dlls/qasf/tests)
3013 WINE_CONFIG_MAKEFILE(dlls/qcap)
3014 WINE_CONFIG_MAKEFILE(dlls/qcap/tests)
3015 WINE_CONFIG_MAKEFILE(dlls/qdvd)
3016 WINE_CONFIG_MAKEFILE(dlls/qdvd/tests)
3017 WINE_CONFIG_MAKEFILE(dlls/qedit)
3018 WINE_CONFIG_MAKEFILE(dlls/qedit/tests)
3019 WINE_CONFIG_MAKEFILE(dlls/qmgr)
3020 WINE_CONFIG_MAKEFILE(dlls/qmgr/tests)
3021 WINE_CONFIG_MAKEFILE(dlls/qmgrprxy)
3022 WINE_CONFIG_MAKEFILE(dlls/quartz)
3023 WINE_CONFIG_MAKEFILE(dlls/quartz/tests)
3024 WINE_CONFIG_MAKEFILE(dlls/query)
3025 WINE_CONFIG_MAKEFILE(dlls/qwave)
3026 WINE_CONFIG_MAKEFILE(dlls/qwave/tests)
3027 WINE_CONFIG_MAKEFILE(dlls/rasapi16.dll16,enable_win16)
3028 WINE_CONFIG_MAKEFILE(dlls/rasapi32)
3029 WINE_CONFIG_MAKEFILE(dlls/rasapi32/tests)
3030 WINE_CONFIG_MAKEFILE(dlls/rasdlg)
3031 WINE_CONFIG_MAKEFILE(dlls/regapi)
3032 WINE_CONFIG_MAKEFILE(dlls/resutils)
3033 WINE_CONFIG_MAKEFILE(dlls/riched20)
3034 WINE_CONFIG_MAKEFILE(dlls/riched20/tests)
3035 WINE_CONFIG_MAKEFILE(dlls/riched32)
3036 WINE_CONFIG_MAKEFILE(dlls/riched32/tests)
3037 WINE_CONFIG_MAKEFILE(dlls/rpcrt4)
3038 WINE_CONFIG_MAKEFILE(dlls/rpcrt4/tests)
3039 WINE_CONFIG_MAKEFILE(dlls/rsabase)
3040 WINE_CONFIG_MAKEFILE(dlls/rsaenh)
3041 WINE_CONFIG_MAKEFILE(dlls/rsaenh/tests)
3042 WINE_CONFIG_MAKEFILE(dlls/rstrtmgr)
3043 WINE_CONFIG_MAKEFILE(dlls/rtutils)
3044 WINE_CONFIG_MAKEFILE(dlls/rtworkq)
3045 WINE_CONFIG_MAKEFILE(dlls/rtworkq/tests)
3046 WINE_CONFIG_MAKEFILE(dlls/samlib)
3047 WINE_CONFIG_MAKEFILE(dlls/sane.ds)
3048 WINE_CONFIG_MAKEFILE(dlls/sapi)
3049 WINE_CONFIG_MAKEFILE(dlls/sapi/tests)
3050 WINE_CONFIG_MAKEFILE(dlls/sas)
3051 WINE_CONFIG_MAKEFILE(dlls/scarddlg)
3052 WINE_CONFIG_MAKEFILE(dlls/scardsvr)
3053 WINE_CONFIG_MAKEFILE(dlls/sccbase)
3054 WINE_CONFIG_MAKEFILE(dlls/schannel)
3055 WINE_CONFIG_MAKEFILE(dlls/schannel/tests)
3056 WINE_CONFIG_MAKEFILE(dlls/schedsvc)
3057 WINE_CONFIG_MAKEFILE(dlls/schedsvc/tests)
3058 WINE_CONFIG_MAKEFILE(dlls/scrobj)
3059 WINE_CONFIG_MAKEFILE(dlls/scrobj/tests)
3060 WINE_CONFIG_MAKEFILE(dlls/scrrun)
3061 WINE_CONFIG_MAKEFILE(dlls/scrrun/tests)
3062 WINE_CONFIG_MAKEFILE(dlls/scsiport.sys)
3063 WINE_CONFIG_MAKEFILE(dlls/sechost)
3064 WINE_CONFIG_MAKEFILE(dlls/secur32)
3065 WINE_CONFIG_MAKEFILE(dlls/secur32/tests)
3066 WINE_CONFIG_MAKEFILE(dlls/security)
3067 WINE_CONFIG_MAKEFILE(dlls/sensapi)
3068 WINE_CONFIG_MAKEFILE(dlls/serialui)
3069 WINE_CONFIG_MAKEFILE(dlls/serialui/tests)
3070 WINE_CONFIG_MAKEFILE(dlls/setupapi)
3071 WINE_CONFIG_MAKEFILE(dlls/setupapi/tests)
3072 WINE_CONFIG_MAKEFILE(dlls/setupx.dll16,enable_win16)
3073 WINE_CONFIG_MAKEFILE(dlls/sfc)
3074 WINE_CONFIG_MAKEFILE(dlls/sfc_os)
3075 WINE_CONFIG_MAKEFILE(dlls/shcore)
3076 WINE_CONFIG_MAKEFILE(dlls/shcore/tests)
3077 WINE_CONFIG_MAKEFILE(dlls/shdoclc)
3078 WINE_CONFIG_MAKEFILE(dlls/shdocvw)
3079 WINE_CONFIG_MAKEFILE(dlls/shdocvw/tests)
3080 WINE_CONFIG_MAKEFILE(dlls/shell.dll16,enable_win16)
3081 WINE_CONFIG_MAKEFILE(dlls/shell32)
3082 WINE_CONFIG_MAKEFILE(dlls/shell32/tests)
3083 WINE_CONFIG_MAKEFILE(dlls/shfolder)
3084 WINE_CONFIG_MAKEFILE(dlls/shlwapi)
3085 WINE_CONFIG_MAKEFILE(dlls/shlwapi/tests)
3086 WINE_CONFIG_MAKEFILE(dlls/slbcsp)
3087 WINE_CONFIG_MAKEFILE(dlls/slc)
3088 WINE_CONFIG_MAKEFILE(dlls/slc/tests)
3089 WINE_CONFIG_MAKEFILE(dlls/snmpapi)
3090 WINE_CONFIG_MAKEFILE(dlls/snmpapi/tests)
3091 WINE_CONFIG_MAKEFILE(dlls/softpub)
3092 WINE_CONFIG_MAKEFILE(dlls/sound.drv16,enable_win16)
3093 WINE_CONFIG_MAKEFILE(dlls/spoolss)
3094 WINE_CONFIG_MAKEFILE(dlls/spoolss/tests)
3095 WINE_CONFIG_MAKEFILE(dlls/sppc)
3096 WINE_CONFIG_MAKEFILE(dlls/srclient)
3097 WINE_CONFIG_MAKEFILE(dlls/srvcli)
3098 WINE_CONFIG_MAKEFILE(dlls/srvsvc)
3099 WINE_CONFIG_MAKEFILE(dlls/sspicli)
3100 WINE_CONFIG_MAKEFILE(dlls/stdole2.tlb)
3101 WINE_CONFIG_MAKEFILE(dlls/stdole32.tlb)
3102 WINE_CONFIG_MAKEFILE(dlls/sti)
3103 WINE_CONFIG_MAKEFILE(dlls/sti/tests)
3104 WINE_CONFIG_MAKEFILE(dlls/storage.dll16,enable_win16)
3105 WINE_CONFIG_MAKEFILE(dlls/stress.dll16,enable_win16)
3106 WINE_CONFIG_MAKEFILE(dlls/strmdll)
3107 WINE_CONFIG_MAKEFILE(dlls/svrapi)
3108 WINE_CONFIG_MAKEFILE(dlls/sxs)
3109 WINE_CONFIG_MAKEFILE(dlls/sxs/tests)
3110 WINE_CONFIG_MAKEFILE(dlls/system.drv16,enable_win16)
3111 WINE_CONFIG_MAKEFILE(dlls/t2embed)
3112 WINE_CONFIG_MAKEFILE(dlls/t2embed/tests)
3113 WINE_CONFIG_MAKEFILE(dlls/tapi32)
3114 WINE_CONFIG_MAKEFILE(dlls/tapi32/tests)
3115 WINE_CONFIG_MAKEFILE(dlls/taskschd)
3116 WINE_CONFIG_MAKEFILE(dlls/taskschd/tests)
3117 WINE_CONFIG_MAKEFILE(dlls/tbs)
3118 WINE_CONFIG_MAKEFILE(dlls/tdh)
3119 WINE_CONFIG_MAKEFILE(dlls/tdi.sys)
3120 WINE_CONFIG_MAKEFILE(dlls/threadpoolwinrt)
3121 WINE_CONFIG_MAKEFILE(dlls/threadpoolwinrt/tests)
3122 WINE_CONFIG_MAKEFILE(dlls/toolhelp.dll16,enable_win16)
3123 WINE_CONFIG_MAKEFILE(dlls/traffic)
3124 WINE_CONFIG_MAKEFILE(dlls/twain.dll16,enable_win16)
3125 WINE_CONFIG_MAKEFILE(dlls/twain_32)
3126 WINE_CONFIG_MAKEFILE(dlls/twain_32/tests)
3127 WINE_CONFIG_MAKEFILE(dlls/twinapi.appcore)
3128 WINE_CONFIG_MAKEFILE(dlls/twinapi.appcore/tests)
3129 WINE_CONFIG_MAKEFILE(dlls/typelib.dll16,enable_win16)
3130 WINE_CONFIG_MAKEFILE(dlls/tzres)
3131 WINE_CONFIG_MAKEFILE(dlls/ucrtbase)
3132 WINE_CONFIG_MAKEFILE(dlls/ucrtbase/tests)
3133 WINE_CONFIG_MAKEFILE(dlls/uianimation)
3134 WINE_CONFIG_MAKEFILE(dlls/uianimation/tests)
3135 WINE_CONFIG_MAKEFILE(dlls/uiautomationcore)
3136 WINE_CONFIG_MAKEFILE(dlls/uiautomationcore/tests)
3137 WINE_CONFIG_MAKEFILE(dlls/uiribbon)
3138 WINE_CONFIG_MAKEFILE(dlls/unicows)
3139 WINE_CONFIG_MAKEFILE(dlls/updspapi)
3140 WINE_CONFIG_MAKEFILE(dlls/url)
3141 WINE_CONFIG_MAKEFILE(dlls/urlmon)
3142 WINE_CONFIG_MAKEFILE(dlls/urlmon/tests)
3143 WINE_CONFIG_MAKEFILE(dlls/usbd.sys)
3144 WINE_CONFIG_MAKEFILE(dlls/user.exe16,enable_win16)
3145 WINE_CONFIG_MAKEFILE(dlls/user32)
3146 WINE_CONFIG_MAKEFILE(dlls/user32/tests)
3147 WINE_CONFIG_MAKEFILE(dlls/userenv)
3148 WINE_CONFIG_MAKEFILE(dlls/userenv/tests)
3149 WINE_CONFIG_MAKEFILE(dlls/usp10)
3150 WINE_CONFIG_MAKEFILE(dlls/usp10/tests)
3151 WINE_CONFIG_MAKEFILE(dlls/utildll)
3152 WINE_CONFIG_MAKEFILE(dlls/uxtheme)
3153 WINE_CONFIG_MAKEFILE(dlls/uxtheme/tests)
3154 WINE_CONFIG_MAKEFILE(dlls/vbscript)
3155 WINE_CONFIG_MAKEFILE(dlls/vbscript/tests)
3156 WINE_CONFIG_MAKEFILE(dlls/vcomp)
3157 WINE_CONFIG_MAKEFILE(dlls/vcomp/tests)
3158 WINE_CONFIG_MAKEFILE(dlls/vcomp100)
3159 WINE_CONFIG_MAKEFILE(dlls/vcomp110)
3160 WINE_CONFIG_MAKEFILE(dlls/vcomp110/tests)
3161 WINE_CONFIG_MAKEFILE(dlls/vcomp120)
3162 WINE_CONFIG_MAKEFILE(dlls/vcomp140)
3163 WINE_CONFIG_MAKEFILE(dlls/vcomp90)
3164 WINE_CONFIG_MAKEFILE(dlls/vcruntime140)
3165 WINE_CONFIG_MAKEFILE(dlls/vcruntime140_1)
3166 WINE_CONFIG_MAKEFILE(dlls/vdhcp.vxd,enable_win16)
3167 WINE_CONFIG_MAKEFILE(dlls/vdmdbg)
3168 WINE_CONFIG_MAKEFILE(dlls/ver.dll16,enable_win16)
3169 WINE_CONFIG_MAKEFILE(dlls/version)
3170 WINE_CONFIG_MAKEFILE(dlls/version/tests)
3171 WINE_CONFIG_MAKEFILE(dlls/vga)
3172 WINE_CONFIG_MAKEFILE(dlls/virtdisk)
3173 WINE_CONFIG_MAKEFILE(dlls/virtdisk/tests)
3174 WINE_CONFIG_MAKEFILE(dlls/vmm.vxd,enable_win16)
3175 WINE_CONFIG_MAKEFILE(dlls/vnbt.vxd,enable_win16)
3176 WINE_CONFIG_MAKEFILE(dlls/vnetbios.vxd,enable_win16)
3177 WINE_CONFIG_MAKEFILE(dlls/vssapi)
3178 WINE_CONFIG_MAKEFILE(dlls/vtdapi.vxd,enable_win16)
3179 WINE_CONFIG_MAKEFILE(dlls/vulkan-1)
3180 WINE_CONFIG_MAKEFILE(dlls/vulkan-1/tests)
3181 WINE_CONFIG_MAKEFILE(dlls/vwin32.vxd,enable_win16)
3182 WINE_CONFIG_MAKEFILE(dlls/w32skrnl,enable_win16)
3183 WINE_CONFIG_MAKEFILE(dlls/w32sys.dll16,enable_win16)
3184 WINE_CONFIG_MAKEFILE(dlls/wbemdisp)
3185 WINE_CONFIG_MAKEFILE(dlls/wbemdisp/tests)
3186 WINE_CONFIG_MAKEFILE(dlls/wbemprox)
3187 WINE_CONFIG_MAKEFILE(dlls/wbemprox/tests)
3188 WINE_CONFIG_MAKEFILE(dlls/wdscore)
3189 WINE_CONFIG_MAKEFILE(dlls/webservices)
3190 WINE_CONFIG_MAKEFILE(dlls/webservices/tests)
3191 WINE_CONFIG_MAKEFILE(dlls/websocket)
3192 WINE_CONFIG_MAKEFILE(dlls/wer)
3193 WINE_CONFIG_MAKEFILE(dlls/wer/tests)
3194 WINE_CONFIG_MAKEFILE(dlls/wevtapi)
3195 WINE_CONFIG_MAKEFILE(dlls/wevtapi/tests)
3196 WINE_CONFIG_MAKEFILE(dlls/wevtsvc)
3197 WINE_CONFIG_MAKEFILE(dlls/wiaservc)
3198 WINE_CONFIG_MAKEFILE(dlls/wiaservc/tests)
3199 WINE_CONFIG_MAKEFILE(dlls/wimgapi)
3200 WINE_CONFIG_MAKEFILE(dlls/win32s16.dll16,enable_win16)
3201 WINE_CONFIG_MAKEFILE(dlls/win32u)
3202 WINE_CONFIG_MAKEFILE(dlls/win32u/tests)
3203 WINE_CONFIG_MAKEFILE(dlls/win87em.dll16,enable_win16)
3204 WINE_CONFIG_MAKEFILE(dlls/winaspi.dll16,enable_win16)
3205 WINE_CONFIG_MAKEFILE(dlls/windebug.dll16,enable_win16)
3206 WINE_CONFIG_MAKEFILE(dlls/windows.applicationmodel)
3207 WINE_CONFIG_MAKEFILE(dlls/windows.applicationmodel/tests)
3208 WINE_CONFIG_MAKEFILE(dlls/windows.devices.bluetooth)
3209 WINE_CONFIG_MAKEFILE(dlls/windows.devices.bluetooth/tests)
3210 WINE_CONFIG_MAKEFILE(dlls/windows.devices.enumeration)
3211 WINE_CONFIG_MAKEFILE(dlls/windows.devices.enumeration/tests)
3212 WINE_CONFIG_MAKEFILE(dlls/windows.devices.usb)
3213 WINE_CONFIG_MAKEFILE(dlls/windows.devices.usb/tests)
3214 WINE_CONFIG_MAKEFILE(dlls/windows.gaming.input)
3215 WINE_CONFIG_MAKEFILE(dlls/windows.gaming.input/tests)
3216 WINE_CONFIG_MAKEFILE(dlls/windows.gaming.ui.gamebar)
3217 WINE_CONFIG_MAKEFILE(dlls/windows.gaming.ui.gamebar/tests)
3218 WINE_CONFIG_MAKEFILE(dlls/windows.globalization)
3219 WINE_CONFIG_MAKEFILE(dlls/windows.globalization/tests)
3220 WINE_CONFIG_MAKEFILE(dlls/windows.media.devices)
3221 WINE_CONFIG_MAKEFILE(dlls/windows.media.devices/tests)
3222 WINE_CONFIG_MAKEFILE(dlls/windows.media.mediacontrol)
3223 WINE_CONFIG_MAKEFILE(dlls/windows.media.mediacontrol/tests)
3224 WINE_CONFIG_MAKEFILE(dlls/windows.media.speech)
3225 WINE_CONFIG_MAKEFILE(dlls/windows.media.speech/tests)
3226 WINE_CONFIG_MAKEFILE(dlls/windows.media)
3227 WINE_CONFIG_MAKEFILE(dlls/windows.media/tests)
3228 WINE_CONFIG_MAKEFILE(dlls/windows.networking.hostname)
3229 WINE_CONFIG_MAKEFILE(dlls/windows.networking.hostname/tests)
3230 WINE_CONFIG_MAKEFILE(dlls/windows.networking)
3231 WINE_CONFIG_MAKEFILE(dlls/windows.perception.stub)
3232 WINE_CONFIG_MAKEFILE(dlls/windows.perception.stub/tests)
3233 WINE_CONFIG_MAKEFILE(dlls/windows.security.authentication.onlineid)
3234 WINE_CONFIG_MAKEFILE(dlls/windows.security.authentication.onlineid/tests)
3235 WINE_CONFIG_MAKEFILE(dlls/windows.security.credentials.ui.userconsentverifier)
3236 WINE_CONFIG_MAKEFILE(dlls/windows.security.credentials.ui.userconsentverifier/tests)
3237 WINE_CONFIG_MAKEFILE(dlls/windows.storage.applicationdata)
3238 WINE_CONFIG_MAKEFILE(dlls/windows.storage.applicationdata/tests)
3239 WINE_CONFIG_MAKEFILE(dlls/windows.system.profile.systemmanufacturers)
3240 WINE_CONFIG_MAKEFILE(dlls/windows.system.profile.systemmanufacturers/tests)
3241 WINE_CONFIG_MAKEFILE(dlls/windows.ui)
3242 WINE_CONFIG_MAKEFILE(dlls/windows.ui/tests)
3243 WINE_CONFIG_MAKEFILE(dlls/windowscodecs)
3244 WINE_CONFIG_MAKEFILE(dlls/windowscodecs/tests)
3245 WINE_CONFIG_MAKEFILE(dlls/windowscodecsext)
3246 WINE_CONFIG_MAKEFILE(dlls/windowscodecsext/tests)
3247 WINE_CONFIG_MAKEFILE(dlls/winealsa.drv)
3248 WINE_CONFIG_MAKEFILE(dlls/wineandroid.drv)
3249 WINE_CONFIG_MAKEFILE(dlls/winebus.sys)
3250 WINE_CONFIG_MAKEFILE(dlls/winecoreaudio.drv)
3251 WINE_CONFIG_MAKEFILE(dlls/winecrt0)
3252 WINE_CONFIG_MAKEFILE(dlls/wined3d)
3253 WINE_CONFIG_MAKEFILE(dlls/winegstreamer)
3254 WINE_CONFIG_MAKEFILE(dlls/winehid.sys)
3255 WINE_CONFIG_MAKEFILE(dlls/winemac.drv)
3256 WINE_CONFIG_MAKEFILE(dlls/winemapi)
3257 WINE_CONFIG_MAKEFILE(dlls/wineoss.drv)
3258 WINE_CONFIG_MAKEFILE(dlls/wineps.drv)
3259 WINE_CONFIG_MAKEFILE(dlls/wineps16.drv16,enable_win16)
3260 WINE_CONFIG_MAKEFILE(dlls/winepulse.drv)
3261 WINE_CONFIG_MAKEFILE(dlls/wineusb.sys)
3262 WINE_CONFIG_MAKEFILE(dlls/winevulkan)
3263 WINE_CONFIG_MAKEFILE(dlls/winewayland.drv)
3264 WINE_CONFIG_MAKEFILE(dlls/winex11.drv)
3265 WINE_CONFIG_MAKEFILE(dlls/winexinput.sys)
3266 WINE_CONFIG_MAKEFILE(dlls/wing.dll16,enable_win16)
3267 WINE_CONFIG_MAKEFILE(dlls/wing32)
3268 WINE_CONFIG_MAKEFILE(dlls/wing32/tests)
3269 WINE_CONFIG_MAKEFILE(dlls/winhttp)
3270 WINE_CONFIG_MAKEFILE(dlls/winhttp/tests)
3271 WINE_CONFIG_MAKEFILE(dlls/wininet)
3272 WINE_CONFIG_MAKEFILE(dlls/wininet/tests)
3273 WINE_CONFIG_MAKEFILE(dlls/winmm)
3274 WINE_CONFIG_MAKEFILE(dlls/winmm/tests)
3275 WINE_CONFIG_MAKEFILE(dlls/winnls.dll16,enable_win16)
3276 WINE_CONFIG_MAKEFILE(dlls/winnls32)
3277 WINE_CONFIG_MAKEFILE(dlls/winprint)
3278 WINE_CONFIG_MAKEFILE(dlls/winscard)
3279 WINE_CONFIG_MAKEFILE(dlls/winscard/tests)
3280 WINE_CONFIG_MAKEFILE(dlls/winsock.dll16,enable_win16)
3281 WINE_CONFIG_MAKEFILE(dlls/winspool.drv)
3282 WINE_CONFIG_MAKEFILE(dlls/winspool.drv/tests)
3283 WINE_CONFIG_MAKEFILE(dlls/winsta)
3284 WINE_CONFIG_MAKEFILE(dlls/wintab.dll16,enable_win16)
3285 WINE_CONFIG_MAKEFILE(dlls/wintab32)
3286 WINE_CONFIG_MAKEFILE(dlls/wintab32/tests)
3287 WINE_CONFIG_MAKEFILE(dlls/wintrust)
3288 WINE_CONFIG_MAKEFILE(dlls/wintrust/tests)
3289 WINE_CONFIG_MAKEFILE(dlls/wintypes)
3290 WINE_CONFIG_MAKEFILE(dlls/wintypes/tests)
3291 WINE_CONFIG_MAKEFILE(dlls/winusb)
3292 WINE_CONFIG_MAKEFILE(dlls/wlanapi)
3293 WINE_CONFIG_MAKEFILE(dlls/wlanapi/tests)
3294 WINE_CONFIG_MAKEFILE(dlls/wlanui)
3295 WINE_CONFIG_MAKEFILE(dlls/wldap32)
3296 WINE_CONFIG_MAKEFILE(dlls/wldap32/tests)
3297 WINE_CONFIG_MAKEFILE(dlls/wldp)
3298 WINE_CONFIG_MAKEFILE(dlls/wldp/tests)
3299 WINE_CONFIG_MAKEFILE(dlls/wmasf)
3300 WINE_CONFIG_MAKEFILE(dlls/wmi)
3301 WINE_CONFIG_MAKEFILE(dlls/wmiutils)
3302 WINE_CONFIG_MAKEFILE(dlls/wmiutils/tests)
3303 WINE_CONFIG_MAKEFILE(dlls/wmp)
3304 WINE_CONFIG_MAKEFILE(dlls/wmp/tests)
3305 WINE_CONFIG_MAKEFILE(dlls/wmphoto)
3306 WINE_CONFIG_MAKEFILE(dlls/wmvcore)
3307 WINE_CONFIG_MAKEFILE(dlls/wmvcore/tests)
3308 WINE_CONFIG_MAKEFILE(dlls/wnaspi32)
3309 WINE_CONFIG_MAKEFILE(dlls/wofutil)
3310 WINE_CONFIG_MAKEFILE(dlls/wow32,enable_win16)
3311 WINE_CONFIG_MAKEFILE(dlls/wow64)
3312 WINE_CONFIG_MAKEFILE(dlls/wow64cpu)
3313 WINE_CONFIG_MAKEFILE(dlls/wow64win)
3314 WINE_CONFIG_MAKEFILE(dlls/wpc)
3315 WINE_CONFIG_MAKEFILE(dlls/wpc/tests)
3316 WINE_CONFIG_MAKEFILE(dlls/wpcap)
3317 WINE_CONFIG_MAKEFILE(dlls/wpcap/tests)
3318 WINE_CONFIG_MAKEFILE(dlls/ws2_32)
3319 WINE_CONFIG_MAKEFILE(dlls/ws2_32/tests)
3320 WINE_CONFIG_MAKEFILE(dlls/wsdapi)
3321 WINE_CONFIG_MAKEFILE(dlls/wsdapi/tests)
3322 WINE_CONFIG_MAKEFILE(dlls/wshom.ocx)
3323 WINE_CONFIG_MAKEFILE(dlls/wshom.ocx/tests)
3324 WINE_CONFIG_MAKEFILE(dlls/wsnmp32)
3325 WINE_CONFIG_MAKEFILE(dlls/wsnmp32/tests)
3326 WINE_CONFIG_MAKEFILE(dlls/wsock32)
3327 WINE_CONFIG_MAKEFILE(dlls/wtsapi32)
3328 WINE_CONFIG_MAKEFILE(dlls/wtsapi32/tests)
3329 WINE_CONFIG_MAKEFILE(dlls/wuapi)
3330 WINE_CONFIG_MAKEFILE(dlls/wuaueng)
3331 WINE_CONFIG_MAKEFILE(dlls/x3daudio1_0)
3332 WINE_CONFIG_MAKEFILE(dlls/x3daudio1_1)
3333 WINE_CONFIG_MAKEFILE(dlls/x3daudio1_2)
3334 WINE_CONFIG_MAKEFILE(dlls/x3daudio1_3)
3335 WINE_CONFIG_MAKEFILE(dlls/x3daudio1_4)
3336 WINE_CONFIG_MAKEFILE(dlls/x3daudio1_5)
3337 WINE_CONFIG_MAKEFILE(dlls/x3daudio1_6)
3338 WINE_CONFIG_MAKEFILE(dlls/x3daudio1_7)
3339 WINE_CONFIG_MAKEFILE(dlls/xactengine2_0)
3340 WINE_CONFIG_MAKEFILE(dlls/xactengine2_4)
3341 WINE_CONFIG_MAKEFILE(dlls/xactengine2_7)
3342 WINE_CONFIG_MAKEFILE(dlls/xactengine2_9)
3343 WINE_CONFIG_MAKEFILE(dlls/xactengine3_0)
3344 WINE_CONFIG_MAKEFILE(dlls/xactengine3_1)
3345 WINE_CONFIG_MAKEFILE(dlls/xactengine3_2)
3346 WINE_CONFIG_MAKEFILE(dlls/xactengine3_3)
3347 WINE_CONFIG_MAKEFILE(dlls/xactengine3_4)
3348 WINE_CONFIG_MAKEFILE(dlls/xactengine3_5)
3349 WINE_CONFIG_MAKEFILE(dlls/xactengine3_6)
3350 WINE_CONFIG_MAKEFILE(dlls/xactengine3_7)
3351 WINE_CONFIG_MAKEFILE(dlls/xactengine3_7/tests)
3352 WINE_CONFIG_MAKEFILE(dlls/xapofx1_1)
3353 WINE_CONFIG_MAKEFILE(dlls/xapofx1_2)
3354 WINE_CONFIG_MAKEFILE(dlls/xapofx1_3)
3355 WINE_CONFIG_MAKEFILE(dlls/xapofx1_4)
3356 WINE_CONFIG_MAKEFILE(dlls/xapofx1_5)
3357 WINE_CONFIG_MAKEFILE(dlls/xaudio2_0)
3358 WINE_CONFIG_MAKEFILE(dlls/xaudio2_1)
3359 WINE_CONFIG_MAKEFILE(dlls/xaudio2_2)
3360 WINE_CONFIG_MAKEFILE(dlls/xaudio2_3)
3361 WINE_CONFIG_MAKEFILE(dlls/xaudio2_4)
3362 WINE_CONFIG_MAKEFILE(dlls/xaudio2_5)
3363 WINE_CONFIG_MAKEFILE(dlls/xaudio2_6)
3364 WINE_CONFIG_MAKEFILE(dlls/xaudio2_7)
3365 WINE_CONFIG_MAKEFILE(dlls/xaudio2_7/tests)
3366 WINE_CONFIG_MAKEFILE(dlls/xaudio2_8)
3367 WINE_CONFIG_MAKEFILE(dlls/xaudio2_8/tests)
3368 WINE_CONFIG_MAKEFILE(dlls/xaudio2_9)
3369 WINE_CONFIG_MAKEFILE(dlls/xinput1_1)
3370 WINE_CONFIG_MAKEFILE(dlls/xinput1_2)
3371 WINE_CONFIG_MAKEFILE(dlls/xinput1_3)
3372 WINE_CONFIG_MAKEFILE(dlls/xinput1_3/tests)
3373 WINE_CONFIG_MAKEFILE(dlls/xinput1_4)
3374 WINE_CONFIG_MAKEFILE(dlls/xinput9_1_0)
3375 WINE_CONFIG_MAKEFILE(dlls/xinputuap)
3376 WINE_CONFIG_MAKEFILE(dlls/xmllite)
3377 WINE_CONFIG_MAKEFILE(dlls/xmllite/tests)
3378 WINE_CONFIG_MAKEFILE(dlls/xolehlp)
3379 WINE_CONFIG_MAKEFILE(dlls/xpsprint)
3380 WINE_CONFIG_MAKEFILE(dlls/xpssvcs)
3381 WINE_CONFIG_MAKEFILE(fonts)
3382 WINE_CONFIG_MAKEFILE(include)
3383 WINE_CONFIG_MAKEFILE(libs/adsiid)
3384 WINE_CONFIG_MAKEFILE(libs/dmoguids)
3385 WINE_CONFIG_MAKEFILE(libs/dxerr8)
3386 WINE_CONFIG_MAKEFILE(libs/dxerr9)
3387 WINE_CONFIG_MAKEFILE(libs/dxguid)
3388 WINE_CONFIG_MAKEFILE(libs/faudio)
3389 WINE_CONFIG_MAKEFILE(libs/fluidsynth)
3390 WINE_CONFIG_MAKEFILE(libs/gsm)
3391 WINE_CONFIG_MAKEFILE(libs/jpeg)
3392 WINE_CONFIG_MAKEFILE(libs/jxr)
3393 WINE_CONFIG_MAKEFILE(libs/lcms2)
3394 WINE_CONFIG_MAKEFILE(libs/ldap)
3395 WINE_CONFIG_MAKEFILE(libs/mfuuid)
3396 WINE_CONFIG_MAKEFILE(libs/mpg123)
3397 WINE_CONFIG_MAKEFILE(libs/musl)
3398 WINE_CONFIG_MAKEFILE(libs/png)
3399 WINE_CONFIG_MAKEFILE(libs/strmbase)
3400 WINE_CONFIG_MAKEFILE(libs/strmiids)
3401 WINE_CONFIG_MAKEFILE(libs/tiff)
3402 WINE_CONFIG_MAKEFILE(libs/uuid)
3403 WINE_CONFIG_MAKEFILE(libs/vkd3d)
3404 WINE_CONFIG_MAKEFILE(libs/wbemuuid)
3405 WINE_CONFIG_MAKEFILE(libs/wmcodecdspuuid)
3406 WINE_CONFIG_MAKEFILE(libs/xml2)
3407 WINE_CONFIG_MAKEFILE(libs/xslt)
3408 WINE_CONFIG_MAKEFILE(libs/zlib)
3409 WINE_CONFIG_MAKEFILE(libs/zydis)
3410 WINE_CONFIG_MAKEFILE(loader)
3411 WINE_CONFIG_MAKEFILE(nls)
3412 WINE_CONFIG_MAKEFILE(po)
3413 WINE_CONFIG_MAKEFILE(programs/arp)
3414 WINE_CONFIG_MAKEFILE(programs/aspnet_regiis)
3415 WINE_CONFIG_MAKEFILE(programs/attrib)
3416 WINE_CONFIG_MAKEFILE(programs/cabarc)
3417 WINE_CONFIG_MAKEFILE(programs/cacls)
3418 WINE_CONFIG_MAKEFILE(programs/certutil)
3419 WINE_CONFIG_MAKEFILE(programs/chcp.com)
3420 WINE_CONFIG_MAKEFILE(programs/clock)
3421 WINE_CONFIG_MAKEFILE(programs/cmd)
3422 WINE_CONFIG_MAKEFILE(programs/cmd/tests)
3423 WINE_CONFIG_MAKEFILE(programs/conhost)
3424 WINE_CONFIG_MAKEFILE(programs/conhost/tests)
3425 WINE_CONFIG_MAKEFILE(programs/control)
3426 WINE_CONFIG_MAKEFILE(programs/cscript)
3427 WINE_CONFIG_MAKEFILE(programs/dism)
3428 WINE_CONFIG_MAKEFILE(programs/dllhost)
3429 WINE_CONFIG_MAKEFILE(programs/dplaysvr)
3430 WINE_CONFIG_MAKEFILE(programs/dpnsvr)
3431 WINE_CONFIG_MAKEFILE(programs/dpvsetup)
3432 WINE_CONFIG_MAKEFILE(programs/dxdiag)
3433 WINE_CONFIG_MAKEFILE(programs/eject)
3434 WINE_CONFIG_MAKEFILE(programs/expand)
3435 WINE_CONFIG_MAKEFILE(programs/explorer)
3436 WINE_CONFIG_MAKEFILE(programs/explorer/tests)
3437 WINE_CONFIG_MAKEFILE(programs/extrac32)
3438 WINE_CONFIG_MAKEFILE(programs/fc)
3439 WINE_CONFIG_MAKEFILE(programs/find)
3440 WINE_CONFIG_MAKEFILE(programs/find/tests)
3441 WINE_CONFIG_MAKEFILE(programs/findstr)
3442 WINE_CONFIG_MAKEFILE(programs/findstr/tests)
3443 WINE_CONFIG_MAKEFILE(programs/fsutil)
3444 WINE_CONFIG_MAKEFILE(programs/fsutil/tests)
3445 WINE_CONFIG_MAKEFILE(programs/hh)
3446 WINE_CONFIG_MAKEFILE(programs/hostname)
3447 WINE_CONFIG_MAKEFILE(programs/icacls)
3448 WINE_CONFIG_MAKEFILE(programs/icinfo)
3449 WINE_CONFIG_MAKEFILE(programs/iexplore)
3450 WINE_CONFIG_MAKEFILE(programs/ipconfig)
3451 WINE_CONFIG_MAKEFILE(programs/klist)
3452 WINE_CONFIG_MAKEFILE(programs/lodctr)
3453 WINE_CONFIG_MAKEFILE(programs/mofcomp)
3454 WINE_CONFIG_MAKEFILE(programs/mshta)
3455 WINE_CONFIG_MAKEFILE(programs/msidb)
3456 WINE_CONFIG_MAKEFILE(programs/msiexec)
3457 WINE_CONFIG_MAKEFILE(programs/msinfo32)
3458 WINE_CONFIG_MAKEFILE(programs/net)
3459 WINE_CONFIG_MAKEFILE(programs/netsh)
3460 WINE_CONFIG_MAKEFILE(programs/netstat)
3461 WINE_CONFIG_MAKEFILE(programs/ngen)
3462 WINE_CONFIG_MAKEFILE(programs/notepad)
3463 WINE_CONFIG_MAKEFILE(programs/oleview)
3464 WINE_CONFIG_MAKEFILE(programs/ping)
3465 WINE_CONFIG_MAKEFILE(programs/plugplay)
3466 WINE_CONFIG_MAKEFILE(programs/pnputil)
3467 WINE_CONFIG_MAKEFILE(programs/powershell)
3468 WINE_CONFIG_MAKEFILE(programs/presentationfontcache)
3469 WINE_CONFIG_MAKEFILE(programs/progman)
3470 WINE_CONFIG_MAKEFILE(programs/reg)
3471 WINE_CONFIG_MAKEFILE(programs/reg/tests)
3472 WINE_CONFIG_MAKEFILE(programs/regasm)
3473 WINE_CONFIG_MAKEFILE(programs/regedit)
3474 WINE_CONFIG_MAKEFILE(programs/regedit/tests)
3475 WINE_CONFIG_MAKEFILE(programs/regini)
3476 WINE_CONFIG_MAKEFILE(programs/regsvcs)
3477 WINE_CONFIG_MAKEFILE(programs/regsvr32)
3478 WINE_CONFIG_MAKEFILE(programs/robocopy)
3479 WINE_CONFIG_MAKEFILE(programs/rpcss)
3480 WINE_CONFIG_MAKEFILE(programs/rundll.exe16,enable_win16)
3481 WINE_CONFIG_MAKEFILE(programs/rundll32)
3482 WINE_CONFIG_MAKEFILE(programs/sc)
3483 WINE_CONFIG_MAKEFILE(programs/sc/tests)
3484 WINE_CONFIG_MAKEFILE(programs/schtasks)
3485 WINE_CONFIG_MAKEFILE(programs/schtasks/tests)
3486 WINE_CONFIG_MAKEFILE(programs/sdbinst)
3487 WINE_CONFIG_MAKEFILE(programs/secedit)
3488 WINE_CONFIG_MAKEFILE(programs/servicemodelreg)
3489 WINE_CONFIG_MAKEFILE(programs/services)
3490 WINE_CONFIG_MAKEFILE(programs/services/tests)
3491 WINE_CONFIG_MAKEFILE(programs/setx)
3492 WINE_CONFIG_MAKEFILE(programs/shutdown)
3493 WINE_CONFIG_MAKEFILE(programs/spoolsv)
3494 WINE_CONFIG_MAKEFILE(programs/start)
3495 WINE_CONFIG_MAKEFILE(programs/subst)
3496 WINE_CONFIG_MAKEFILE(programs/svchost)
3497 WINE_CONFIG_MAKEFILE(programs/systeminfo)
3498 WINE_CONFIG_MAKEFILE(programs/taskkill)
3499 WINE_CONFIG_MAKEFILE(programs/tasklist)
3500 WINE_CONFIG_MAKEFILE(programs/tasklist/tests)
3501 WINE_CONFIG_MAKEFILE(programs/taskmgr)
3502 WINE_CONFIG_MAKEFILE(programs/termsv)
3503 WINE_CONFIG_MAKEFILE(programs/uninstaller)
3504 WINE_CONFIG_MAKEFILE(programs/unlodctr)
3505 WINE_CONFIG_MAKEFILE(programs/view)
3506 WINE_CONFIG_MAKEFILE(programs/wevtutil)
3507 WINE_CONFIG_MAKEFILE(programs/where)
3508 WINE_CONFIG_MAKEFILE(programs/whoami)
3509 WINE_CONFIG_MAKEFILE(programs/wineboot)
3510 WINE_CONFIG_MAKEFILE(programs/winebrowser)
3511 WINE_CONFIG_MAKEFILE(programs/winecfg)
3512 WINE_CONFIG_MAKEFILE(programs/wineconsole)
3513 WINE_CONFIG_MAKEFILE(programs/winedbg)
3514 WINE_CONFIG_MAKEFILE(programs/winedevice)
3515 WINE_CONFIG_MAKEFILE(programs/winefile)
3516 WINE_CONFIG_MAKEFILE(programs/winemenubuilder)
3517 WINE_CONFIG_MAKEFILE(programs/winemine)
3518 WINE_CONFIG_MAKEFILE(programs/winemsibuilder)
3519 WINE_CONFIG_MAKEFILE(programs/winepath)
3520 WINE_CONFIG_MAKEFILE(programs/winetest)
3521 WINE_CONFIG_MAKEFILE(programs/winevdm,enable_win16)
3522 WINE_CONFIG_MAKEFILE(programs/winhelp.exe16,enable_win16)
3523 WINE_CONFIG_MAKEFILE(programs/winhlp32)
3524 WINE_CONFIG_MAKEFILE(programs/winmgmt)
3525 WINE_CONFIG_MAKEFILE(programs/winoldap.mod16,enable_win16)
3526 WINE_CONFIG_MAKEFILE(programs/winver)
3527 WINE_CONFIG_MAKEFILE(programs/wmic)
3528 WINE_CONFIG_MAKEFILE(programs/wmplayer)
3529 WINE_CONFIG_MAKEFILE(programs/wordpad)
3530 WINE_CONFIG_MAKEFILE(programs/write)
3531 WINE_CONFIG_MAKEFILE(programs/wscript)
3532 WINE_CONFIG_MAKEFILE(programs/wscript/tests)
3533 WINE_CONFIG_MAKEFILE(programs/wuauserv)
3534 WINE_CONFIG_MAKEFILE(programs/wusa)
3535 WINE_CONFIG_MAKEFILE(programs/xcopy)
3536 WINE_CONFIG_MAKEFILE(programs/xcopy/tests)
3537 WINE_CONFIG_MAKEFILE(server)
3538 WINE_CONFIG_MAKEFILE(tools,,[test "x$enable_tools" = xno])
3539 WINE_CONFIG_MAKEFILE(tools/sfnt2fon,,[test "x$enable_tools" = xno])
3540 WINE_CONFIG_MAKEFILE(tools/widl,,[test "x$enable_tools" = xno])
3541 WINE_CONFIG_MAKEFILE(tools/winebuild,,[test "x$enable_tools" = xno])
3542 WINE_CONFIG_MAKEFILE(tools/winedump,,[test "x$enable_tools" = xno])
3543 WINE_CONFIG_MAKEFILE(tools/winegcc,,[test "x$enable_tools" = xno])
3544 WINE_CONFIG_MAKEFILE(tools/winemaker,,[test "x$enable_tools" = xno])
3545 WINE_CONFIG_MAKEFILE(tools/wmc,,[test "x$enable_tools" = xno])
3546 WINE_CONFIG_MAKEFILE(tools/wrc,,[test "x$enable_tools" = xno])
3547 dnl End of auto-generated output commands
3549 dnl Main ignore file
3551 WINE_IGNORE_FILE(TAGS)
3552 WINE_IGNORE_FILE(tags)
3553 WINE_IGNORE_FILE(autom4te.cache)
3554 WINE_IGNORE_FILE(config.log)
3555 WINE_IGNORE_FILE(config.status)
3556 WINE_IGNORE_FILE(include/config.h)
3557 WINE_IGNORE_FILE(include/stamp-h)
3558 test "$wine_binary" = wine || WINE_IGNORE_FILE(loader/wine)
3560 if test "x$enable_tools" != xno
3561 then
3562     WINE_IGNORE_FILE(tools/makedep$ac_exeext)
3563     AC_CONFIG_COMMANDS([tools/makedep],[wine_fn_output_makedep || AS_EXIT],
3564 [wine_fn_output_makedep ()
3566     AS_MKDIR_P(tools)
3567     $CC -I${wine_srcdir}tools -Iinclude -I${wine_srcdir}include -D__WINESRC__ -DWINE_UNIX_LIB $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext ${wine_srcdir}tools/makedep.c $LDFLAGS
3571 AC_CONFIG_COMMANDS([Makefile], [wine_fn_output_makefile Makefile],
3572 [wine_fn_output_makefile ()
3574     cat <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$[]1 && "$wine_makedep"$makedep_flags && return
3575 # This Makefile understands the following targets:
3577 # all (default):   build wine
3578 # clean:           remove all intermediate files
3579 # distclean:       also remove all files created by configure
3580 # test:            run tests
3581 # testclean:       clean test results to force running all tests again
3582 # install-lib:     install libraries needed to run applications
3583 # install-dev:     install development environment
3584 # install:         install everything
3585 # uninstall:       uninstall everything
3586 # ctags:           create a tags file for vim and others.
3587 # etags:           create a TAGS file for Emacs.
3589 m4_set_foreach([_AC_SUBST_VARS],[var],[var = $var
3590 ])$SET_MAKE
3591 $wine_rules
3592 _WINE_EOF
3593     AS_ERROR([could not create Makefile])
3596 dnl Main makefile
3598 AC_SUBST(SHELL,[/bin/sh])
3600 WINE_APPEND_RULE(
3601 [all: wine
3602         @echo \"Wine build complete.\"
3603 .INIT: Makefile
3604 .MAKEFILEDEPS:
3605 all: Makefile
3606 Makefile: config.status \$(MAKEDEP)
3607         @./config.status Makefile
3608 depend: \$(MAKEDEP)
3609         \$(MAKEDEP)$makedep_flags])
3611 dnl Rules for re-running configure
3613 WINE_APPEND_RULE(
3614 [config.status: ${wine_srcdir}configure
3615         @./config.status --recheck
3616 include/config.h: include/stamp-h
3617 include/stamp-h: ${wine_srcdir}include/config.h.in config.status
3618         @./config.status include/config.h include/stamp-h])
3620 if test "x$enable_maintainer_mode" = xyes
3621 then
3622     WINE_APPEND_RULE(
3623 [configure: configure.ac aclocal.m4
3624         autoconf --warnings=all
3625 include/config.h.in: include/stamp-h.in
3626 include/stamp-h.in: configure.ac aclocal.m4
3627         autoheader --warnings=all
3628         @echo timestamp > \$[@]])
3631 if test "x$enable_tools" != xno
3632 then
3633     WINE_APPEND_RULE(
3634 [tools/makedep$ac_exeext: ${wine_srcdir}tools/makedep.c include/config.h config.status
3635         @./config.status tools/makedep
3636 Makefile: tools/makedep$ac_exeext])
3637 else
3638     WINE_APPEND_RULE(
3639 [\$(MAKEDEP):
3640         @echo \"You need to run make in $toolsdir first\" && false])
3643 dnl Rules for wineloader
3645 if test -n "$with_wine64"
3646 then
3647     case "$with_wine64" in
3648       /*) reldir="" ;;
3649       *)  reldir="../" ;;
3650     esac
3651     dnl Get rid of old symlinks
3652     rm -f fonts server 2>/dev/null
3653     WINE_APPEND_RULE(
3654 [all: loader/wine64 loader/wine64-preloader $with_wine64/loader/wine $with_wine64/loader/wine-preloader
3655 loader/wine64 loader/wine64-preloader:
3656         rm -f \$[@] && \$(LN_S) $reldir$with_wine64/\$[@] \$[@]
3657 $with_wine64/loader/wine:
3658         rm -f \$[@] && \$(LN_S) $ac_pwd/loader/wine \$[@]
3659 $with_wine64/loader/wine-preloader:
3660         rm -f \$[@] && \$(LN_S) $ac_pwd/loader/wine-preloader \$[@]
3661 clean::
3662         rm -f loader/wine64 loader/wine64-preloader $with_wine64/loader/wine $with_wine64/loader/wine-preloader])
3663 else
3664     TOP_INSTALL_DEV="$TOP_INSTALL_DEV include"
3665     TOP_INSTALL_LIB="$TOP_INSTALL_LIB \
3666 fonts \
3667 loader/wine.inf \
3668 nls \
3669 programs/msidb/msidb \
3670 programs/msiexec/msiexec \
3671 programs/notepad/notepad \
3672 programs/regedit/regedit \
3673 programs/regsvr32/regsvr32 \
3674 programs/wineboot/wineboot \
3675 programs/winecfg/winecfg \
3676 programs/wineconsole/wineconsole \
3677 programs/winedbg/winedbg \
3678 programs/winefile/winefile \
3679 programs/winemine/winemine \
3680 programs/winepath/winepath \
3681 server/wineserver"
3683     case $host_os in
3684       cygwin*|mingw32*|darwin*|macosx*|linux-android*) ;;
3685       *) TOP_INSTALL_LIB="$TOP_INSTALL_LIB loader/wine.desktop" ;;
3686     esac
3689 dnl Rules for cleaning
3691 WINE_APPEND_RULE(
3692 [distclean:: clean
3693         rm -rf autom4te.cache
3694 maintainer-clean::
3695         rm -f configure include/config.h.in])
3697 dnl Rules for generated source files
3699 WINE_APPEND_RULE(
3700 [dlls/ntdll/unix/version.c: dummy
3701         @version=\`(GIT_DIR=${wine_srcdir}.git git describe HEAD 2>/dev/null || echo \"wine-\$(PACKAGE_VERSION)\") | sed -n -e '\$\$s/\(.*\)/const char wine_build[[]] = \"\\1\";/p'\` && (echo \$\$version | cmp -s - \$[@]) || echo \$\$version >\$[@] || (rm -f \$[@] && exit 1)
3702 programs/winetest/build.rc: dummy
3703         @build=\"STRINGTABLE { 1 \\\"\`GIT_DIR=${wine_srcdir}.git git rev-parse HEAD 2>/dev/null\`\\\" }\" && (echo \$\$build | cmp -s - \$[@]) || echo \$\$build >\$[@] || (rm -f \$[@] && exit 1)
3704 programs/winetest/build.nfo:
3705         @-\$(CC) -v 2>\$[@]
3706 dlls/wineandroid.drv/wine-debug.apk: dlls/wineandroid.drv/build.gradle ${wine_srcdir}dlls/wineandroid.drv/AndroidManifest.xml ${wine_srcdir}dlls/wineandroid.drv/WineActivity.java ${wine_srcdir}dlls/wineandroid.drv/wine.svg
3707         cd dlls/wineandroid.drv && gradle -q -Psrcdir=$srcdir assembleDebug
3708         mv dlls/wineandroid.drv/build/outputs/apk/wine-debug.apk \$[@]])
3710 dnl Misc rules
3712 AC_SUBST(TAGSFLAGS,["--langmap='c:+.idl.l.rh,make:(Make*.in)'"])
3713 WINE_APPEND_RULE(
3714 [TAGS etags:
3715         rm -f TAGS
3716         (test -d .git && git ls-files || find -L $srcdir -name '*.[[ch]]' -print) | xargs etags -a \$(TAGSFLAGS)
3717 tags ctags:
3718         rm -f tags
3719         (test -d .git && git ls-files || find -L $srcdir -name '*.[[ch]]' -print) | xargs ctags -a \$(TAGSFLAGS)
3720 dummy:
3721 .PHONY: depend dummy install-manpages])
3723 AS_ECHO(" done") >&AS_MESSAGE_FD
3724 AC_OUTPUT
3726 if test "$no_create" = "yes"
3727 then
3728   exit 0
3731 WINE_PRINT_MESSAGES
3733 AS_ECHO("
3734 $as_me: Finished.  Do '${ac_make}' to compile Wine.
3735 ") >&AS_MESSAGE_FD
3737 dnl Local Variables:
3738 dnl comment-start: "dnl "
3739 dnl comment-end: ""
3740 dnl comment-start-skip: "\\bdnl\\b\\s *"
3741 dnl compile-command: "autoreconf --warnings=all"
3742 dnl End: