push 6e61d6ca5bcaf95ac09a664b4ba4f88238c927be
[wine/hacks.git] / configure
blob058a96e79a833c326a8d6b2ef3e4f027d859727c
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for Wine 1.1.40.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
10 # Inc.
13 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ##
16 ## M4sh Initialization. ##
17 ## -------------------- ##
19 # Be more Bourne compatible
20 DUALCASE=1; export DUALCASE # for MKS sh
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 emulate sh
23 NULLCMD=:
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25 # is contrary to our usage. Disable this feature.
26 alias -g '${1+"$@"}'='"$@"'
27 setopt NO_GLOB_SUBST
28 else
29 case `(set -o) 2>/dev/null` in #(
30 *posix*) :
31 set -o posix ;; #(
32 *) :
34 esac
38 as_nl='
40 export as_nl
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45 # Prefer a ksh shell builtin over an external printf program on Solaris,
46 # but without wasting forks for bash or zsh.
47 if test -z "$BASH_VERSION$ZSH_VERSION" \
48 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49 as_echo='print -r --'
50 as_echo_n='print -rn --'
51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52 as_echo='printf %s\n'
53 as_echo_n='printf %s'
54 else
55 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57 as_echo_n='/usr/ucb/echo -n'
58 else
59 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 as_echo_n_body='eval
61 arg=$1;
62 case $arg in #(
63 *"$as_nl"*)
64 expr "X$arg" : "X\\(.*\\)$as_nl";
65 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66 esac;
67 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
69 export as_echo_n_body
70 as_echo_n='sh -c $as_echo_n_body as_echo'
72 export as_echo_body
73 as_echo='sh -c $as_echo_body as_echo'
76 # The user is always right.
77 if test "${PATH_SEPARATOR+set}" != set; then
78 PATH_SEPARATOR=:
79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81 PATH_SEPARATOR=';'
86 # IFS
87 # We need space, tab and new line, in precisely that order. Quoting is
88 # there to prevent editors from complaining about space-tab.
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
90 # splitting by setting IFS to empty value.)
91 IFS=" "" $as_nl"
93 # Find who we are. Look in the path if we contain no directory separator.
94 case $0 in #((
95 *[\\/]* ) as_myself=$0 ;;
96 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 for as_dir in $PATH
99 IFS=$as_save_IFS
100 test -z "$as_dir" && as_dir=.
101 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102 done
103 IFS=$as_save_IFS
106 esac
107 # We did not find ourselves, most probably we were run as `sh COMMAND'
108 # in which case we are not to be found in the path.
109 if test "x$as_myself" = x; then
110 as_myself=$0
112 if test ! -f "$as_myself"; then
113 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 exit 1
117 # Unset variables that we do not need and which cause bugs (e.g. in
118 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
119 # suppresses any "Segmentation fault" message there. '((' could
120 # trigger a bug in pdksh 5.2.14.
121 for as_var in BASH_ENV ENV MAIL MAILPATH
122 do eval test x\${$as_var+set} = xset \
123 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124 done
125 PS1='$ '
126 PS2='> '
127 PS4='+ '
129 # NLS nuisances.
130 LC_ALL=C
131 export LC_ALL
132 LANGUAGE=C
133 export LANGUAGE
135 # CDPATH.
136 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138 if test "x$CONFIG_SHELL" = x; then
139 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140 emulate sh
141 NULLCMD=:
142 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143 # is contrary to our usage. Disable this feature.
144 alias -g '\${1+\"\$@\"}'='\"\$@\"'
145 setopt NO_GLOB_SUBST
146 else
147 case \`(set -o) 2>/dev/null\` in #(
148 *posix*) :
149 set -o posix ;; #(
150 *) :
152 esac
155 as_required="as_fn_return () { (exit \$1); }
156 as_fn_success () { as_fn_return 0; }
157 as_fn_failure () { as_fn_return 1; }
158 as_fn_ret_success () { return 0; }
159 as_fn_ret_failure () { return 1; }
161 exitcode=0
162 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
168 else
169 exitcode=1; echo positional parameters were not saved.
171 test x\$exitcode = x0 || exit 1"
172 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
176 test \$(( 1 + 1 )) = 2 || exit 1"
177 if (eval "$as_required") 2>/dev/null; then :
178 as_have_required=yes
179 else
180 as_have_required=no
182 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
184 else
185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
186 as_found=false
187 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
189 IFS=$as_save_IFS
190 test -z "$as_dir" && as_dir=.
191 as_found=:
192 case $as_dir in #(
194 for as_base in sh bash ksh sh5; do
195 # Try only shells that exist, to save several forks.
196 as_shell=$as_dir/$as_base
197 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
198 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
199 CONFIG_SHELL=$as_shell as_have_required=yes
200 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
201 break 2
204 done;;
205 esac
206 as_found=false
207 done
208 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
209 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
210 CONFIG_SHELL=$SHELL as_have_required=yes
211 fi; }
212 IFS=$as_save_IFS
215 if test "x$CONFIG_SHELL" != x; then :
216 # We cannot yet assume a decent shell, so we have to provide a
217 # neutralization value for shells without unset; and this also
218 # works around shells that cannot unset nonexistent variables.
219 BASH_ENV=/dev/null
220 ENV=/dev/null
221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222 export CONFIG_SHELL
223 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
226 if test x$as_have_required = xno; then :
227 $as_echo "$0: This script requires a shell more modern than all"
228 $as_echo "$0: the shells that I found on your system."
229 if test x${ZSH_VERSION+set} = xset ; then
230 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
231 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
232 else
233 $as_echo "$0: Please tell bug-autoconf@gnu.org and
234 $0: wine-devel@winehq.org about your system, including any
235 $0: error possibly output before this message. Then install
236 $0: a modern shell, or manually run the script under such a
237 $0: shell if you do have one."
239 exit 1
243 SHELL=${CONFIG_SHELL-/bin/sh}
244 export SHELL
245 # Unset more variables known to interfere with behavior of common tools.
246 CLICOLOR_FORCE= GREP_OPTIONS=
247 unset CLICOLOR_FORCE GREP_OPTIONS
249 ## --------------------- ##
250 ## M4sh Shell Functions. ##
251 ## --------------------- ##
252 # as_fn_unset VAR
253 # ---------------
254 # Portably unset VAR.
255 as_fn_unset ()
257 { eval $1=; unset $1;}
259 as_unset=as_fn_unset
261 # as_fn_set_status STATUS
262 # -----------------------
263 # Set $? to STATUS, without forking.
264 as_fn_set_status ()
266 return $1
267 } # as_fn_set_status
269 # as_fn_exit STATUS
270 # -----------------
271 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
272 as_fn_exit ()
274 set +e
275 as_fn_set_status $1
276 exit $1
277 } # as_fn_exit
279 # as_fn_mkdir_p
280 # -------------
281 # Create "$as_dir" as a directory, including parents if necessary.
282 as_fn_mkdir_p ()
285 case $as_dir in #(
286 -*) as_dir=./$as_dir;;
287 esac
288 test -d "$as_dir" || eval $as_mkdir_p || {
289 as_dirs=
290 while :; do
291 case $as_dir in #(
292 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
293 *) as_qdir=$as_dir;;
294 esac
295 as_dirs="'$as_qdir' $as_dirs"
296 as_dir=`$as_dirname -- "$as_dir" ||
297 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
298 X"$as_dir" : 'X\(//\)[^/]' \| \
299 X"$as_dir" : 'X\(//\)$' \| \
300 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
301 $as_echo X"$as_dir" |
302 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
303 s//\1/
306 /^X\(\/\/\)[^/].*/{
307 s//\1/
310 /^X\(\/\/\)$/{
311 s//\1/
314 /^X\(\/\).*/{
315 s//\1/
318 s/.*/./; q'`
319 test -d "$as_dir" && break
320 done
321 test -z "$as_dirs" || eval "mkdir $as_dirs"
322 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
325 } # as_fn_mkdir_p
326 # as_fn_append VAR VALUE
327 # ----------------------
328 # Append the text in VALUE to the end of the definition contained in VAR. Take
329 # advantage of any shell optimizations that allow amortized linear growth over
330 # repeated appends, instead of the typical quadratic growth present in naive
331 # implementations.
332 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
333 eval 'as_fn_append ()
335 eval $1+=\$2
337 else
338 as_fn_append ()
340 eval $1=\$$1\$2
342 fi # as_fn_append
344 # as_fn_arith ARG...
345 # ------------------
346 # Perform arithmetic evaluation on the ARGs, and store the result in the
347 # global $as_val. Take advantage of shells that can avoid forks. The arguments
348 # must be portable across $(()) and expr.
349 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
350 eval 'as_fn_arith ()
352 as_val=$(( $* ))
354 else
355 as_fn_arith ()
357 as_val=`expr "$@" || test $? -eq 1`
359 fi # as_fn_arith
362 # as_fn_error ERROR [LINENO LOG_FD]
363 # ---------------------------------
364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
366 # script with status $?, using 1 if that was 0.
367 as_fn_error ()
369 as_status=$?; test $as_status -eq 0 && as_status=1
370 if test "$3"; then
371 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
374 $as_echo "$as_me: error: $1" >&2
375 as_fn_exit $as_status
376 } # as_fn_error
378 if expr a : '\(a\)' >/dev/null 2>&1 &&
379 test "X`expr 00001 : '.*\(...\)'`" = X001; then
380 as_expr=expr
381 else
382 as_expr=false
385 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386 as_basename=basename
387 else
388 as_basename=false
391 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
392 as_dirname=dirname
393 else
394 as_dirname=false
397 as_me=`$as_basename -- "$0" ||
398 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
399 X"$0" : 'X\(//\)$' \| \
400 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
401 $as_echo X/"$0" |
402 sed '/^.*\/\([^/][^/]*\)\/*$/{
403 s//\1/
406 /^X\/\(\/\/\)$/{
407 s//\1/
410 /^X\/\(\/\).*/{
411 s//\1/
414 s/.*/./; q'`
416 # Avoid depending upon Character Ranges.
417 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
418 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
419 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
420 as_cr_digits='0123456789'
421 as_cr_alnum=$as_cr_Letters$as_cr_digits
424 as_lineno_1=$LINENO as_lineno_1a=$LINENO
425 as_lineno_2=$LINENO as_lineno_2a=$LINENO
426 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
427 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
428 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
429 sed -n '
431 /[$]LINENO/=
432 ' <$as_myself |
433 sed '
434 s/[$]LINENO.*/&-/
435 t lineno
437 :lineno
439 :loop
440 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
441 t loop
442 s/-\n.*//
443 ' >$as_me.lineno &&
444 chmod +x "$as_me.lineno" ||
445 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
447 # Don't try to exec as it changes $[0], causing all sort of problems
448 # (the dirname of $[0] is not the place where we might find the
449 # original and so on. Autoconf is especially sensitive to this).
450 . "./$as_me.lineno"
451 # Exit status is that of the last command.
452 exit
455 ECHO_C= ECHO_N= ECHO_T=
456 case `echo -n x` in #(((((
457 -n*)
458 case `echo 'xy\c'` in
459 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
460 xy) ECHO_C='\c';;
461 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
462 ECHO_T=' ';;
463 esac;;
465 ECHO_N='-n';;
466 esac
468 rm -f conf$$ conf$$.exe conf$$.file
469 if test -d conf$$.dir; then
470 rm -f conf$$.dir/conf$$.file
471 else
472 rm -f conf$$.dir
473 mkdir conf$$.dir 2>/dev/null
475 if (echo >conf$$.file) 2>/dev/null; then
476 if ln -s conf$$.file conf$$ 2>/dev/null; then
477 as_ln_s='ln -s'
478 # ... but there are two gotchas:
479 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
480 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
481 # In both cases, we have to default to `cp -p'.
482 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
483 as_ln_s='cp -p'
484 elif ln conf$$.file conf$$ 2>/dev/null; then
485 as_ln_s=ln
486 else
487 as_ln_s='cp -p'
489 else
490 as_ln_s='cp -p'
492 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
493 rmdir conf$$.dir 2>/dev/null
495 if mkdir -p . 2>/dev/null; then
496 as_mkdir_p='mkdir -p "$as_dir"'
497 else
498 test -d ./-p && rmdir ./-p
499 as_mkdir_p=false
502 if test -x / >/dev/null 2>&1; then
503 as_test_x='test -x'
504 else
505 if ls -dL / >/dev/null 2>&1; then
506 as_ls_L_option=L
507 else
508 as_ls_L_option=
510 as_test_x='
511 eval sh -c '\''
512 if test -d "$1"; then
513 test -d "$1/.";
514 else
515 case $1 in #(
516 -*)set "./$1";;
517 esac;
518 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
519 ???[sx]*):;;*)false;;esac;fi
520 '\'' sh
523 as_executable_p=$as_test_x
525 # Sed expression to map a string onto a valid CPP name.
526 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
528 # Sed expression to map a string onto a valid variable name.
529 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
532 test -n "$DJDIR" || exec 7<&0 </dev/null
533 exec 6>&1
535 # Name of the host.
536 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
537 # so uname gets run too.
538 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
541 # Initializations.
543 ac_default_prefix=/usr/local
544 ac_clean_files=
545 ac_config_libobj_dir=.
546 LIBOBJS=
547 cross_compiling=no
548 subdirs=
549 MFLAGS=
550 MAKEFLAGS=
552 # Identity of this package.
553 PACKAGE_NAME='Wine'
554 PACKAGE_TARNAME='wine'
555 PACKAGE_VERSION='1.1.40'
556 PACKAGE_STRING='Wine 1.1.40'
557 PACKAGE_BUGREPORT='wine-devel@winehq.org'
558 PACKAGE_URL='http://www.winehq.org'
560 ac_unique_file="server/atom.c"
561 # Factoring default headers for most tests.
562 ac_includes_default="\
563 #include <stdio.h>
564 #ifdef HAVE_SYS_TYPES_H
565 # include <sys/types.h>
566 #endif
567 #ifdef HAVE_SYS_STAT_H
568 # include <sys/stat.h>
569 #endif
570 #ifdef STDC_HEADERS
571 # include <stdlib.h>
572 # include <stddef.h>
573 #else
574 # ifdef HAVE_STDLIB_H
575 # include <stdlib.h>
576 # endif
577 #endif
578 #ifdef HAVE_STRING_H
579 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
580 # include <memory.h>
581 # endif
582 # include <string.h>
583 #endif
584 #ifdef HAVE_STRINGS_H
585 # include <strings.h>
586 #endif
587 #ifdef HAVE_INTTYPES_H
588 # include <inttypes.h>
589 #endif
590 #ifdef HAVE_STDINT_H
591 # include <stdint.h>
592 #endif
593 #ifdef HAVE_UNISTD_H
594 # include <unistd.h>
595 #endif"
597 ac_subst_vars='LTLIBOBJS
598 LIBOBJS
599 ALL_PROGRAM_BIN_INSTALL_DIRS
600 ALL_PROGRAM_DIRS
601 ALL_TEST_BINARIES
602 ALL_TEST_DIRS
603 ALL_INSTALL_DIRS
604 ALL_IMPORT_LIBS
605 ALL_STATIC_LIBS
606 ALL_STATICLIB_DIRS
607 ALL_TOOL_DIRS
608 ALL_DLL_DIRS
609 ALL_TOP_DIRS
610 ALL_DIRS
611 ALL_WINETEST_DEPENDS
612 ALL_MAKEFILE_DEPENDS
613 ALL_SYMLINKS
614 ALL_MAKERULES
615 DEPENDENCIES
616 LDAPLIBS
617 LIBPOLL
618 LIBDL
619 EXTRA_BINARIES
620 MAIN_BINARY
621 SOCKETLIBS
622 CRTLIBS
623 TOOLSEXT
624 LDPATH
625 BUILTINFLAG
626 EXTRACFLAGS
627 LIBKSTAT
628 LIBMPG123
629 PNGINCL
630 FONTCONFIGINCL
631 CUPSINCL
632 AUDIOIOLIBS
633 ALSALIBS
634 PULSELIBS
635 ESDLIBS
636 ESDINCL
637 ESDCONFIG
638 ZLIB
639 FREETYPEINCL
640 FREETYPELIBS
641 ft_devel
642 LCMSLIBS
643 RESOLVLIBS
644 GPHOTO2INCL
645 GPHOTO2LIBS
646 gphoto2port_devel
647 gphoto2_devel
648 SANEINCL
649 sane_devel
650 GNUTLSINCL
651 HALINCL
652 XSLTINCL
653 XML2INCL
654 XML2LIBS
655 NASLIBS
656 X_EXTRA_LIBS
657 X_LIBS
658 X_PRE_LIBS
659 X_CFLAGS
660 XMKMF
661 LIBPTHREAD
662 CROSSTARGET
663 CROSSTEST
664 CROSSCC
665 CARBONLIB
666 LIBOPENAL
667 COREAUDIO
668 DISKARBITRATIONLIB
669 LDEXECFLAGS
670 IOKITLIB
671 COREFOUNDATIONLIB
672 SECURITYLIB
673 DLLWRAP
674 DLLTOOL
676 LDRPATH_LOCAL
677 LDRPATH_INSTALL
678 IMPLIBEXT
679 LIBEXT
680 LDDLLFLAGS
681 LDSHARED
682 DLLFLAGS
683 DLLEXT
685 OPENGL_LIBS
686 XLIB
687 PRELINK
688 ICOTOOL
689 RSVG
690 PKG_CONFIG
691 FONTFORGE
692 LINTFLAGS
693 LINT
694 INSTALL_DATA
695 INSTALL_SCRIPT
696 INSTALL_PROGRAM
697 LDCONFIG
698 EGREP
699 GREP
700 LN_S
701 STRIP
702 RANLIB
703 ARFLAGS
704 ac_ct_AR
706 BISON
707 FLEX
708 TOOLSDIR
709 WOW64_DISABLE
710 TARGETFLAGS
711 CPPBIN
712 ac_ct_CXX
713 CXXFLAGS
715 OBJEXT
716 EXEEXT
717 ac_ct_CC
718 CPPFLAGS
719 LDFLAGS
720 CFLAGS
722 SET_MAKE
723 host_os
724 host_vendor
725 host_cpu
726 host
727 build_os
728 build_vendor
729 build_cpu
730 build
731 MAINTAINER_MODE
732 target_alias
733 host_alias
734 build_alias
735 LIBS
736 ECHO_T
737 ECHO_N
738 ECHO_C
739 DEFS
740 mandir
741 localedir
742 libdir
743 psdir
744 pdfdir
745 dvidir
746 htmldir
747 infodir
748 docdir
749 oldincludedir
750 includedir
751 localstatedir
752 sharedstatedir
753 sysconfdir
754 datadir
755 datarootdir
756 libexecdir
757 sbindir
758 bindir
759 program_transform_name
760 prefix
761 exec_prefix
762 PACKAGE_URL
763 PACKAGE_BUGREPORT
764 PACKAGE_STRING
765 PACKAGE_VERSION
766 PACKAGE_TARNAME
767 PACKAGE_NAME
768 PATH_SEPARATOR
769 SHELL'
770 ac_subst_files='MAKE_RULES
771 MAKE_TEST_RULES
772 MAKE_DLL_RULES
773 MAKE_IMPLIB_RULES
774 MAKE_PROG_RULES'
775 ac_user_opts='
776 enable_option_checking
777 enable_win16
778 enable_win64
779 enable_tests
780 enable_maintainer_mode
781 with_alsa
782 with_audioio
783 with_capi
784 with_cms
785 with_coreaudio
786 with_cups
787 with_curses
788 with_esd
789 with_fontconfig
790 with_freetype
791 with_gphoto
792 with_glu
793 with_gnutls
794 with_gsm
795 with_hal
796 with_jack
797 with_jpeg
798 with_ldap
799 with_mpg123
800 with_nas
801 with_openal
802 with_opengl
803 with_openssl
804 with_oss
805 with_png
806 with_pthread
807 with_pulse
808 with_sane
809 with_v4l
810 with_xcomposite
811 with_xcursor
812 with_xinerama
813 with_xinput
814 with_xml
815 with_xrandr
816 with_xrender
817 with_xshape
818 with_xshm
819 with_xslt
820 with_xxf86vm
821 with_wine_tools
822 with_wine64
823 enable_largefile
824 with_x
826 ac_precious_vars='build_alias
827 host_alias
828 target_alias
830 CFLAGS
831 LDFLAGS
832 LIBS
833 CPPFLAGS
835 CXXFLAGS
838 XMKMF'
841 # Initialize some variables set by options.
842 ac_init_help=
843 ac_init_version=false
844 ac_unrecognized_opts=
845 ac_unrecognized_sep=
846 # The variables have the same names as the options, with
847 # dashes changed to underlines.
848 cache_file=/dev/null
849 exec_prefix=NONE
850 no_create=
851 no_recursion=
852 prefix=NONE
853 program_prefix=NONE
854 program_suffix=NONE
855 program_transform_name=s,x,x,
856 silent=
857 site=
858 srcdir=
859 verbose=
860 x_includes=NONE
861 x_libraries=NONE
863 # Installation directory options.
864 # These are left unexpanded so users can "make install exec_prefix=/foo"
865 # and all the variables that are supposed to be based on exec_prefix
866 # by default will actually change.
867 # Use braces instead of parens because sh, perl, etc. also accept them.
868 # (The list follows the same order as the GNU Coding Standards.)
869 bindir='${exec_prefix}/bin'
870 sbindir='${exec_prefix}/sbin'
871 libexecdir='${exec_prefix}/libexec'
872 datarootdir='${prefix}/share'
873 datadir='${datarootdir}'
874 sysconfdir='${prefix}/etc'
875 sharedstatedir='${prefix}/com'
876 localstatedir='${prefix}/var'
877 includedir='${prefix}/include'
878 oldincludedir='/usr/include'
879 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
880 infodir='${datarootdir}/info'
881 htmldir='${docdir}'
882 dvidir='${docdir}'
883 pdfdir='${docdir}'
884 psdir='${docdir}'
885 libdir='${exec_prefix}/lib'
886 localedir='${datarootdir}/locale'
887 mandir='${datarootdir}/man'
889 ac_prev=
890 ac_dashdash=
891 for ac_option
893 # If the previous option needs an argument, assign it.
894 if test -n "$ac_prev"; then
895 eval $ac_prev=\$ac_option
896 ac_prev=
897 continue
900 case $ac_option in
901 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
902 *) ac_optarg=yes ;;
903 esac
905 # Accept the important Cygnus configure options, so we can diagnose typos.
907 case $ac_dashdash$ac_option in
909 ac_dashdash=yes ;;
911 -bindir | --bindir | --bindi | --bind | --bin | --bi)
912 ac_prev=bindir ;;
913 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
914 bindir=$ac_optarg ;;
916 -build | --build | --buil | --bui | --bu)
917 ac_prev=build_alias ;;
918 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
919 build_alias=$ac_optarg ;;
921 -cache-file | --cache-file | --cache-fil | --cache-fi \
922 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
923 ac_prev=cache_file ;;
924 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
925 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
926 cache_file=$ac_optarg ;;
928 --config-cache | -C)
929 cache_file=config.cache ;;
931 -datadir | --datadir | --datadi | --datad)
932 ac_prev=datadir ;;
933 -datadir=* | --datadir=* | --datadi=* | --datad=*)
934 datadir=$ac_optarg ;;
936 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
937 | --dataroo | --dataro | --datar)
938 ac_prev=datarootdir ;;
939 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
940 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
941 datarootdir=$ac_optarg ;;
943 -disable-* | --disable-*)
944 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
945 # Reject names that are not valid shell variable names.
946 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
947 as_fn_error "invalid feature name: $ac_useropt"
948 ac_useropt_orig=$ac_useropt
949 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
950 case $ac_user_opts in
952 "enable_$ac_useropt"
953 "*) ;;
954 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
955 ac_unrecognized_sep=', ';;
956 esac
957 eval enable_$ac_useropt=no ;;
959 -docdir | --docdir | --docdi | --doc | --do)
960 ac_prev=docdir ;;
961 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
962 docdir=$ac_optarg ;;
964 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
965 ac_prev=dvidir ;;
966 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
967 dvidir=$ac_optarg ;;
969 -enable-* | --enable-*)
970 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
971 # Reject names that are not valid shell variable names.
972 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
973 as_fn_error "invalid feature name: $ac_useropt"
974 ac_useropt_orig=$ac_useropt
975 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
976 case $ac_user_opts in
978 "enable_$ac_useropt"
979 "*) ;;
980 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
981 ac_unrecognized_sep=', ';;
982 esac
983 eval enable_$ac_useropt=\$ac_optarg ;;
985 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
986 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
987 | --exec | --exe | --ex)
988 ac_prev=exec_prefix ;;
989 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
990 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
991 | --exec=* | --exe=* | --ex=*)
992 exec_prefix=$ac_optarg ;;
994 -gas | --gas | --ga | --g)
995 # Obsolete; use --with-gas.
996 with_gas=yes ;;
998 -help | --help | --hel | --he | -h)
999 ac_init_help=long ;;
1000 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1001 ac_init_help=recursive ;;
1002 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1003 ac_init_help=short ;;
1005 -host | --host | --hos | --ho)
1006 ac_prev=host_alias ;;
1007 -host=* | --host=* | --hos=* | --ho=*)
1008 host_alias=$ac_optarg ;;
1010 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1011 ac_prev=htmldir ;;
1012 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1013 | --ht=*)
1014 htmldir=$ac_optarg ;;
1016 -includedir | --includedir | --includedi | --included | --include \
1017 | --includ | --inclu | --incl | --inc)
1018 ac_prev=includedir ;;
1019 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1020 | --includ=* | --inclu=* | --incl=* | --inc=*)
1021 includedir=$ac_optarg ;;
1023 -infodir | --infodir | --infodi | --infod | --info | --inf)
1024 ac_prev=infodir ;;
1025 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1026 infodir=$ac_optarg ;;
1028 -libdir | --libdir | --libdi | --libd)
1029 ac_prev=libdir ;;
1030 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1031 libdir=$ac_optarg ;;
1033 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1034 | --libexe | --libex | --libe)
1035 ac_prev=libexecdir ;;
1036 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1037 | --libexe=* | --libex=* | --libe=*)
1038 libexecdir=$ac_optarg ;;
1040 -localedir | --localedir | --localedi | --localed | --locale)
1041 ac_prev=localedir ;;
1042 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1043 localedir=$ac_optarg ;;
1045 -localstatedir | --localstatedir | --localstatedi | --localstated \
1046 | --localstate | --localstat | --localsta | --localst | --locals)
1047 ac_prev=localstatedir ;;
1048 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1049 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1050 localstatedir=$ac_optarg ;;
1052 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1053 ac_prev=mandir ;;
1054 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1055 mandir=$ac_optarg ;;
1057 -nfp | --nfp | --nf)
1058 # Obsolete; use --without-fp.
1059 with_fp=no ;;
1061 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1062 | --no-cr | --no-c | -n)
1063 no_create=yes ;;
1065 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1066 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1067 no_recursion=yes ;;
1069 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1070 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1071 | --oldin | --oldi | --old | --ol | --o)
1072 ac_prev=oldincludedir ;;
1073 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1074 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1075 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1076 oldincludedir=$ac_optarg ;;
1078 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1079 ac_prev=prefix ;;
1080 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1081 prefix=$ac_optarg ;;
1083 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1084 | --program-pre | --program-pr | --program-p)
1085 ac_prev=program_prefix ;;
1086 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1087 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1088 program_prefix=$ac_optarg ;;
1090 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1091 | --program-suf | --program-su | --program-s)
1092 ac_prev=program_suffix ;;
1093 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1094 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1095 program_suffix=$ac_optarg ;;
1097 -program-transform-name | --program-transform-name \
1098 | --program-transform-nam | --program-transform-na \
1099 | --program-transform-n | --program-transform- \
1100 | --program-transform | --program-transfor \
1101 | --program-transfo | --program-transf \
1102 | --program-trans | --program-tran \
1103 | --progr-tra | --program-tr | --program-t)
1104 ac_prev=program_transform_name ;;
1105 -program-transform-name=* | --program-transform-name=* \
1106 | --program-transform-nam=* | --program-transform-na=* \
1107 | --program-transform-n=* | --program-transform-=* \
1108 | --program-transform=* | --program-transfor=* \
1109 | --program-transfo=* | --program-transf=* \
1110 | --program-trans=* | --program-tran=* \
1111 | --progr-tra=* | --program-tr=* | --program-t=*)
1112 program_transform_name=$ac_optarg ;;
1114 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1115 ac_prev=pdfdir ;;
1116 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1117 pdfdir=$ac_optarg ;;
1119 -psdir | --psdir | --psdi | --psd | --ps)
1120 ac_prev=psdir ;;
1121 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1122 psdir=$ac_optarg ;;
1124 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1125 | -silent | --silent | --silen | --sile | --sil)
1126 silent=yes ;;
1128 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1129 ac_prev=sbindir ;;
1130 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1131 | --sbi=* | --sb=*)
1132 sbindir=$ac_optarg ;;
1134 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1135 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1136 | --sharedst | --shareds | --shared | --share | --shar \
1137 | --sha | --sh)
1138 ac_prev=sharedstatedir ;;
1139 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1140 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1141 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1142 | --sha=* | --sh=*)
1143 sharedstatedir=$ac_optarg ;;
1145 -site | --site | --sit)
1146 ac_prev=site ;;
1147 -site=* | --site=* | --sit=*)
1148 site=$ac_optarg ;;
1150 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1151 ac_prev=srcdir ;;
1152 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1153 srcdir=$ac_optarg ;;
1155 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1156 | --syscon | --sysco | --sysc | --sys | --sy)
1157 ac_prev=sysconfdir ;;
1158 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1159 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1160 sysconfdir=$ac_optarg ;;
1162 -target | --target | --targe | --targ | --tar | --ta | --t)
1163 ac_prev=target_alias ;;
1164 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1165 target_alias=$ac_optarg ;;
1167 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1168 verbose=yes ;;
1170 -version | --version | --versio | --versi | --vers | -V)
1171 ac_init_version=: ;;
1173 -with-* | --with-*)
1174 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1175 # Reject names that are not valid shell variable names.
1176 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1177 as_fn_error "invalid package name: $ac_useropt"
1178 ac_useropt_orig=$ac_useropt
1179 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1180 case $ac_user_opts in
1182 "with_$ac_useropt"
1183 "*) ;;
1184 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1185 ac_unrecognized_sep=', ';;
1186 esac
1187 eval with_$ac_useropt=\$ac_optarg ;;
1189 -without-* | --without-*)
1190 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1191 # Reject names that are not valid shell variable names.
1192 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1193 as_fn_error "invalid package name: $ac_useropt"
1194 ac_useropt_orig=$ac_useropt
1195 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1196 case $ac_user_opts in
1198 "with_$ac_useropt"
1199 "*) ;;
1200 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1201 ac_unrecognized_sep=', ';;
1202 esac
1203 eval with_$ac_useropt=no ;;
1205 --x)
1206 # Obsolete; use --with-x.
1207 with_x=yes ;;
1209 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1210 | --x-incl | --x-inc | --x-in | --x-i)
1211 ac_prev=x_includes ;;
1212 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1213 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1214 x_includes=$ac_optarg ;;
1216 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1217 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1218 ac_prev=x_libraries ;;
1219 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1220 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1221 x_libraries=$ac_optarg ;;
1223 -*) as_fn_error "unrecognized option: \`$ac_option'
1224 Try \`$0 --help' for more information."
1227 *=*)
1228 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1229 # Reject names that are not valid shell variable names.
1230 case $ac_envvar in #(
1231 '' | [0-9]* | *[!_$as_cr_alnum]* )
1232 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1233 esac
1234 eval $ac_envvar=\$ac_optarg
1235 export $ac_envvar ;;
1238 # FIXME: should be removed in autoconf 3.0.
1239 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1240 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1241 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1242 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1245 esac
1246 done
1248 if test -n "$ac_prev"; then
1249 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1250 as_fn_error "missing argument to $ac_option"
1253 if test -n "$ac_unrecognized_opts"; then
1254 case $enable_option_checking in
1255 no) ;;
1256 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1257 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1258 esac
1261 # Check all directory arguments for consistency.
1262 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1263 datadir sysconfdir sharedstatedir localstatedir includedir \
1264 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1265 libdir localedir mandir
1267 eval ac_val=\$$ac_var
1268 # Remove trailing slashes.
1269 case $ac_val in
1270 */ )
1271 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1272 eval $ac_var=\$ac_val;;
1273 esac
1274 # Be sure to have absolute directory names.
1275 case $ac_val in
1276 [\\/$]* | ?:[\\/]* ) continue;;
1277 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1278 esac
1279 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1280 done
1282 # There might be people who depend on the old broken behavior: `$host'
1283 # used to hold the argument of --host etc.
1284 # FIXME: To remove some day.
1285 build=$build_alias
1286 host=$host_alias
1287 target=$target_alias
1289 # FIXME: To remove some day.
1290 if test "x$host_alias" != x; then
1291 if test "x$build_alias" = x; then
1292 cross_compiling=maybe
1293 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1294 If a cross compiler is detected then cross compile mode will be used." >&2
1295 elif test "x$build_alias" != "x$host_alias"; then
1296 cross_compiling=yes
1300 ac_tool_prefix=
1301 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1303 test "$silent" = yes && exec 6>/dev/null
1306 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1307 ac_ls_di=`ls -di .` &&
1308 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1309 as_fn_error "working directory cannot be determined"
1310 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1311 as_fn_error "pwd does not report name of working directory"
1314 # Find the source files, if location was not specified.
1315 if test -z "$srcdir"; then
1316 ac_srcdir_defaulted=yes
1317 # Try the directory containing this script, then the parent directory.
1318 ac_confdir=`$as_dirname -- "$as_myself" ||
1319 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1320 X"$as_myself" : 'X\(//\)[^/]' \| \
1321 X"$as_myself" : 'X\(//\)$' \| \
1322 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1323 $as_echo X"$as_myself" |
1324 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1325 s//\1/
1328 /^X\(\/\/\)[^/].*/{
1329 s//\1/
1332 /^X\(\/\/\)$/{
1333 s//\1/
1336 /^X\(\/\).*/{
1337 s//\1/
1340 s/.*/./; q'`
1341 srcdir=$ac_confdir
1342 if test ! -r "$srcdir/$ac_unique_file"; then
1343 srcdir=..
1345 else
1346 ac_srcdir_defaulted=no
1348 if test ! -r "$srcdir/$ac_unique_file"; then
1349 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1350 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1352 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1353 ac_abs_confdir=`(
1354 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1355 pwd)`
1356 # When building in place, set srcdir=.
1357 if test "$ac_abs_confdir" = "$ac_pwd"; then
1358 srcdir=.
1360 # Remove unnecessary trailing slashes from srcdir.
1361 # Double slashes in file names in object file debugging info
1362 # mess up M-x gdb in Emacs.
1363 case $srcdir in
1364 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1365 esac
1366 for ac_var in $ac_precious_vars; do
1367 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1368 eval ac_env_${ac_var}_value=\$${ac_var}
1369 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1370 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1371 done
1374 # Report the --help message.
1376 if test "$ac_init_help" = "long"; then
1377 # Omit some internal or obsolete options to make the list less imposing.
1378 # This message is too long to be a string in the A/UX 3.1 sh.
1379 cat <<_ACEOF
1380 \`configure' configures Wine 1.1.40 to adapt to many kinds of systems.
1382 Usage: $0 [OPTION]... [VAR=VALUE]...
1384 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1385 VAR=VALUE. See below for descriptions of some of the useful variables.
1387 Defaults for the options are specified in brackets.
1389 Configuration:
1390 -h, --help display this help and exit
1391 --help=short display options specific to this package
1392 --help=recursive display the short help of all the included packages
1393 -V, --version display version information and exit
1394 -q, --quiet, --silent do not print \`checking...' messages
1395 --cache-file=FILE cache test results in FILE [disabled]
1396 -C, --config-cache alias for \`--cache-file=config.cache'
1397 -n, --no-create do not create output files
1398 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1400 Installation directories:
1401 --prefix=PREFIX install architecture-independent files in PREFIX
1402 [$ac_default_prefix]
1403 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1404 [PREFIX]
1406 By default, \`make install' will install all the files in
1407 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1408 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1409 for instance \`--prefix=\$HOME'.
1411 For better control, use the options below.
1413 Fine tuning of the installation directories:
1414 --bindir=DIR user executables [EPREFIX/bin]
1415 --sbindir=DIR system admin executables [EPREFIX/sbin]
1416 --libexecdir=DIR program executables [EPREFIX/libexec]
1417 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1418 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1419 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1420 --libdir=DIR object code libraries [EPREFIX/lib]
1421 --includedir=DIR C header files [PREFIX/include]
1422 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1423 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1424 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1425 --infodir=DIR info documentation [DATAROOTDIR/info]
1426 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1427 --mandir=DIR man documentation [DATAROOTDIR/man]
1428 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1429 --htmldir=DIR html documentation [DOCDIR]
1430 --dvidir=DIR dvi documentation [DOCDIR]
1431 --pdfdir=DIR pdf documentation [DOCDIR]
1432 --psdir=DIR ps documentation [DOCDIR]
1433 _ACEOF
1435 cat <<\_ACEOF
1437 X features:
1438 --x-includes=DIR X include files are in DIR
1439 --x-libraries=DIR X library files are in DIR
1441 System types:
1442 --build=BUILD configure for building on BUILD [guessed]
1443 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1444 _ACEOF
1447 if test -n "$ac_init_help"; then
1448 case $ac_init_help in
1449 short | recursive ) echo "Configuration of Wine 1.1.40:";;
1450 esac
1451 cat <<\_ACEOF
1453 Optional Features:
1454 --disable-option-checking ignore unrecognized --enable/--with options
1455 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1456 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1457 --disable-win16 do not include Win16 support
1458 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1459 binaries)
1460 --disable-tests do not build the regression tests
1461 --enable-maintainer-mode
1462 enable maintainer-specific build rules
1463 --disable-largefile omit support for large files
1465 Optional Packages:
1466 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1467 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1468 --without-alsa do not use the Alsa sound support
1469 --without-audioio do not use the AudioIO sound support
1470 --without-capi do not use CAPI (ISDN support)
1471 --without-cms do not use CMS (color management support)
1472 --without-coreaudio do not use the CoreAudio sound support
1473 --without-cups do not use CUPS
1474 --without-curses do not use (n)curses
1475 --without-esd do not use the EsounD sound support
1476 --without-fontconfig do not use fontconfig
1477 --without-freetype do not use the FreeType library
1478 --without-gphoto do not use gphoto (Digital Camera support)
1479 --without-glu do not use the GLU library
1480 --without-gnutls do not use GnuTLS (schannel support)
1481 --without-gsm do not use libgsm (GSM 06.10 codec support)
1482 --without-hal do not use HAL (dynamic device support)
1483 --without-jack do not use the Jack sound support
1484 --without-jpeg do not use JPEG
1485 --without-ldap do not use LDAP
1486 --without-mpg123 do not use the mpg123 library
1487 --without-nas do not use the NAS sound support
1488 --without-openal do not use OpenAL
1489 --without-opengl do not use OpenGL
1490 --without-openssl do not use OpenSSL
1491 --without-oss do not use the OSS sound support
1492 --without-png do not use PNG
1493 --without-pthread do not use the pthread library
1494 --without-pulse do not use PulseAudio sound support
1495 --without-sane do not use SANE (scanner support)
1496 --without-v4l do not use v4l1 (v4l support)
1497 --without-xcomposite do not use the Xcomposite extension
1498 --without-xcursor do not use the Xcursor extension
1499 --without-xinerama do not use Xinerama (multi-monitor support)
1500 --without-xinput do not use the Xinput extension
1501 --without-xml do not use XML
1502 --without-xrandr do not use Xrandr (resolution changes)
1503 --without-xrender do not use the Xrender extension
1504 --without-xshape do not use the Xshape extension
1505 --without-xshm do not use XShm (shared memory extension)
1506 --without-xslt do not use XSLT
1507 --without-xxf86vm do not use XFree video mode extension
1508 --with-wine-tools=DIR use Wine tools from directory DIR
1509 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1510 --with-x use the X Window System
1512 Some influential environment variables:
1513 CC C compiler command
1514 CFLAGS C compiler flags
1515 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1516 nonstandard directory <lib dir>
1517 LIBS libraries to pass to the linker, e.g. -l<library>
1518 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1519 you have headers in a nonstandard directory <include dir>
1520 CXX C++ compiler command
1521 CXXFLAGS C++ compiler flags
1522 CPP C preprocessor
1523 XMKMF Path to xmkmf, Makefile generator for X Window System
1525 Use these variables to override the choices made by `configure' or to help
1526 it to find libraries and programs with nonstandard names/locations.
1528 Report bugs to <wine-devel@winehq.org>.
1529 Wine home page: <http://www.winehq.org>.
1530 _ACEOF
1531 ac_status=$?
1534 if test "$ac_init_help" = "recursive"; then
1535 # If there are subdirs, report their specific --help.
1536 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1537 test -d "$ac_dir" ||
1538 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1539 continue
1540 ac_builddir=.
1542 case "$ac_dir" in
1543 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1545 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1546 # A ".." for each directory in $ac_dir_suffix.
1547 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1548 case $ac_top_builddir_sub in
1549 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1550 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1551 esac ;;
1552 esac
1553 ac_abs_top_builddir=$ac_pwd
1554 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1555 # for backward compatibility:
1556 ac_top_builddir=$ac_top_build_prefix
1558 case $srcdir in
1559 .) # We are building in place.
1560 ac_srcdir=.
1561 ac_top_srcdir=$ac_top_builddir_sub
1562 ac_abs_top_srcdir=$ac_pwd ;;
1563 [\\/]* | ?:[\\/]* ) # Absolute name.
1564 ac_srcdir=$srcdir$ac_dir_suffix;
1565 ac_top_srcdir=$srcdir
1566 ac_abs_top_srcdir=$srcdir ;;
1567 *) # Relative name.
1568 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1569 ac_top_srcdir=$ac_top_build_prefix$srcdir
1570 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1571 esac
1572 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1574 cd "$ac_dir" || { ac_status=$?; continue; }
1575 # Check for guested configure.
1576 if test -f "$ac_srcdir/configure.gnu"; then
1577 echo &&
1578 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1579 elif test -f "$ac_srcdir/configure"; then
1580 echo &&
1581 $SHELL "$ac_srcdir/configure" --help=recursive
1582 else
1583 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1584 fi || ac_status=$?
1585 cd "$ac_pwd" || { ac_status=$?; break; }
1586 done
1589 test -n "$ac_init_help" && exit $ac_status
1590 if $ac_init_version; then
1591 cat <<\_ACEOF
1592 Wine configure 1.1.40
1593 generated by GNU Autoconf 2.65
1595 Copyright (C) 2009 Free Software Foundation, Inc.
1596 This configure script is free software; the Free Software Foundation
1597 gives unlimited permission to copy, distribute and modify it.
1598 _ACEOF
1599 exit
1602 ## ------------------------ ##
1603 ## Autoconf initialization. ##
1604 ## ------------------------ ##
1606 # ac_fn_c_try_compile LINENO
1607 # --------------------------
1608 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1609 ac_fn_c_try_compile ()
1611 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1612 rm -f conftest.$ac_objext
1613 if { { ac_try="$ac_compile"
1614 case "(($ac_try" in
1615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1616 *) ac_try_echo=$ac_try;;
1617 esac
1618 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1619 $as_echo "$ac_try_echo"; } >&5
1620 (eval "$ac_compile") 2>conftest.err
1621 ac_status=$?
1622 if test -s conftest.err; then
1623 grep -v '^ *+' conftest.err >conftest.er1
1624 cat conftest.er1 >&5
1625 mv -f conftest.er1 conftest.err
1627 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1628 test $ac_status = 0; } && {
1629 test -z "$ac_c_werror_flag" ||
1630 test ! -s conftest.err
1631 } && test -s conftest.$ac_objext; then :
1632 ac_retval=0
1633 else
1634 $as_echo "$as_me: failed program was:" >&5
1635 sed 's/^/| /' conftest.$ac_ext >&5
1637 ac_retval=1
1639 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1640 as_fn_set_status $ac_retval
1642 } # ac_fn_c_try_compile
1644 # ac_fn_cxx_try_compile LINENO
1645 # ----------------------------
1646 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1647 ac_fn_cxx_try_compile ()
1649 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1650 rm -f conftest.$ac_objext
1651 if { { ac_try="$ac_compile"
1652 case "(($ac_try" in
1653 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1654 *) ac_try_echo=$ac_try;;
1655 esac
1656 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1657 $as_echo "$ac_try_echo"; } >&5
1658 (eval "$ac_compile") 2>conftest.err
1659 ac_status=$?
1660 if test -s conftest.err; then
1661 grep -v '^ *+' conftest.err >conftest.er1
1662 cat conftest.er1 >&5
1663 mv -f conftest.er1 conftest.err
1665 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1666 test $ac_status = 0; } && {
1667 test -z "$ac_cxx_werror_flag" ||
1668 test ! -s conftest.err
1669 } && test -s conftest.$ac_objext; then :
1670 ac_retval=0
1671 else
1672 $as_echo "$as_me: failed program was:" >&5
1673 sed 's/^/| /' conftest.$ac_ext >&5
1675 ac_retval=1
1677 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1678 as_fn_set_status $ac_retval
1680 } # ac_fn_cxx_try_compile
1682 # ac_fn_c_try_link LINENO
1683 # -----------------------
1684 # Try to link conftest.$ac_ext, and return whether this succeeded.
1685 ac_fn_c_try_link ()
1687 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1688 rm -f conftest.$ac_objext conftest$ac_exeext
1689 if { { ac_try="$ac_link"
1690 case "(($ac_try" in
1691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1692 *) ac_try_echo=$ac_try;;
1693 esac
1694 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1695 $as_echo "$ac_try_echo"; } >&5
1696 (eval "$ac_link") 2>conftest.err
1697 ac_status=$?
1698 if test -s conftest.err; then
1699 grep -v '^ *+' conftest.err >conftest.er1
1700 cat conftest.er1 >&5
1701 mv -f conftest.er1 conftest.err
1703 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1704 test $ac_status = 0; } && {
1705 test -z "$ac_c_werror_flag" ||
1706 test ! -s conftest.err
1707 } && test -s conftest$ac_exeext && {
1708 test "$cross_compiling" = yes ||
1709 $as_test_x conftest$ac_exeext
1710 }; then :
1711 ac_retval=0
1712 else
1713 $as_echo "$as_me: failed program was:" >&5
1714 sed 's/^/| /' conftest.$ac_ext >&5
1716 ac_retval=1
1718 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1719 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1720 # interfere with the next link command; also delete a directory that is
1721 # left behind by Apple's compiler. We do this before executing the actions.
1722 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1723 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1724 as_fn_set_status $ac_retval
1726 } # ac_fn_c_try_link
1728 # ac_fn_c_try_cpp LINENO
1729 # ----------------------
1730 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1731 ac_fn_c_try_cpp ()
1733 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1734 if { { ac_try="$ac_cpp conftest.$ac_ext"
1735 case "(($ac_try" in
1736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1737 *) ac_try_echo=$ac_try;;
1738 esac
1739 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1740 $as_echo "$ac_try_echo"; } >&5
1741 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1742 ac_status=$?
1743 if test -s conftest.err; then
1744 grep -v '^ *+' conftest.err >conftest.er1
1745 cat conftest.er1 >&5
1746 mv -f conftest.er1 conftest.err
1748 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1749 test $ac_status = 0; } >/dev/null && {
1750 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1751 test ! -s conftest.err
1752 }; then :
1753 ac_retval=0
1754 else
1755 $as_echo "$as_me: failed program was:" >&5
1756 sed 's/^/| /' conftest.$ac_ext >&5
1758 ac_retval=1
1760 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1761 as_fn_set_status $ac_retval
1763 } # ac_fn_c_try_cpp
1765 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1766 # -------------------------------------------------------
1767 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1768 # the include files in INCLUDES and setting the cache variable VAR
1769 # accordingly.
1770 ac_fn_c_check_header_mongrel ()
1772 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1773 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1775 $as_echo_n "checking for $2... " >&6; }
1776 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1777 $as_echo_n "(cached) " >&6
1779 eval ac_res=\$$3
1780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1781 $as_echo "$ac_res" >&6; }
1782 else
1783 # Is the header compilable?
1784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1785 $as_echo_n "checking $2 usability... " >&6; }
1786 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1787 /* end confdefs.h. */
1789 #include <$2>
1790 _ACEOF
1791 if ac_fn_c_try_compile "$LINENO"; then :
1792 ac_header_compiler=yes
1793 else
1794 ac_header_compiler=no
1796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1798 $as_echo "$ac_header_compiler" >&6; }
1800 # Is the header present?
1801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1802 $as_echo_n "checking $2 presence... " >&6; }
1803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1804 /* end confdefs.h. */
1805 #include <$2>
1806 _ACEOF
1807 if ac_fn_c_try_cpp "$LINENO"; then :
1808 ac_header_preproc=yes
1809 else
1810 ac_header_preproc=no
1812 rm -f conftest.err conftest.$ac_ext
1813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1814 $as_echo "$ac_header_preproc" >&6; }
1816 # So? What about this header?
1817 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1818 yes:no: )
1819 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1820 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1821 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1822 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1824 no:yes:* )
1825 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1826 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1827 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1828 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1829 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1830 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1831 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1832 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1833 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1834 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1835 ( cat <<\_ASBOX
1836 ## ------------------------------------ ##
1837 ## Report this to wine-devel@winehq.org ##
1838 ## ------------------------------------ ##
1839 _ASBOX
1840 ) | sed "s/^/$as_me: WARNING: /" >&2
1842 esac
1843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1844 $as_echo_n "checking for $2... " >&6; }
1845 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1846 $as_echo_n "(cached) " >&6
1847 else
1848 eval "$3=\$ac_header_compiler"
1850 eval ac_res=\$$3
1851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1852 $as_echo "$ac_res" >&6; }
1854 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1856 } # ac_fn_c_check_header_mongrel
1858 # ac_fn_c_try_run LINENO
1859 # ----------------------
1860 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1861 # that executables *can* be run.
1862 ac_fn_c_try_run ()
1864 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1865 if { { ac_try="$ac_link"
1866 case "(($ac_try" in
1867 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1868 *) ac_try_echo=$ac_try;;
1869 esac
1870 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1871 $as_echo "$ac_try_echo"; } >&5
1872 (eval "$ac_link") 2>&5
1873 ac_status=$?
1874 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1875 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1876 { { case "(($ac_try" in
1877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1878 *) ac_try_echo=$ac_try;;
1879 esac
1880 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1881 $as_echo "$ac_try_echo"; } >&5
1882 (eval "$ac_try") 2>&5
1883 ac_status=$?
1884 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1885 test $ac_status = 0; }; }; then :
1886 ac_retval=0
1887 else
1888 $as_echo "$as_me: program exited with status $ac_status" >&5
1889 $as_echo "$as_me: failed program was:" >&5
1890 sed 's/^/| /' conftest.$ac_ext >&5
1892 ac_retval=$ac_status
1894 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1895 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1896 as_fn_set_status $ac_retval
1898 } # ac_fn_c_try_run
1900 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1901 # -------------------------------------------------------
1902 # Tests whether HEADER exists and can be compiled using the include files in
1903 # INCLUDES, setting the cache variable VAR accordingly.
1904 ac_fn_c_check_header_compile ()
1906 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1908 $as_echo_n "checking for $2... " >&6; }
1909 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1910 $as_echo_n "(cached) " >&6
1911 else
1912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1913 /* end confdefs.h. */
1915 #include <$2>
1916 _ACEOF
1917 if ac_fn_c_try_compile "$LINENO"; then :
1918 eval "$3=yes"
1919 else
1920 eval "$3=no"
1922 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1924 eval ac_res=\$$3
1925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1926 $as_echo "$ac_res" >&6; }
1927 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1929 } # ac_fn_c_check_header_compile
1931 # ac_fn_c_check_func LINENO FUNC VAR
1932 # ----------------------------------
1933 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1934 ac_fn_c_check_func ()
1936 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1938 $as_echo_n "checking for $2... " >&6; }
1939 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1940 $as_echo_n "(cached) " >&6
1941 else
1942 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1943 /* end confdefs.h. */
1944 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1945 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1946 #define $2 innocuous_$2
1948 /* System header to define __stub macros and hopefully few prototypes,
1949 which can conflict with char $2 (); below.
1950 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1951 <limits.h> exists even on freestanding compilers. */
1953 #ifdef __STDC__
1954 # include <limits.h>
1955 #else
1956 # include <assert.h>
1957 #endif
1959 #undef $2
1961 /* Override any GCC internal prototype to avoid an error.
1962 Use char because int might match the return type of a GCC
1963 builtin and then its argument prototype would still apply. */
1964 #ifdef __cplusplus
1965 extern "C"
1966 #endif
1967 char $2 ();
1968 /* The GNU C library defines this for functions which it implements
1969 to always fail with ENOSYS. Some functions are actually named
1970 something starting with __ and the normal name is an alias. */
1971 #if defined __stub_$2 || defined __stub___$2
1972 choke me
1973 #endif
1976 main ()
1978 return $2 ();
1980 return 0;
1982 _ACEOF
1983 if ac_fn_c_try_link "$LINENO"; then :
1984 eval "$3=yes"
1985 else
1986 eval "$3=no"
1988 rm -f core conftest.err conftest.$ac_objext \
1989 conftest$ac_exeext conftest.$ac_ext
1991 eval ac_res=\$$3
1992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1993 $as_echo "$ac_res" >&6; }
1994 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1996 } # ac_fn_c_check_func
1998 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1999 # ----------------------------------------------------
2000 # Tries to find if the field MEMBER exists in type AGGR, after including
2001 # INCLUDES, setting cache variable VAR accordingly.
2002 ac_fn_c_check_member ()
2004 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2006 $as_echo_n "checking for $2.$3... " >&6; }
2007 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
2008 $as_echo_n "(cached) " >&6
2009 else
2010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2011 /* end confdefs.h. */
2014 main ()
2016 static $2 ac_aggr;
2017 if (ac_aggr.$3)
2018 return 0;
2020 return 0;
2022 _ACEOF
2023 if ac_fn_c_try_compile "$LINENO"; then :
2024 eval "$4=yes"
2025 else
2026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2027 /* end confdefs.h. */
2030 main ()
2032 static $2 ac_aggr;
2033 if (sizeof ac_aggr.$3)
2034 return 0;
2036 return 0;
2038 _ACEOF
2039 if ac_fn_c_try_compile "$LINENO"; then :
2040 eval "$4=yes"
2041 else
2042 eval "$4=no"
2044 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2046 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2048 eval ac_res=\$$4
2049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2050 $as_echo "$ac_res" >&6; }
2051 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2053 } # ac_fn_c_check_member
2055 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2056 # -------------------------------------------
2057 # Tests whether TYPE exists after having included INCLUDES, setting cache
2058 # variable VAR accordingly.
2059 ac_fn_c_check_type ()
2061 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2063 $as_echo_n "checking for $2... " >&6; }
2064 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2065 $as_echo_n "(cached) " >&6
2066 else
2067 eval "$3=no"
2068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2069 /* end confdefs.h. */
2072 main ()
2074 if (sizeof ($2))
2075 return 0;
2077 return 0;
2079 _ACEOF
2080 if ac_fn_c_try_compile "$LINENO"; then :
2081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2082 /* end confdefs.h. */
2085 main ()
2087 if (sizeof (($2)))
2088 return 0;
2090 return 0;
2092 _ACEOF
2093 if ac_fn_c_try_compile "$LINENO"; then :
2095 else
2096 eval "$3=yes"
2098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2100 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2102 eval ac_res=\$$3
2103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2104 $as_echo "$ac_res" >&6; }
2105 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2107 } # ac_fn_c_check_type
2108 cat >config.log <<_ACEOF
2109 This file contains any messages produced by compilers while
2110 running configure, to aid debugging if configure makes a mistake.
2112 It was created by Wine $as_me 1.1.40, which was
2113 generated by GNU Autoconf 2.65. Invocation command line was
2115 $ $0 $@
2117 _ACEOF
2118 exec 5>>config.log
2120 cat <<_ASUNAME
2121 ## --------- ##
2122 ## Platform. ##
2123 ## --------- ##
2125 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2126 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2127 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2128 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2129 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2131 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2132 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2134 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2135 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2136 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2137 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2138 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2139 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2140 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2142 _ASUNAME
2144 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2145 for as_dir in $PATH
2147 IFS=$as_save_IFS
2148 test -z "$as_dir" && as_dir=.
2149 $as_echo "PATH: $as_dir"
2150 done
2151 IFS=$as_save_IFS
2153 } >&5
2155 cat >&5 <<_ACEOF
2158 ## ----------- ##
2159 ## Core tests. ##
2160 ## ----------- ##
2162 _ACEOF
2165 # Keep a trace of the command line.
2166 # Strip out --no-create and --no-recursion so they do not pile up.
2167 # Strip out --silent because we don't want to record it for future runs.
2168 # Also quote any args containing shell meta-characters.
2169 # Make two passes to allow for proper duplicate-argument suppression.
2170 ac_configure_args=
2171 ac_configure_args0=
2172 ac_configure_args1=
2173 ac_must_keep_next=false
2174 for ac_pass in 1 2
2176 for ac_arg
2178 case $ac_arg in
2179 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2180 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2181 | -silent | --silent | --silen | --sile | --sil)
2182 continue ;;
2183 *\'*)
2184 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2185 esac
2186 case $ac_pass in
2187 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2189 as_fn_append ac_configure_args1 " '$ac_arg'"
2190 if test $ac_must_keep_next = true; then
2191 ac_must_keep_next=false # Got value, back to normal.
2192 else
2193 case $ac_arg in
2194 *=* | --config-cache | -C | -disable-* | --disable-* \
2195 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2196 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2197 | -with-* | --with-* | -without-* | --without-* | --x)
2198 case "$ac_configure_args0 " in
2199 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2200 esac
2202 -* ) ac_must_keep_next=true ;;
2203 esac
2205 as_fn_append ac_configure_args " '$ac_arg'"
2207 esac
2208 done
2209 done
2210 { ac_configure_args0=; unset ac_configure_args0;}
2211 { ac_configure_args1=; unset ac_configure_args1;}
2213 # When interrupted or exit'd, cleanup temporary files, and complete
2214 # config.log. We remove comments because anyway the quotes in there
2215 # would cause problems or look ugly.
2216 # WARNING: Use '\'' to represent an apostrophe within the trap.
2217 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2218 trap 'exit_status=$?
2219 # Save into config.log some information that might help in debugging.
2221 echo
2223 cat <<\_ASBOX
2224 ## ---------------- ##
2225 ## Cache variables. ##
2226 ## ---------------- ##
2227 _ASBOX
2228 echo
2229 # The following way of writing the cache mishandles newlines in values,
2231 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2232 eval ac_val=\$$ac_var
2233 case $ac_val in #(
2234 *${as_nl}*)
2235 case $ac_var in #(
2236 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2237 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2238 esac
2239 case $ac_var in #(
2240 _ | IFS | as_nl) ;; #(
2241 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2242 *) { eval $ac_var=; unset $ac_var;} ;;
2243 esac ;;
2244 esac
2245 done
2246 (set) 2>&1 |
2247 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2248 *${as_nl}ac_space=\ *)
2249 sed -n \
2250 "s/'\''/'\''\\\\'\'''\''/g;
2251 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2252 ;; #(
2254 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2256 esac |
2257 sort
2259 echo
2261 cat <<\_ASBOX
2262 ## ----------------- ##
2263 ## Output variables. ##
2264 ## ----------------- ##
2265 _ASBOX
2266 echo
2267 for ac_var in $ac_subst_vars
2269 eval ac_val=\$$ac_var
2270 case $ac_val in
2271 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2272 esac
2273 $as_echo "$ac_var='\''$ac_val'\''"
2274 done | sort
2275 echo
2277 if test -n "$ac_subst_files"; then
2278 cat <<\_ASBOX
2279 ## ------------------- ##
2280 ## File substitutions. ##
2281 ## ------------------- ##
2282 _ASBOX
2283 echo
2284 for ac_var in $ac_subst_files
2286 eval ac_val=\$$ac_var
2287 case $ac_val in
2288 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2289 esac
2290 $as_echo "$ac_var='\''$ac_val'\''"
2291 done | sort
2292 echo
2295 if test -s confdefs.h; then
2296 cat <<\_ASBOX
2297 ## ----------- ##
2298 ## confdefs.h. ##
2299 ## ----------- ##
2300 _ASBOX
2301 echo
2302 cat confdefs.h
2303 echo
2305 test "$ac_signal" != 0 &&
2306 $as_echo "$as_me: caught signal $ac_signal"
2307 $as_echo "$as_me: exit $exit_status"
2308 } >&5
2309 rm -f core *.core core.conftest.* &&
2310 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2311 exit $exit_status
2313 for ac_signal in 1 2 13 15; do
2314 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2315 done
2316 ac_signal=0
2318 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2319 rm -f -r conftest* confdefs.h
2321 $as_echo "/* confdefs.h */" > confdefs.h
2323 # Predefined preprocessor variables.
2325 cat >>confdefs.h <<_ACEOF
2326 #define PACKAGE_NAME "$PACKAGE_NAME"
2327 _ACEOF
2329 cat >>confdefs.h <<_ACEOF
2330 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2331 _ACEOF
2333 cat >>confdefs.h <<_ACEOF
2334 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2335 _ACEOF
2337 cat >>confdefs.h <<_ACEOF
2338 #define PACKAGE_STRING "$PACKAGE_STRING"
2339 _ACEOF
2341 cat >>confdefs.h <<_ACEOF
2342 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2343 _ACEOF
2345 cat >>confdefs.h <<_ACEOF
2346 #define PACKAGE_URL "$PACKAGE_URL"
2347 _ACEOF
2350 # Let the site file select an alternate cache file if it wants to.
2351 # Prefer an explicitly selected file to automatically selected ones.
2352 ac_site_file1=NONE
2353 ac_site_file2=NONE
2354 if test -n "$CONFIG_SITE"; then
2355 ac_site_file1=$CONFIG_SITE
2356 elif test "x$prefix" != xNONE; then
2357 ac_site_file1=$prefix/share/config.site
2358 ac_site_file2=$prefix/etc/config.site
2359 else
2360 ac_site_file1=$ac_default_prefix/share/config.site
2361 ac_site_file2=$ac_default_prefix/etc/config.site
2363 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2365 test "x$ac_site_file" = xNONE && continue
2366 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2367 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2368 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2369 sed 's/^/| /' "$ac_site_file" >&5
2370 . "$ac_site_file"
2372 done
2374 if test -r "$cache_file"; then
2375 # Some versions of bash will fail to source /dev/null (special files
2376 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2377 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2378 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2379 $as_echo "$as_me: loading cache $cache_file" >&6;}
2380 case $cache_file in
2381 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2382 *) . "./$cache_file";;
2383 esac
2385 else
2386 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2387 $as_echo "$as_me: creating cache $cache_file" >&6;}
2388 >$cache_file
2391 # Check that the precious variables saved in the cache have kept the same
2392 # value.
2393 ac_cache_corrupted=false
2394 for ac_var in $ac_precious_vars; do
2395 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2396 eval ac_new_set=\$ac_env_${ac_var}_set
2397 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2398 eval ac_new_val=\$ac_env_${ac_var}_value
2399 case $ac_old_set,$ac_new_set in
2400 set,)
2401 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2402 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2403 ac_cache_corrupted=: ;;
2404 ,set)
2405 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2406 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2407 ac_cache_corrupted=: ;;
2408 ,);;
2410 if test "x$ac_old_val" != "x$ac_new_val"; then
2411 # differences in whitespace do not lead to failure.
2412 ac_old_val_w=`echo x $ac_old_val`
2413 ac_new_val_w=`echo x $ac_new_val`
2414 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2415 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2416 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2417 ac_cache_corrupted=:
2418 else
2419 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2420 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2421 eval $ac_var=\$ac_old_val
2423 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2424 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2425 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2426 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2427 fi;;
2428 esac
2429 # Pass precious variables to config.status.
2430 if test "$ac_new_set" = set; then
2431 case $ac_new_val in
2432 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2433 *) ac_arg=$ac_var=$ac_new_val ;;
2434 esac
2435 case " $ac_configure_args " in
2436 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2437 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2438 esac
2440 done
2441 if $ac_cache_corrupted; then
2442 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2443 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2444 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2445 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2446 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2448 ## -------------------- ##
2449 ## Main body of script. ##
2450 ## -------------------- ##
2452 ac_ext=c
2453 ac_cpp='$CPP $CPPFLAGS'
2454 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2455 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2456 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2460 ac_config_headers="$ac_config_headers include/config.h"
2462 ac_aux_dir=
2463 for ac_dir in tools "$srcdir"/tools; do
2464 for ac_t in install-sh install.sh shtool; do
2465 if test -f "$ac_dir/$ac_t"; then
2466 ac_aux_dir=$ac_dir
2467 ac_install_sh="$ac_aux_dir/$ac_t -c"
2468 break 2
2470 done
2471 done
2472 if test -z "$ac_aux_dir"; then
2473 as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2476 # These three variables are undocumented and unsupported,
2477 # and are intended to be withdrawn in a future Autoconf release.
2478 # They can cause serious problems if a builder's source tree is in a directory
2479 # whose full name contains unusual characters.
2480 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2481 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2482 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2488 # Check whether --enable-win16 was given.
2489 if test "${enable_win16+set}" = set; then :
2490 enableval=$enable_win16;
2493 # Check whether --enable-win64 was given.
2494 if test "${enable_win64+set}" = set; then :
2495 enableval=$enable_win64;
2498 # Check whether --enable-tests was given.
2499 if test "${enable_tests+set}" = set; then :
2500 enableval=$enable_tests;
2503 # Check whether --enable-maintainer-mode was given.
2504 if test "${enable_maintainer_mode+set}" = set; then :
2505 enableval=$enable_maintainer_mode;
2506 else
2507 MAINTAINER_MODE=\#
2513 # Check whether --with-alsa was given.
2514 if test "${with_alsa+set}" = set; then :
2515 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2519 # Check whether --with-audioio was given.
2520 if test "${with_audioio+set}" = set; then :
2521 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2525 # Check whether --with-capi was given.
2526 if test "${with_capi+set}" = set; then :
2527 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2531 # Check whether --with-cms was given.
2532 if test "${with_cms+set}" = set; then :
2533 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2537 # Check whether --with-coreaudio was given.
2538 if test "${with_coreaudio+set}" = set; then :
2539 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2543 # Check whether --with-cups was given.
2544 if test "${with_cups+set}" = set; then :
2545 withval=$with_cups;
2549 # Check whether --with-curses was given.
2550 if test "${with_curses+set}" = set; then :
2551 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2555 # Check whether --with-esd was given.
2556 if test "${with_esd+set}" = set; then :
2557 withval=$with_esd;
2561 # Check whether --with-fontconfig was given.
2562 if test "${with_fontconfig+set}" = set; then :
2563 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2567 # Check whether --with-freetype was given.
2568 if test "${with_freetype+set}" = set; then :
2569 withval=$with_freetype;
2573 # Check whether --with-gphoto was given.
2574 if test "${with_gphoto+set}" = set; then :
2575 withval=$with_gphoto;
2579 # Check whether --with-glu was given.
2580 if test "${with_glu+set}" = set; then :
2581 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2585 # Check whether --with-gnutls was given.
2586 if test "${with_gnutls+set}" = set; then :
2587 withval=$with_gnutls;
2591 # Check whether --with-gsm was given.
2592 if test "${with_gsm+set}" = set; then :
2593 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2597 # Check whether --with-hal was given.
2598 if test "${with_hal+set}" = set; then :
2599 withval=$with_hal;
2603 # Check whether --with-jack was given.
2604 if test "${with_jack+set}" = set; then :
2605 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2609 # Check whether --with-jpeg was given.
2610 if test "${with_jpeg+set}" = set; then :
2611 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2615 # Check whether --with-ldap was given.
2616 if test "${with_ldap+set}" = set; then :
2617 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2621 # Check whether --with-mpg123 was given.
2622 if test "${with_mpg123+set}" = set; then :
2623 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2627 # Check whether --with-nas was given.
2628 if test "${with_nas+set}" = set; then :
2629 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2633 # Check whether --with-openal was given.
2634 if test "${with_openal+set}" = set; then :
2635 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2639 # Check whether --with-opengl was given.
2640 if test "${with_opengl+set}" = set; then :
2641 withval=$with_opengl;
2645 # Check whether --with-openssl was given.
2646 if test "${with_openssl+set}" = set; then :
2647 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2651 # Check whether --with-oss was given.
2652 if test "${with_oss+set}" = set; then :
2653 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2657 # Check whether --with-png was given.
2658 if test "${with_png+set}" = set; then :
2659 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2663 # Check whether --with-pthread was given.
2664 if test "${with_pthread+set}" = set; then :
2665 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2669 # Check whether --with-pulse was given.
2670 if test "${with_pulse+set}" = set; then :
2671 withval=$with_pulse;
2675 # Check whether --with-sane was given.
2676 if test "${with_sane+set}" = set; then :
2677 withval=$with_sane;
2681 # Check whether --with-v4l was given.
2682 if test "${with_v4l+set}" = set; then :
2683 withval=$with_v4l;
2687 # Check whether --with-xcomposite was given.
2688 if test "${with_xcomposite+set}" = set; then :
2689 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2693 # Check whether --with-xcursor was given.
2694 if test "${with_xcursor+set}" = set; then :
2695 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2699 # Check whether --with-xinerama was given.
2700 if test "${with_xinerama+set}" = set; then :
2701 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2705 # Check whether --with-xinput was given.
2706 if test "${with_xinput+set}" = set; then :
2707 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2711 # Check whether --with-xml was given.
2712 if test "${with_xml+set}" = set; then :
2713 withval=$with_xml;
2717 # Check whether --with-xrandr was given.
2718 if test "${with_xrandr+set}" = set; then :
2719 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2723 # Check whether --with-xrender was given.
2724 if test "${with_xrender+set}" = set; then :
2725 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2729 # Check whether --with-xshape was given.
2730 if test "${with_xshape+set}" = set; then :
2731 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2735 # Check whether --with-xshm was given.
2736 if test "${with_xshm+set}" = set; then :
2737 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2741 # Check whether --with-xslt was given.
2742 if test "${with_xslt+set}" = set; then :
2743 withval=$with_xslt;
2747 # Check whether --with-xxf86vm was given.
2748 if test "${with_xxf86vm+set}" = set; then :
2749 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; ac_cv_header_X11_extensions_xf86vmproto_h=no; fi
2754 # Check whether --with-wine-tools was given.
2755 if test "${with_wine_tools+set}" = set; then :
2756 withval=$with_wine_tools;
2760 # Check whether --with-wine64 was given.
2761 if test "${with_wine64+set}" = set; then :
2762 withval=$with_wine64;
2766 # Make sure we can run config.sub.
2767 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2768 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2771 $as_echo_n "checking build system type... " >&6; }
2772 if test "${ac_cv_build+set}" = set; then :
2773 $as_echo_n "(cached) " >&6
2774 else
2775 ac_build_alias=$build_alias
2776 test "x$ac_build_alias" = x &&
2777 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2778 test "x$ac_build_alias" = x &&
2779 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2780 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2781 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2785 $as_echo "$ac_cv_build" >&6; }
2786 case $ac_cv_build in
2787 *-*-*) ;;
2788 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2789 esac
2790 build=$ac_cv_build
2791 ac_save_IFS=$IFS; IFS='-'
2792 set x $ac_cv_build
2793 shift
2794 build_cpu=$1
2795 build_vendor=$2
2796 shift; shift
2797 # Remember, the first character of IFS is used to create $*,
2798 # except with old shells:
2799 build_os=$*
2800 IFS=$ac_save_IFS
2801 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2805 $as_echo_n "checking host system type... " >&6; }
2806 if test "${ac_cv_host+set}" = set; then :
2807 $as_echo_n "(cached) " >&6
2808 else
2809 if test "x$host_alias" = x; then
2810 ac_cv_host=$ac_cv_build
2811 else
2812 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2813 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2818 $as_echo "$ac_cv_host" >&6; }
2819 case $ac_cv_host in
2820 *-*-*) ;;
2821 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2822 esac
2823 host=$ac_cv_host
2824 ac_save_IFS=$IFS; IFS='-'
2825 set x $ac_cv_host
2826 shift
2827 host_cpu=$1
2828 host_vendor=$2
2829 shift; shift
2830 # Remember, the first character of IFS is used to create $*,
2831 # except with old shells:
2832 host_os=$*
2833 IFS=$ac_save_IFS
2834 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2838 case "$srcdir" in
2839 .) ;;
2840 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2841 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2842 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2843 fi ;;
2844 esac
2847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2848 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2849 set x ${MAKE-make}
2850 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2851 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2852 $as_echo_n "(cached) " >&6
2853 else
2854 cat >conftest.make <<\_ACEOF
2855 SHELL = /bin/sh
2856 all:
2857 @echo '@@@%%%=$(MAKE)=@@@%%%'
2858 _ACEOF
2859 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2860 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2861 *@@@%%%=?*=@@@%%%*)
2862 eval ac_cv_prog_make_${ac_make}_set=yes;;
2864 eval ac_cv_prog_make_${ac_make}_set=no;;
2865 esac
2866 rm -f conftest.make
2868 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2870 $as_echo "yes" >&6; }
2871 SET_MAKE=
2872 else
2873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2874 $as_echo "no" >&6; }
2875 SET_MAKE="MAKE=${MAKE-make}"
2878 ac_ext=c
2879 ac_cpp='$CPP $CPPFLAGS'
2880 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2881 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2882 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2883 if test -n "$ac_tool_prefix"; then
2884 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2885 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2887 $as_echo_n "checking for $ac_word... " >&6; }
2888 if test "${ac_cv_prog_CC+set}" = set; then :
2889 $as_echo_n "(cached) " >&6
2890 else
2891 if test -n "$CC"; then
2892 ac_cv_prog_CC="$CC" # Let the user override the test.
2893 else
2894 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2895 for as_dir in $PATH
2897 IFS=$as_save_IFS
2898 test -z "$as_dir" && as_dir=.
2899 for ac_exec_ext in '' $ac_executable_extensions; do
2900 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2901 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2902 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2903 break 2
2905 done
2906 done
2907 IFS=$as_save_IFS
2911 CC=$ac_cv_prog_CC
2912 if test -n "$CC"; then
2913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2914 $as_echo "$CC" >&6; }
2915 else
2916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2917 $as_echo "no" >&6; }
2922 if test -z "$ac_cv_prog_CC"; then
2923 ac_ct_CC=$CC
2924 # Extract the first word of "gcc", so it can be a program name with args.
2925 set dummy gcc; ac_word=$2
2926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2927 $as_echo_n "checking for $ac_word... " >&6; }
2928 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2929 $as_echo_n "(cached) " >&6
2930 else
2931 if test -n "$ac_ct_CC"; then
2932 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2933 else
2934 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2935 for as_dir in $PATH
2937 IFS=$as_save_IFS
2938 test -z "$as_dir" && as_dir=.
2939 for ac_exec_ext in '' $ac_executable_extensions; do
2940 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2941 ac_cv_prog_ac_ct_CC="gcc"
2942 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2943 break 2
2945 done
2946 done
2947 IFS=$as_save_IFS
2951 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2952 if test -n "$ac_ct_CC"; then
2953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2954 $as_echo "$ac_ct_CC" >&6; }
2955 else
2956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2957 $as_echo "no" >&6; }
2960 if test "x$ac_ct_CC" = x; then
2961 CC=""
2962 else
2963 case $cross_compiling:$ac_tool_warned in
2964 yes:)
2965 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2966 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2967 ac_tool_warned=yes ;;
2968 esac
2969 CC=$ac_ct_CC
2971 else
2972 CC="$ac_cv_prog_CC"
2975 if test -z "$CC"; then
2976 if test -n "$ac_tool_prefix"; then
2977 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2978 set dummy ${ac_tool_prefix}cc; ac_word=$2
2979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2980 $as_echo_n "checking for $ac_word... " >&6; }
2981 if test "${ac_cv_prog_CC+set}" = set; then :
2982 $as_echo_n "(cached) " >&6
2983 else
2984 if test -n "$CC"; then
2985 ac_cv_prog_CC="$CC" # Let the user override the test.
2986 else
2987 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2988 for as_dir in $PATH
2990 IFS=$as_save_IFS
2991 test -z "$as_dir" && as_dir=.
2992 for ac_exec_ext in '' $ac_executable_extensions; do
2993 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2994 ac_cv_prog_CC="${ac_tool_prefix}cc"
2995 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2996 break 2
2998 done
2999 done
3000 IFS=$as_save_IFS
3004 CC=$ac_cv_prog_CC
3005 if test -n "$CC"; then
3006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3007 $as_echo "$CC" >&6; }
3008 else
3009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3010 $as_echo "no" >&6; }
3016 if test -z "$CC"; then
3017 # Extract the first word of "cc", so it can be a program name with args.
3018 set dummy cc; ac_word=$2
3019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3020 $as_echo_n "checking for $ac_word... " >&6; }
3021 if test "${ac_cv_prog_CC+set}" = set; then :
3022 $as_echo_n "(cached) " >&6
3023 else
3024 if test -n "$CC"; then
3025 ac_cv_prog_CC="$CC" # Let the user override the test.
3026 else
3027 ac_prog_rejected=no
3028 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3029 for as_dir in $PATH
3031 IFS=$as_save_IFS
3032 test -z "$as_dir" && as_dir=.
3033 for ac_exec_ext in '' $ac_executable_extensions; do
3034 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3035 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3036 ac_prog_rejected=yes
3037 continue
3039 ac_cv_prog_CC="cc"
3040 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3041 break 2
3043 done
3044 done
3045 IFS=$as_save_IFS
3047 if test $ac_prog_rejected = yes; then
3048 # We found a bogon in the path, so make sure we never use it.
3049 set dummy $ac_cv_prog_CC
3050 shift
3051 if test $# != 0; then
3052 # We chose a different compiler from the bogus one.
3053 # However, it has the same basename, so the bogon will be chosen
3054 # first if we set CC to just the basename; use the full file name.
3055 shift
3056 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3061 CC=$ac_cv_prog_CC
3062 if test -n "$CC"; then
3063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3064 $as_echo "$CC" >&6; }
3065 else
3066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3067 $as_echo "no" >&6; }
3072 if test -z "$CC"; then
3073 if test -n "$ac_tool_prefix"; then
3074 for ac_prog in cl.exe
3076 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3077 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3079 $as_echo_n "checking for $ac_word... " >&6; }
3080 if test "${ac_cv_prog_CC+set}" = set; then :
3081 $as_echo_n "(cached) " >&6
3082 else
3083 if test -n "$CC"; then
3084 ac_cv_prog_CC="$CC" # Let the user override the test.
3085 else
3086 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3087 for as_dir in $PATH
3089 IFS=$as_save_IFS
3090 test -z "$as_dir" && as_dir=.
3091 for ac_exec_ext in '' $ac_executable_extensions; do
3092 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3093 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3094 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3095 break 2
3097 done
3098 done
3099 IFS=$as_save_IFS
3103 CC=$ac_cv_prog_CC
3104 if test -n "$CC"; then
3105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3106 $as_echo "$CC" >&6; }
3107 else
3108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3109 $as_echo "no" >&6; }
3113 test -n "$CC" && break
3114 done
3116 if test -z "$CC"; then
3117 ac_ct_CC=$CC
3118 for ac_prog in cl.exe
3120 # Extract the first word of "$ac_prog", so it can be a program name with args.
3121 set dummy $ac_prog; ac_word=$2
3122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3123 $as_echo_n "checking for $ac_word... " >&6; }
3124 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3125 $as_echo_n "(cached) " >&6
3126 else
3127 if test -n "$ac_ct_CC"; then
3128 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3129 else
3130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3131 for as_dir in $PATH
3133 IFS=$as_save_IFS
3134 test -z "$as_dir" && as_dir=.
3135 for ac_exec_ext in '' $ac_executable_extensions; do
3136 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3137 ac_cv_prog_ac_ct_CC="$ac_prog"
3138 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3139 break 2
3141 done
3142 done
3143 IFS=$as_save_IFS
3147 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3148 if test -n "$ac_ct_CC"; then
3149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3150 $as_echo "$ac_ct_CC" >&6; }
3151 else
3152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3153 $as_echo "no" >&6; }
3157 test -n "$ac_ct_CC" && break
3158 done
3160 if test "x$ac_ct_CC" = x; then
3161 CC=""
3162 else
3163 case $cross_compiling:$ac_tool_warned in
3164 yes:)
3165 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3166 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3167 ac_tool_warned=yes ;;
3168 esac
3169 CC=$ac_ct_CC
3176 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3177 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3178 as_fn_error "no acceptable C compiler found in \$PATH
3179 See \`config.log' for more details." "$LINENO" 5; }
3181 # Provide some information about the compiler.
3182 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3183 set X $ac_compile
3184 ac_compiler=$2
3185 for ac_option in --version -v -V -qversion; do
3186 { { ac_try="$ac_compiler $ac_option >&5"
3187 case "(($ac_try" in
3188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3189 *) ac_try_echo=$ac_try;;
3190 esac
3191 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3192 $as_echo "$ac_try_echo"; } >&5
3193 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3194 ac_status=$?
3195 if test -s conftest.err; then
3196 sed '10a\
3197 ... rest of stderr output deleted ...
3198 10q' conftest.err >conftest.er1
3199 cat conftest.er1 >&5
3201 rm -f conftest.er1 conftest.err
3202 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3203 test $ac_status = 0; }
3204 done
3206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3207 /* end confdefs.h. */
3210 main ()
3214 return 0;
3216 _ACEOF
3217 ac_clean_files_save=$ac_clean_files
3218 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3219 # Try to create an executable without -o first, disregard a.out.
3220 # It will help us diagnose broken compilers, and finding out an intuition
3221 # of exeext.
3222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3223 $as_echo_n "checking whether the C compiler works... " >&6; }
3224 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3226 # The possible output files:
3227 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3229 ac_rmfiles=
3230 for ac_file in $ac_files
3232 case $ac_file in
3233 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3234 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3235 esac
3236 done
3237 rm -f $ac_rmfiles
3239 if { { ac_try="$ac_link_default"
3240 case "(($ac_try" in
3241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3242 *) ac_try_echo=$ac_try;;
3243 esac
3244 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3245 $as_echo "$ac_try_echo"; } >&5
3246 (eval "$ac_link_default") 2>&5
3247 ac_status=$?
3248 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3249 test $ac_status = 0; }; then :
3250 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3251 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3252 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3253 # so that the user can short-circuit this test for compilers unknown to
3254 # Autoconf.
3255 for ac_file in $ac_files ''
3257 test -f "$ac_file" || continue
3258 case $ac_file in
3259 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3261 [ab].out )
3262 # We found the default executable, but exeext='' is most
3263 # certainly right.
3264 break;;
3265 *.* )
3266 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3267 then :; else
3268 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3270 # We set ac_cv_exeext here because the later test for it is not
3271 # safe: cross compilers may not add the suffix if given an `-o'
3272 # argument, so we may need to know it at that point already.
3273 # Even if this section looks crufty: it has the advantage of
3274 # actually working.
3275 break;;
3277 break;;
3278 esac
3279 done
3280 test "$ac_cv_exeext" = no && ac_cv_exeext=
3282 else
3283 ac_file=''
3285 if test -z "$ac_file"; then :
3286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3287 $as_echo "no" >&6; }
3288 $as_echo "$as_me: failed program was:" >&5
3289 sed 's/^/| /' conftest.$ac_ext >&5
3291 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3292 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3293 { as_fn_set_status 77
3294 as_fn_error "C compiler cannot create executables
3295 See \`config.log' for more details." "$LINENO" 5; }; }
3296 else
3297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3298 $as_echo "yes" >&6; }
3300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3301 $as_echo_n "checking for C compiler default output file name... " >&6; }
3302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3303 $as_echo "$ac_file" >&6; }
3304 ac_exeext=$ac_cv_exeext
3306 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3307 ac_clean_files=$ac_clean_files_save
3308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3309 $as_echo_n "checking for suffix of executables... " >&6; }
3310 if { { ac_try="$ac_link"
3311 case "(($ac_try" in
3312 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3313 *) ac_try_echo=$ac_try;;
3314 esac
3315 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3316 $as_echo "$ac_try_echo"; } >&5
3317 (eval "$ac_link") 2>&5
3318 ac_status=$?
3319 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3320 test $ac_status = 0; }; then :
3321 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3322 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3323 # work properly (i.e., refer to `conftest.exe'), while it won't with
3324 # `rm'.
3325 for ac_file in conftest.exe conftest conftest.*; do
3326 test -f "$ac_file" || continue
3327 case $ac_file in
3328 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3329 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3330 break;;
3331 * ) break;;
3332 esac
3333 done
3334 else
3335 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3336 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3337 as_fn_error "cannot compute suffix of executables: cannot compile and link
3338 See \`config.log' for more details." "$LINENO" 5; }
3340 rm -f conftest conftest$ac_cv_exeext
3341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3342 $as_echo "$ac_cv_exeext" >&6; }
3344 rm -f conftest.$ac_ext
3345 EXEEXT=$ac_cv_exeext
3346 ac_exeext=$EXEEXT
3347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3348 /* end confdefs.h. */
3349 #include <stdio.h>
3351 main ()
3353 FILE *f = fopen ("conftest.out", "w");
3354 return ferror (f) || fclose (f) != 0;
3357 return 0;
3359 _ACEOF
3360 ac_clean_files="$ac_clean_files conftest.out"
3361 # Check that the compiler produces executables we can run. If not, either
3362 # the compiler is broken, or we cross compile.
3363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3364 $as_echo_n "checking whether we are cross compiling... " >&6; }
3365 if test "$cross_compiling" != yes; then
3366 { { ac_try="$ac_link"
3367 case "(($ac_try" in
3368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3369 *) ac_try_echo=$ac_try;;
3370 esac
3371 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3372 $as_echo "$ac_try_echo"; } >&5
3373 (eval "$ac_link") 2>&5
3374 ac_status=$?
3375 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3376 test $ac_status = 0; }
3377 if { ac_try='./conftest$ac_cv_exeext'
3378 { { case "(($ac_try" in
3379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3380 *) ac_try_echo=$ac_try;;
3381 esac
3382 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3383 $as_echo "$ac_try_echo"; } >&5
3384 (eval "$ac_try") 2>&5
3385 ac_status=$?
3386 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3387 test $ac_status = 0; }; }; then
3388 cross_compiling=no
3389 else
3390 if test "$cross_compiling" = maybe; then
3391 cross_compiling=yes
3392 else
3393 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3394 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3395 as_fn_error "cannot run C compiled programs.
3396 If you meant to cross compile, use \`--host'.
3397 See \`config.log' for more details." "$LINENO" 5; }
3401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3402 $as_echo "$cross_compiling" >&6; }
3404 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3405 ac_clean_files=$ac_clean_files_save
3406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3407 $as_echo_n "checking for suffix of object files... " >&6; }
3408 if test "${ac_cv_objext+set}" = set; then :
3409 $as_echo_n "(cached) " >&6
3410 else
3411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3412 /* end confdefs.h. */
3415 main ()
3419 return 0;
3421 _ACEOF
3422 rm -f conftest.o conftest.obj
3423 if { { ac_try="$ac_compile"
3424 case "(($ac_try" in
3425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3426 *) ac_try_echo=$ac_try;;
3427 esac
3428 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3429 $as_echo "$ac_try_echo"; } >&5
3430 (eval "$ac_compile") 2>&5
3431 ac_status=$?
3432 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3433 test $ac_status = 0; }; then :
3434 for ac_file in conftest.o conftest.obj conftest.*; do
3435 test -f "$ac_file" || continue;
3436 case $ac_file in
3437 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3438 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3439 break;;
3440 esac
3441 done
3442 else
3443 $as_echo "$as_me: failed program was:" >&5
3444 sed 's/^/| /' conftest.$ac_ext >&5
3446 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3447 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3448 as_fn_error "cannot compute suffix of object files: cannot compile
3449 See \`config.log' for more details." "$LINENO" 5; }
3451 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3454 $as_echo "$ac_cv_objext" >&6; }
3455 OBJEXT=$ac_cv_objext
3456 ac_objext=$OBJEXT
3457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3458 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3459 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3460 $as_echo_n "(cached) " >&6
3461 else
3462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3463 /* end confdefs.h. */
3466 main ()
3468 #ifndef __GNUC__
3469 choke me
3470 #endif
3473 return 0;
3475 _ACEOF
3476 if ac_fn_c_try_compile "$LINENO"; then :
3477 ac_compiler_gnu=yes
3478 else
3479 ac_compiler_gnu=no
3481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3482 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3486 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3487 if test $ac_compiler_gnu = yes; then
3488 GCC=yes
3489 else
3490 GCC=
3492 ac_test_CFLAGS=${CFLAGS+set}
3493 ac_save_CFLAGS=$CFLAGS
3494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3495 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3496 if test "${ac_cv_prog_cc_g+set}" = set; then :
3497 $as_echo_n "(cached) " >&6
3498 else
3499 ac_save_c_werror_flag=$ac_c_werror_flag
3500 ac_c_werror_flag=yes
3501 ac_cv_prog_cc_g=no
3502 CFLAGS="-g"
3503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3504 /* end confdefs.h. */
3507 main ()
3511 return 0;
3513 _ACEOF
3514 if ac_fn_c_try_compile "$LINENO"; then :
3515 ac_cv_prog_cc_g=yes
3516 else
3517 CFLAGS=""
3518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3519 /* end confdefs.h. */
3522 main ()
3526 return 0;
3528 _ACEOF
3529 if ac_fn_c_try_compile "$LINENO"; then :
3531 else
3532 ac_c_werror_flag=$ac_save_c_werror_flag
3533 CFLAGS="-g"
3534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3535 /* end confdefs.h. */
3538 main ()
3542 return 0;
3544 _ACEOF
3545 if ac_fn_c_try_compile "$LINENO"; then :
3546 ac_cv_prog_cc_g=yes
3548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3552 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3553 ac_c_werror_flag=$ac_save_c_werror_flag
3555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3556 $as_echo "$ac_cv_prog_cc_g" >&6; }
3557 if test "$ac_test_CFLAGS" = set; then
3558 CFLAGS=$ac_save_CFLAGS
3559 elif test $ac_cv_prog_cc_g = yes; then
3560 if test "$GCC" = yes; then
3561 CFLAGS="-g -O2"
3562 else
3563 CFLAGS="-g"
3565 else
3566 if test "$GCC" = yes; then
3567 CFLAGS="-O2"
3568 else
3569 CFLAGS=
3572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3573 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3574 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3575 $as_echo_n "(cached) " >&6
3576 else
3577 ac_cv_prog_cc_c89=no
3578 ac_save_CC=$CC
3579 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3580 /* end confdefs.h. */
3581 #include <stdarg.h>
3582 #include <stdio.h>
3583 #include <sys/types.h>
3584 #include <sys/stat.h>
3585 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3586 struct buf { int x; };
3587 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3588 static char *e (p, i)
3589 char **p;
3590 int i;
3592 return p[i];
3594 static char *f (char * (*g) (char **, int), char **p, ...)
3596 char *s;
3597 va_list v;
3598 va_start (v,p);
3599 s = g (p, va_arg (v,int));
3600 va_end (v);
3601 return s;
3604 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3605 function prototypes and stuff, but not '\xHH' hex character constants.
3606 These don't provoke an error unfortunately, instead are silently treated
3607 as 'x'. The following induces an error, until -std is added to get
3608 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3609 array size at least. It's necessary to write '\x00'==0 to get something
3610 that's true only with -std. */
3611 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3613 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3614 inside strings and character constants. */
3615 #define FOO(x) 'x'
3616 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3618 int test (int i, double x);
3619 struct s1 {int (*f) (int a);};
3620 struct s2 {int (*f) (double a);};
3621 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3622 int argc;
3623 char **argv;
3625 main ()
3627 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3629 return 0;
3631 _ACEOF
3632 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3633 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3635 CC="$ac_save_CC $ac_arg"
3636 if ac_fn_c_try_compile "$LINENO"; then :
3637 ac_cv_prog_cc_c89=$ac_arg
3639 rm -f core conftest.err conftest.$ac_objext
3640 test "x$ac_cv_prog_cc_c89" != "xno" && break
3641 done
3642 rm -f conftest.$ac_ext
3643 CC=$ac_save_CC
3646 # AC_CACHE_VAL
3647 case "x$ac_cv_prog_cc_c89" in
3649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3650 $as_echo "none needed" >&6; } ;;
3651 xno)
3652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3653 $as_echo "unsupported" >&6; } ;;
3655 CC="$CC $ac_cv_prog_cc_c89"
3656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3657 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3658 esac
3659 if test "x$ac_cv_prog_cc_c89" != xno; then :
3663 ac_ext=c
3664 ac_cpp='$CPP $CPPFLAGS'
3665 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3666 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3667 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3669 ac_ext=cpp
3670 ac_cpp='$CXXCPP $CPPFLAGS'
3671 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3672 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3673 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3674 if test -z "$CXX"; then
3675 if test -n "$CCC"; then
3676 CXX=$CCC
3677 else
3678 if test -n "$ac_tool_prefix"; then
3679 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3681 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3682 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3684 $as_echo_n "checking for $ac_word... " >&6; }
3685 if test "${ac_cv_prog_CXX+set}" = set; then :
3686 $as_echo_n "(cached) " >&6
3687 else
3688 if test -n "$CXX"; then
3689 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3690 else
3691 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3692 for as_dir in $PATH
3694 IFS=$as_save_IFS
3695 test -z "$as_dir" && as_dir=.
3696 for ac_exec_ext in '' $ac_executable_extensions; do
3697 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3698 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3699 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3700 break 2
3702 done
3703 done
3704 IFS=$as_save_IFS
3708 CXX=$ac_cv_prog_CXX
3709 if test -n "$CXX"; then
3710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3711 $as_echo "$CXX" >&6; }
3712 else
3713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3714 $as_echo "no" >&6; }
3718 test -n "$CXX" && break
3719 done
3721 if test -z "$CXX"; then
3722 ac_ct_CXX=$CXX
3723 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3725 # Extract the first word of "$ac_prog", so it can be a program name with args.
3726 set dummy $ac_prog; ac_word=$2
3727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3728 $as_echo_n "checking for $ac_word... " >&6; }
3729 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3730 $as_echo_n "(cached) " >&6
3731 else
3732 if test -n "$ac_ct_CXX"; then
3733 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3734 else
3735 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3736 for as_dir in $PATH
3738 IFS=$as_save_IFS
3739 test -z "$as_dir" && as_dir=.
3740 for ac_exec_ext in '' $ac_executable_extensions; do
3741 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3742 ac_cv_prog_ac_ct_CXX="$ac_prog"
3743 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3744 break 2
3746 done
3747 done
3748 IFS=$as_save_IFS
3752 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3753 if test -n "$ac_ct_CXX"; then
3754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3755 $as_echo "$ac_ct_CXX" >&6; }
3756 else
3757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3758 $as_echo "no" >&6; }
3762 test -n "$ac_ct_CXX" && break
3763 done
3765 if test "x$ac_ct_CXX" = x; then
3766 CXX="g++"
3767 else
3768 case $cross_compiling:$ac_tool_warned in
3769 yes:)
3770 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3771 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3772 ac_tool_warned=yes ;;
3773 esac
3774 CXX=$ac_ct_CXX
3780 # Provide some information about the compiler.
3781 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3782 set X $ac_compile
3783 ac_compiler=$2
3784 for ac_option in --version -v -V -qversion; do
3785 { { ac_try="$ac_compiler $ac_option >&5"
3786 case "(($ac_try" in
3787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3788 *) ac_try_echo=$ac_try;;
3789 esac
3790 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3791 $as_echo "$ac_try_echo"; } >&5
3792 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3793 ac_status=$?
3794 if test -s conftest.err; then
3795 sed '10a\
3796 ... rest of stderr output deleted ...
3797 10q' conftest.err >conftest.er1
3798 cat conftest.er1 >&5
3800 rm -f conftest.er1 conftest.err
3801 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3802 test $ac_status = 0; }
3803 done
3805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3806 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3807 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3808 $as_echo_n "(cached) " >&6
3809 else
3810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3811 /* end confdefs.h. */
3814 main ()
3816 #ifndef __GNUC__
3817 choke me
3818 #endif
3821 return 0;
3823 _ACEOF
3824 if ac_fn_cxx_try_compile "$LINENO"; then :
3825 ac_compiler_gnu=yes
3826 else
3827 ac_compiler_gnu=no
3829 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3830 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3834 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3835 if test $ac_compiler_gnu = yes; then
3836 GXX=yes
3837 else
3838 GXX=
3840 ac_test_CXXFLAGS=${CXXFLAGS+set}
3841 ac_save_CXXFLAGS=$CXXFLAGS
3842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3843 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3844 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3845 $as_echo_n "(cached) " >&6
3846 else
3847 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3848 ac_cxx_werror_flag=yes
3849 ac_cv_prog_cxx_g=no
3850 CXXFLAGS="-g"
3851 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3852 /* end confdefs.h. */
3855 main ()
3859 return 0;
3861 _ACEOF
3862 if ac_fn_cxx_try_compile "$LINENO"; then :
3863 ac_cv_prog_cxx_g=yes
3864 else
3865 CXXFLAGS=""
3866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3867 /* end confdefs.h. */
3870 main ()
3874 return 0;
3876 _ACEOF
3877 if ac_fn_cxx_try_compile "$LINENO"; then :
3879 else
3880 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3881 CXXFLAGS="-g"
3882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3883 /* end confdefs.h. */
3886 main ()
3890 return 0;
3892 _ACEOF
3893 if ac_fn_cxx_try_compile "$LINENO"; then :
3894 ac_cv_prog_cxx_g=yes
3896 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3898 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3900 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3901 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3904 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3905 if test "$ac_test_CXXFLAGS" = set; then
3906 CXXFLAGS=$ac_save_CXXFLAGS
3907 elif test $ac_cv_prog_cxx_g = yes; then
3908 if test "$GXX" = yes; then
3909 CXXFLAGS="-g -O2"
3910 else
3911 CXXFLAGS="-g"
3913 else
3914 if test "$GXX" = yes; then
3915 CXXFLAGS="-O2"
3916 else
3917 CXXFLAGS=
3920 ac_ext=c
3921 ac_cpp='$CPP $CPPFLAGS'
3922 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3923 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3924 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3926 if test -n "$ac_tool_prefix"; then
3927 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3928 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3930 $as_echo_n "checking for $ac_word... " >&6; }
3931 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3932 $as_echo_n "(cached) " >&6
3933 else
3934 if test -n "$CPPBIN"; then
3935 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3936 else
3937 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3938 for as_dir in $PATH
3940 IFS=$as_save_IFS
3941 test -z "$as_dir" && as_dir=.
3942 for ac_exec_ext in '' $ac_executable_extensions; do
3943 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3944 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3945 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3946 break 2
3948 done
3949 done
3950 IFS=$as_save_IFS
3954 CPPBIN=$ac_cv_prog_CPPBIN
3955 if test -n "$CPPBIN"; then
3956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3957 $as_echo "$CPPBIN" >&6; }
3958 else
3959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3960 $as_echo "no" >&6; }
3965 if test -z "$ac_cv_prog_CPPBIN"; then
3966 ac_ct_CPPBIN=$CPPBIN
3967 # Extract the first word of "cpp", so it can be a program name with args.
3968 set dummy cpp; ac_word=$2
3969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3970 $as_echo_n "checking for $ac_word... " >&6; }
3971 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3972 $as_echo_n "(cached) " >&6
3973 else
3974 if test -n "$ac_ct_CPPBIN"; then
3975 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3976 else
3977 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3978 for as_dir in $PATH
3980 IFS=$as_save_IFS
3981 test -z "$as_dir" && as_dir=.
3982 for ac_exec_ext in '' $ac_executable_extensions; do
3983 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3984 ac_cv_prog_ac_ct_CPPBIN="cpp"
3985 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3986 break 2
3988 done
3989 done
3990 IFS=$as_save_IFS
3994 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3995 if test -n "$ac_ct_CPPBIN"; then
3996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3997 $as_echo "$ac_ct_CPPBIN" >&6; }
3998 else
3999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4000 $as_echo "no" >&6; }
4003 if test "x$ac_ct_CPPBIN" = x; then
4004 CPPBIN="cpp"
4005 else
4006 case $cross_compiling:$ac_tool_warned in
4007 yes:)
4008 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4009 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4010 ac_tool_warned=yes ;;
4011 esac
4012 CPPBIN=$ac_ct_CPPBIN
4014 else
4015 CPPBIN="$ac_cv_prog_CPPBIN"
4019 cat >>confdefs.h <<_ACEOF
4020 #define EXEEXT "$ac_exeext"
4021 _ACEOF
4024 case $host in
4025 *-darwin*)
4026 if test "x$enable_win64" = "xyes"
4027 then
4028 CC="$CC -m64"
4029 CXX="$CXX -m64"
4030 LD="${LD:-ld} -arch x86_64"
4031 AS="${AS:-as} -arch x86_64"
4032 host_cpu="x86_64"
4033 notice_platform="64-bit "
4034 TARGETFLAGS="-m64"
4036 else
4037 CC="$CC -m32"
4038 CXX="$CXX -m32"
4039 LD="${LD:-ld} -arch i386"
4040 AS="${AS:-as} -arch i386"
4041 host_cpu="i386"
4042 notice_platform="32-bit "
4043 TARGETFLAGS="-m32"
4045 enable_win16=${enable_win16:-yes}
4048 x86_64*)
4049 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4050 then
4051 CC="$CC -m32"
4052 CXX="$CXX -m32"
4053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4054 $as_echo_n "checking whether $CC works... " >&6; }
4056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4057 /* end confdefs.h. */
4060 main ()
4064 return 0;
4066 _ACEOF
4067 if ac_fn_c_try_link "$LINENO"; then :
4068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4069 $as_echo "yes" >&6; }
4070 else
4071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4072 $as_echo "no" >&6; }
4073 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4075 rm -f core conftest.err conftest.$ac_objext \
4076 conftest$ac_exeext conftest.$ac_ext
4077 LD="${LD:-ld} -m elf_i386"
4078 AS="${AS:-as} --32"
4079 host_cpu="i386"
4080 notice_platform="32-bit "
4081 TARGETFLAGS="-m32"
4083 enable_win16=${enable_win16:-yes}
4084 else
4085 if test "x${GCC}" = "xyes"
4086 then
4087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4088 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4089 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4090 /* end confdefs.h. */
4091 #include <stdarg.h>
4093 main ()
4095 void func(__builtin_ms_va_list *args);
4097 return 0;
4099 _ACEOF
4100 if ac_fn_c_try_compile "$LINENO"; then :
4101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4102 $as_echo "yes" >&6; }
4103 else
4104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4105 $as_echo "no" >&6; }
4106 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4108 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4110 TARGETFLAGS="-m64"
4114 *-mingw32*|*-cygwin*)
4115 enable_win16=${enable_win16:-no}
4116 CFLAGS="$CFLAGS -D_WIN32"
4118 i[3456789]86*)
4119 enable_win16=${enable_win16:-yes}
4121 esac
4123 enable_win16=${enable_win16:-no}
4125 enable_winetest=${enable_winetest:-$enable_tests}
4127 if test -n "$with_wine64"
4128 then
4129 if test "x$enable_win64" = "xyes"
4130 then
4131 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4132 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4134 WOW64_DISABLE=\#
4136 enable_fonts=${enable_fonts:-no}
4137 enable_include=${enable_include:-no}
4138 enable_server=${enable_server:-no}
4139 enable_tools=${enable_tools:-no}
4140 enable_wineboot=${enable_wineboot:-no}
4141 enable_winedbg=${enable_winedbg:-no}
4142 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4146 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4147 if test "${wine_cv_toolsdir+set}" = set; then :
4148 $as_echo_n "(cached) " >&6
4149 else
4150 wine_cv_toolsdir="$with_wine_tools"
4151 if test -z "$with_wine_tools"; then
4152 if test "$cross_compiling" = "yes"; then
4153 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4154 elif test -n "$with_wine64"; then
4155 wine_cv_toolsdir="$with_wine64"
4158 if test -z "$wine_cv_toolsdir"; then
4159 wine_cv_toolsdir="\$(TOPOBJDIR)"
4160 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4161 case "$wine_cv_toolsdir" in
4162 /*) ;;
4163 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4164 esac
4165 else
4166 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4170 $as_echo "$wine_cv_toolsdir" >&6; }
4171 TOOLSDIR=$wine_cv_toolsdir
4173 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4174 then
4175 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4179 for ac_prog in flex
4181 # Extract the first word of "$ac_prog", so it can be a program name with args.
4182 set dummy $ac_prog; ac_word=$2
4183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4184 $as_echo_n "checking for $ac_word... " >&6; }
4185 if test "${ac_cv_prog_FLEX+set}" = set; then :
4186 $as_echo_n "(cached) " >&6
4187 else
4188 if test -n "$FLEX"; then
4189 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4190 else
4191 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4192 for as_dir in $PATH
4194 IFS=$as_save_IFS
4195 test -z "$as_dir" && as_dir=.
4196 for ac_exec_ext in '' $ac_executable_extensions; do
4197 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4198 ac_cv_prog_FLEX="$ac_prog"
4199 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4200 break 2
4202 done
4203 done
4204 IFS=$as_save_IFS
4208 FLEX=$ac_cv_prog_FLEX
4209 if test -n "$FLEX"; then
4210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4211 $as_echo "$FLEX" >&6; }
4212 else
4213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4214 $as_echo "no" >&6; }
4218 test -n "$FLEX" && break
4219 done
4220 test -n "$FLEX" || FLEX="none"
4222 if test "$FLEX" = "none"
4223 then
4224 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4227 $as_echo_n "checking whether flex is recent enough... " >&6; }
4228 cat >conftest.l <<EOF
4229 %top{
4230 #include "prediluvian.h"
4234 if $FLEX -t conftest.l >/dev/null 2>&1
4235 then
4236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4237 $as_echo "yes" >&6; }
4238 else
4239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4240 $as_echo "no" >&6; }
4241 as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4244 for ac_prog in bison
4246 # Extract the first word of "$ac_prog", so it can be a program name with args.
4247 set dummy $ac_prog; ac_word=$2
4248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4249 $as_echo_n "checking for $ac_word... " >&6; }
4250 if test "${ac_cv_prog_BISON+set}" = set; then :
4251 $as_echo_n "(cached) " >&6
4252 else
4253 if test -n "$BISON"; then
4254 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4255 else
4256 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4257 for as_dir in $PATH
4259 IFS=$as_save_IFS
4260 test -z "$as_dir" && as_dir=.
4261 for ac_exec_ext in '' $ac_executable_extensions; do
4262 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4263 ac_cv_prog_BISON="$ac_prog"
4264 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4265 break 2
4267 done
4268 done
4269 IFS=$as_save_IFS
4273 BISON=$ac_cv_prog_BISON
4274 if test -n "$BISON"; then
4275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4276 $as_echo "$BISON" >&6; }
4277 else
4278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4279 $as_echo "no" >&6; }
4283 test -n "$BISON" && break
4284 done
4285 test -n "$BISON" || BISON="none"
4287 if test "$BISON" = "none"
4288 then
4289 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4292 if test -n "$ac_tool_prefix"; then
4293 for ac_prog in ar gar
4295 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4296 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4298 $as_echo_n "checking for $ac_word... " >&6; }
4299 if test "${ac_cv_prog_AR+set}" = set; then :
4300 $as_echo_n "(cached) " >&6
4301 else
4302 if test -n "$AR"; then
4303 ac_cv_prog_AR="$AR" # Let the user override the test.
4304 else
4305 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4306 for as_dir in $PATH
4308 IFS=$as_save_IFS
4309 test -z "$as_dir" && as_dir=.
4310 for ac_exec_ext in '' $ac_executable_extensions; do
4311 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4312 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4313 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4314 break 2
4316 done
4317 done
4318 IFS=$as_save_IFS
4322 AR=$ac_cv_prog_AR
4323 if test -n "$AR"; then
4324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4325 $as_echo "$AR" >&6; }
4326 else
4327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4328 $as_echo "no" >&6; }
4332 test -n "$AR" && break
4333 done
4335 if test -z "$AR"; then
4336 ac_ct_AR=$AR
4337 for ac_prog in ar gar
4339 # Extract the first word of "$ac_prog", so it can be a program name with args.
4340 set dummy $ac_prog; ac_word=$2
4341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4342 $as_echo_n "checking for $ac_word... " >&6; }
4343 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4344 $as_echo_n "(cached) " >&6
4345 else
4346 if test -n "$ac_ct_AR"; then
4347 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4348 else
4349 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4350 for as_dir in $PATH
4352 IFS=$as_save_IFS
4353 test -z "$as_dir" && as_dir=.
4354 for ac_exec_ext in '' $ac_executable_extensions; do
4355 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4356 ac_cv_prog_ac_ct_AR="$ac_prog"
4357 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4358 break 2
4360 done
4361 done
4362 IFS=$as_save_IFS
4366 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4367 if test -n "$ac_ct_AR"; then
4368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4369 $as_echo "$ac_ct_AR" >&6; }
4370 else
4371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4372 $as_echo "no" >&6; }
4376 test -n "$ac_ct_AR" && break
4377 done
4379 if test "x$ac_ct_AR" = x; then
4380 AR="ar"
4381 else
4382 case $cross_compiling:$ac_tool_warned in
4383 yes:)
4384 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4385 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4386 ac_tool_warned=yes ;;
4387 esac
4388 AR=$ac_ct_AR
4392 ARFLAGS=rc
4394 if test -n "$ac_tool_prefix"; then
4395 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4396 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4398 $as_echo_n "checking for $ac_word... " >&6; }
4399 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4400 $as_echo_n "(cached) " >&6
4401 else
4402 if test -n "$RANLIB"; then
4403 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4404 else
4405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4406 for as_dir in $PATH
4408 IFS=$as_save_IFS
4409 test -z "$as_dir" && as_dir=.
4410 for ac_exec_ext in '' $ac_executable_extensions; do
4411 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4412 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4413 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4414 break 2
4416 done
4417 done
4418 IFS=$as_save_IFS
4422 RANLIB=$ac_cv_prog_RANLIB
4423 if test -n "$RANLIB"; then
4424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4425 $as_echo "$RANLIB" >&6; }
4426 else
4427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4428 $as_echo "no" >&6; }
4433 if test -z "$ac_cv_prog_RANLIB"; then
4434 ac_ct_RANLIB=$RANLIB
4435 # Extract the first word of "ranlib", so it can be a program name with args.
4436 set dummy ranlib; ac_word=$2
4437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4438 $as_echo_n "checking for $ac_word... " >&6; }
4439 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4440 $as_echo_n "(cached) " >&6
4441 else
4442 if test -n "$ac_ct_RANLIB"; then
4443 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4444 else
4445 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4446 for as_dir in $PATH
4448 IFS=$as_save_IFS
4449 test -z "$as_dir" && as_dir=.
4450 for ac_exec_ext in '' $ac_executable_extensions; do
4451 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4452 ac_cv_prog_ac_ct_RANLIB="ranlib"
4453 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4454 break 2
4456 done
4457 done
4458 IFS=$as_save_IFS
4462 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4463 if test -n "$ac_ct_RANLIB"; then
4464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4465 $as_echo "$ac_ct_RANLIB" >&6; }
4466 else
4467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4468 $as_echo "no" >&6; }
4471 if test "x$ac_ct_RANLIB" = x; then
4472 RANLIB=":"
4473 else
4474 case $cross_compiling:$ac_tool_warned in
4475 yes:)
4476 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4477 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4478 ac_tool_warned=yes ;;
4479 esac
4480 RANLIB=$ac_ct_RANLIB
4482 else
4483 RANLIB="$ac_cv_prog_RANLIB"
4486 if test -n "$ac_tool_prefix"; then
4487 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4488 set dummy ${ac_tool_prefix}strip; ac_word=$2
4489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4490 $as_echo_n "checking for $ac_word... " >&6; }
4491 if test "${ac_cv_prog_STRIP+set}" = set; then :
4492 $as_echo_n "(cached) " >&6
4493 else
4494 if test -n "$STRIP"; then
4495 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4496 else
4497 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4498 for as_dir in $PATH
4500 IFS=$as_save_IFS
4501 test -z "$as_dir" && as_dir=.
4502 for ac_exec_ext in '' $ac_executable_extensions; do
4503 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4504 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4505 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4506 break 2
4508 done
4509 done
4510 IFS=$as_save_IFS
4514 STRIP=$ac_cv_prog_STRIP
4515 if test -n "$STRIP"; then
4516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4517 $as_echo "$STRIP" >&6; }
4518 else
4519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4520 $as_echo "no" >&6; }
4525 if test -z "$ac_cv_prog_STRIP"; then
4526 ac_ct_STRIP=$STRIP
4527 # Extract the first word of "strip", so it can be a program name with args.
4528 set dummy strip; ac_word=$2
4529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4530 $as_echo_n "checking for $ac_word... " >&6; }
4531 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4532 $as_echo_n "(cached) " >&6
4533 else
4534 if test -n "$ac_ct_STRIP"; then
4535 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4536 else
4537 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4538 for as_dir in $PATH
4540 IFS=$as_save_IFS
4541 test -z "$as_dir" && as_dir=.
4542 for ac_exec_ext in '' $ac_executable_extensions; do
4543 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4544 ac_cv_prog_ac_ct_STRIP="strip"
4545 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4546 break 2
4548 done
4549 done
4550 IFS=$as_save_IFS
4554 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4555 if test -n "$ac_ct_STRIP"; then
4556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4557 $as_echo "$ac_ct_STRIP" >&6; }
4558 else
4559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4560 $as_echo "no" >&6; }
4563 if test "x$ac_ct_STRIP" = x; then
4564 STRIP="strip"
4565 else
4566 case $cross_compiling:$ac_tool_warned in
4567 yes:)
4568 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4569 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4570 ac_tool_warned=yes ;;
4571 esac
4572 STRIP=$ac_ct_STRIP
4574 else
4575 STRIP="$ac_cv_prog_STRIP"
4578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4579 $as_echo_n "checking whether ln -s works... " >&6; }
4580 LN_S=$as_ln_s
4581 if test "$LN_S" = "ln -s"; then
4582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4583 $as_echo "yes" >&6; }
4584 else
4585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4586 $as_echo "no, using $LN_S" >&6; }
4589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4590 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4591 if test "${ac_cv_path_GREP+set}" = set; then :
4592 $as_echo_n "(cached) " >&6
4593 else
4594 if test -z "$GREP"; then
4595 ac_path_GREP_found=false
4596 # Loop through the user's path and test for each of PROGNAME-LIST
4597 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4598 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4600 IFS=$as_save_IFS
4601 test -z "$as_dir" && as_dir=.
4602 for ac_prog in grep ggrep; do
4603 for ac_exec_ext in '' $ac_executable_extensions; do
4604 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4605 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4606 # Check for GNU ac_path_GREP and select it if it is found.
4607 # Check for GNU $ac_path_GREP
4608 case `"$ac_path_GREP" --version 2>&1` in
4609 *GNU*)
4610 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4612 ac_count=0
4613 $as_echo_n 0123456789 >"conftest.in"
4614 while :
4616 cat "conftest.in" "conftest.in" >"conftest.tmp"
4617 mv "conftest.tmp" "conftest.in"
4618 cp "conftest.in" "conftest.nl"
4619 $as_echo 'GREP' >> "conftest.nl"
4620 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4621 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4622 as_fn_arith $ac_count + 1 && ac_count=$as_val
4623 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4624 # Best one so far, save it but keep looking for a better one
4625 ac_cv_path_GREP="$ac_path_GREP"
4626 ac_path_GREP_max=$ac_count
4628 # 10*(2^10) chars as input seems more than enough
4629 test $ac_count -gt 10 && break
4630 done
4631 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4632 esac
4634 $ac_path_GREP_found && break 3
4635 done
4636 done
4637 done
4638 IFS=$as_save_IFS
4639 if test -z "$ac_cv_path_GREP"; then
4640 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4642 else
4643 ac_cv_path_GREP=$GREP
4647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4648 $as_echo "$ac_cv_path_GREP" >&6; }
4649 GREP="$ac_cv_path_GREP"
4652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4653 $as_echo_n "checking for egrep... " >&6; }
4654 if test "${ac_cv_path_EGREP+set}" = set; then :
4655 $as_echo_n "(cached) " >&6
4656 else
4657 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4658 then ac_cv_path_EGREP="$GREP -E"
4659 else
4660 if test -z "$EGREP"; then
4661 ac_path_EGREP_found=false
4662 # Loop through the user's path and test for each of PROGNAME-LIST
4663 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4664 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4666 IFS=$as_save_IFS
4667 test -z "$as_dir" && as_dir=.
4668 for ac_prog in egrep; do
4669 for ac_exec_ext in '' $ac_executable_extensions; do
4670 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4671 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4672 # Check for GNU ac_path_EGREP and select it if it is found.
4673 # Check for GNU $ac_path_EGREP
4674 case `"$ac_path_EGREP" --version 2>&1` in
4675 *GNU*)
4676 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4678 ac_count=0
4679 $as_echo_n 0123456789 >"conftest.in"
4680 while :
4682 cat "conftest.in" "conftest.in" >"conftest.tmp"
4683 mv "conftest.tmp" "conftest.in"
4684 cp "conftest.in" "conftest.nl"
4685 $as_echo 'EGREP' >> "conftest.nl"
4686 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4687 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4688 as_fn_arith $ac_count + 1 && ac_count=$as_val
4689 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4690 # Best one so far, save it but keep looking for a better one
4691 ac_cv_path_EGREP="$ac_path_EGREP"
4692 ac_path_EGREP_max=$ac_count
4694 # 10*(2^10) chars as input seems more than enough
4695 test $ac_count -gt 10 && break
4696 done
4697 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4698 esac
4700 $ac_path_EGREP_found && break 3
4701 done
4702 done
4703 done
4704 IFS=$as_save_IFS
4705 if test -z "$ac_cv_path_EGREP"; then
4706 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4708 else
4709 ac_cv_path_EGREP=$EGREP
4714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4715 $as_echo "$ac_cv_path_EGREP" >&6; }
4716 EGREP="$ac_cv_path_EGREP"
4719 # Extract the first word of "ldconfig", so it can be a program name with args.
4720 set dummy ldconfig; ac_word=$2
4721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4722 $as_echo_n "checking for $ac_word... " >&6; }
4723 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4724 $as_echo_n "(cached) " >&6
4725 else
4726 case $LDCONFIG in
4727 [\\/]* | ?:[\\/]*)
4728 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4732 for as_dir in /sbin /usr/sbin $PATH
4734 IFS=$as_save_IFS
4735 test -z "$as_dir" && as_dir=.
4736 for ac_exec_ext in '' $ac_executable_extensions; do
4737 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4738 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4739 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4740 break 2
4742 done
4743 done
4744 IFS=$as_save_IFS
4746 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4748 esac
4750 LDCONFIG=$ac_cv_path_LDCONFIG
4751 if test -n "$LDCONFIG"; then
4752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4753 $as_echo "$LDCONFIG" >&6; }
4754 else
4755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4756 $as_echo "no" >&6; }
4760 # Find a good install program. We prefer a C program (faster),
4761 # so one script is as good as another. But avoid the broken or
4762 # incompatible versions:
4763 # SysV /etc/install, /usr/sbin/install
4764 # SunOS /usr/etc/install
4765 # IRIX /sbin/install
4766 # AIX /bin/install
4767 # AmigaOS /C/install, which installs bootblocks on floppy discs
4768 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4769 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4770 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4771 # OS/2's system install, which has a completely different semantic
4772 # ./install, which can be erroneously created by make from ./install.sh.
4773 # Reject install programs that cannot install multiple files.
4774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4775 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4776 if test -z "$INSTALL"; then
4777 if test "${ac_cv_path_install+set}" = set; then :
4778 $as_echo_n "(cached) " >&6
4779 else
4780 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4781 for as_dir in $PATH
4783 IFS=$as_save_IFS
4784 test -z "$as_dir" && as_dir=.
4785 # Account for people who put trailing slashes in PATH elements.
4786 case $as_dir/ in #((
4787 ./ | .// | /[cC]/* | \
4788 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4789 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4790 /usr/ucb/* ) ;;
4792 # OSF1 and SCO ODT 3.0 have their own names for install.
4793 # Don't use installbsd from OSF since it installs stuff as root
4794 # by default.
4795 for ac_prog in ginstall scoinst install; do
4796 for ac_exec_ext in '' $ac_executable_extensions; do
4797 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4798 if test $ac_prog = install &&
4799 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4800 # AIX install. It has an incompatible calling convention.
4802 elif test $ac_prog = install &&
4803 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4804 # program-specific install script used by HP pwplus--don't use.
4806 else
4807 rm -rf conftest.one conftest.two conftest.dir
4808 echo one > conftest.one
4809 echo two > conftest.two
4810 mkdir conftest.dir
4811 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4812 test -s conftest.one && test -s conftest.two &&
4813 test -s conftest.dir/conftest.one &&
4814 test -s conftest.dir/conftest.two
4815 then
4816 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4817 break 3
4821 done
4822 done
4824 esac
4826 done
4827 IFS=$as_save_IFS
4829 rm -rf conftest.one conftest.two conftest.dir
4832 if test "${ac_cv_path_install+set}" = set; then
4833 INSTALL=$ac_cv_path_install
4834 else
4835 # As a last resort, use the slow shell script. Don't cache a
4836 # value for INSTALL within a source directory, because that will
4837 # break other packages using the cache if that directory is
4838 # removed, or if the value is a relative name.
4839 INSTALL=$ac_install_sh
4842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4843 $as_echo "$INSTALL" >&6; }
4845 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4846 # It thinks the first close brace ends the variable substitution.
4847 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4849 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4851 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4853 case "$INSTALL" in
4854 [\\/$]* | ?:[\\/]* ) ;;
4855 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4856 esac
4858 for ac_prog in lclint lint
4860 # Extract the first word of "$ac_prog", so it can be a program name with args.
4861 set dummy $ac_prog; ac_word=$2
4862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4863 $as_echo_n "checking for $ac_word... " >&6; }
4864 if test "${ac_cv_prog_LINT+set}" = set; then :
4865 $as_echo_n "(cached) " >&6
4866 else
4867 if test -n "$LINT"; then
4868 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4869 else
4870 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4871 for as_dir in $PATH
4873 IFS=$as_save_IFS
4874 test -z "$as_dir" && as_dir=.
4875 for ac_exec_ext in '' $ac_executable_extensions; do
4876 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4877 ac_cv_prog_LINT="$ac_prog"
4878 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4879 break 2
4881 done
4882 done
4883 IFS=$as_save_IFS
4887 LINT=$ac_cv_prog_LINT
4888 if test -n "$LINT"; then
4889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4890 $as_echo "$LINT" >&6; }
4891 else
4892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4893 $as_echo "no" >&6; }
4897 test -n "$LINT" && break
4898 done
4900 if test "$LINT" = "lint"
4901 then
4902 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4907 for ac_prog in fontforge
4909 # Extract the first word of "$ac_prog", so it can be a program name with args.
4910 set dummy $ac_prog; ac_word=$2
4911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4912 $as_echo_n "checking for $ac_word... " >&6; }
4913 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4914 $as_echo_n "(cached) " >&6
4915 else
4916 if test -n "$FONTFORGE"; then
4917 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4918 else
4919 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4920 for as_dir in $PATH
4922 IFS=$as_save_IFS
4923 test -z "$as_dir" && as_dir=.
4924 for ac_exec_ext in '' $ac_executable_extensions; do
4925 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4926 ac_cv_prog_FONTFORGE="$ac_prog"
4927 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4928 break 2
4930 done
4931 done
4932 IFS=$as_save_IFS
4936 FONTFORGE=$ac_cv_prog_FONTFORGE
4937 if test -n "$FONTFORGE"; then
4938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4939 $as_echo "$FONTFORGE" >&6; }
4940 else
4941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4942 $as_echo "no" >&6; }
4946 test -n "$FONTFORGE" && break
4947 done
4948 test -n "$FONTFORGE" || FONTFORGE="false"
4950 for ac_prog in pkg-config
4952 # Extract the first word of "$ac_prog", so it can be a program name with args.
4953 set dummy $ac_prog; ac_word=$2
4954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4955 $as_echo_n "checking for $ac_word... " >&6; }
4956 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4957 $as_echo_n "(cached) " >&6
4958 else
4959 if test -n "$PKG_CONFIG"; then
4960 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4961 else
4962 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4963 for as_dir in $PATH
4965 IFS=$as_save_IFS
4966 test -z "$as_dir" && as_dir=.
4967 for ac_exec_ext in '' $ac_executable_extensions; do
4968 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4969 ac_cv_prog_PKG_CONFIG="$ac_prog"
4970 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4971 break 2
4973 done
4974 done
4975 IFS=$as_save_IFS
4979 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4980 if test -n "$PKG_CONFIG"; then
4981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4982 $as_echo "$PKG_CONFIG" >&6; }
4983 else
4984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4985 $as_echo "no" >&6; }
4989 test -n "$PKG_CONFIG" && break
4990 done
4991 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4993 for ac_prog in rsvg
4995 # Extract the first word of "$ac_prog", so it can be a program name with args.
4996 set dummy $ac_prog; ac_word=$2
4997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4998 $as_echo_n "checking for $ac_word... " >&6; }
4999 if test "${ac_cv_prog_RSVG+set}" = set; then :
5000 $as_echo_n "(cached) " >&6
5001 else
5002 if test -n "$RSVG"; then
5003 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5004 else
5005 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5006 for as_dir in $PATH
5008 IFS=$as_save_IFS
5009 test -z "$as_dir" && as_dir=.
5010 for ac_exec_ext in '' $ac_executable_extensions; do
5011 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5012 ac_cv_prog_RSVG="$ac_prog"
5013 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5014 break 2
5016 done
5017 done
5018 IFS=$as_save_IFS
5022 RSVG=$ac_cv_prog_RSVG
5023 if test -n "$RSVG"; then
5024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5025 $as_echo "$RSVG" >&6; }
5026 else
5027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5028 $as_echo "no" >&6; }
5032 test -n "$RSVG" && break
5033 done
5034 test -n "$RSVG" || RSVG="false"
5036 for ac_prog in icotool
5038 # Extract the first word of "$ac_prog", so it can be a program name with args.
5039 set dummy $ac_prog; ac_word=$2
5040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5041 $as_echo_n "checking for $ac_word... " >&6; }
5042 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5043 $as_echo_n "(cached) " >&6
5044 else
5045 if test -n "$ICOTOOL"; then
5046 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5047 else
5048 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5049 for as_dir in $PATH
5051 IFS=$as_save_IFS
5052 test -z "$as_dir" && as_dir=.
5053 for ac_exec_ext in '' $ac_executable_extensions; do
5054 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5055 ac_cv_prog_ICOTOOL="$ac_prog"
5056 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5057 break 2
5059 done
5060 done
5061 IFS=$as_save_IFS
5065 ICOTOOL=$ac_cv_prog_ICOTOOL
5066 if test -n "$ICOTOOL"; then
5067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5068 $as_echo "$ICOTOOL" >&6; }
5069 else
5070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5071 $as_echo "no" >&6; }
5075 test -n "$ICOTOOL" && break
5076 done
5077 test -n "$ICOTOOL" || ICOTOOL="false"
5080 if test "${enable_maintainer_mode+set}" = set
5081 then
5082 if test "$FONTFORGE" = "false"; then as_fn_append wine_warnings "|fontforge is missing, fonts can't be rebuilt."; fi
5083 if test "$RSVG" = "false"; then as_fn_append wine_warnings "|rsvg is missing, icons can't be rebuilt."; fi
5084 if test "$ICOTOOL" = "false"; then as_fn_append wine_warnings "|icotool is missing, icons can't be rebuilt."; fi
5087 case $host_cpu in
5088 *i[3456789]86*)
5089 # Extract the first word of "prelink", so it can be a program name with args.
5090 set dummy prelink; ac_word=$2
5091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5092 $as_echo_n "checking for $ac_word... " >&6; }
5093 if test "${ac_cv_path_PRELINK+set}" = set; then :
5094 $as_echo_n "(cached) " >&6
5095 else
5096 case $PRELINK in
5097 [\\/]* | ?:[\\/]*)
5098 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5101 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5102 for as_dir in /sbin /usr/sbin $PATH
5104 IFS=$as_save_IFS
5105 test -z "$as_dir" && as_dir=.
5106 for ac_exec_ext in '' $ac_executable_extensions; do
5107 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5108 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5109 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5110 break 2
5112 done
5113 done
5114 IFS=$as_save_IFS
5116 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5118 esac
5120 PRELINK=$ac_cv_path_PRELINK
5121 if test -n "$PRELINK"; then
5122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5123 $as_echo "$PRELINK" >&6; }
5124 else
5125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5126 $as_echo "no" >&6; }
5131 esac
5134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5135 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5136 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5137 $as_echo_n "(cached) " >&6
5138 else
5139 ac_check_lib_save_LIBS=$LIBS
5140 LIBS="-li386 $LIBS"
5141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5142 /* end confdefs.h. */
5144 /* Override any GCC internal prototype to avoid an error.
5145 Use char because int might match the return type of a GCC
5146 builtin and then its argument prototype would still apply. */
5147 #ifdef __cplusplus
5148 extern "C"
5149 #endif
5150 char i386_set_ldt ();
5152 main ()
5154 return i386_set_ldt ();
5156 return 0;
5158 _ACEOF
5159 if ac_fn_c_try_link "$LINENO"; then :
5160 ac_cv_lib_i386_i386_set_ldt=yes
5161 else
5162 ac_cv_lib_i386_i386_set_ldt=no
5164 rm -f core conftest.err conftest.$ac_objext \
5165 conftest$ac_exeext conftest.$ac_ext
5166 LIBS=$ac_check_lib_save_LIBS
5168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5169 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5170 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5171 cat >>confdefs.h <<_ACEOF
5172 #define HAVE_LIBI386 1
5173 _ACEOF
5175 LIBS="-li386 $LIBS"
5179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5180 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5181 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5182 $as_echo_n "(cached) " >&6
5183 else
5184 ac_check_lib_save_LIBS=$LIBS
5185 LIBS="-lossaudio $LIBS"
5186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5187 /* end confdefs.h. */
5189 /* Override any GCC internal prototype to avoid an error.
5190 Use char because int might match the return type of a GCC
5191 builtin and then its argument prototype would still apply. */
5192 #ifdef __cplusplus
5193 extern "C"
5194 #endif
5195 char _oss_ioctl ();
5197 main ()
5199 return _oss_ioctl ();
5201 return 0;
5203 _ACEOF
5204 if ac_fn_c_try_link "$LINENO"; then :
5205 ac_cv_lib_ossaudio__oss_ioctl=yes
5206 else
5207 ac_cv_lib_ossaudio__oss_ioctl=no
5209 rm -f core conftest.err conftest.$ac_objext \
5210 conftest$ac_exeext conftest.$ac_ext
5211 LIBS=$ac_check_lib_save_LIBS
5213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5214 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5215 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5216 cat >>confdefs.h <<_ACEOF
5217 #define HAVE_LIBOSSAUDIO 1
5218 _ACEOF
5220 LIBS="-lossaudio $LIBS"
5225 XLIB=""
5227 OPENGL_LIBS=""
5231 # Check whether --enable-largefile was given.
5232 if test "${enable_largefile+set}" = set; then :
5233 enableval=$enable_largefile;
5236 if test "$enable_largefile" != no; then
5238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5239 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5240 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5241 $as_echo_n "(cached) " >&6
5242 else
5243 ac_cv_sys_largefile_CC=no
5244 if test "$GCC" != yes; then
5245 ac_save_CC=$CC
5246 while :; do
5247 # IRIX 6.2 and later do not support large files by default,
5248 # so use the C compiler's -n32 option if that helps.
5249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5250 /* end confdefs.h. */
5251 #include <sys/types.h>
5252 /* Check that off_t can represent 2**63 - 1 correctly.
5253 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5254 since some C++ compilers masquerading as C compilers
5255 incorrectly reject 9223372036854775807. */
5256 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5257 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5258 && LARGE_OFF_T % 2147483647 == 1)
5259 ? 1 : -1];
5261 main ()
5265 return 0;
5267 _ACEOF
5268 if ac_fn_c_try_compile "$LINENO"; then :
5269 break
5271 rm -f core conftest.err conftest.$ac_objext
5272 CC="$CC -n32"
5273 if ac_fn_c_try_compile "$LINENO"; then :
5274 ac_cv_sys_largefile_CC=' -n32'; break
5276 rm -f core conftest.err conftest.$ac_objext
5277 break
5278 done
5279 CC=$ac_save_CC
5280 rm -f conftest.$ac_ext
5283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5284 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5285 if test "$ac_cv_sys_largefile_CC" != no; then
5286 CC=$CC$ac_cv_sys_largefile_CC
5289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5290 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5291 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5292 $as_echo_n "(cached) " >&6
5293 else
5294 while :; do
5295 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5296 /* end confdefs.h. */
5297 #include <sys/types.h>
5298 /* Check that off_t can represent 2**63 - 1 correctly.
5299 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5300 since some C++ compilers masquerading as C compilers
5301 incorrectly reject 9223372036854775807. */
5302 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5303 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5304 && LARGE_OFF_T % 2147483647 == 1)
5305 ? 1 : -1];
5307 main ()
5311 return 0;
5313 _ACEOF
5314 if ac_fn_c_try_compile "$LINENO"; then :
5315 ac_cv_sys_file_offset_bits=no; break
5317 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5319 /* end confdefs.h. */
5320 #define _FILE_OFFSET_BITS 64
5321 #include <sys/types.h>
5322 /* Check that off_t can represent 2**63 - 1 correctly.
5323 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5324 since some C++ compilers masquerading as C compilers
5325 incorrectly reject 9223372036854775807. */
5326 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5327 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5328 && LARGE_OFF_T % 2147483647 == 1)
5329 ? 1 : -1];
5331 main ()
5335 return 0;
5337 _ACEOF
5338 if ac_fn_c_try_compile "$LINENO"; then :
5339 ac_cv_sys_file_offset_bits=64; break
5341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5342 ac_cv_sys_file_offset_bits=unknown
5343 break
5344 done
5346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5347 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5348 case $ac_cv_sys_file_offset_bits in #(
5349 no | unknown) ;;
5351 cat >>confdefs.h <<_ACEOF
5352 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5353 _ACEOF
5355 esac
5356 rm -rf conftest*
5357 if test $ac_cv_sys_file_offset_bits = unknown; then
5358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5359 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5360 if test "${ac_cv_sys_large_files+set}" = set; then :
5361 $as_echo_n "(cached) " >&6
5362 else
5363 while :; do
5364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5365 /* end confdefs.h. */
5366 #include <sys/types.h>
5367 /* Check that off_t can represent 2**63 - 1 correctly.
5368 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5369 since some C++ compilers masquerading as C compilers
5370 incorrectly reject 9223372036854775807. */
5371 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5372 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5373 && LARGE_OFF_T % 2147483647 == 1)
5374 ? 1 : -1];
5376 main ()
5380 return 0;
5382 _ACEOF
5383 if ac_fn_c_try_compile "$LINENO"; then :
5384 ac_cv_sys_large_files=no; break
5386 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5387 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5388 /* end confdefs.h. */
5389 #define _LARGE_FILES 1
5390 #include <sys/types.h>
5391 /* Check that off_t can represent 2**63 - 1 correctly.
5392 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5393 since some C++ compilers masquerading as C compilers
5394 incorrectly reject 9223372036854775807. */
5395 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5396 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5397 && LARGE_OFF_T % 2147483647 == 1)
5398 ? 1 : -1];
5400 main ()
5404 return 0;
5406 _ACEOF
5407 if ac_fn_c_try_compile "$LINENO"; then :
5408 ac_cv_sys_large_files=1; break
5410 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5411 ac_cv_sys_large_files=unknown
5412 break
5413 done
5415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5416 $as_echo "$ac_cv_sys_large_files" >&6; }
5417 case $ac_cv_sys_large_files in #(
5418 no | unknown) ;;
5420 cat >>confdefs.h <<_ACEOF
5421 #define _LARGE_FILES $ac_cv_sys_large_files
5422 _ACEOF
5424 esac
5425 rm -rf conftest*
5430 ac_ext=c
5431 ac_cpp='$CPP $CPPFLAGS'
5432 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5433 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5434 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5436 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5437 # On Suns, sometimes $CPP names a directory.
5438 if test -n "$CPP" && test -d "$CPP"; then
5439 CPP=
5441 if test -z "$CPP"; then
5442 if test "${ac_cv_prog_CPP+set}" = set; then :
5443 $as_echo_n "(cached) " >&6
5444 else
5445 # Double quotes because CPP needs to be expanded
5446 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5448 ac_preproc_ok=false
5449 for ac_c_preproc_warn_flag in '' yes
5451 # Use a header file that comes with gcc, so configuring glibc
5452 # with a fresh cross-compiler works.
5453 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5454 # <limits.h> exists even on freestanding compilers.
5455 # On the NeXT, cc -E runs the code through the compiler's parser,
5456 # not just through cpp. "Syntax error" is here to catch this case.
5457 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5458 /* end confdefs.h. */
5459 #ifdef __STDC__
5460 # include <limits.h>
5461 #else
5462 # include <assert.h>
5463 #endif
5464 Syntax error
5465 _ACEOF
5466 if ac_fn_c_try_cpp "$LINENO"; then :
5468 else
5469 # Broken: fails on valid input.
5470 continue
5472 rm -f conftest.err conftest.$ac_ext
5474 # OK, works on sane cases. Now check whether nonexistent headers
5475 # can be detected and how.
5476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5477 /* end confdefs.h. */
5478 #include <ac_nonexistent.h>
5479 _ACEOF
5480 if ac_fn_c_try_cpp "$LINENO"; then :
5481 # Broken: success on invalid input.
5482 continue
5483 else
5484 # Passes both tests.
5485 ac_preproc_ok=:
5486 break
5488 rm -f conftest.err conftest.$ac_ext
5490 done
5491 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5492 rm -f conftest.err conftest.$ac_ext
5493 if $ac_preproc_ok; then :
5494 break
5497 done
5498 ac_cv_prog_CPP=$CPP
5501 CPP=$ac_cv_prog_CPP
5502 else
5503 ac_cv_prog_CPP=$CPP
5505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5506 $as_echo "$CPP" >&6; }
5507 ac_preproc_ok=false
5508 for ac_c_preproc_warn_flag in '' yes
5510 # Use a header file that comes with gcc, so configuring glibc
5511 # with a fresh cross-compiler works.
5512 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5513 # <limits.h> exists even on freestanding compilers.
5514 # On the NeXT, cc -E runs the code through the compiler's parser,
5515 # not just through cpp. "Syntax error" is here to catch this case.
5516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5517 /* end confdefs.h. */
5518 #ifdef __STDC__
5519 # include <limits.h>
5520 #else
5521 # include <assert.h>
5522 #endif
5523 Syntax error
5524 _ACEOF
5525 if ac_fn_c_try_cpp "$LINENO"; then :
5527 else
5528 # Broken: fails on valid input.
5529 continue
5531 rm -f conftest.err conftest.$ac_ext
5533 # OK, works on sane cases. Now check whether nonexistent headers
5534 # can be detected and how.
5535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5536 /* end confdefs.h. */
5537 #include <ac_nonexistent.h>
5538 _ACEOF
5539 if ac_fn_c_try_cpp "$LINENO"; then :
5540 # Broken: success on invalid input.
5541 continue
5542 else
5543 # Passes both tests.
5544 ac_preproc_ok=:
5545 break
5547 rm -f conftest.err conftest.$ac_ext
5549 done
5550 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5551 rm -f conftest.err conftest.$ac_ext
5552 if $ac_preproc_ok; then :
5554 else
5555 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5556 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5557 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5558 See \`config.log' for more details." "$LINENO" 5; }
5561 ac_ext=c
5562 ac_cpp='$CPP $CPPFLAGS'
5563 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5564 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5565 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5569 $as_echo_n "checking for ANSI C header files... " >&6; }
5570 if test "${ac_cv_header_stdc+set}" = set; then :
5571 $as_echo_n "(cached) " >&6
5572 else
5573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5574 /* end confdefs.h. */
5575 #include <stdlib.h>
5576 #include <stdarg.h>
5577 #include <string.h>
5578 #include <float.h>
5581 main ()
5585 return 0;
5587 _ACEOF
5588 if ac_fn_c_try_compile "$LINENO"; then :
5589 ac_cv_header_stdc=yes
5590 else
5591 ac_cv_header_stdc=no
5593 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5595 if test $ac_cv_header_stdc = yes; then
5596 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5597 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5598 /* end confdefs.h. */
5599 #include <string.h>
5601 _ACEOF
5602 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5603 $EGREP "memchr" >/dev/null 2>&1; then :
5605 else
5606 ac_cv_header_stdc=no
5608 rm -f conftest*
5612 if test $ac_cv_header_stdc = yes; then
5613 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5615 /* end confdefs.h. */
5616 #include <stdlib.h>
5618 _ACEOF
5619 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5620 $EGREP "free" >/dev/null 2>&1; then :
5622 else
5623 ac_cv_header_stdc=no
5625 rm -f conftest*
5629 if test $ac_cv_header_stdc = yes; then
5630 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5631 if test "$cross_compiling" = yes; then :
5633 else
5634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5635 /* end confdefs.h. */
5636 #include <ctype.h>
5637 #include <stdlib.h>
5638 #if ((' ' & 0x0FF) == 0x020)
5639 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5640 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5641 #else
5642 # define ISLOWER(c) \
5643 (('a' <= (c) && (c) <= 'i') \
5644 || ('j' <= (c) && (c) <= 'r') \
5645 || ('s' <= (c) && (c) <= 'z'))
5646 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5647 #endif
5649 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5651 main ()
5653 int i;
5654 for (i = 0; i < 256; i++)
5655 if (XOR (islower (i), ISLOWER (i))
5656 || toupper (i) != TOUPPER (i))
5657 return 2;
5658 return 0;
5660 _ACEOF
5661 if ac_fn_c_try_run "$LINENO"; then :
5663 else
5664 ac_cv_header_stdc=no
5666 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5667 conftest.$ac_objext conftest.beam conftest.$ac_ext
5672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5673 $as_echo "$ac_cv_header_stdc" >&6; }
5674 if test $ac_cv_header_stdc = yes; then
5676 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5680 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5681 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5682 inttypes.h stdint.h unistd.h
5683 do :
5684 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5685 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5687 eval as_val=\$$as_ac_Header
5688 if test "x$as_val" = x""yes; then :
5689 cat >>confdefs.h <<_ACEOF
5690 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5691 _ACEOF
5695 done
5698 for ac_header in \
5699 AL/al.h \
5700 AudioUnit/AudioUnit.h \
5701 Carbon/Carbon.h \
5702 CoreAudio/CoreAudio.h \
5703 DiskArbitration/DiskArbitration.h \
5704 IOKit/IOKitLib.h \
5705 IOKit/hid/IOHIDLib.h \
5706 OpenAL/al.h \
5707 alias.h \
5708 alsa/asoundlib.h \
5709 arpa/inet.h \
5710 arpa/nameser.h \
5711 asm/types.h \
5712 capi20.h \
5713 curses.h \
5714 direct.h \
5715 dirent.h \
5716 dlfcn.h \
5717 elf.h \
5718 float.h \
5719 fnmatch.h \
5720 fontconfig/fontconfig.h \
5721 getopt.h \
5722 grp.h \
5723 gsm.h \
5724 gsm/gsm.h \
5725 ieeefp.h \
5726 inet/mib2.h \
5727 io.h \
5728 jack/jack.h \
5729 jpeglib.h \
5730 kstat.h \
5731 lber.h \
5732 lcms.h \
5733 lcms/lcms.h \
5734 ldap.h \
5735 libaudioio.h \
5736 link.h \
5737 linux/cdrom.h \
5738 linux/compiler.h \
5739 linux/hdreg.h \
5740 linux/input.h \
5741 linux/ioctl.h \
5742 linux/joystick.h \
5743 linux/major.h \
5744 linux/param.h \
5745 linux/serial.h \
5746 linux/types.h \
5747 linux/ucdrom.h \
5748 mach-o/nlist.h \
5749 mach/mach.h \
5750 mach/machine.h \
5751 machine/cpu.h \
5752 machine/limits.h \
5753 machine/soundcard.h \
5754 mntent.h \
5755 mpg123.h \
5756 ncurses.h \
5757 netdb.h \
5758 netinet/in.h \
5759 netinet/in_systm.h \
5760 netinet/tcp.h \
5761 netinet/tcp_fsm.h \
5762 openssl/err.h \
5763 openssl/ssl.h \
5764 png.h \
5765 poll.h \
5766 port.h \
5767 process.h \
5768 pthread.h \
5769 pwd.h \
5770 regex.h \
5771 sched.h \
5772 scsi/scsi.h \
5773 scsi/scsi_ioctl.h \
5774 scsi/sg.h \
5775 soundcard.h \
5776 stdbool.h \
5777 stdint.h \
5778 strings.h \
5779 stropts.h \
5780 sys/asoundlib.h \
5781 sys/cdio.h \
5782 sys/elf32.h \
5783 sys/epoll.h \
5784 sys/errno.h \
5785 sys/event.h \
5786 sys/exec_elf.h \
5787 sys/filio.h \
5788 sys/inotify.h \
5789 sys/ioctl.h \
5790 sys/ipc.h \
5791 sys/limits.h \
5792 sys/link.h \
5793 sys/mman.h \
5794 sys/modem.h \
5795 sys/msg.h \
5796 sys/mtio.h \
5797 sys/param.h \
5798 sys/poll.h \
5799 sys/prctl.h \
5800 sys/protosw.h \
5801 sys/ptrace.h \
5802 sys/resource.h \
5803 sys/scsiio.h \
5804 sys/shm.h \
5805 sys/signal.h \
5806 sys/socket.h \
5807 sys/socketvar.h \
5808 sys/sockio.h \
5809 sys/soundcard.h \
5810 sys/statvfs.h \
5811 sys/strtio.h \
5812 sys/syscall.h \
5813 sys/tihdr.h \
5814 sys/time.h \
5815 sys/timeout.h \
5816 sys/times.h \
5817 sys/uio.h \
5818 sys/un.h \
5819 sys/utsname.h \
5820 sys/vm86.h \
5821 sys/wait.h \
5822 syscall.h \
5823 termios.h \
5824 unistd.h \
5825 utime.h \
5826 valgrind/memcheck.h \
5827 valgrind/valgrind.h \
5828 zlib.h
5830 do :
5831 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5832 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5833 eval as_val=\$$as_ac_Header
5834 if test "x$as_val" = x""yes; then :
5835 cat >>confdefs.h <<_ACEOF
5836 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5837 _ACEOF
5841 done
5843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5844 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5845 if test "${ac_cv_header_stat_broken+set}" = set; then :
5846 $as_echo_n "(cached) " >&6
5847 else
5848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5849 /* end confdefs.h. */
5850 #include <sys/types.h>
5851 #include <sys/stat.h>
5853 #if defined S_ISBLK && defined S_IFDIR
5854 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5855 #endif
5857 #if defined S_ISBLK && defined S_IFCHR
5858 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5859 #endif
5861 #if defined S_ISLNK && defined S_IFREG
5862 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5863 #endif
5865 #if defined S_ISSOCK && defined S_IFREG
5866 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5867 #endif
5869 _ACEOF
5870 if ac_fn_c_try_compile "$LINENO"; then :
5871 ac_cv_header_stat_broken=no
5872 else
5873 ac_cv_header_stat_broken=yes
5875 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5878 $as_echo "$ac_cv_header_stat_broken" >&6; }
5879 if test $ac_cv_header_stat_broken = yes; then
5881 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5887 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5888 do :
5889 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5890 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5891 #ifdef HAVE_SYS_PARAM_H
5892 # include <sys/param.h>
5893 #endif
5895 eval as_val=\$$as_ac_Header
5896 if test "x$as_val" = x""yes; then :
5897 cat >>confdefs.h <<_ACEOF
5898 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5899 _ACEOF
5903 done
5906 for ac_header in \
5907 netinet/ip.h \
5908 net/if.h \
5909 net/if_arp.h \
5910 net/if_dl.h \
5911 net/if_types.h \
5912 net/route.h \
5913 netinet/if_ether.h \
5914 netinet/if_inarp.h \
5915 netinet/in_pcb.h \
5916 netinet/ip_icmp.h \
5917 netinet/ip_var.h \
5918 netinet/udp.h \
5919 netipx/ipx.h \
5921 do :
5922 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5923 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5924 #ifdef HAVE_SYS_SOCKET_H
5925 # include <sys/socket.h>
5926 #endif
5927 #ifdef HAVE_SYS_SOCKETVAR_H
5928 # include <sys/socketvar.h>
5929 #endif
5930 #ifdef HAVE_NET_ROUTE_H
5931 # include <net/route.h>
5932 #endif
5933 #ifdef HAVE_NETINET_IN_H
5934 # include <netinet/in.h>
5935 #endif
5936 #ifdef HAVE_NETINET_IN_SYSTM_H
5937 # include <netinet/in_systm.h>
5938 #endif
5939 #ifdef HAVE_NET_IF_H
5940 # include <net/if.h>
5941 #endif
5942 #ifdef HAVE_NETINET_IP_H
5943 # include <netinet/ip.h>
5944 #endif
5946 eval as_val=\$$as_ac_Header
5947 if test "x$as_val" = x""yes; then :
5948 cat >>confdefs.h <<_ACEOF
5949 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5950 _ACEOF
5954 done
5957 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5958 do :
5959 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5960 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5961 #ifdef HAVE_ALIAS_H
5962 # include <alias.h>
5963 #endif
5964 #ifdef HAVE_SYS_SOCKET_H
5965 # include <sys/socket.h>
5966 #endif
5967 #ifdef HAVE_SYS_SOCKETVAR_H
5968 # include <sys/socketvar.h>
5969 #endif
5970 #ifdef HAVE_SYS_TIMEOUT_H
5971 # include <sys/timeout.h>
5972 #endif
5973 #ifdef HAVE_NETINET_IN_H
5974 # include <netinet/in.h>
5975 #endif
5976 #ifdef HAVE_NETINET_IN_SYSTM_H
5977 # include <netinet/in_systm.h>
5978 #endif
5979 #ifdef HAVE_NETINET_IP_H
5980 # include <netinet/ip.h>
5981 #endif
5982 #ifdef HAVE_NETINET_IP_VAR_H
5983 # include <netinet/ip_var.h>
5984 #endif
5985 #ifdef HAVE_NETINET_IP_ICMP_H
5986 # include <netinet/ip_icmp.h>
5987 #endif
5988 #ifdef HAVE_NETINET_UDP_H
5989 # include <netinet/udp.h>
5990 #endif
5991 #ifdef HAVE_NETINET_TCP_H
5992 # include <netinet/tcp.h>
5993 #endif
5994 #ifdef HAVE_NETINET_TCP_TIMER_H
5995 #include <netinet/tcp_timer.h>
5996 #endif
5998 eval as_val=\$$as_ac_Header
5999 if test "x$as_val" = x""yes; then :
6000 cat >>confdefs.h <<_ACEOF
6001 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6002 _ACEOF
6006 done
6009 for ac_header in linux/ipx.h linux/irda.h
6010 do :
6011 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6012 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6013 #ifdef HAVE_ASM_TYPES_H
6014 # include <asm/types.h>
6015 #endif
6016 #ifdef HAVE_SYS_SOCKET_H
6017 # include <sys/socket.h>
6018 #endif
6019 #ifdef HAVE_LINUX_TYPES_H
6020 # include <linux/types.h>
6021 #endif
6023 eval as_val=\$$as_ac_Header
6024 if test "x$as_val" = x""yes; then :
6025 cat >>confdefs.h <<_ACEOF
6026 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6027 _ACEOF
6031 done
6034 for ac_header in mach-o/dyld_images.h
6035 do :
6036 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6037 # include <stdbool.h>
6038 #endif
6039 #ifdef HAVE_STDINT_H
6040 # include <stdint.h>
6041 #endif
6043 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6044 cat >>confdefs.h <<_ACEOF
6045 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6046 _ACEOF
6050 done
6053 for ac_header in resolv.h
6054 do :
6055 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6056 #ifdef HAVE_SYS_SOCKET_H
6057 # include <sys/socket.h>
6058 #endif
6059 #ifdef HAVE_NETINET_IN_H
6060 # include <netinet/in.h>
6061 #endif
6062 #ifdef HAVE_ARPA_NAMESER_H
6063 # include <arpa/nameser.h>
6064 #endif
6066 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6067 cat >>confdefs.h <<_ACEOF
6068 #define HAVE_RESOLV_H 1
6069 _ACEOF
6073 done
6076 for ac_header in ucontext.h
6077 do :
6078 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6080 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6081 cat >>confdefs.h <<_ACEOF
6082 #define HAVE_UCONTEXT_H 1
6083 _ACEOF
6087 done
6090 for ac_header in sys/thr.h
6091 do :
6092 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6093 #ifdef HAVE_UCONTEXT_H
6094 #include <ucontext.h>
6095 #endif
6097 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6098 cat >>confdefs.h <<_ACEOF
6099 #define HAVE_SYS_THR_H 1
6100 _ACEOF
6104 done
6107 for ac_header in pthread_np.h
6108 do :
6109 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6110 #include <pthread.h>
6111 #endif
6113 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6114 cat >>confdefs.h <<_ACEOF
6115 #define HAVE_PTHREAD_NP_H 1
6116 _ACEOF
6120 done
6123 for ac_header in linux/videodev.h
6124 do :
6125 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6126 #include <sys/time.h>
6127 #endif
6128 #include <sys/types.h>
6129 #ifdef HAVE_ASM_TYPES_H
6130 #include <asm/types.h>
6131 #endif
6133 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6134 cat >>confdefs.h <<_ACEOF
6135 #define HAVE_LINUX_VIDEODEV_H 1
6136 _ACEOF
6140 done
6143 for ac_header in linux/capi.h
6144 do :
6145 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6147 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6148 cat >>confdefs.h <<_ACEOF
6149 #define HAVE_LINUX_CAPI_H 1
6150 _ACEOF
6154 done
6158 DLLEXT=""
6160 DLLFLAGS="-D_REENTRANT"
6162 LDSHARED=""
6164 LDDLLFLAGS=""
6166 LIBEXT="so"
6168 IMPLIBEXT="def"
6170 LDRPATH_INSTALL=""
6172 LDRPATH_LOCAL=""
6174 STATIC_IMPLIBEXT="def.a"
6175 # Extract the first word of "ldd", so it can be a program name with args.
6176 set dummy ldd; ac_word=$2
6177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6178 $as_echo_n "checking for $ac_word... " >&6; }
6179 if test "${ac_cv_path_LDD+set}" = set; then :
6180 $as_echo_n "(cached) " >&6
6181 else
6182 case $LDD in
6183 [\\/]* | ?:[\\/]*)
6184 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6187 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6188 as_dummy="/sbin:/usr/sbin:$PATH"
6189 for as_dir in $as_dummy
6191 IFS=$as_save_IFS
6192 test -z "$as_dir" && as_dir=.
6193 for ac_exec_ext in '' $ac_executable_extensions; do
6194 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6195 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6196 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6197 break 2
6199 done
6200 done
6201 IFS=$as_save_IFS
6203 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6205 esac
6207 LDD=$ac_cv_path_LDD
6208 if test -n "$LDD"; then
6209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6210 $as_echo "$LDD" >&6; }
6211 else
6212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6213 $as_echo "no" >&6; }
6218 case $host_os in
6219 cygwin*|mingw32*)
6220 if test -n "$ac_tool_prefix"; then
6221 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6222 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6224 $as_echo_n "checking for $ac_word... " >&6; }
6225 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6226 $as_echo_n "(cached) " >&6
6227 else
6228 if test -n "$DLLTOOL"; then
6229 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6230 else
6231 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6232 for as_dir in $PATH
6234 IFS=$as_save_IFS
6235 test -z "$as_dir" && as_dir=.
6236 for ac_exec_ext in '' $ac_executable_extensions; do
6237 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6238 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6239 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6240 break 2
6242 done
6243 done
6244 IFS=$as_save_IFS
6248 DLLTOOL=$ac_cv_prog_DLLTOOL
6249 if test -n "$DLLTOOL"; then
6250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6251 $as_echo "$DLLTOOL" >&6; }
6252 else
6253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6254 $as_echo "no" >&6; }
6259 if test -z "$ac_cv_prog_DLLTOOL"; then
6260 ac_ct_DLLTOOL=$DLLTOOL
6261 # Extract the first word of "dlltool", so it can be a program name with args.
6262 set dummy dlltool; ac_word=$2
6263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6264 $as_echo_n "checking for $ac_word... " >&6; }
6265 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6266 $as_echo_n "(cached) " >&6
6267 else
6268 if test -n "$ac_ct_DLLTOOL"; then
6269 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6270 else
6271 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6272 for as_dir in $PATH
6274 IFS=$as_save_IFS
6275 test -z "$as_dir" && as_dir=.
6276 for ac_exec_ext in '' $ac_executable_extensions; do
6277 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6278 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6279 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6280 break 2
6282 done
6283 done
6284 IFS=$as_save_IFS
6288 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6289 if test -n "$ac_ct_DLLTOOL"; then
6290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6291 $as_echo "$ac_ct_DLLTOOL" >&6; }
6292 else
6293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6294 $as_echo "no" >&6; }
6297 if test "x$ac_ct_DLLTOOL" = x; then
6298 DLLTOOL="false"
6299 else
6300 case $cross_compiling:$ac_tool_warned in
6301 yes:)
6302 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6303 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6304 ac_tool_warned=yes ;;
6305 esac
6306 DLLTOOL=$ac_ct_DLLTOOL
6308 else
6309 DLLTOOL="$ac_cv_prog_DLLTOOL"
6312 if test -n "$ac_tool_prefix"; then
6313 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6314 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6316 $as_echo_n "checking for $ac_word... " >&6; }
6317 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6318 $as_echo_n "(cached) " >&6
6319 else
6320 if test -n "$DLLWRAP"; then
6321 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6322 else
6323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6324 for as_dir in $PATH
6326 IFS=$as_save_IFS
6327 test -z "$as_dir" && as_dir=.
6328 for ac_exec_ext in '' $ac_executable_extensions; do
6329 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6330 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6331 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6332 break 2
6334 done
6335 done
6336 IFS=$as_save_IFS
6340 DLLWRAP=$ac_cv_prog_DLLWRAP
6341 if test -n "$DLLWRAP"; then
6342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6343 $as_echo "$DLLWRAP" >&6; }
6344 else
6345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6346 $as_echo "no" >&6; }
6351 if test -z "$ac_cv_prog_DLLWRAP"; then
6352 ac_ct_DLLWRAP=$DLLWRAP
6353 # Extract the first word of "dllwrap", so it can be a program name with args.
6354 set dummy dllwrap; ac_word=$2
6355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6356 $as_echo_n "checking for $ac_word... " >&6; }
6357 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6358 $as_echo_n "(cached) " >&6
6359 else
6360 if test -n "$ac_ct_DLLWRAP"; then
6361 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6362 else
6363 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6364 for as_dir in $PATH
6366 IFS=$as_save_IFS
6367 test -z "$as_dir" && as_dir=.
6368 for ac_exec_ext in '' $ac_executable_extensions; do
6369 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6370 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6371 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6372 break 2
6374 done
6375 done
6376 IFS=$as_save_IFS
6380 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6381 if test -n "$ac_ct_DLLWRAP"; then
6382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6383 $as_echo "$ac_ct_DLLWRAP" >&6; }
6384 else
6385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6386 $as_echo "no" >&6; }
6389 if test "x$ac_ct_DLLWRAP" = x; then
6390 DLLWRAP="false"
6391 else
6392 case $cross_compiling:$ac_tool_warned in
6393 yes:)
6394 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6395 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6396 ac_tool_warned=yes ;;
6397 esac
6398 DLLWRAP=$ac_ct_DLLWRAP
6400 else
6401 DLLWRAP="$ac_cv_prog_DLLWRAP"
6404 if test "$DLLWRAP" = "false"; then
6405 LIBEXT="a"
6406 else
6407 LIBEXT="dll"
6409 IMPLIBEXT="a"
6410 STATIC_IMPLIBEXT="a"
6411 enable_iphlpapi=${enable_iphlpapi:-no}
6412 enable_kernel32=${enable_kernel32:-no}
6413 enable_msvcrt=${enable_msvcrt:-no}
6414 enable_ntdll=${enable_ntdll:-no}
6415 enable_ws2_32=${enable_ws2_32:-no}
6416 enable_loader=${enable_loader:-no}
6417 enable_server=${enable_server:-no}
6418 with_x=${with_x:-no}
6419 with_pthread=${with_pthread:-no}
6421 darwin*|macosx*)
6422 DLLEXT=".so"
6423 LIBEXT="dylib"
6424 DLLFLAGS="$DLLFLAGS -fPIC"
6425 LDDLLFLAGS="-bundle -multiply_defined suppress"
6426 LIBWINE_LDFLAGS="-multiply_defined suppress"
6427 LDSHARED="\$(CC) -dynamiclib"
6428 STRIP="$STRIP -x"
6429 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6430 SECURITYLIB="-framework Security -framework CoreFoundation"
6432 COREFOUNDATIONLIB="-framework CoreFoundation"
6434 IOKITLIB="-framework IOKit -framework CoreFoundation"
6436 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6438 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6439 then
6440 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6443 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6444 then
6445 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6448 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6449 then
6450 LIBOPENAL="-framework OpenAL"
6452 ac_cv_lib_openal_alGetSource3i=yes
6454 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6455 then
6456 ac_save_LIBS="$LIBS"
6457 LIBS="$LIBS $IOKITLIB"
6458 for ac_func in IOHIDManagerCreate
6459 do :
6460 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6461 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6462 cat >>confdefs.h <<_ACEOF
6463 #define HAVE_IOHIDMANAGERCREATE 1
6464 _ACEOF
6467 done
6469 LIBS="$ac_save_LIBS"
6471 case $host_cpu in
6472 *powerpc*)
6473 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6474 esac
6475 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6476 then
6477 CARBONLIB="-framework Carbon"
6479 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6481 if test "x$enable_win16" = "xyes"
6482 then
6483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6484 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6485 if test "$cross_compiling" = yes; then :
6486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6487 $as_echo "cross-compiling, assuming yes" >&6; }
6488 else
6489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6490 /* end confdefs.h. */
6491 asm(".text\n"
6492 "bad:\tnop;nop\n"
6493 "good:\tnop;nop\n\t"
6494 ".globl _testfunc\n"
6495 "_testfunc:\tcallw good");
6496 extern void testfunc();
6498 main ()
6500 unsigned short *p = (unsigned short *)testfunc;
6501 return p[0] != 0xe866 || p[1] != 0xfffa
6503 return 0;
6505 _ACEOF
6506 if ac_fn_c_try_run "$LINENO"; then :
6507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6508 $as_echo "yes" >&6; }
6509 else
6510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6511 $as_echo "no" >&6; }
6512 as_fn_error "Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support." "$LINENO" 5
6514 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6515 conftest.$ac_objext conftest.beam conftest.$ac_ext
6521 DLLFLAGS="$DLLFLAGS -fPIC"
6522 DLLEXT=".so"
6523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6524 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6525 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6526 $as_echo_n "(cached) " >&6
6527 else
6528 ac_wine_try_cflags_saved=$CFLAGS
6529 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6531 /* end confdefs.h. */
6532 void myfunc() {}
6533 _ACEOF
6534 if ac_fn_c_try_link "$LINENO"; then :
6535 ac_cv_c_dll_gnuelf="yes"
6536 else
6537 ac_cv_c_dll_gnuelf="no"
6539 rm -f core conftest.err conftest.$ac_objext \
6540 conftest$ac_exeext conftest.$ac_ext
6541 CFLAGS=$ac_wine_try_cflags_saved
6543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6544 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6545 if test "$ac_cv_c_dll_gnuelf" = "yes"
6546 then
6547 LDSHARED="\$(CC) -shared"
6548 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6550 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6551 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6552 $as_echo_n "(cached) " >&6
6553 else
6554 ac_wine_try_cflags_saved=$CFLAGS
6555 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6557 /* end confdefs.h. */
6558 int main(int argc, char **argv) { return 0; }
6559 _ACEOF
6560 if ac_fn_c_try_link "$LINENO"; then :
6561 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6562 else
6563 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6565 rm -f core conftest.err conftest.$ac_objext \
6566 conftest$ac_exeext conftest.$ac_ext
6567 CFLAGS=$ac_wine_try_cflags_saved
6569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6570 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6571 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6572 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6573 else
6574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6575 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6576 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6577 $as_echo_n "(cached) " >&6
6578 else
6579 ac_wine_try_cflags_saved=$CFLAGS
6580 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6582 /* end confdefs.h. */
6583 int main(int argc, char **argv) { return 0; }
6584 _ACEOF
6585 if ac_fn_c_try_link "$LINENO"; then :
6586 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6587 else
6588 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6590 rm -f core conftest.err conftest.$ac_objext \
6591 conftest$ac_exeext conftest.$ac_ext
6592 CFLAGS=$ac_wine_try_cflags_saved
6594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6595 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6596 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6597 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6602 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6603 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6604 $as_echo_n "(cached) " >&6
6605 else
6606 ac_wine_try_cflags_saved=$CFLAGS
6607 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6609 /* end confdefs.h. */
6610 int main(int argc, char **argv) { return 0; }
6611 _ACEOF
6612 if ac_fn_c_try_link "$LINENO"; then :
6613 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6614 else
6615 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6617 rm -f core conftest.err conftest.$ac_objext \
6618 conftest$ac_exeext conftest.$ac_ext
6619 CFLAGS=$ac_wine_try_cflags_saved
6621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6622 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6623 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6624 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
6628 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6629 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6630 $as_echo_n "(cached) " >&6
6631 else
6632 ac_wine_try_cflags_saved=$CFLAGS
6633 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6635 /* end confdefs.h. */
6636 int main(int argc, char **argv) { return 0; }
6637 _ACEOF
6638 if ac_fn_c_try_link "$LINENO"; then :
6639 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6640 else
6641 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6643 rm -f core conftest.err conftest.$ac_objext \
6644 conftest$ac_exeext conftest.$ac_ext
6645 CFLAGS=$ac_wine_try_cflags_saved
6647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6648 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6649 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6650 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6653 echo '{ global: *; };' >conftest.map
6654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6655 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6656 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6657 $as_echo_n "(cached) " >&6
6658 else
6659 ac_wine_try_cflags_saved=$CFLAGS
6660 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6661 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6662 /* end confdefs.h. */
6663 int main(int argc, char **argv) { return 0; }
6664 _ACEOF
6665 if ac_fn_c_try_link "$LINENO"; then :
6666 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6667 else
6668 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6670 rm -f core conftest.err conftest.$ac_objext \
6671 conftest$ac_exeext conftest.$ac_ext
6672 CFLAGS=$ac_wine_try_cflags_saved
6674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6675 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6676 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6677 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6679 rm -f conftest.map
6681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6682 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6683 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6684 $as_echo_n "(cached) " >&6
6685 else
6686 ac_wine_try_cflags_saved=$CFLAGS
6687 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6688 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6689 /* end confdefs.h. */
6690 int main(int argc, char **argv) { return 0; }
6691 _ACEOF
6692 if ac_fn_c_try_link "$LINENO"; then :
6693 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6694 else
6695 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6697 rm -f core conftest.err conftest.$ac_objext \
6698 conftest$ac_exeext conftest.$ac_ext
6699 CFLAGS=$ac_wine_try_cflags_saved
6701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6702 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6703 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6704 LDEXECFLAGS="-Wl,--export-dynamic"
6708 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6710 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6711 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6712 $as_echo_n "(cached) " >&6
6713 else
6714 ac_wine_try_cflags_saved=$CFLAGS
6715 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6717 /* end confdefs.h. */
6718 int main(int argc, char **argv) { return 0; }
6719 _ACEOF
6720 if ac_fn_c_try_link "$LINENO"; then :
6721 eval "$as_ac_var=yes"
6722 else
6723 eval "$as_ac_var=no"
6725 rm -f core conftest.err conftest.$ac_objext \
6726 conftest$ac_exeext conftest.$ac_ext
6727 CFLAGS=$ac_wine_try_cflags_saved
6729 eval ac_res=\$$as_ac_var
6730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6731 $as_echo "$ac_res" >&6; }
6732 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6733 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6734 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6735 else
6736 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6738 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6739 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6740 $as_echo_n "(cached) " >&6
6741 else
6742 ac_wine_try_cflags_saved=$CFLAGS
6743 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6744 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6745 /* end confdefs.h. */
6746 int main(int argc, char **argv) { return 0; }
6747 _ACEOF
6748 if ac_fn_c_try_link "$LINENO"; then :
6749 eval "$as_ac_var=yes"
6750 else
6751 eval "$as_ac_var=no"
6753 rm -f core conftest.err conftest.$ac_objext \
6754 conftest$ac_exeext conftest.$ac_ext
6755 CFLAGS=$ac_wine_try_cflags_saved
6757 eval ac_res=\$$as_ac_var
6758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6759 $as_echo "$ac_res" >&6; }
6760 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6761 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6762 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6767 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6768 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6769 $as_echo_n "(cached) " >&6
6770 else
6771 ac_wine_try_cflags_saved=$CFLAGS
6772 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6774 /* end confdefs.h. */
6775 int main(int argc, char **argv) { return 0; }
6776 _ACEOF
6777 if ac_fn_c_try_link "$LINENO"; then :
6778 ac_cv_cflags__Wl___enable_new_dtags=yes
6779 else
6780 ac_cv_cflags__Wl___enable_new_dtags=no
6782 rm -f core conftest.err conftest.$ac_objext \
6783 conftest$ac_exeext conftest.$ac_ext
6784 CFLAGS=$ac_wine_try_cflags_saved
6786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6787 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6788 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6789 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6792 case $host_cpu in
6793 *i[3456789]86* | x86_64)
6794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6795 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6796 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6797 $as_echo_n "(cached) " >&6
6798 else
6799 ac_wine_try_cflags_saved=$CFLAGS
6800 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6801 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6802 /* end confdefs.h. */
6803 int main(int argc, char **argv) { return 0; }
6804 _ACEOF
6805 if ac_fn_c_try_link "$LINENO"; then :
6806 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6807 else
6808 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6810 rm -f core conftest.err conftest.$ac_objext \
6811 conftest$ac_exeext conftest.$ac_ext
6812 CFLAGS=$ac_wine_try_cflags_saved
6814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6815 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6816 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6817 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6820 esac
6822 else
6823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6824 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6825 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6826 $as_echo_n "(cached) " >&6
6827 else
6828 ac_wine_try_cflags_saved=$CFLAGS
6829 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6831 /* end confdefs.h. */
6832 void myfunc() {}
6833 _ACEOF
6834 if ac_fn_c_try_link "$LINENO"; then :
6835 ac_cv_c_dll_unixware="yes"
6836 else
6837 ac_cv_c_dll_unixware="no"
6839 rm -f core conftest.err conftest.$ac_objext \
6840 conftest$ac_exeext conftest.$ac_ext
6841 CFLAGS=$ac_wine_try_cflags_saved
6843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6844 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6845 if test "$ac_cv_c_dll_unixware" = "yes"
6846 then
6847 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6848 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6850 else
6851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6852 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6853 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6854 $as_echo_n "(cached) " >&6
6855 else
6856 ac_wine_try_cflags_saved=$CFLAGS
6857 CFLAGS="$CFLAGS -shared"
6858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6859 /* end confdefs.h. */
6860 void myfunc() {}
6861 _ACEOF
6862 if ac_fn_c_try_link "$LINENO"; then :
6863 ac_cv_c_dll_hpux="yes"
6864 else
6865 ac_cv_c_dll_hpux="no"
6867 rm -f core conftest.err conftest.$ac_objext \
6868 conftest$ac_exeext conftest.$ac_ext
6869 CFLAGS=$ac_wine_try_cflags_saved
6871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6872 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6873 if test "$ac_cv_c_dll_hpux" = "yes"
6874 then
6875 LIBEXT="sl"
6876 DLLEXT=".sl"
6877 LDDLLFLAGS="-shared -fPIC"
6878 LDSHARED="\$(CC) -shared"
6883 esac
6885 enable_winequartz_drv=${enable_winequartz_drv:-no}
6887 if test "$LIBEXT" = "a"; then
6888 as_fn_error "could not find a way to build shared libraries.
6889 It is currently not possible to build Wine without shared library
6890 (.so) support to allow transparent switch between .so and .dll files.
6891 If you are using Linux, you will need a newer binutils.
6892 " "$LINENO" 5
6895 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6896 then
6897 case "$host_cpu" in
6898 i[3456789]86*)
6899 ac_prefix_list="i686-pc-mingw32-gcc i586-pc-mingw32-gcc i486-pc-mingw32-gcc i386-pc-mingw32-gcc i686-mingw32msvc-gcc i586-mingw32msvc-gcc i486-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc " ;;
6900 x86_64)
6901 ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
6903 ac_prefix_list="" ;;
6904 esac
6905 for ac_prog in $ac_prefix_list
6907 # Extract the first word of "$ac_prog", so it can be a program name with args.
6908 set dummy $ac_prog; ac_word=$2
6909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6910 $as_echo_n "checking for $ac_word... " >&6; }
6911 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6912 $as_echo_n "(cached) " >&6
6913 else
6914 if test -n "$CROSSCC"; then
6915 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6916 else
6917 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6918 for as_dir in $PATH
6920 IFS=$as_save_IFS
6921 test -z "$as_dir" && as_dir=.
6922 for ac_exec_ext in '' $ac_executable_extensions; do
6923 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6924 ac_cv_prog_CROSSCC="$ac_prog"
6925 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6926 break 2
6928 done
6929 done
6930 IFS=$as_save_IFS
6934 CROSSCC=$ac_cv_prog_CROSSCC
6935 if test -n "$CROSSCC"; then
6936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6937 $as_echo "$CROSSCC" >&6; }
6938 else
6939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6940 $as_echo "no" >&6; }
6944 test -n "$CROSSCC" && break
6945 done
6946 test -n "$CROSSCC" || CROSSCC="false"
6948 if test "$CROSSCC" != "false"
6949 then
6950 CROSSTEST="\$(CROSSTEST)"
6952 set x $CROSSCC
6953 shift
6954 target=""
6955 while test $# -ge 1
6957 case "$1" in
6958 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
6959 esac
6960 shift
6961 done
6962 if test -n "$target"
6963 then
6964 CROSSTARGET="$target"
6971 if test "$ac_cv_header_pthread_h" = "yes"
6972 then
6973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
6974 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
6975 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
6976 $as_echo_n "(cached) " >&6
6977 else
6978 ac_check_lib_save_LIBS=$LIBS
6979 LIBS="-lpthread $LIBS"
6980 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6981 /* end confdefs.h. */
6983 /* Override any GCC internal prototype to avoid an error.
6984 Use char because int might match the return type of a GCC
6985 builtin and then its argument prototype would still apply. */
6986 #ifdef __cplusplus
6987 extern "C"
6988 #endif
6989 char pthread_create ();
6991 main ()
6993 return pthread_create ();
6995 return 0;
6997 _ACEOF
6998 if ac_fn_c_try_link "$LINENO"; then :
6999 ac_cv_lib_pthread_pthread_create=yes
7000 else
7001 ac_cv_lib_pthread_pthread_create=no
7003 rm -f core conftest.err conftest.$ac_objext \
7004 conftest$ac_exeext conftest.$ac_ext
7005 LIBS=$ac_check_lib_save_LIBS
7007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7008 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7009 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7010 LIBPTHREAD="-lpthread"
7015 if test "x$LIBPTHREAD" = "x"; then :
7016 case "x$with_pthread" in
7017 xno) ;;
7018 *) as_fn_error "pthread ${notice_platform}development files not found.
7019 Wine cannot support threads without libpthread.
7020 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7021 esac
7025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7026 $as_echo_n "checking for X... " >&6; }
7029 # Check whether --with-x was given.
7030 if test "${with_x+set}" = set; then :
7031 withval=$with_x;
7034 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7035 if test "x$with_x" = xno; then
7036 # The user explicitly disabled X.
7037 have_x=disabled
7038 else
7039 case $x_includes,$x_libraries in #(
7040 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7041 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7042 $as_echo_n "(cached) " >&6
7043 else
7044 # One or both of the vars are not set, and there is no cached value.
7045 ac_x_includes=no ac_x_libraries=no
7046 rm -f -r conftest.dir
7047 if mkdir conftest.dir; then
7048 cd conftest.dir
7049 cat >Imakefile <<'_ACEOF'
7050 incroot:
7051 @echo incroot='${INCROOT}'
7052 usrlibdir:
7053 @echo usrlibdir='${USRLIBDIR}'
7054 libdir:
7055 @echo libdir='${LIBDIR}'
7056 _ACEOF
7057 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7058 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7059 for ac_var in incroot usrlibdir libdir; do
7060 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7061 done
7062 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7063 for ac_extension in a so sl dylib la dll; do
7064 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7065 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7066 ac_im_usrlibdir=$ac_im_libdir; break
7068 done
7069 # Screen out bogus values from the imake configuration. They are
7070 # bogus both because they are the default anyway, and because
7071 # using them would break gcc on systems where it needs fixed includes.
7072 case $ac_im_incroot in
7073 /usr/include) ac_x_includes= ;;
7074 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7075 esac
7076 case $ac_im_usrlibdir in
7077 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7078 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7079 esac
7081 cd ..
7082 rm -f -r conftest.dir
7085 # Standard set of common directories for X headers.
7086 # Check X11 before X11Rn because it is often a symlink to the current release.
7087 ac_x_header_dirs='
7088 /usr/X11/include
7089 /usr/X11R7/include
7090 /usr/X11R6/include
7091 /usr/X11R5/include
7092 /usr/X11R4/include
7094 /usr/include/X11
7095 /usr/include/X11R7
7096 /usr/include/X11R6
7097 /usr/include/X11R5
7098 /usr/include/X11R4
7100 /usr/local/X11/include
7101 /usr/local/X11R7/include
7102 /usr/local/X11R6/include
7103 /usr/local/X11R5/include
7104 /usr/local/X11R4/include
7106 /usr/local/include/X11
7107 /usr/local/include/X11R7
7108 /usr/local/include/X11R6
7109 /usr/local/include/X11R5
7110 /usr/local/include/X11R4
7112 /usr/X386/include
7113 /usr/x386/include
7114 /usr/XFree86/include/X11
7116 /usr/include
7117 /usr/local/include
7118 /usr/unsupported/include
7119 /usr/athena/include
7120 /usr/local/x11r5/include
7121 /usr/lpp/Xamples/include
7123 /usr/openwin/include
7124 /usr/openwin/share/include'
7126 if test "$ac_x_includes" = no; then
7127 # Guess where to find include files, by looking for Xlib.h.
7128 # First, try using that file with no special directory specified.
7129 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7130 /* end confdefs.h. */
7131 #include <X11/Xlib.h>
7132 _ACEOF
7133 if ac_fn_c_try_cpp "$LINENO"; then :
7134 # We can compile using X headers with no special include directory.
7135 ac_x_includes=
7136 else
7137 for ac_dir in $ac_x_header_dirs; do
7138 if test -r "$ac_dir/X11/Xlib.h"; then
7139 ac_x_includes=$ac_dir
7140 break
7142 done
7144 rm -f conftest.err conftest.$ac_ext
7145 fi # $ac_x_includes = no
7147 if test "$ac_x_libraries" = no; then
7148 # Check for the libraries.
7149 # See if we find them without any special options.
7150 # Don't add to $LIBS permanently.
7151 ac_save_LIBS=$LIBS
7152 LIBS="-lX11 $LIBS"
7153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7154 /* end confdefs.h. */
7155 #include <X11/Xlib.h>
7157 main ()
7159 XrmInitialize ()
7161 return 0;
7163 _ACEOF
7164 if ac_fn_c_try_link "$LINENO"; then :
7165 LIBS=$ac_save_LIBS
7166 # We can link X programs with no special library path.
7167 ac_x_libraries=
7168 else
7169 LIBS=$ac_save_LIBS
7170 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7172 # Don't even attempt the hair of trying to link an X program!
7173 for ac_extension in a so sl dylib la dll; do
7174 if test -r "$ac_dir/libX11.$ac_extension"; then
7175 ac_x_libraries=$ac_dir
7176 break 2
7178 done
7179 done
7181 rm -f core conftest.err conftest.$ac_objext \
7182 conftest$ac_exeext conftest.$ac_ext
7183 fi # $ac_x_libraries = no
7185 case $ac_x_includes,$ac_x_libraries in #(
7186 no,* | *,no | *\'*)
7187 # Didn't find X, or a directory has "'" in its name.
7188 ac_cv_have_x="have_x=no";; #(
7190 # Record where we found X for the cache.
7191 ac_cv_have_x="have_x=yes\
7192 ac_x_includes='$ac_x_includes'\
7193 ac_x_libraries='$ac_x_libraries'"
7194 esac
7196 ;; #(
7197 *) have_x=yes;;
7198 esac
7199 eval "$ac_cv_have_x"
7200 fi # $with_x != no
7202 if test "$have_x" != yes; then
7203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7204 $as_echo "$have_x" >&6; }
7205 no_x=yes
7206 else
7207 # If each of the values was on the command line, it overrides each guess.
7208 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7209 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7210 # Update the cache value to reflect the command line values.
7211 ac_cv_have_x="have_x=yes\
7212 ac_x_includes='$x_includes'\
7213 ac_x_libraries='$x_libraries'"
7214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7215 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7218 if test "$no_x" = yes; then
7219 # Not all programs may use this symbol, but it does not hurt to define it.
7221 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7223 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7224 else
7225 if test -n "$x_includes"; then
7226 X_CFLAGS="$X_CFLAGS -I$x_includes"
7229 # It would also be nice to do this for all -L options, not just this one.
7230 if test -n "$x_libraries"; then
7231 X_LIBS="$X_LIBS -L$x_libraries"
7232 # For Solaris; some versions of Sun CC require a space after -R and
7233 # others require no space. Words are not sufficient . . . .
7234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7235 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7236 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7237 ac_xsave_c_werror_flag=$ac_c_werror_flag
7238 ac_c_werror_flag=yes
7239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7240 /* end confdefs.h. */
7243 main ()
7247 return 0;
7249 _ACEOF
7250 if ac_fn_c_try_link "$LINENO"; then :
7251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7252 $as_echo "no" >&6; }
7253 X_LIBS="$X_LIBS -R$x_libraries"
7254 else
7255 LIBS="$ac_xsave_LIBS -R $x_libraries"
7256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7257 /* end confdefs.h. */
7260 main ()
7264 return 0;
7266 _ACEOF
7267 if ac_fn_c_try_link "$LINENO"; then :
7268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7269 $as_echo "yes" >&6; }
7270 X_LIBS="$X_LIBS -R $x_libraries"
7271 else
7272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7273 $as_echo "neither works" >&6; }
7275 rm -f core conftest.err conftest.$ac_objext \
7276 conftest$ac_exeext conftest.$ac_ext
7278 rm -f core conftest.err conftest.$ac_objext \
7279 conftest$ac_exeext conftest.$ac_ext
7280 ac_c_werror_flag=$ac_xsave_c_werror_flag
7281 LIBS=$ac_xsave_LIBS
7284 # Check for system-dependent libraries X programs must link with.
7285 # Do this before checking for the system-independent R6 libraries
7286 # (-lICE), since we may need -lsocket or whatever for X linking.
7288 if test "$ISC" = yes; then
7289 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7290 else
7291 # Martyn Johnson says this is needed for Ultrix, if the X
7292 # libraries were built with DECnet support. And Karl Berry says
7293 # the Alpha needs dnet_stub (dnet does not exist).
7294 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7295 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7296 /* end confdefs.h. */
7298 /* Override any GCC internal prototype to avoid an error.
7299 Use char because int might match the return type of a GCC
7300 builtin and then its argument prototype would still apply. */
7301 #ifdef __cplusplus
7302 extern "C"
7303 #endif
7304 char XOpenDisplay ();
7306 main ()
7308 return XOpenDisplay ();
7310 return 0;
7312 _ACEOF
7313 if ac_fn_c_try_link "$LINENO"; then :
7315 else
7316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7317 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7318 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7319 $as_echo_n "(cached) " >&6
7320 else
7321 ac_check_lib_save_LIBS=$LIBS
7322 LIBS="-ldnet $LIBS"
7323 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7324 /* end confdefs.h. */
7326 /* Override any GCC internal prototype to avoid an error.
7327 Use char because int might match the return type of a GCC
7328 builtin and then its argument prototype would still apply. */
7329 #ifdef __cplusplus
7330 extern "C"
7331 #endif
7332 char dnet_ntoa ();
7334 main ()
7336 return dnet_ntoa ();
7338 return 0;
7340 _ACEOF
7341 if ac_fn_c_try_link "$LINENO"; then :
7342 ac_cv_lib_dnet_dnet_ntoa=yes
7343 else
7344 ac_cv_lib_dnet_dnet_ntoa=no
7346 rm -f core conftest.err conftest.$ac_objext \
7347 conftest$ac_exeext conftest.$ac_ext
7348 LIBS=$ac_check_lib_save_LIBS
7350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7351 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7352 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7353 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7356 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7358 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7359 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7360 $as_echo_n "(cached) " >&6
7361 else
7362 ac_check_lib_save_LIBS=$LIBS
7363 LIBS="-ldnet_stub $LIBS"
7364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7365 /* end confdefs.h. */
7367 /* Override any GCC internal prototype to avoid an error.
7368 Use char because int might match the return type of a GCC
7369 builtin and then its argument prototype would still apply. */
7370 #ifdef __cplusplus
7371 extern "C"
7372 #endif
7373 char dnet_ntoa ();
7375 main ()
7377 return dnet_ntoa ();
7379 return 0;
7381 _ACEOF
7382 if ac_fn_c_try_link "$LINENO"; then :
7383 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7384 else
7385 ac_cv_lib_dnet_stub_dnet_ntoa=no
7387 rm -f core conftest.err conftest.$ac_objext \
7388 conftest$ac_exeext conftest.$ac_ext
7389 LIBS=$ac_check_lib_save_LIBS
7391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7392 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7393 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7394 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7399 rm -f core conftest.err conftest.$ac_objext \
7400 conftest$ac_exeext conftest.$ac_ext
7401 LIBS="$ac_xsave_LIBS"
7403 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7404 # to get the SysV transport functions.
7405 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7406 # needs -lnsl.
7407 # The nsl library prevents programs from opening the X display
7408 # on Irix 5.2, according to T.E. Dickey.
7409 # The functions gethostbyname, getservbyname, and inet_addr are
7410 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7411 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7412 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7416 if test $ac_cv_func_gethostbyname = no; then
7417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7418 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7419 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7420 $as_echo_n "(cached) " >&6
7421 else
7422 ac_check_lib_save_LIBS=$LIBS
7423 LIBS="-lnsl $LIBS"
7424 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7425 /* end confdefs.h. */
7427 /* Override any GCC internal prototype to avoid an error.
7428 Use char because int might match the return type of a GCC
7429 builtin and then its argument prototype would still apply. */
7430 #ifdef __cplusplus
7431 extern "C"
7432 #endif
7433 char gethostbyname ();
7435 main ()
7437 return gethostbyname ();
7439 return 0;
7441 _ACEOF
7442 if ac_fn_c_try_link "$LINENO"; then :
7443 ac_cv_lib_nsl_gethostbyname=yes
7444 else
7445 ac_cv_lib_nsl_gethostbyname=no
7447 rm -f core conftest.err conftest.$ac_objext \
7448 conftest$ac_exeext conftest.$ac_ext
7449 LIBS=$ac_check_lib_save_LIBS
7451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7452 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7453 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7454 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7457 if test $ac_cv_lib_nsl_gethostbyname = no; then
7458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7459 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7460 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7461 $as_echo_n "(cached) " >&6
7462 else
7463 ac_check_lib_save_LIBS=$LIBS
7464 LIBS="-lbsd $LIBS"
7465 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7466 /* end confdefs.h. */
7468 /* Override any GCC internal prototype to avoid an error.
7469 Use char because int might match the return type of a GCC
7470 builtin and then its argument prototype would still apply. */
7471 #ifdef __cplusplus
7472 extern "C"
7473 #endif
7474 char gethostbyname ();
7476 main ()
7478 return gethostbyname ();
7480 return 0;
7482 _ACEOF
7483 if ac_fn_c_try_link "$LINENO"; then :
7484 ac_cv_lib_bsd_gethostbyname=yes
7485 else
7486 ac_cv_lib_bsd_gethostbyname=no
7488 rm -f core conftest.err conftest.$ac_objext \
7489 conftest$ac_exeext conftest.$ac_ext
7490 LIBS=$ac_check_lib_save_LIBS
7492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7493 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7494 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7495 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7501 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7502 # socket/setsockopt and other routines are undefined under SCO ODT
7503 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7504 # on later versions), says Simon Leinen: it contains gethostby*
7505 # variants that don't use the name server (or something). -lsocket
7506 # must be given before -lnsl if both are needed. We assume that
7507 # if connect needs -lnsl, so does gethostbyname.
7508 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7509 if test "x$ac_cv_func_connect" = x""yes; then :
7513 if test $ac_cv_func_connect = no; then
7514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7515 $as_echo_n "checking for connect in -lsocket... " >&6; }
7516 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7517 $as_echo_n "(cached) " >&6
7518 else
7519 ac_check_lib_save_LIBS=$LIBS
7520 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7522 /* end confdefs.h. */
7524 /* Override any GCC internal prototype to avoid an error.
7525 Use char because int might match the return type of a GCC
7526 builtin and then its argument prototype would still apply. */
7527 #ifdef __cplusplus
7528 extern "C"
7529 #endif
7530 char connect ();
7532 main ()
7534 return connect ();
7536 return 0;
7538 _ACEOF
7539 if ac_fn_c_try_link "$LINENO"; then :
7540 ac_cv_lib_socket_connect=yes
7541 else
7542 ac_cv_lib_socket_connect=no
7544 rm -f core conftest.err conftest.$ac_objext \
7545 conftest$ac_exeext conftest.$ac_ext
7546 LIBS=$ac_check_lib_save_LIBS
7548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7549 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7550 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7551 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7556 # Guillermo Gomez says -lposix is necessary on A/UX.
7557 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7558 if test "x$ac_cv_func_remove" = x""yes; then :
7562 if test $ac_cv_func_remove = no; then
7563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7564 $as_echo_n "checking for remove in -lposix... " >&6; }
7565 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7566 $as_echo_n "(cached) " >&6
7567 else
7568 ac_check_lib_save_LIBS=$LIBS
7569 LIBS="-lposix $LIBS"
7570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7571 /* end confdefs.h. */
7573 /* Override any GCC internal prototype to avoid an error.
7574 Use char because int might match the return type of a GCC
7575 builtin and then its argument prototype would still apply. */
7576 #ifdef __cplusplus
7577 extern "C"
7578 #endif
7579 char remove ();
7581 main ()
7583 return remove ();
7585 return 0;
7587 _ACEOF
7588 if ac_fn_c_try_link "$LINENO"; then :
7589 ac_cv_lib_posix_remove=yes
7590 else
7591 ac_cv_lib_posix_remove=no
7593 rm -f core conftest.err conftest.$ac_objext \
7594 conftest$ac_exeext conftest.$ac_ext
7595 LIBS=$ac_check_lib_save_LIBS
7597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7598 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7599 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7600 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7605 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7606 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7607 if test "x$ac_cv_func_shmat" = x""yes; then :
7611 if test $ac_cv_func_shmat = no; then
7612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7613 $as_echo_n "checking for shmat in -lipc... " >&6; }
7614 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7615 $as_echo_n "(cached) " >&6
7616 else
7617 ac_check_lib_save_LIBS=$LIBS
7618 LIBS="-lipc $LIBS"
7619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7620 /* end confdefs.h. */
7622 /* Override any GCC internal prototype to avoid an error.
7623 Use char because int might match the return type of a GCC
7624 builtin and then its argument prototype would still apply. */
7625 #ifdef __cplusplus
7626 extern "C"
7627 #endif
7628 char shmat ();
7630 main ()
7632 return shmat ();
7634 return 0;
7636 _ACEOF
7637 if ac_fn_c_try_link "$LINENO"; then :
7638 ac_cv_lib_ipc_shmat=yes
7639 else
7640 ac_cv_lib_ipc_shmat=no
7642 rm -f core conftest.err conftest.$ac_objext \
7643 conftest$ac_exeext conftest.$ac_ext
7644 LIBS=$ac_check_lib_save_LIBS
7646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7647 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7648 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7649 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7655 # Check for libraries that X11R6 Xt/Xaw programs need.
7656 ac_save_LDFLAGS=$LDFLAGS
7657 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7658 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7659 # check for ICE first), but we must link in the order -lSM -lICE or
7660 # we get undefined symbols. So assume we have SM if we have ICE.
7661 # These have to be linked with before -lX11, unlike the other
7662 # libraries we check for below, so use a different variable.
7663 # John Interrante, Karl Berry
7664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7665 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7666 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7667 $as_echo_n "(cached) " >&6
7668 else
7669 ac_check_lib_save_LIBS=$LIBS
7670 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7672 /* end confdefs.h. */
7674 /* Override any GCC internal prototype to avoid an error.
7675 Use char because int might match the return type of a GCC
7676 builtin and then its argument prototype would still apply. */
7677 #ifdef __cplusplus
7678 extern "C"
7679 #endif
7680 char IceConnectionNumber ();
7682 main ()
7684 return IceConnectionNumber ();
7686 return 0;
7688 _ACEOF
7689 if ac_fn_c_try_link "$LINENO"; then :
7690 ac_cv_lib_ICE_IceConnectionNumber=yes
7691 else
7692 ac_cv_lib_ICE_IceConnectionNumber=no
7694 rm -f core conftest.err conftest.$ac_objext \
7695 conftest$ac_exeext conftest.$ac_ext
7696 LIBS=$ac_check_lib_save_LIBS
7698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7699 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7700 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7701 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7704 LDFLAGS=$ac_save_LDFLAGS
7709 if test "$have_x" = "yes"
7710 then
7711 XLIB="-lX11"
7712 ac_save_CPPFLAGS="$CPPFLAGS"
7713 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7716 $as_echo_n "checking for -lX11... " >&6; }
7717 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7718 $as_echo_n "(cached) " >&6
7719 else
7720 ac_check_soname_save_LIBS=$LIBS
7721 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7723 /* end confdefs.h. */
7725 /* Override any GCC internal prototype to avoid an error.
7726 Use char because int might match the return type of a GCC
7727 builtin and then its argument prototype would still apply. */
7728 #ifdef __cplusplus
7729 extern "C"
7730 #endif
7731 char XCreateWindow ();
7733 main ()
7735 return XCreateWindow ();
7737 return 0;
7739 _ACEOF
7740 if ac_fn_c_try_link "$LINENO"; then :
7741 case "$LIBEXT" in
7742 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7743 dylib) ac_cv_lib_soname_X11=`otool -L conftest$ac_exeext | grep "libX11\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libX11\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7744 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7745 esac
7747 rm -f core conftest.err conftest.$ac_objext \
7748 conftest$ac_exeext conftest.$ac_ext
7749 LIBS=$ac_check_soname_save_LIBS
7751 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7753 $as_echo "not found" >&6; }
7755 else
7756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7757 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7759 cat >>confdefs.h <<_ACEOF
7760 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7761 _ACEOF
7765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7766 $as_echo_n "checking for -lXext... " >&6; }
7767 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7768 $as_echo_n "(cached) " >&6
7769 else
7770 ac_check_soname_save_LIBS=$LIBS
7771 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7773 /* end confdefs.h. */
7775 /* Override any GCC internal prototype to avoid an error.
7776 Use char because int might match the return type of a GCC
7777 builtin and then its argument prototype would still apply. */
7778 #ifdef __cplusplus
7779 extern "C"
7780 #endif
7781 char XextCreateExtension ();
7783 main ()
7785 return XextCreateExtension ();
7787 return 0;
7789 _ACEOF
7790 if ac_fn_c_try_link "$LINENO"; then :
7791 case "$LIBEXT" in
7792 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7793 dylib) ac_cv_lib_soname_Xext=`otool -L conftest$ac_exeext | grep "libXext\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXext\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7794 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7795 esac
7797 rm -f core conftest.err conftest.$ac_objext \
7798 conftest$ac_exeext conftest.$ac_ext
7799 LIBS=$ac_check_soname_save_LIBS
7801 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7803 $as_echo "not found" >&6; }
7805 else
7806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7807 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7809 cat >>confdefs.h <<_ACEOF
7810 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7811 _ACEOF
7813 XLIB="-lXext $XLIB"
7816 for ac_header in X11/Xlib.h \
7817 X11/XKBlib.h \
7818 X11/Xutil.h \
7819 X11/Xcursor/Xcursor.h \
7820 X11/extensions/shape.h \
7821 X11/extensions/XInput.h \
7822 X11/extensions/XShm.h \
7823 X11/extensions/Xcomposite.h \
7824 X11/extensions/Xinerama.h \
7825 X11/extensions/Xrandr.h \
7826 X11/extensions/Xrender.h \
7827 X11/extensions/xf86vmode.h \
7828 X11/extensions/xf86vmproto.h
7829 do :
7830 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7831 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7832 # include <X11/Xlib.h>
7833 #endif
7834 #ifdef HAVE_X11_XUTIL_H
7835 # include <X11/Xutil.h>
7836 #endif
7838 eval as_val=\$$as_ac_Header
7839 if test "x$as_val" = x""yes; then :
7840 cat >>confdefs.h <<_ACEOF
7841 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7842 _ACEOF
7846 done
7849 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7850 then
7851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7852 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7853 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7854 $as_echo_n "(cached) " >&6
7855 else
7856 ac_check_lib_save_LIBS=$LIBS
7857 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7859 /* end confdefs.h. */
7861 /* Override any GCC internal prototype to avoid an error.
7862 Use char because int might match the return type of a GCC
7863 builtin and then its argument prototype would still apply. */
7864 #ifdef __cplusplus
7865 extern "C"
7866 #endif
7867 char XkbQueryExtension ();
7869 main ()
7871 return XkbQueryExtension ();
7873 return 0;
7875 _ACEOF
7876 if ac_fn_c_try_link "$LINENO"; then :
7877 ac_cv_lib_X11_XkbQueryExtension=yes
7878 else
7879 ac_cv_lib_X11_XkbQueryExtension=no
7881 rm -f core conftest.err conftest.$ac_objext \
7882 conftest$ac_exeext conftest.$ac_ext
7883 LIBS=$ac_check_lib_save_LIBS
7885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7886 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7887 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7889 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7895 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7896 then
7897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7898 $as_echo_n "checking for -lXcursor... " >&6; }
7899 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
7900 $as_echo_n "(cached) " >&6
7901 else
7902 ac_check_soname_save_LIBS=$LIBS
7903 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7904 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7905 /* end confdefs.h. */
7907 /* Override any GCC internal prototype to avoid an error.
7908 Use char because int might match the return type of a GCC
7909 builtin and then its argument prototype would still apply. */
7910 #ifdef __cplusplus
7911 extern "C"
7912 #endif
7913 char XcursorImageLoadCursor ();
7915 main ()
7917 return XcursorImageLoadCursor ();
7919 return 0;
7921 _ACEOF
7922 if ac_fn_c_try_link "$LINENO"; then :
7923 case "$LIBEXT" in
7924 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7925 dylib) ac_cv_lib_soname_Xcursor=`otool -L conftest$ac_exeext | grep "libXcursor\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcursor\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7926 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7927 esac
7929 rm -f core conftest.err conftest.$ac_objext \
7930 conftest$ac_exeext conftest.$ac_ext
7931 LIBS=$ac_check_soname_save_LIBS
7933 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7935 $as_echo "not found" >&6; }
7937 else
7938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
7939 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
7941 cat >>confdefs.h <<_ACEOF
7942 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
7943 _ACEOF
7948 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7949 case "x$with_xcursor" in
7950 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
7951 xno) ;;
7952 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
7953 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
7954 esac
7957 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
7958 then
7959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
7960 $as_echo_n "checking for -lXi... " >&6; }
7961 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
7962 $as_echo_n "(cached) " >&6
7963 else
7964 ac_check_soname_save_LIBS=$LIBS
7965 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7966 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7967 /* end confdefs.h. */
7969 /* Override any GCC internal prototype to avoid an error.
7970 Use char because int might match the return type of a GCC
7971 builtin and then its argument prototype would still apply. */
7972 #ifdef __cplusplus
7973 extern "C"
7974 #endif
7975 char XOpenDevice ();
7977 main ()
7979 return XOpenDevice ();
7981 return 0;
7983 _ACEOF
7984 if ac_fn_c_try_link "$LINENO"; then :
7985 case "$LIBEXT" in
7986 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7987 dylib) ac_cv_lib_soname_Xi=`otool -L conftest$ac_exeext | grep "libXi\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXi\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7988 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7989 esac
7991 rm -f core conftest.err conftest.$ac_objext \
7992 conftest$ac_exeext conftest.$ac_ext
7993 LIBS=$ac_check_soname_save_LIBS
7995 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7997 $as_echo "not found" >&6; }
7999 else
8000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8001 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8003 cat >>confdefs.h <<_ACEOF
8004 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8005 _ACEOF
8010 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8011 case "x$with_xinput" in
8012 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8013 xno) ;;
8014 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8015 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8016 esac
8019 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8020 then
8021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8022 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8023 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8024 $as_echo_n "(cached) " >&6
8025 else
8026 ac_check_lib_save_LIBS=$LIBS
8027 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8028 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8029 /* end confdefs.h. */
8031 /* Override any GCC internal prototype to avoid an error.
8032 Use char because int might match the return type of a GCC
8033 builtin and then its argument prototype would still apply. */
8034 #ifdef __cplusplus
8035 extern "C"
8036 #endif
8037 char XShmQueryExtension ();
8039 main ()
8041 return XShmQueryExtension ();
8043 return 0;
8045 _ACEOF
8046 if ac_fn_c_try_link "$LINENO"; then :
8047 ac_cv_lib_Xext_XShmQueryExtension=yes
8048 else
8049 ac_cv_lib_Xext_XShmQueryExtension=no
8051 rm -f core conftest.err conftest.$ac_objext \
8052 conftest$ac_exeext conftest.$ac_ext
8053 LIBS=$ac_check_lib_save_LIBS
8055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8056 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8057 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8059 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8064 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8065 case "x$with_xshm" in
8066 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8067 xno) ;;
8068 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8069 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8070 esac
8073 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8074 then
8075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8076 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8077 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8078 $as_echo_n "(cached) " >&6
8079 else
8080 ac_check_lib_save_LIBS=$LIBS
8081 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8082 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8083 /* end confdefs.h. */
8085 /* Override any GCC internal prototype to avoid an error.
8086 Use char because int might match the return type of a GCC
8087 builtin and then its argument prototype would still apply. */
8088 #ifdef __cplusplus
8089 extern "C"
8090 #endif
8091 char XShapeQueryExtension ();
8093 main ()
8095 return XShapeQueryExtension ();
8097 return 0;
8099 _ACEOF
8100 if ac_fn_c_try_link "$LINENO"; then :
8101 ac_cv_lib_Xext_XShapeQueryExtension=yes
8102 else
8103 ac_cv_lib_Xext_XShapeQueryExtension=no
8105 rm -f core conftest.err conftest.$ac_objext \
8106 conftest$ac_exeext conftest.$ac_ext
8107 LIBS=$ac_check_lib_save_LIBS
8109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8110 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8111 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8113 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8118 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8119 case "x$with_xshape" in
8120 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8121 xno) ;;
8122 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8123 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8124 esac
8127 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8128 then
8129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8130 $as_echo_n "checking for -lXxf86vm... " >&6; }
8131 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8132 $as_echo_n "(cached) " >&6
8133 else
8134 ac_check_soname_save_LIBS=$LIBS
8135 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8136 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8137 /* end confdefs.h. */
8139 /* Override any GCC internal prototype to avoid an error.
8140 Use char because int might match the return type of a GCC
8141 builtin and then its argument prototype would still apply. */
8142 #ifdef __cplusplus
8143 extern "C"
8144 #endif
8145 char XF86VidModeQueryExtension ();
8147 main ()
8149 return XF86VidModeQueryExtension ();
8151 return 0;
8153 _ACEOF
8154 if ac_fn_c_try_link "$LINENO"; then :
8155 case "$LIBEXT" in
8156 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8157 dylib) ac_cv_lib_soname_Xxf86vm=`otool -L conftest$ac_exeext | grep "libXxf86vm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXxf86vm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8158 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8159 esac
8161 rm -f core conftest.err conftest.$ac_objext \
8162 conftest$ac_exeext conftest.$ac_ext
8163 LIBS=$ac_check_soname_save_LIBS
8165 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8167 $as_echo "not found" >&6; }
8169 else
8170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8171 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8173 cat >>confdefs.h <<_ACEOF
8174 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8175 _ACEOF
8180 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8181 case "x$with_xxf86vm" in
8182 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8183 xno) ;;
8184 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8185 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8186 esac
8189 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x" -a "x$ac_cv_lib_soname_Xext" != "x"
8190 then
8191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8192 $as_echo_n "checking for -lXrender... " >&6; }
8193 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8194 $as_echo_n "(cached) " >&6
8195 else
8196 ac_check_soname_save_LIBS=$LIBS
8197 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8198 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8199 /* end confdefs.h. */
8201 /* Override any GCC internal prototype to avoid an error.
8202 Use char because int might match the return type of a GCC
8203 builtin and then its argument prototype would still apply. */
8204 #ifdef __cplusplus
8205 extern "C"
8206 #endif
8207 char XRenderQueryExtension ();
8209 main ()
8211 return XRenderQueryExtension ();
8213 return 0;
8215 _ACEOF
8216 if ac_fn_c_try_link "$LINENO"; then :
8217 case "$LIBEXT" in
8218 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8219 dylib) ac_cv_lib_soname_Xrender=`otool -L conftest$ac_exeext | grep "libXrender\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrender\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8220 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8221 esac
8223 rm -f core conftest.err conftest.$ac_objext \
8224 conftest$ac_exeext conftest.$ac_ext
8225 LIBS=$ac_check_soname_save_LIBS
8227 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8229 $as_echo "not found" >&6; }
8231 else
8232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8233 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8235 cat >>confdefs.h <<_ACEOF
8236 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8237 _ACEOF
8239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8240 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8241 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8242 $as_echo_n "(cached) " >&6
8243 else
8244 ac_check_lib_save_LIBS=$LIBS
8245 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8246 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8247 /* end confdefs.h. */
8249 /* Override any GCC internal prototype to avoid an error.
8250 Use char because int might match the return type of a GCC
8251 builtin and then its argument prototype would still apply. */
8252 #ifdef __cplusplus
8253 extern "C"
8254 #endif
8255 char XRenderSetPictureTransform ();
8257 main ()
8259 return XRenderSetPictureTransform ();
8261 return 0;
8263 _ACEOF
8264 if ac_fn_c_try_link "$LINENO"; then :
8265 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8266 else
8267 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8269 rm -f core conftest.err conftest.$ac_objext \
8270 conftest$ac_exeext conftest.$ac_ext
8271 LIBS=$ac_check_lib_save_LIBS
8273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8274 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8275 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8277 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8284 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8285 case "x$with_xrender" in
8286 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8287 xno) ;;
8288 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8289 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8290 esac
8293 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8294 then
8295 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8296 /* end confdefs.h. */
8297 #include <X11/Xlib.h>
8298 #include <X11/extensions/Xrandr.h>
8300 main ()
8302 static typeof(XRRSetScreenConfigAndRate) * func;
8304 return 0;
8306 _ACEOF
8307 if ac_fn_c_try_compile "$LINENO"; then :
8308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8309 $as_echo_n "checking for -lXrandr... " >&6; }
8310 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8311 $as_echo_n "(cached) " >&6
8312 else
8313 ac_check_soname_save_LIBS=$LIBS
8314 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8316 /* end confdefs.h. */
8318 /* Override any GCC internal prototype to avoid an error.
8319 Use char because int might match the return type of a GCC
8320 builtin and then its argument prototype would still apply. */
8321 #ifdef __cplusplus
8322 extern "C"
8323 #endif
8324 char XRRQueryExtension ();
8326 main ()
8328 return XRRQueryExtension ();
8330 return 0;
8332 _ACEOF
8333 if ac_fn_c_try_link "$LINENO"; then :
8334 case "$LIBEXT" in
8335 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8336 dylib) ac_cv_lib_soname_Xrandr=`otool -L conftest$ac_exeext | grep "libXrandr\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrandr\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8337 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8338 esac
8340 rm -f core conftest.err conftest.$ac_objext \
8341 conftest$ac_exeext conftest.$ac_ext
8342 LIBS=$ac_check_soname_save_LIBS
8344 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8346 $as_echo "not found" >&6; }
8348 else
8349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8350 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8352 cat >>confdefs.h <<_ACEOF
8353 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8354 _ACEOF
8359 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8361 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8362 case "x$with_xrandr" in
8363 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8364 xno) ;;
8365 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8366 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8367 esac
8370 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8371 then
8372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8373 /* end confdefs.h. */
8374 #include <X11/Xlib.h>
8375 #include <X11/extensions/Xinerama.h>
8377 main ()
8379 static typeof(XineramaQueryScreens) * func;
8381 return 0;
8383 _ACEOF
8384 if ac_fn_c_try_compile "$LINENO"; then :
8385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8386 $as_echo_n "checking for -lXinerama... " >&6; }
8387 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8388 $as_echo_n "(cached) " >&6
8389 else
8390 ac_check_soname_save_LIBS=$LIBS
8391 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8392 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8393 /* end confdefs.h. */
8395 /* Override any GCC internal prototype to avoid an error.
8396 Use char because int might match the return type of a GCC
8397 builtin and then its argument prototype would still apply. */
8398 #ifdef __cplusplus
8399 extern "C"
8400 #endif
8401 char XineramaQueryScreens ();
8403 main ()
8405 return XineramaQueryScreens ();
8407 return 0;
8409 _ACEOF
8410 if ac_fn_c_try_link "$LINENO"; then :
8411 case "$LIBEXT" in
8412 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8413 dylib) ac_cv_lib_soname_Xinerama=`otool -L conftest$ac_exeext | grep "libXinerama\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXinerama\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8414 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8415 esac
8417 rm -f core conftest.err conftest.$ac_objext \
8418 conftest$ac_exeext conftest.$ac_ext
8419 LIBS=$ac_check_soname_save_LIBS
8421 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8423 $as_echo "not found" >&6; }
8425 else
8426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8427 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8429 cat >>confdefs.h <<_ACEOF
8430 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8431 _ACEOF
8436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8438 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8439 case "x$with_xinerama" in
8440 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8441 xno) ;;
8442 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8443 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8444 esac
8447 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8448 then
8449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8450 $as_echo_n "checking for -lXcomposite... " >&6; }
8451 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8452 $as_echo_n "(cached) " >&6
8453 else
8454 ac_check_soname_save_LIBS=$LIBS
8455 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8457 /* end confdefs.h. */
8459 /* Override any GCC internal prototype to avoid an error.
8460 Use char because int might match the return type of a GCC
8461 builtin and then its argument prototype would still apply. */
8462 #ifdef __cplusplus
8463 extern "C"
8464 #endif
8465 char XCompositeRedirectWindow ();
8467 main ()
8469 return XCompositeRedirectWindow ();
8471 return 0;
8473 _ACEOF
8474 if ac_fn_c_try_link "$LINENO"; then :
8475 case "$LIBEXT" in
8476 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8477 dylib) ac_cv_lib_soname_Xcomposite=`otool -L conftest$ac_exeext | grep "libXcomposite\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcomposite\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8478 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8479 esac
8481 rm -f core conftest.err conftest.$ac_objext \
8482 conftest$ac_exeext conftest.$ac_ext
8483 LIBS=$ac_check_soname_save_LIBS
8485 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8487 $as_echo "not found" >&6; }
8489 else
8490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8491 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8493 cat >>confdefs.h <<_ACEOF
8494 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8495 _ACEOF
8500 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8501 case "x$with_xcomposite" in
8502 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8503 xno) ;;
8504 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8505 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8506 esac
8509 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8510 #include <X11/Xlib.h>
8511 #endif
8513 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8515 cat >>confdefs.h <<_ACEOF
8516 #define HAVE_XICCALLBACK_CALLBACK 1
8517 _ACEOF
8524 opengl_msg=""
8525 if test "x$with_opengl" != "xno"
8526 then
8527 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8528 do :
8529 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8530 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8531 # include <GL/glx.h>
8532 #endif
8534 eval as_val=\$$as_ac_Header
8535 if test "x$as_val" = x""yes; then :
8536 cat >>confdefs.h <<_ACEOF
8537 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8538 _ACEOF
8542 done
8544 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8545 then
8546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8547 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8548 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8549 $as_echo_n "(cached) " >&6
8550 else
8551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8552 /* end confdefs.h. */
8553 #include <GL/gl.h>
8555 main ()
8557 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8559 return 0;
8561 _ACEOF
8562 if ac_fn_c_try_compile "$LINENO"; then :
8563 wine_cv_opengl_header_version_OK="yes"
8564 else
8565 wine_cv_opengl_header_version_OK="no"
8567 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8570 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8572 if test "$wine_cv_opengl_header_version_OK" = "yes"
8573 then
8574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8575 $as_echo_n "checking for -lGL... " >&6; }
8576 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8577 $as_echo_n "(cached) " >&6
8578 else
8579 ac_check_soname_save_LIBS=$LIBS
8580 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8582 /* end confdefs.h. */
8584 /* Override any GCC internal prototype to avoid an error.
8585 Use char because int might match the return type of a GCC
8586 builtin and then its argument prototype would still apply. */
8587 #ifdef __cplusplus
8588 extern "C"
8589 #endif
8590 char glXCreateContext ();
8592 main ()
8594 return glXCreateContext ();
8596 return 0;
8598 _ACEOF
8599 if ac_fn_c_try_link "$LINENO"; then :
8600 case "$LIBEXT" in
8601 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8602 dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8603 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8604 esac
8606 rm -f core conftest.err conftest.$ac_objext \
8607 conftest$ac_exeext conftest.$ac_ext
8608 LIBS=$ac_check_soname_save_LIBS
8610 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8612 $as_echo "not found" >&6; }
8613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8614 $as_echo_n "checking for -lGL... " >&6; }
8615 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8616 $as_echo_n "(cached) " >&6
8617 else
8618 ac_check_soname_save_LIBS=$LIBS
8619 LIBS="-lGL $X_LIBS $XLIB -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 $LIBS"
8620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8621 /* end confdefs.h. */
8623 /* Override any GCC internal prototype to avoid an error.
8624 Use char because int might match the return type of a GCC
8625 builtin and then its argument prototype would still apply. */
8626 #ifdef __cplusplus
8627 extern "C"
8628 #endif
8629 char glXCreateContext ();
8631 main ()
8633 return glXCreateContext ();
8635 return 0;
8637 _ACEOF
8638 if ac_fn_c_try_link "$LINENO"; then :
8639 case "$LIBEXT" in
8640 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8641 dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8642 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8643 esac
8645 rm -f core conftest.err conftest.$ac_objext \
8646 conftest$ac_exeext conftest.$ac_ext
8647 LIBS=$ac_check_soname_save_LIBS
8649 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8651 $as_echo "not found" >&6; }
8652 if test -f /usr/X11R6/lib/libGL.a
8653 then
8654 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8655 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8656 else
8657 opengl_msg="No OpenGL library found on this system."
8659 else
8660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8661 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8663 cat >>confdefs.h <<_ACEOF
8664 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8665 _ACEOF
8667 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"
8669 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8672 else
8673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8674 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8676 cat >>confdefs.h <<_ACEOF
8677 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8678 _ACEOF
8680 OPENGL_LIBS="-lGL"
8682 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8685 if test "$ac_cv_header_GL_glu_h" = "yes"
8686 then
8687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8688 $as_echo_n "checking for -lGLU... " >&6; }
8689 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8690 $as_echo_n "(cached) " >&6
8691 else
8692 ac_check_soname_save_LIBS=$LIBS
8693 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8694 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8695 /* end confdefs.h. */
8697 /* Override any GCC internal prototype to avoid an error.
8698 Use char because int might match the return type of a GCC
8699 builtin and then its argument prototype would still apply. */
8700 #ifdef __cplusplus
8701 extern "C"
8702 #endif
8703 char gluLookAt ();
8705 main ()
8707 return gluLookAt ();
8709 return 0;
8711 _ACEOF
8712 if ac_fn_c_try_link "$LINENO"; then :
8713 case "$LIBEXT" in
8714 dll) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8715 dylib) ac_cv_lib_soname_GLU=`otool -L conftest$ac_exeext | grep "libGLU\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGLU\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8716 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8717 esac
8719 rm -f core conftest.err conftest.$ac_objext \
8720 conftest$ac_exeext conftest.$ac_ext
8721 LIBS=$ac_check_soname_save_LIBS
8723 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8725 $as_echo "not found" >&6; }
8727 else
8728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8729 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8731 cat >>confdefs.h <<_ACEOF
8732 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8733 _ACEOF
8738 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8739 case "x$with_glu" in
8740 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8741 xno) ;;
8742 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8743 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8744 esac
8746 else
8747 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8749 else
8750 opengl_msg="OpenGL development headers not found."
8752 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8753 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8754 else
8755 enable_opengl32=${enable_opengl32:-no}
8756 enable_glu32=${enable_glu32:-no}
8758 if test -n "$opengl_msg"; then :
8759 case "x$with_opengl" in
8760 x) as_fn_append wine_warnings "|$opengl_msg
8761 OpenGL and Direct3D won't be supported." ;;
8762 xno) ;;
8763 *) as_fn_error "$opengl_msg
8764 OpenGL and Direct3D won't be supported.
8765 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8766 esac
8769 NASLIBS=""
8771 for ac_header in audio/audiolib.h
8772 do :
8773 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8774 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8775 cat >>confdefs.h <<_ACEOF
8776 #define HAVE_AUDIO_AUDIOLIB_H 1
8777 _ACEOF
8778 for ac_header in audio/soundlib.h
8779 do :
8780 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8782 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8783 cat >>confdefs.h <<_ACEOF
8784 #define HAVE_AUDIO_SOUNDLIB_H 1
8785 _ACEOF
8789 done
8791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8792 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8793 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8794 $as_echo_n "(cached) " >&6
8795 else
8796 ac_check_lib_save_LIBS=$LIBS
8797 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8799 /* end confdefs.h. */
8801 /* Override any GCC internal prototype to avoid an error.
8802 Use char because int might match the return type of a GCC
8803 builtin and then its argument prototype would still apply. */
8804 #ifdef __cplusplus
8805 extern "C"
8806 #endif
8807 char AuCreateFlow ();
8809 main ()
8811 return AuCreateFlow ();
8813 return 0;
8815 _ACEOF
8816 if ac_fn_c_try_link "$LINENO"; then :
8817 ac_cv_lib_audio_AuCreateFlow=yes
8818 else
8819 ac_cv_lib_audio_AuCreateFlow=no
8821 rm -f core conftest.err conftest.$ac_objext \
8822 conftest$ac_exeext conftest.$ac_ext
8823 LIBS=$ac_check_lib_save_LIBS
8825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8826 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8827 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8829 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8832 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8833 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8834 $as_echo_n "(cached) " >&6
8835 else
8836 ac_check_lib_save_LIBS=$LIBS
8837 LIBS="-lXau $X_LIBS $LIBS"
8838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8839 /* end confdefs.h. */
8841 /* Override any GCC internal prototype to avoid an error.
8842 Use char because int might match the return type of a GCC
8843 builtin and then its argument prototype would still apply. */
8844 #ifdef __cplusplus
8845 extern "C"
8846 #endif
8847 char XauGetBestAuthByAddr ();
8849 main ()
8851 return XauGetBestAuthByAddr ();
8853 return 0;
8855 _ACEOF
8856 if ac_fn_c_try_link "$LINENO"; then :
8857 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8858 else
8859 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8861 rm -f core conftest.err conftest.$ac_objext \
8862 conftest$ac_exeext conftest.$ac_ext
8863 LIBS=$ac_check_lib_save_LIBS
8865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8866 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8867 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8868 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8869 else
8870 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8878 done
8881 CPPFLAGS="$ac_save_CPPFLAGS"
8882 else
8883 XLIB=""
8884 X_CFLAGS=""
8885 X_LIBS=""
8886 enable_winex11_drv=${enable_winex11_drv:-no}
8887 enable_opengl32=${enable_opengl32:-no}
8888 enable_glu32=${enable_glu32:-no}
8890 if test "x$XLIB" = "x"; then :
8891 case "x$with_x" in
8892 xno) ;;
8893 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
8894 without X support, which probably isn't what you want. You will need to install
8895 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8896 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8897 esac
8901 XML2LIBS=""
8903 XML2INCL=""
8905 XSLTINCL=""
8907 if test "x$with_xml" != "xno"
8908 then
8909 ac_save_CPPFLAGS="$CPPFLAGS"
8910 if test "$PKG_CONFIG" != "false"
8911 then
8912 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
8913 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
8914 else
8915 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
8916 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
8918 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
8919 for ac_header in libxml/parser.h
8920 do :
8921 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
8922 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
8923 cat >>confdefs.h <<_ACEOF
8924 #define HAVE_LIBXML_PARSER_H 1
8925 _ACEOF
8926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
8927 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
8928 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
8929 $as_echo_n "(cached) " >&6
8930 else
8931 ac_check_lib_save_LIBS=$LIBS
8932 LIBS="-lxml2 $ac_xml_libs $LIBS"
8933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8934 /* end confdefs.h. */
8936 /* Override any GCC internal prototype to avoid an error.
8937 Use char because int might match the return type of a GCC
8938 builtin and then its argument prototype would still apply. */
8939 #ifdef __cplusplus
8940 extern "C"
8941 #endif
8942 char xmlParseMemory ();
8944 main ()
8946 return xmlParseMemory ();
8948 return 0;
8950 _ACEOF
8951 if ac_fn_c_try_link "$LINENO"; then :
8952 ac_cv_lib_xml2_xmlParseMemory=yes
8953 else
8954 ac_cv_lib_xml2_xmlParseMemory=no
8956 rm -f core conftest.err conftest.$ac_objext \
8957 conftest$ac_exeext conftest.$ac_ext
8958 LIBS=$ac_check_lib_save_LIBS
8960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
8961 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
8962 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
8964 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
8966 XML2LIBS="$ac_xml_libs"
8967 XML2INCL="$ac_xml_cflags"
8970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
8971 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
8972 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
8973 $as_echo_n "(cached) " >&6
8974 else
8975 ac_check_lib_save_LIBS=$LIBS
8976 LIBS="-lxml2 $ac_xml_libs $LIBS"
8977 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8978 /* end confdefs.h. */
8980 /* Override any GCC internal prototype to avoid an error.
8981 Use char because int might match the return type of a GCC
8982 builtin and then its argument prototype would still apply. */
8983 #ifdef __cplusplus
8984 extern "C"
8985 #endif
8986 char xmlReadMemory ();
8988 main ()
8990 return xmlReadMemory ();
8992 return 0;
8994 _ACEOF
8995 if ac_fn_c_try_link "$LINENO"; then :
8996 ac_cv_lib_xml2_xmlReadMemory=yes
8997 else
8998 ac_cv_lib_xml2_xmlReadMemory=no
9000 rm -f core conftest.err conftest.$ac_objext \
9001 conftest$ac_exeext conftest.$ac_ext
9002 LIBS=$ac_check_lib_save_LIBS
9004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9005 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9006 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
9008 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9013 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9014 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9015 $as_echo_n "(cached) " >&6
9016 else
9017 ac_check_lib_save_LIBS=$LIBS
9018 LIBS="-lxml2 $ac_xml_libs $LIBS"
9019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9020 /* end confdefs.h. */
9022 /* Override any GCC internal prototype to avoid an error.
9023 Use char because int might match the return type of a GCC
9024 builtin and then its argument prototype would still apply. */
9025 #ifdef __cplusplus
9026 extern "C"
9027 #endif
9028 char xmlNewDocPI ();
9030 main ()
9032 return xmlNewDocPI ();
9034 return 0;
9036 _ACEOF
9037 if ac_fn_c_try_link "$LINENO"; then :
9038 ac_cv_lib_xml2_xmlNewDocPI=yes
9039 else
9040 ac_cv_lib_xml2_xmlNewDocPI=no
9042 rm -f core conftest.err conftest.$ac_objext \
9043 conftest$ac_exeext conftest.$ac_ext
9044 LIBS=$ac_check_lib_save_LIBS
9046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9047 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9048 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9050 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9057 done
9059 CPPFLAGS="$ac_save_CPPFLAGS"
9061 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9062 case "x$with_xml" in
9063 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9064 xno) ;;
9065 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9066 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9067 esac
9070 if test "x$with_xslt" != "xno"
9071 then
9072 if test "$PKG_CONFIG" != "false"
9073 then
9074 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9075 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9076 else
9077 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9078 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9080 ac_save_CPPFLAGS="$CPPFLAGS"
9081 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9082 for ac_header in libxslt/pattern.h libxslt/transform.h
9083 do :
9084 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9085 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9086 # include <libxslt/pattern.h>
9087 #endif
9089 eval as_val=\$$as_ac_Header
9090 if test "x$as_val" = x""yes; then :
9091 cat >>confdefs.h <<_ACEOF
9092 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9093 _ACEOF
9097 done
9099 CPPFLAGS="$ac_save_CPPFLAGS"
9100 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9101 then
9102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9103 $as_echo_n "checking for -lxslt... " >&6; }
9104 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9105 $as_echo_n "(cached) " >&6
9106 else
9107 ac_check_soname_save_LIBS=$LIBS
9108 LIBS="-lxslt $ac_xslt_libs $LIBS"
9109 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9110 /* end confdefs.h. */
9112 /* Override any GCC internal prototype to avoid an error.
9113 Use char because int might match the return type of a GCC
9114 builtin and then its argument prototype would still apply. */
9115 #ifdef __cplusplus
9116 extern "C"
9117 #endif
9118 char xsltCompilePattern ();
9120 main ()
9122 return xsltCompilePattern ();
9124 return 0;
9126 _ACEOF
9127 if ac_fn_c_try_link "$LINENO"; then :
9128 case "$LIBEXT" in
9129 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9130 dylib) ac_cv_lib_soname_xslt=`otool -L conftest$ac_exeext | grep "libxslt\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libxslt\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9131 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9132 esac
9134 rm -f core conftest.err conftest.$ac_objext \
9135 conftest$ac_exeext conftest.$ac_ext
9136 LIBS=$ac_check_soname_save_LIBS
9138 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9140 $as_echo "not found" >&6; }
9142 else
9143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9144 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9146 cat >>confdefs.h <<_ACEOF
9147 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9148 _ACEOF
9150 XSLTINCL="$ac_xslt_cflags"
9154 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9155 case "x$with_xslt" in
9156 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9157 xno) ;;
9158 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9159 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9160 esac
9163 HALINCL=""
9165 if test "x$with_hal" != "xno"
9166 then
9167 ac_save_CPPFLAGS="$CPPFLAGS"
9168 if test "$PKG_CONFIG" != "false"
9169 then
9170 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9171 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9172 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9174 for ac_header in dbus/dbus.h hal/libhal.h
9175 do :
9176 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9177 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9178 eval as_val=\$$as_ac_Header
9179 if test "x$as_val" = x""yes; then :
9180 cat >>confdefs.h <<_ACEOF
9181 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9182 _ACEOF
9186 done
9188 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9189 then
9190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9191 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9192 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9193 $as_echo_n "(cached) " >&6
9194 else
9195 ac_check_lib_save_LIBS=$LIBS
9196 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9198 /* end confdefs.h. */
9200 /* Override any GCC internal prototype to avoid an error.
9201 Use char because int might match the return type of a GCC
9202 builtin and then its argument prototype would still apply. */
9203 #ifdef __cplusplus
9204 extern "C"
9205 #endif
9206 char dbus_connection_close ();
9208 main ()
9210 return dbus_connection_close ();
9212 return 0;
9214 _ACEOF
9215 if ac_fn_c_try_link "$LINENO"; then :
9216 ac_cv_lib_dbus_1_dbus_connection_close=yes
9217 else
9218 ac_cv_lib_dbus_1_dbus_connection_close=no
9220 rm -f core conftest.err conftest.$ac_objext \
9221 conftest$ac_exeext conftest.$ac_ext
9222 LIBS=$ac_check_lib_save_LIBS
9224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9225 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9226 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9228 $as_echo_n "checking for -lhal... " >&6; }
9229 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9230 $as_echo_n "(cached) " >&6
9231 else
9232 ac_check_soname_save_LIBS=$LIBS
9233 LIBS="-lhal $ac_hal_libs $LIBS"
9234 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9235 /* end confdefs.h. */
9237 /* Override any GCC internal prototype to avoid an error.
9238 Use char because int might match the return type of a GCC
9239 builtin and then its argument prototype would still apply. */
9240 #ifdef __cplusplus
9241 extern "C"
9242 #endif
9243 char libhal_ctx_new ();
9245 main ()
9247 return libhal_ctx_new ();
9249 return 0;
9251 _ACEOF
9252 if ac_fn_c_try_link "$LINENO"; then :
9253 case "$LIBEXT" in
9254 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9255 dylib) ac_cv_lib_soname_hal=`otool -L conftest$ac_exeext | grep "libhal\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libhal\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9256 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9257 esac
9259 rm -f core conftest.err conftest.$ac_objext \
9260 conftest$ac_exeext conftest.$ac_ext
9261 LIBS=$ac_check_soname_save_LIBS
9263 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9265 $as_echo "not found" >&6; }
9267 else
9268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9269 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9271 cat >>confdefs.h <<_ACEOF
9272 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9273 _ACEOF
9275 HALINCL="$ac_hal_cflags"
9280 CPPFLAGS="$ac_save_CPPFLAGS"
9282 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9283 case "x$with_hal" in
9284 x) as_fn_append wine_notices "|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9285 xno) ;;
9286 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9287 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9288 esac
9291 if test "x$with_gnutls" != "xno"
9292 then
9293 ac_save_CPPFLAGS="$CPPFLAGS"
9294 if test "$PKG_CONFIG" != "false"
9295 then
9296 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9297 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9298 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9300 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9301 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9302 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9303 /* end confdefs.h. */
9304 #include <gnutls/gnutls.h>
9306 main ()
9308 typeof(gnutls_mac_get_key_size) *pfunc;
9310 return 0;
9312 _ACEOF
9313 if ac_fn_c_try_compile "$LINENO"; then :
9314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9315 $as_echo_n "checking for -lgnutls... " >&6; }
9316 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9317 $as_echo_n "(cached) " >&6
9318 else
9319 ac_check_soname_save_LIBS=$LIBS
9320 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9322 /* end confdefs.h. */
9324 /* Override any GCC internal prototype to avoid an error.
9325 Use char because int might match the return type of a GCC
9326 builtin and then its argument prototype would still apply. */
9327 #ifdef __cplusplus
9328 extern "C"
9329 #endif
9330 char gnutls_global_init ();
9332 main ()
9334 return gnutls_global_init ();
9336 return 0;
9338 _ACEOF
9339 if ac_fn_c_try_link "$LINENO"; then :
9340 case "$LIBEXT" in
9341 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9342 dylib) ac_cv_lib_soname_gnutls=`otool -L conftest$ac_exeext | grep "libgnutls\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgnutls\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9343 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9344 esac
9346 rm -f core conftest.err conftest.$ac_objext \
9347 conftest$ac_exeext conftest.$ac_ext
9348 LIBS=$ac_check_soname_save_LIBS
9350 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9352 $as_echo "not found" >&6; }
9354 else
9355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9356 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9358 cat >>confdefs.h <<_ACEOF
9359 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9360 _ACEOF
9362 GNUTLSINCL="$ac_gnutls_cflags"
9366 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9370 CPPFLAGS="$ac_save_CPPFLAGS"
9372 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9373 case "x$with_gnutls" in
9374 x) as_fn_append wine_notices "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9375 xno) ;;
9376 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9377 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9378 esac
9381 CURSESLIBS=""
9382 if test "$ac_cv_header_ncurses_h" = "yes"
9383 then
9384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9385 $as_echo_n "checking for -lncurses... " >&6; }
9386 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9387 $as_echo_n "(cached) " >&6
9388 else
9389 ac_check_soname_save_LIBS=$LIBS
9390 LIBS="-lncurses $LIBS"
9391 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9392 /* end confdefs.h. */
9394 /* Override any GCC internal prototype to avoid an error.
9395 Use char because int might match the return type of a GCC
9396 builtin and then its argument prototype would still apply. */
9397 #ifdef __cplusplus
9398 extern "C"
9399 #endif
9400 char waddch ();
9402 main ()
9404 return waddch ();
9406 return 0;
9408 _ACEOF
9409 if ac_fn_c_try_link "$LINENO"; then :
9410 case "$LIBEXT" in
9411 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9412 dylib) ac_cv_lib_soname_ncurses=`otool -L conftest$ac_exeext | grep "libncurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libncurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9413 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9414 esac
9416 rm -f core conftest.err conftest.$ac_objext \
9417 conftest$ac_exeext conftest.$ac_ext
9418 LIBS=$ac_check_soname_save_LIBS
9420 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9422 $as_echo "not found" >&6; }
9424 else
9425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9426 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9428 cat >>confdefs.h <<_ACEOF
9429 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9430 _ACEOF
9432 CURSESLIBS="-lncurses"
9434 elif test "$ac_cv_header_curses_h" = "yes"
9435 then
9436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9437 $as_echo_n "checking for -lcurses... " >&6; }
9438 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9439 $as_echo_n "(cached) " >&6
9440 else
9441 ac_check_soname_save_LIBS=$LIBS
9442 LIBS="-lcurses $LIBS"
9443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9444 /* end confdefs.h. */
9446 /* Override any GCC internal prototype to avoid an error.
9447 Use char because int might match the return type of a GCC
9448 builtin and then its argument prototype would still apply. */
9449 #ifdef __cplusplus
9450 extern "C"
9451 #endif
9452 char waddch ();
9454 main ()
9456 return waddch ();
9458 return 0;
9460 _ACEOF
9461 if ac_fn_c_try_link "$LINENO"; then :
9462 case "$LIBEXT" in
9463 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9464 dylib) ac_cv_lib_soname_curses=`otool -L conftest$ac_exeext | grep "libcurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9465 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9466 esac
9468 rm -f core conftest.err conftest.$ac_objext \
9469 conftest$ac_exeext conftest.$ac_ext
9470 LIBS=$ac_check_soname_save_LIBS
9472 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9474 $as_echo "not found" >&6; }
9476 else
9477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9478 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9480 cat >>confdefs.h <<_ACEOF
9481 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9482 _ACEOF
9484 CURSESLIBS="-lcurses"
9487 ac_save_LIBS="$LIBS"
9488 LIBS="$LIBS $CURSESLIBS"
9489 for ac_func in mousemask
9490 do :
9491 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9492 if test "x$ac_cv_func_mousemask" = x""yes; then :
9493 cat >>confdefs.h <<_ACEOF
9494 #define HAVE_MOUSEMASK 1
9495 _ACEOF
9498 done
9500 LIBS="$ac_save_LIBS"
9501 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9502 case "x$with_curses" in
9503 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9504 xno) ;;
9505 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9506 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9507 esac
9510 if test "x$with_sane" != "xno"
9511 then
9512 ac_save_CPPFLAGS="$CPPFLAGS"
9513 # Extract the first word of "sane-config", so it can be a program name with args.
9514 set dummy sane-config; ac_word=$2
9515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9516 $as_echo_n "checking for $ac_word... " >&6; }
9517 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9518 $as_echo_n "(cached) " >&6
9519 else
9520 if test -n "$sane_devel"; then
9521 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9522 else
9523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9524 for as_dir in $PATH
9526 IFS=$as_save_IFS
9527 test -z "$as_dir" && as_dir=.
9528 for ac_exec_ext in '' $ac_executable_extensions; do
9529 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9530 ac_cv_prog_sane_devel="sane-config"
9531 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9532 break 2
9534 done
9535 done
9536 IFS=$as_save_IFS
9538 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9541 sane_devel=$ac_cv_prog_sane_devel
9542 if test -n "$sane_devel"; then
9543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9544 $as_echo "$sane_devel" >&6; }
9545 else
9546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9547 $as_echo "no" >&6; }
9551 if test "$sane_devel" != "no"
9552 then
9553 ac_sane_incl="`$sane_devel --cflags`"
9554 ac_sane_libs="`$sane_devel --ldflags`"
9555 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9557 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9558 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9560 $as_echo_n "checking for -lsane... " >&6; }
9561 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9562 $as_echo_n "(cached) " >&6
9563 else
9564 ac_check_soname_save_LIBS=$LIBS
9565 LIBS="-lsane $ac_sane_libs $LIBS"
9566 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9567 /* end confdefs.h. */
9569 /* Override any GCC internal prototype to avoid an error.
9570 Use char because int might match the return type of a GCC
9571 builtin and then its argument prototype would still apply. */
9572 #ifdef __cplusplus
9573 extern "C"
9574 #endif
9575 char sane_init ();
9577 main ()
9579 return sane_init ();
9581 return 0;
9583 _ACEOF
9584 if ac_fn_c_try_link "$LINENO"; then :
9585 case "$LIBEXT" in
9586 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9587 dylib) ac_cv_lib_soname_sane=`otool -L conftest$ac_exeext | grep "libsane\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libsane\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9588 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9589 esac
9591 rm -f core conftest.err conftest.$ac_objext \
9592 conftest$ac_exeext conftest.$ac_ext
9593 LIBS=$ac_check_soname_save_LIBS
9595 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9597 $as_echo "not found" >&6; }
9599 else
9600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9601 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9603 cat >>confdefs.h <<_ACEOF
9604 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9605 _ACEOF
9607 SANEINCL="$ac_sane_incl"
9613 CPPFLAGS="$ac_save_CPPFLAGS"
9615 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9616 case "x$with_sane" in
9617 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9618 xno) ;;
9619 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9620 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9621 esac
9624 if test "x$with_v4l" != "xno"
9625 then
9626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9627 $as_echo_n "checking for -lv4l1... " >&6; }
9628 if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
9629 $as_echo_n "(cached) " >&6
9630 else
9631 ac_check_soname_save_LIBS=$LIBS
9632 LIBS="-lv4l1 $LIBS"
9633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9634 /* end confdefs.h. */
9636 /* Override any GCC internal prototype to avoid an error.
9637 Use char because int might match the return type of a GCC
9638 builtin and then its argument prototype would still apply. */
9639 #ifdef __cplusplus
9640 extern "C"
9641 #endif
9642 char v4l1_open ();
9644 main ()
9646 return v4l1_open ();
9648 return 0;
9650 _ACEOF
9651 if ac_fn_c_try_link "$LINENO"; then :
9652 case "$LIBEXT" in
9653 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9654 dylib) ac_cv_lib_soname_v4l1=`otool -L conftest$ac_exeext | grep "libv4l1\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libv4l1\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9655 *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9656 esac
9658 rm -f core conftest.err conftest.$ac_objext \
9659 conftest$ac_exeext conftest.$ac_ext
9660 LIBS=$ac_check_soname_save_LIBS
9662 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9664 $as_echo "not found" >&6; }
9666 else
9667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
9668 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
9670 cat >>confdefs.h <<_ACEOF
9671 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
9672 _ACEOF
9677 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9678 case "x$with_v4l" in
9679 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
9680 xno) ;;
9681 *) as_fn_error "libv4l ${notice_platform}development files not found.
9682 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
9683 esac
9686 if test "x$with_gphoto" != "xno"
9687 then
9688 ac_save_CPPFLAGS="$CPPFLAGS"
9689 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9690 set dummy gphoto2-config; ac_word=$2
9691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9692 $as_echo_n "checking for $ac_word... " >&6; }
9693 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9694 $as_echo_n "(cached) " >&6
9695 else
9696 if test -n "$gphoto2_devel"; then
9697 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9698 else
9699 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9700 for as_dir in $PATH
9702 IFS=$as_save_IFS
9703 test -z "$as_dir" && as_dir=.
9704 for ac_exec_ext in '' $ac_executable_extensions; do
9705 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9706 ac_cv_prog_gphoto2_devel="gphoto2-config"
9707 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9708 break 2
9710 done
9711 done
9712 IFS=$as_save_IFS
9714 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9717 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9718 if test -n "$gphoto2_devel"; then
9719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9720 $as_echo "$gphoto2_devel" >&6; }
9721 else
9722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9723 $as_echo "no" >&6; }
9727 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9728 set dummy gphoto2-port-config; ac_word=$2
9729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9730 $as_echo_n "checking for $ac_word... " >&6; }
9731 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9732 $as_echo_n "(cached) " >&6
9733 else
9734 if test -n "$gphoto2port_devel"; then
9735 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9736 else
9737 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9738 for as_dir in $PATH
9740 IFS=$as_save_IFS
9741 test -z "$as_dir" && as_dir=.
9742 for ac_exec_ext in '' $ac_executable_extensions; do
9743 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9744 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9745 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9746 break 2
9748 done
9749 done
9750 IFS=$as_save_IFS
9752 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9755 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9756 if test -n "$gphoto2port_devel"; then
9757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9758 $as_echo "$gphoto2port_devel" >&6; }
9759 else
9760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9761 $as_echo "no" >&6; }
9765 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9766 then
9767 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9768 ac_gphoto2_libs=""
9769 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9771 case "$i" in
9772 -L/usr/lib|-L/usr/lib64) ;;
9773 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9774 esac
9775 done
9776 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9778 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9779 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9780 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9782 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9783 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9784 $as_echo_n "(cached) " >&6
9785 else
9786 ac_check_lib_save_LIBS=$LIBS
9787 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9788 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9789 /* end confdefs.h. */
9791 /* Override any GCC internal prototype to avoid an error.
9792 Use char because int might match the return type of a GCC
9793 builtin and then its argument prototype would still apply. */
9794 #ifdef __cplusplus
9795 extern "C"
9796 #endif
9797 char gp_camera_new ();
9799 main ()
9801 return gp_camera_new ();
9803 return 0;
9805 _ACEOF
9806 if ac_fn_c_try_link "$LINENO"; then :
9807 ac_cv_lib_gphoto2_gp_camera_new=yes
9808 else
9809 ac_cv_lib_gphoto2_gp_camera_new=no
9811 rm -f core conftest.err conftest.$ac_objext \
9812 conftest$ac_exeext conftest.$ac_ext
9813 LIBS=$ac_check_lib_save_LIBS
9815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9816 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9817 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9819 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9821 GPHOTO2LIBS="$ac_gphoto2_libs"
9823 GPHOTO2INCL="$ac_gphoto2_incl"
9830 CPPFLAGS="$ac_save_CPPFLAGS"
9832 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9833 case "x$with_gphoto" in
9834 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9835 xno) ;;
9836 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9837 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9838 esac
9842 RESOLVLIBS=""
9844 if test "$ac_cv_header_resolv_h" = "yes"
9845 then
9846 ac_save_LIBS="$LIBS"
9847 LIBS="$LIBS -lresolv"
9848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9849 /* end confdefs.h. */
9850 #ifdef HAVE_NETINET_IN_H
9851 #include <netinet/in.h>
9852 #endif
9853 #include <resolv.h>
9855 main ()
9857 res_init();
9859 return 0;
9861 _ACEOF
9862 if ac_fn_c_try_link "$LINENO"; then :
9864 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9866 RESOLVLIBS="-lresolv"
9868 rm -f core conftest.err conftest.$ac_objext \
9869 conftest$ac_exeext conftest.$ac_ext
9870 LIBS="$ac_save_LIBS"
9873 LCMSLIBS=""
9875 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9876 then
9877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9878 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9879 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9880 $as_echo_n "(cached) " >&6
9881 else
9882 ac_check_lib_save_LIBS=$LIBS
9883 LIBS="-llcms $LIBS"
9884 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9885 /* end confdefs.h. */
9887 /* Override any GCC internal prototype to avoid an error.
9888 Use char because int might match the return type of a GCC
9889 builtin and then its argument prototype would still apply. */
9890 #ifdef __cplusplus
9891 extern "C"
9892 #endif
9893 char cmsOpenProfileFromFile ();
9895 main ()
9897 return cmsOpenProfileFromFile ();
9899 return 0;
9901 _ACEOF
9902 if ac_fn_c_try_link "$LINENO"; then :
9903 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9904 else
9905 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9907 rm -f core conftest.err conftest.$ac_objext \
9908 conftest$ac_exeext conftest.$ac_ext
9909 LIBS=$ac_check_lib_save_LIBS
9911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9912 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
9913 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
9915 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
9917 LCMSLIBS="-llcms"
9921 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
9922 case "x$with_cms" in
9923 x) as_fn_append wine_notices "|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
9924 xno) ;;
9925 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9926 This is an error since --with-cms was requested." "$LINENO" 5 ;;
9927 esac
9930 if test "x$with_freetype" != "xno"
9931 then
9932 for ac_prog in freetype-config freetype2-config
9934 # Extract the first word of "$ac_prog", so it can be a program name with args.
9935 set dummy $ac_prog; ac_word=$2
9936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9937 $as_echo_n "checking for $ac_word... " >&6; }
9938 if test "${ac_cv_prog_ft_devel+set}" = set; then :
9939 $as_echo_n "(cached) " >&6
9940 else
9941 if test -n "$ft_devel"; then
9942 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
9943 else
9944 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9945 for as_dir in $PATH
9947 IFS=$as_save_IFS
9948 test -z "$as_dir" && as_dir=.
9949 for ac_exec_ext in '' $ac_executable_extensions; do
9950 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9951 ac_cv_prog_ft_devel="$ac_prog"
9952 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9953 break 2
9955 done
9956 done
9957 IFS=$as_save_IFS
9961 ft_devel=$ac_cv_prog_ft_devel
9962 if test -n "$ft_devel"; then
9963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
9964 $as_echo "$ft_devel" >&6; }
9965 else
9966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9967 $as_echo "no" >&6; }
9971 test -n "$ft_devel" && break
9972 done
9973 test -n "$ft_devel" || ft_devel="no"
9975 if test "$ft_devel" != "no"
9976 then
9977 ac_freetype_incl=`$ft_devel --cflags`
9978 ac_freetype_libs=`$ft_devel --libs`
9980 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
9981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
9982 $as_echo_n "checking for -lfreetype... " >&6; }
9983 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
9984 $as_echo_n "(cached) " >&6
9985 else
9986 ac_check_soname_save_LIBS=$LIBS
9987 LIBS="-lfreetype $ac_freetype_libs $LIBS"
9988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9989 /* end confdefs.h. */
9991 /* Override any GCC internal prototype to avoid an error.
9992 Use char because int might match the return type of a GCC
9993 builtin and then its argument prototype would still apply. */
9994 #ifdef __cplusplus
9995 extern "C"
9996 #endif
9997 char FT_Init_FreeType ();
9999 main ()
10001 return FT_Init_FreeType ();
10003 return 0;
10005 _ACEOF
10006 if ac_fn_c_try_link "$LINENO"; then :
10007 case "$LIBEXT" in
10008 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10009 dylib) ac_cv_lib_soname_freetype=`otool -L conftest$ac_exeext | grep "libfreetype\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfreetype\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10010 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10011 esac
10013 rm -f core conftest.err conftest.$ac_objext \
10014 conftest$ac_exeext conftest.$ac_ext
10015 LIBS=$ac_check_soname_save_LIBS
10017 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10019 $as_echo "not found" >&6; }
10020 ft_lib=no
10021 else
10022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10023 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10025 cat >>confdefs.h <<_ACEOF
10026 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10027 _ACEOF
10029 ft_lib=yes
10031 if test "$ft_lib" = "yes"
10032 then
10033 ac_save_CPPFLAGS="$CPPFLAGS"
10034 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10035 for ac_header in ft2build.h \
10036 freetype/freetype.h \
10037 freetype/ftglyph.h \
10038 freetype/fttypes.h \
10039 freetype/tttables.h \
10040 freetype/ftsnames.h \
10041 freetype/ttnameid.h \
10042 freetype/ftoutln.h \
10043 freetype/ftwinfnt.h \
10044 freetype/ftmodapi.h \
10045 freetype/ftlcdfil.h \
10046 freetype/internal/sfnt.h
10047 do :
10048 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10049 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10050 # include <ft2build.h>
10051 #endif
10053 eval as_val=\$$as_ac_Header
10054 if test "x$as_val" = x""yes; then :
10055 cat >>confdefs.h <<_ACEOF
10056 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10057 _ACEOF
10061 done
10063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10064 /* end confdefs.h. */
10065 #include <ft2build.h>
10066 #include <freetype/fttrigon.h>
10067 _ACEOF
10068 if ac_fn_c_try_cpp "$LINENO"; then :
10070 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10072 wine_cv_fttrigon=yes
10073 else
10074 wine_cv_fttrigon=no
10076 rm -f conftest.err conftest.$ac_ext
10077 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10079 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10081 cat >>confdefs.h <<_ACEOF
10082 #define HAVE_FT_TRUETYPEENGINETYPE 1
10083 _ACEOF
10088 ac_save_CFLAGS="$CFLAGS"
10089 CFLAGS="$CFLAGS $ac_freetype_libs"
10090 for ac_func in FT_Load_Sfnt_Table
10091 do :
10092 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10093 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10094 cat >>confdefs.h <<_ACEOF
10095 #define HAVE_FT_LOAD_SFNT_TABLE 1
10096 _ACEOF
10099 done
10101 CFLAGS="$ac_save_CFLAGS"
10102 CPPFLAGS="$ac_save_CPPFLAGS"
10103 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10104 then
10106 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10108 FREETYPELIBS="$ac_freetype_libs"
10110 FREETYPEINCL="$ac_freetype_incl"
10115 if test "x$FREETYPELIBS" = "x"; then :
10116 case "x$with_freetype" in
10117 xno) ;;
10118 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10119 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10120 esac
10122 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10125 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10126 if test "${ac_cv_c_ppdev+set}" = set; then :
10127 $as_echo_n "(cached) " >&6
10128 else
10129 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10130 /* end confdefs.h. */
10131 #include <linux/ppdev.h>
10133 main ()
10135 ioctl (1,PPCLAIM,0)
10137 return 0;
10139 _ACEOF
10140 if ac_fn_c_try_compile "$LINENO"; then :
10141 ac_cv_c_ppdev="yes"
10142 else
10143 ac_cv_c_ppdev="no"
10145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10148 $as_echo "$ac_cv_c_ppdev" >&6; }
10149 if test "$ac_cv_c_ppdev" = "yes"
10150 then
10152 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10156 ac_wine_check_funcs_save_LIBS="$LIBS"
10157 LIBS="$LIBS $LIBPTHREAD"
10158 for ac_func in \
10159 pthread_attr_get_np \
10160 pthread_getattr_np \
10161 pthread_get_stackaddr_np \
10162 pthread_get_stacksize_np
10163 do :
10164 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10165 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10166 eval as_val=\$$as_ac_var
10167 if test "x$as_val" = x""yes; then :
10168 cat >>confdefs.h <<_ACEOF
10169 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10170 _ACEOF
10173 done
10175 LIBS="$ac_wine_check_funcs_save_LIBS"
10177 if test "$ac_cv_header_zlib_h" = "yes"
10178 then
10179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10180 $as_echo_n "checking for inflate in -lz... " >&6; }
10181 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10182 $as_echo_n "(cached) " >&6
10183 else
10184 ac_check_lib_save_LIBS=$LIBS
10185 LIBS="-lz $LIBS"
10186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10187 /* end confdefs.h. */
10189 /* Override any GCC internal prototype to avoid an error.
10190 Use char because int might match the return type of a GCC
10191 builtin and then its argument prototype would still apply. */
10192 #ifdef __cplusplus
10193 extern "C"
10194 #endif
10195 char inflate ();
10197 main ()
10199 return inflate ();
10201 return 0;
10203 _ACEOF
10204 if ac_fn_c_try_link "$LINENO"; then :
10205 ac_cv_lib_z_inflate=yes
10206 else
10207 ac_cv_lib_z_inflate=no
10209 rm -f core conftest.err conftest.$ac_objext \
10210 conftest$ac_exeext conftest.$ac_ext
10211 LIBS=$ac_check_lib_save_LIBS
10213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10214 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10215 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10217 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10219 ZLIB="-lz"
10225 if test "x$with_esd" != xno
10226 then
10227 save_CFLAGS="$CFLAGS"
10228 # Extract the first word of "esd-config", so it can be a program name with args.
10229 set dummy esd-config; ac_word=$2
10230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10231 $as_echo_n "checking for $ac_word... " >&6; }
10232 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10233 $as_echo_n "(cached) " >&6
10234 else
10235 case $ESDCONFIG in
10236 [\\/]* | ?:[\\/]*)
10237 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10240 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10241 for as_dir in $PATH
10243 IFS=$as_save_IFS
10244 test -z "$as_dir" && as_dir=.
10245 for ac_exec_ext in '' $ac_executable_extensions; do
10246 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10247 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10248 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10249 break 2
10251 done
10252 done
10253 IFS=$as_save_IFS
10255 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10257 esac
10259 ESDCONFIG=$ac_cv_path_ESDCONFIG
10260 if test -n "$ESDCONFIG"; then
10261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10262 $as_echo "$ESDCONFIG" >&6; }
10263 else
10264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10265 $as_echo "no" >&6; }
10269 if test "x$ESDCONFIG" != "xno"
10270 then
10271 ac_esd_incl=""
10272 for i in `$ESDCONFIG --cflags`
10274 case "$i" in
10275 -I*) ac_esd_incl="$ac_esd_incl $i";;
10276 esac
10277 done
10278 ac_esd_libs=`$ESDCONFIG --libs`
10279 CFLAGS="$CFLAGS $ac_esd_incl"
10281 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10282 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10283 if test "x$ac_cv_header_esd_h" = x""yes; then :
10284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10285 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10286 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10287 $as_echo_n "(cached) " >&6
10288 else
10289 ac_check_lib_save_LIBS=$LIBS
10290 LIBS="-lesd $ac_esd_libs $LIBS"
10291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10292 /* end confdefs.h. */
10294 /* Override any GCC internal prototype to avoid an error.
10295 Use char because int might match the return type of a GCC
10296 builtin and then its argument prototype would still apply. */
10297 #ifdef __cplusplus
10298 extern "C"
10299 #endif
10300 char esd_open_sound ();
10302 main ()
10304 return esd_open_sound ();
10306 return 0;
10308 _ACEOF
10309 if ac_fn_c_try_link "$LINENO"; then :
10310 ac_cv_lib_esd_esd_open_sound=yes
10311 else
10312 ac_cv_lib_esd_esd_open_sound=no
10314 rm -f core conftest.err conftest.$ac_objext \
10315 conftest$ac_exeext conftest.$ac_ext
10316 LIBS=$ac_check_lib_save_LIBS
10318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10319 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10320 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10321 ESDINCL="$ac_esd_incl"
10323 ESDLIBS="$ac_esd_libs"
10326 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10333 CFLAGS="$save_CFLAGS"
10336 if test "x$with_pulse" != "xno"; then
10337 if test "$PKG_CONFIG" != "false"; then
10338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pulseaudio >= 0.9.14" >&5
10339 $as_echo_n "checking for pulseaudio >= 0.9.14... " >&6; }
10340 if "$PKG_CONFIG" --atleast-version=0.9.14 libpulse; then
10341 have_pulseaudio="yes"
10342 else
10343 have_pulseaudio="no"
10345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_pulseaudio" >&5
10346 $as_echo "$have_pulseaudio" >&6; }
10347 if test x"$have_pulseaudio" = xyes; then
10348 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
10350 $as_echo "#define HAVE_PULSEAUDIO 1" >>confdefs.h
10352 PULSELIBS="$ac_pulse_libs"
10354 else
10355 as_fn_append wine_warnings "|libpulse not found or too old. Pulseaudio support will NOT be built."
10360 ALSALIBS=""
10362 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10363 then
10364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10365 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10366 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10367 $as_echo_n "(cached) " >&6
10368 else
10369 ac_check_lib_save_LIBS=$LIBS
10370 LIBS="-lasound $LIBS"
10371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10372 /* end confdefs.h. */
10374 /* Override any GCC internal prototype to avoid an error.
10375 Use char because int might match the return type of a GCC
10376 builtin and then its argument prototype would still apply. */
10377 #ifdef __cplusplus
10378 extern "C"
10379 #endif
10380 char snd_pcm_hw_params_get_access ();
10382 main ()
10384 return snd_pcm_hw_params_get_access ();
10386 return 0;
10388 _ACEOF
10389 if ac_fn_c_try_link "$LINENO"; then :
10390 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10391 else
10392 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10394 rm -f core conftest.err conftest.$ac_objext \
10395 conftest$ac_exeext conftest.$ac_ext
10396 LIBS=$ac_check_lib_save_LIBS
10398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10399 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10400 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10402 /* end confdefs.h. */
10403 #ifdef HAVE_ALSA_ASOUNDLIB_H
10404 #include <alsa/asoundlib.h>
10405 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10406 #include <sys/asoundlib.h>
10407 #endif
10409 main ()
10411 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10413 return 0;
10415 _ACEOF
10416 if ac_fn_c_try_compile "$LINENO"; then :
10418 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10420 ALSALIBS="-lasound"
10422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10427 AUDIOIOLIBS=""
10429 if test "$ac_cv_header_libaudioio_h" = "yes"
10430 then
10431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10432 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10433 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10434 $as_echo_n "(cached) " >&6
10435 else
10436 ac_check_lib_save_LIBS=$LIBS
10437 LIBS="-laudioio $LIBS"
10438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10439 /* end confdefs.h. */
10441 /* Override any GCC internal prototype to avoid an error.
10442 Use char because int might match the return type of a GCC
10443 builtin and then its argument prototype would still apply. */
10444 #ifdef __cplusplus
10445 extern "C"
10446 #endif
10447 char AudioIOGetVersion ();
10449 main ()
10451 return AudioIOGetVersion ();
10453 return 0;
10455 _ACEOF
10456 if ac_fn_c_try_link "$LINENO"; then :
10457 ac_cv_lib_audioio_AudioIOGetVersion=yes
10458 else
10459 ac_cv_lib_audioio_AudioIOGetVersion=no
10461 rm -f core conftest.err conftest.$ac_objext \
10462 conftest$ac_exeext conftest.$ac_ext
10463 LIBS=$ac_check_lib_save_LIBS
10465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10466 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10467 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10468 AUDIOIOLIBS="-laudioio"
10470 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10477 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10478 then
10479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10480 $as_echo_n "checking for -lcapi20... " >&6; }
10481 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10482 $as_echo_n "(cached) " >&6
10483 else
10484 ac_check_soname_save_LIBS=$LIBS
10485 LIBS="-lcapi20 $LIBS"
10486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10487 /* end confdefs.h. */
10489 /* Override any GCC internal prototype to avoid an error.
10490 Use char because int might match the return type of a GCC
10491 builtin and then its argument prototype would still apply. */
10492 #ifdef __cplusplus
10493 extern "C"
10494 #endif
10495 char capi20_register ();
10497 main ()
10499 return capi20_register ();
10501 return 0;
10503 _ACEOF
10504 if ac_fn_c_try_link "$LINENO"; then :
10505 case "$LIBEXT" in
10506 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10507 dylib) ac_cv_lib_soname_capi20=`otool -L conftest$ac_exeext | grep "libcapi20\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcapi20\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10508 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10509 esac
10511 rm -f core conftest.err conftest.$ac_objext \
10512 conftest$ac_exeext conftest.$ac_ext
10513 LIBS=$ac_check_soname_save_LIBS
10515 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10517 $as_echo "not found" >&6; }
10519 else
10520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10521 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10523 cat >>confdefs.h <<_ACEOF
10524 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10525 _ACEOF
10530 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10531 case "x$with_capi" in
10532 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10533 xno) ;;
10534 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10535 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10536 esac
10539 CUPSINCL=""
10541 if test "x$with_cups" != "xno"
10542 then
10543 ac_save_CPPFLAGS="$CPPFLAGS"
10544 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10545 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10546 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10547 for ac_header in cups/cups.h
10548 do :
10549 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10550 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10551 cat >>confdefs.h <<_ACEOF
10552 #define HAVE_CUPS_CUPS_H 1
10553 _ACEOF
10554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10555 $as_echo_n "checking for -lcups... " >&6; }
10556 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10557 $as_echo_n "(cached) " >&6
10558 else
10559 ac_check_soname_save_LIBS=$LIBS
10560 LIBS="-lcups $ac_cups_libs $LIBS"
10561 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10562 /* end confdefs.h. */
10564 /* Override any GCC internal prototype to avoid an error.
10565 Use char because int might match the return type of a GCC
10566 builtin and then its argument prototype would still apply. */
10567 #ifdef __cplusplus
10568 extern "C"
10569 #endif
10570 char cupsGetDefault ();
10572 main ()
10574 return cupsGetDefault ();
10576 return 0;
10578 _ACEOF
10579 if ac_fn_c_try_link "$LINENO"; then :
10580 case "$LIBEXT" in
10581 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10582 dylib) ac_cv_lib_soname_cups=`otool -L conftest$ac_exeext | grep "libcups\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcups\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10583 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10584 esac
10586 rm -f core conftest.err conftest.$ac_objext \
10587 conftest$ac_exeext conftest.$ac_ext
10588 LIBS=$ac_check_soname_save_LIBS
10590 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10592 $as_echo "not found" >&6; }
10594 else
10595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10596 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10598 cat >>confdefs.h <<_ACEOF
10599 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10600 _ACEOF
10602 CUPSINCL="$ac_cups_cflags"
10606 done
10608 CPPFLAGS="$ac_save_CPPFLAGS"
10610 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10611 case "x$with_cups" in
10612 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10613 xno) ;;
10614 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10615 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10616 esac
10619 if test "$ac_cv_header_jack_jack_h" = "yes"
10620 then
10621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10622 $as_echo_n "checking for -ljack... " >&6; }
10623 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10624 $as_echo_n "(cached) " >&6
10625 else
10626 ac_check_soname_save_LIBS=$LIBS
10627 LIBS="-ljack $LIBS"
10628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10629 /* end confdefs.h. */
10631 /* Override any GCC internal prototype to avoid an error.
10632 Use char because int might match the return type of a GCC
10633 builtin and then its argument prototype would still apply. */
10634 #ifdef __cplusplus
10635 extern "C"
10636 #endif
10637 char jack_client_new ();
10639 main ()
10641 return jack_client_new ();
10643 return 0;
10645 _ACEOF
10646 if ac_fn_c_try_link "$LINENO"; then :
10647 case "$LIBEXT" in
10648 dll) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest.exe | grep "jack" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10649 dylib) ac_cv_lib_soname_jack=`otool -L conftest$ac_exeext | grep "libjack-*[0-9.]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjack-*[0-9.]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10650 *) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjack-*[0-9.]*\\.$LIBEXT" | sed -e "s/^.*\(libjack-*[0-9.]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10651 esac
10653 rm -f core conftest.err conftest.$ac_objext \
10654 conftest$ac_exeext conftest.$ac_ext
10655 LIBS=$ac_check_soname_save_LIBS
10657 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10659 $as_echo "not found" >&6; }
10661 else
10662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10663 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10665 cat >>confdefs.h <<_ACEOF
10666 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10667 _ACEOF
10673 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10674 then
10675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10676 $as_echo_n "checking for -lfontconfig... " >&6; }
10677 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10678 $as_echo_n "(cached) " >&6
10679 else
10680 ac_check_soname_save_LIBS=$LIBS
10681 LIBS="-lfontconfig $LIBS"
10682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10683 /* end confdefs.h. */
10685 /* Override any GCC internal prototype to avoid an error.
10686 Use char because int might match the return type of a GCC
10687 builtin and then its argument prototype would still apply. */
10688 #ifdef __cplusplus
10689 extern "C"
10690 #endif
10691 char FcInit ();
10693 main ()
10695 return FcInit ();
10697 return 0;
10699 _ACEOF
10700 if ac_fn_c_try_link "$LINENO"; then :
10701 case "$LIBEXT" in
10702 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10703 dylib) ac_cv_lib_soname_fontconfig=`otool -L conftest$ac_exeext | grep "libfontconfig\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10704 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10705 esac
10707 rm -f core conftest.err conftest.$ac_objext \
10708 conftest$ac_exeext conftest.$ac_ext
10709 LIBS=$ac_check_soname_save_LIBS
10711 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10713 $as_echo "not found" >&6; }
10715 else
10716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10717 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10719 cat >>confdefs.h <<_ACEOF
10720 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10721 _ACEOF
10725 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10726 then
10727 ac_save_CPPFLAGS="$CPPFLAGS"
10728 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10729 $as_unset ac_cv_header_fontconfig_fontconfig_h
10730 for ac_header in fontconfig/fontconfig.h
10731 do :
10732 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10733 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10734 cat >>confdefs.h <<_ACEOF
10735 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10736 _ACEOF
10740 done
10742 CPPFLAGS="$ac_save_CPPFLAGS"
10743 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10744 then
10745 FONTCONFIGINCL="$X_CFLAGS"
10747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10748 $as_echo_n "checking for -lfontconfig... " >&6; }
10749 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10750 $as_echo_n "(cached) " >&6
10751 else
10752 ac_check_soname_save_LIBS=$LIBS
10753 LIBS="-lfontconfig $X_LIBS $LIBS"
10754 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10755 /* end confdefs.h. */
10757 /* Override any GCC internal prototype to avoid an error.
10758 Use char because int might match the return type of a GCC
10759 builtin and then its argument prototype would still apply. */
10760 #ifdef __cplusplus
10761 extern "C"
10762 #endif
10763 char FcInit ();
10765 main ()
10767 return FcInit ();
10769 return 0;
10771 _ACEOF
10772 if ac_fn_c_try_link "$LINENO"; then :
10773 case "$LIBEXT" in
10774 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10775 dylib) ac_cv_lib_soname_fontconfig=`otool -L conftest$ac_exeext | grep "libfontconfig\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10776 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10777 esac
10779 rm -f core conftest.err conftest.$ac_objext \
10780 conftest$ac_exeext conftest.$ac_ext
10781 LIBS=$ac_check_soname_save_LIBS
10783 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10785 $as_echo "not found" >&6; }
10787 else
10788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10789 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10791 cat >>confdefs.h <<_ACEOF
10792 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10793 _ACEOF
10799 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10800 case "x$with_fontconfig" in
10801 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10802 xno) ;;
10803 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10804 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10805 esac
10808 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10809 then
10810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10811 $as_echo_n "checking for -lssl... " >&6; }
10812 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10813 $as_echo_n "(cached) " >&6
10814 else
10815 ac_check_soname_save_LIBS=$LIBS
10816 LIBS="-lssl $LIBS"
10817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10818 /* end confdefs.h. */
10820 /* Override any GCC internal prototype to avoid an error.
10821 Use char because int might match the return type of a GCC
10822 builtin and then its argument prototype would still apply. */
10823 #ifdef __cplusplus
10824 extern "C"
10825 #endif
10826 char SSL_library_init ();
10828 main ()
10830 return SSL_library_init ();
10832 return 0;
10834 _ACEOF
10835 if ac_fn_c_try_link "$LINENO"; then :
10836 case "$LIBEXT" in
10837 dll) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest.exe | grep "ssl" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10838 dylib) ac_cv_lib_soname_ssl=`otool -L conftest$ac_exeext | grep "libssl\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libssl\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10839 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10840 esac
10842 rm -f core conftest.err conftest.$ac_objext \
10843 conftest$ac_exeext conftest.$ac_ext
10844 LIBS=$ac_check_soname_save_LIBS
10846 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10848 $as_echo "not found" >&6; }
10850 else
10851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10852 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10854 cat >>confdefs.h <<_ACEOF
10855 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10856 _ACEOF
10860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10861 $as_echo_n "checking for -lcrypto... " >&6; }
10862 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10863 $as_echo_n "(cached) " >&6
10864 else
10865 ac_check_soname_save_LIBS=$LIBS
10866 LIBS="-lcrypto $LIBS"
10867 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10868 /* end confdefs.h. */
10870 /* Override any GCC internal prototype to avoid an error.
10871 Use char because int might match the return type of a GCC
10872 builtin and then its argument prototype would still apply. */
10873 #ifdef __cplusplus
10874 extern "C"
10875 #endif
10876 char BIO_new_socket ();
10878 main ()
10880 return BIO_new_socket ();
10882 return 0;
10884 _ACEOF
10885 if ac_fn_c_try_link "$LINENO"; then :
10886 case "$LIBEXT" in
10887 dll) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest.exe | grep "crypto" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10888 dylib) ac_cv_lib_soname_crypto=`otool -L conftest$ac_exeext | grep "libcrypto\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcrypto\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10889 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10890 esac
10892 rm -f core conftest.err conftest.$ac_objext \
10893 conftest$ac_exeext conftest.$ac_ext
10894 LIBS=$ac_check_soname_save_LIBS
10896 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10898 $as_echo "not found" >&6; }
10900 else
10901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10902 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10904 cat >>confdefs.h <<_ACEOF
10905 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10906 _ACEOF
10911 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10912 case "x$with_openssl" in
10913 x) as_fn_append wine_warnings "|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10914 xno) ;;
10915 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10916 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10917 esac
10920 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10921 then
10922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10923 $as_echo_n "checking for -lgsm... " >&6; }
10924 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10925 $as_echo_n "(cached) " >&6
10926 else
10927 ac_check_soname_save_LIBS=$LIBS
10928 LIBS="-lgsm $LIBS"
10929 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10930 /* end confdefs.h. */
10932 /* Override any GCC internal prototype to avoid an error.
10933 Use char because int might match the return type of a GCC
10934 builtin and then its argument prototype would still apply. */
10935 #ifdef __cplusplus
10936 extern "C"
10937 #endif
10938 char gsm_create ();
10940 main ()
10942 return gsm_create ();
10944 return 0;
10946 _ACEOF
10947 if ac_fn_c_try_link "$LINENO"; then :
10948 case "$LIBEXT" in
10949 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10950 dylib) ac_cv_lib_soname_gsm=`otool -L conftest$ac_exeext | grep "libgsm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgsm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10951 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10952 esac
10954 rm -f core conftest.err conftest.$ac_objext \
10955 conftest$ac_exeext conftest.$ac_ext
10956 LIBS=$ac_check_soname_save_LIBS
10958 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10960 $as_echo "not found" >&6; }
10962 else
10963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
10964 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
10966 cat >>confdefs.h <<_ACEOF
10967 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
10968 _ACEOF
10973 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10974 case "x$with_gsm" in
10975 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
10976 xno) ;;
10977 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
10978 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
10979 esac
10982 if test "$ac_cv_header_jpeglib_h" = "yes"
10983 then
10984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
10985 $as_echo_n "checking for -ljpeg... " >&6; }
10986 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
10987 $as_echo_n "(cached) " >&6
10988 else
10989 ac_check_soname_save_LIBS=$LIBS
10990 LIBS="-ljpeg $LIBS"
10991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10992 /* end confdefs.h. */
10994 /* Override any GCC internal prototype to avoid an error.
10995 Use char because int might match the return type of a GCC
10996 builtin and then its argument prototype would still apply. */
10997 #ifdef __cplusplus
10998 extern "C"
10999 #endif
11000 char jpeg_start_decompress ();
11002 main ()
11004 return jpeg_start_decompress ();
11006 return 0;
11008 _ACEOF
11009 if ac_fn_c_try_link "$LINENO"; then :
11010 case "$LIBEXT" in
11011 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11012 dylib) ac_cv_lib_soname_jpeg=`otool -L conftest$ac_exeext | grep "libjpeg\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjpeg\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11013 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11014 esac
11016 rm -f core conftest.err conftest.$ac_objext \
11017 conftest$ac_exeext conftest.$ac_ext
11018 LIBS=$ac_check_soname_save_LIBS
11020 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11022 $as_echo "not found" >&6; }
11024 else
11025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11026 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11028 cat >>confdefs.h <<_ACEOF
11029 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11030 _ACEOF
11035 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11036 case "x$with_jpeg" in
11037 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11038 xno) ;;
11039 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11040 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11041 esac
11044 if test "$ac_cv_header_png_h" = "yes"
11045 then
11046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11047 $as_echo_n "checking for -lpng... " >&6; }
11048 if test "${ac_cv_lib_soname_png+set}" = set; then :
11049 $as_echo_n "(cached) " >&6
11050 else
11051 ac_check_soname_save_LIBS=$LIBS
11052 LIBS="-lpng -lm -lz $LIBS"
11053 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11054 /* end confdefs.h. */
11056 /* Override any GCC internal prototype to avoid an error.
11057 Use char because int might match the return type of a GCC
11058 builtin and then its argument prototype would still apply. */
11059 #ifdef __cplusplus
11060 extern "C"
11061 #endif
11062 char png_create_read_struct ();
11064 main ()
11066 return png_create_read_struct ();
11068 return 0;
11070 _ACEOF
11071 if ac_fn_c_try_link "$LINENO"; then :
11072 case "$LIBEXT" in
11073 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11074 dylib) ac_cv_lib_soname_png=`otool -L conftest$ac_exeext | grep "libpng[0-9]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libpng[0-9]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11075 *) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11076 esac
11078 rm -f core conftest.err conftest.$ac_objext \
11079 conftest$ac_exeext conftest.$ac_ext
11080 LIBS=$ac_check_soname_save_LIBS
11082 if test "x$ac_cv_lib_soname_png" = "x"; then :
11083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11084 $as_echo "not found" >&6; }
11086 else
11087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11088 $as_echo "$ac_cv_lib_soname_png" >&6; }
11090 cat >>confdefs.h <<_ACEOF
11091 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11092 _ACEOF
11096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11097 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11098 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11099 $as_echo_n "(cached) " >&6
11100 else
11101 ac_check_lib_save_LIBS=$LIBS
11102 LIBS="-lpng -lm -lz $LIBS"
11103 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11104 /* end confdefs.h. */
11106 /* Override any GCC internal prototype to avoid an error.
11107 Use char because int might match the return type of a GCC
11108 builtin and then its argument prototype would still apply. */
11109 #ifdef __cplusplus
11110 extern "C"
11111 #endif
11112 char png_set_expand_gray_1_2_4_to_8 ();
11114 main ()
11116 return png_set_expand_gray_1_2_4_to_8 ();
11118 return 0;
11120 _ACEOF
11121 if ac_fn_c_try_link "$LINENO"; then :
11122 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11123 else
11124 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11126 rm -f core conftest.err conftest.$ac_objext \
11127 conftest$ac_exeext conftest.$ac_ext
11128 LIBS=$ac_check_lib_save_LIBS
11130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11131 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11132 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11134 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11139 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11140 then
11141 ac_save_CPPFLAGS="$CPPFLAGS"
11142 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11143 $as_unset ac_cv_header_png_h
11144 for ac_header in png.h
11145 do :
11146 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11147 if test "x$ac_cv_header_png_h" = x""yes; then :
11148 cat >>confdefs.h <<_ACEOF
11149 #define HAVE_PNG_H 1
11150 _ACEOF
11154 done
11156 CPPFLAGS="$ac_save_CPPFLAGS"
11157 if test "$ac_cv_header_png_h" = "yes"
11158 then
11159 PNGINCL="$X_CFLAGS"
11161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11162 $as_echo_n "checking for -lpng... " >&6; }
11163 if test "${ac_cv_lib_soname_png+set}" = set; then :
11164 $as_echo_n "(cached) " >&6
11165 else
11166 ac_check_soname_save_LIBS=$LIBS
11167 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11168 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11169 /* end confdefs.h. */
11171 /* Override any GCC internal prototype to avoid an error.
11172 Use char because int might match the return type of a GCC
11173 builtin and then its argument prototype would still apply. */
11174 #ifdef __cplusplus
11175 extern "C"
11176 #endif
11177 char png_create_read_struct ();
11179 main ()
11181 return png_create_read_struct ();
11183 return 0;
11185 _ACEOF
11186 if ac_fn_c_try_link "$LINENO"; then :
11187 case "$LIBEXT" in
11188 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11189 dylib) ac_cv_lib_soname_png=`otool -L conftest$ac_exeext | grep "libpng[0-9]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libpng[0-9]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11190 *) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11191 esac
11193 rm -f core conftest.err conftest.$ac_objext \
11194 conftest$ac_exeext conftest.$ac_ext
11195 LIBS=$ac_check_soname_save_LIBS
11197 if test "x$ac_cv_lib_soname_png" = "x"; then :
11198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11199 $as_echo "not found" >&6; }
11201 else
11202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11203 $as_echo "$ac_cv_lib_soname_png" >&6; }
11205 cat >>confdefs.h <<_ACEOF
11206 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11207 _ACEOF
11211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11212 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11213 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11214 $as_echo_n "(cached) " >&6
11215 else
11216 ac_check_lib_save_LIBS=$LIBS
11217 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11219 /* end confdefs.h. */
11221 /* Override any GCC internal prototype to avoid an error.
11222 Use char because int might match the return type of a GCC
11223 builtin and then its argument prototype would still apply. */
11224 #ifdef __cplusplus
11225 extern "C"
11226 #endif
11227 char png_set_expand_gray_1_2_4_to_8 ();
11229 main ()
11231 return png_set_expand_gray_1_2_4_to_8 ();
11233 return 0;
11235 _ACEOF
11236 if ac_fn_c_try_link "$LINENO"; then :
11237 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11238 else
11239 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11241 rm -f core conftest.err conftest.$ac_objext \
11242 conftest$ac_exeext conftest.$ac_ext
11243 LIBS=$ac_check_lib_save_LIBS
11245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11246 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11247 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11248 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11254 if test "x$ac_cv_lib_soname_png" = "x"; then :
11255 case "x$with_png" in
11256 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11257 xno) ;;
11258 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11259 This is an error since --with-png was requested." "$LINENO" 5 ;;
11260 esac
11263 if test "$ac_cv_header_mpg123_h" = "yes"
11264 then
11265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11266 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11267 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11268 $as_echo_n "(cached) " >&6
11269 else
11270 ac_check_lib_save_LIBS=$LIBS
11271 LIBS="-lmpg123 $LIBS"
11272 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11273 /* end confdefs.h. */
11275 /* Override any GCC internal prototype to avoid an error.
11276 Use char because int might match the return type of a GCC
11277 builtin and then its argument prototype would still apply. */
11278 #ifdef __cplusplus
11279 extern "C"
11280 #endif
11281 char mpg123_feed ();
11283 main ()
11285 return mpg123_feed ();
11287 return 0;
11289 _ACEOF
11290 if ac_fn_c_try_link "$LINENO"; then :
11291 ac_cv_lib_mpg123_mpg123_feed=yes
11292 else
11293 ac_cv_lib_mpg123_mpg123_feed=no
11295 rm -f core conftest.err conftest.$ac_objext \
11296 conftest$ac_exeext conftest.$ac_ext
11297 LIBS=$ac_check_lib_save_LIBS
11299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11300 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11301 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11302 LIBMPG123="-lmpg123"
11307 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then :
11308 case "x$with_mpg123" in
11309 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11310 xno) ;;
11311 *) as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11312 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11313 esac
11315 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11317 if test "$ac_cv_header_AL_al_h" = "yes"
11318 then
11319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11320 $as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11321 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11322 $as_echo_n "(cached) " >&6
11323 else
11324 ac_check_lib_save_LIBS=$LIBS
11325 LIBS="-lopenal $LIBS"
11326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11327 /* end confdefs.h. */
11329 /* Override any GCC internal prototype to avoid an error.
11330 Use char because int might match the return type of a GCC
11331 builtin and then its argument prototype would still apply. */
11332 #ifdef __cplusplus
11333 extern "C"
11334 #endif
11335 char alGetSource3i ();
11337 main ()
11339 return alGetSource3i ();
11341 return 0;
11343 _ACEOF
11344 if ac_fn_c_try_link "$LINENO"; then :
11345 ac_cv_lib_openal_alGetSource3i=yes
11346 else
11347 ac_cv_lib_openal_alGetSource3i=no
11349 rm -f core conftest.err conftest.$ac_objext \
11350 conftest$ac_exeext conftest.$ac_ext
11351 LIBS=$ac_check_lib_save_LIBS
11353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11354 $as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11355 if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11356 LIBOPENAL="-lopenal"
11361 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11362 case "x$with_openal" in
11363 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11364 xno) ;;
11365 *) as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11366 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11367 esac
11369 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11371 if test "$ac_cv_header_kstat_h" = "yes"
11372 then
11373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11374 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11375 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11376 $as_echo_n "(cached) " >&6
11377 else
11378 ac_check_lib_save_LIBS=$LIBS
11379 LIBS="-lkstat $LIBS"
11380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11381 /* end confdefs.h. */
11383 /* Override any GCC internal prototype to avoid an error.
11384 Use char because int might match the return type of a GCC
11385 builtin and then its argument prototype would still apply. */
11386 #ifdef __cplusplus
11387 extern "C"
11388 #endif
11389 char kstat_open ();
11391 main ()
11393 return kstat_open ();
11395 return 0;
11397 _ACEOF
11398 if ac_fn_c_try_link "$LINENO"; then :
11399 ac_cv_lib_kstat_kstat_open=yes
11400 else
11401 ac_cv_lib_kstat_kstat_open=no
11403 rm -f core conftest.err conftest.$ac_objext \
11404 conftest$ac_exeext conftest.$ac_ext
11405 LIBS=$ac_check_lib_save_LIBS
11407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11408 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11409 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11411 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11413 LIBKSTAT="-lkstat"
11419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11420 $as_echo_n "checking for -lodbc... " >&6; }
11421 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11422 $as_echo_n "(cached) " >&6
11423 else
11424 ac_check_soname_save_LIBS=$LIBS
11425 LIBS="-lodbc $LIBS"
11426 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11427 /* end confdefs.h. */
11429 /* Override any GCC internal prototype to avoid an error.
11430 Use char because int might match the return type of a GCC
11431 builtin and then its argument prototype would still apply. */
11432 #ifdef __cplusplus
11433 extern "C"
11434 #endif
11435 char SQLConnect ();
11437 main ()
11439 return SQLConnect ();
11441 return 0;
11443 _ACEOF
11444 if ac_fn_c_try_link "$LINENO"; then :
11445 case "$LIBEXT" in
11446 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11447 dylib) ac_cv_lib_soname_odbc=`otool -L conftest$ac_exeext | grep "libodbc\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libodbc\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11448 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11449 esac
11451 rm -f core conftest.err conftest.$ac_objext \
11452 conftest$ac_exeext conftest.$ac_ext
11453 LIBS=$ac_check_soname_save_LIBS
11455 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11457 $as_echo "not found" >&6; }
11458 cat >>confdefs.h <<_ACEOF
11459 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11460 _ACEOF
11462 else
11463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11464 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11466 cat >>confdefs.h <<_ACEOF
11467 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11468 _ACEOF
11473 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
11474 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11475 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11476 "$ac_cv_header_soundcard_h" != "yes" -a \
11477 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11478 then
11479 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
11483 EXTRACFLAGS=""
11485 if test "x${GCC}" = "xyes"
11486 then
11487 EXTRACFLAGS="-Wall -pipe"
11489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11490 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11491 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11492 $as_echo_n "(cached) " >&6
11493 else
11494 if test "$cross_compiling" = yes; then :
11495 ac_cv_c_gcc_strength_bug="yes"
11496 else
11497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11498 /* end confdefs.h. */
11499 int L[4] = {0,1,2,3};
11501 main ()
11503 static int Array[3];
11504 unsigned int B = 3;
11505 int i;
11506 for(i=0; i<B; i++) Array[i] = i - 3;
11507 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11508 L[i] = 4;
11509 return (Array[1] != -2 || L[2] != 3)
11511 return 0;
11513 _ACEOF
11514 if ac_fn_c_try_run "$LINENO"; then :
11515 ac_cv_c_gcc_strength_bug="no"
11516 else
11517 ac_cv_c_gcc_strength_bug="yes"
11519 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11520 conftest.$ac_objext conftest.beam conftest.$ac_ext
11524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11525 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11526 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11527 then
11528 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11532 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11533 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11534 $as_echo_n "(cached) " >&6
11535 else
11536 ac_wine_try_cflags_saved=$CFLAGS
11537 CFLAGS="$CFLAGS -fno-builtin"
11538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11539 /* end confdefs.h. */
11540 int main(int argc, char **argv) { return 0; }
11541 _ACEOF
11542 if ac_fn_c_try_link "$LINENO"; then :
11543 ac_cv_cflags__fno_builtin=yes
11544 else
11545 ac_cv_cflags__fno_builtin=no
11547 rm -f core conftest.err conftest.$ac_objext \
11548 conftest$ac_exeext conftest.$ac_ext
11549 CFLAGS=$ac_wine_try_cflags_saved
11551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11552 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11553 if test $ac_cv_cflags__fno_builtin = yes; then :
11554 BUILTINFLAG="-fno-builtin"
11557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11558 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11559 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11560 $as_echo_n "(cached) " >&6
11561 else
11562 ac_wine_try_cflags_saved=$CFLAGS
11563 CFLAGS="$CFLAGS -fno-strict-aliasing"
11564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11565 /* end confdefs.h. */
11566 int main(int argc, char **argv) { return 0; }
11567 _ACEOF
11568 if ac_fn_c_try_link "$LINENO"; then :
11569 ac_cv_cflags__fno_strict_aliasing=yes
11570 else
11571 ac_cv_cflags__fno_strict_aliasing=no
11573 rm -f core conftest.err conftest.$ac_objext \
11574 conftest$ac_exeext conftest.$ac_ext
11575 CFLAGS=$ac_wine_try_cflags_saved
11577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11578 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11579 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11580 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11583 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11584 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11585 $as_echo_n "(cached) " >&6
11586 else
11587 ac_wine_try_cflags_saved=$CFLAGS
11588 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11589 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11590 /* end confdefs.h. */
11591 int main(int argc, char **argv) { return 0; }
11592 _ACEOF
11593 if ac_fn_c_try_link "$LINENO"; then :
11594 ac_cv_cflags__Wdeclaration_after_statement=yes
11595 else
11596 ac_cv_cflags__Wdeclaration_after_statement=no
11598 rm -f core conftest.err conftest.$ac_objext \
11599 conftest$ac_exeext conftest.$ac_ext
11600 CFLAGS=$ac_wine_try_cflags_saved
11602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11603 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11604 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11605 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11608 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11609 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11610 $as_echo_n "(cached) " >&6
11611 else
11612 ac_wine_try_cflags_saved=$CFLAGS
11613 CFLAGS="$CFLAGS -Wstrict-prototypes"
11614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11615 /* end confdefs.h. */
11616 int main(int argc, char **argv) { return 0; }
11617 _ACEOF
11618 if ac_fn_c_try_link "$LINENO"; then :
11619 ac_cv_cflags__Wstrict_prototypes=yes
11620 else
11621 ac_cv_cflags__Wstrict_prototypes=no
11623 rm -f core conftest.err conftest.$ac_objext \
11624 conftest$ac_exeext conftest.$ac_ext
11625 CFLAGS=$ac_wine_try_cflags_saved
11627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11628 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11629 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11630 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11633 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11634 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11635 $as_echo_n "(cached) " >&6
11636 else
11637 ac_wine_try_cflags_saved=$CFLAGS
11638 CFLAGS="$CFLAGS -Wtype-limits"
11639 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11640 /* end confdefs.h. */
11641 int main(int argc, char **argv) { return 0; }
11642 _ACEOF
11643 if ac_fn_c_try_link "$LINENO"; then :
11644 ac_cv_cflags__Wtype_limits=yes
11645 else
11646 ac_cv_cflags__Wtype_limits=no
11648 rm -f core conftest.err conftest.$ac_objext \
11649 conftest$ac_exeext conftest.$ac_ext
11650 CFLAGS=$ac_wine_try_cflags_saved
11652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11653 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11654 if test $ac_cv_cflags__Wtype_limits = yes; then :
11655 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11658 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11659 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11660 $as_echo_n "(cached) " >&6
11661 else
11662 ac_wine_try_cflags_saved=$CFLAGS
11663 CFLAGS="$CFLAGS -Wwrite-strings"
11664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11665 /* end confdefs.h. */
11666 int main(int argc, char **argv) { return 0; }
11667 _ACEOF
11668 if ac_fn_c_try_link "$LINENO"; then :
11669 ac_cv_cflags__Wwrite_strings=yes
11670 else
11671 ac_cv_cflags__Wwrite_strings=no
11673 rm -f core conftest.err conftest.$ac_objext \
11674 conftest$ac_exeext conftest.$ac_ext
11675 CFLAGS=$ac_wine_try_cflags_saved
11677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11678 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11679 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11680 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11683 saved_CFLAGS="$CFLAGS"
11684 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11686 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11687 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11688 $as_echo_n "(cached) " >&6
11689 else
11690 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11691 /* end confdefs.h. */
11692 #include <string.h>
11694 main ()
11698 return 0;
11700 _ACEOF
11701 if ac_fn_c_try_compile "$LINENO"; then :
11702 ac_cv_c_string_h_warnings=no
11703 else
11704 ac_cv_c_string_h_warnings=yes
11706 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11709 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11710 CFLAGS="$saved_CFLAGS"
11711 if test "$ac_cv_c_string_h_warnings" = "no"
11712 then
11713 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11716 if test "${enable_maintainer_mode+set}" = set
11717 then
11718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11719 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11720 if test "${ac_cv_cflags__Werror+set}" = set; then :
11721 $as_echo_n "(cached) " >&6
11722 else
11723 ac_wine_try_cflags_saved=$CFLAGS
11724 CFLAGS="$CFLAGS -Werror"
11725 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11726 /* end confdefs.h. */
11727 int main(int argc, char **argv) { return 0; }
11728 _ACEOF
11729 if ac_fn_c_try_link "$LINENO"; then :
11730 ac_cv_cflags__Werror=yes
11731 else
11732 ac_cv_cflags__Werror=no
11734 rm -f core conftest.err conftest.$ac_objext \
11735 conftest$ac_exeext conftest.$ac_ext
11736 CFLAGS=$ac_wine_try_cflags_saved
11738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11739 $as_echo "$ac_cv_cflags__Werror" >&6; }
11740 if test $ac_cv_cflags__Werror = yes; then :
11741 EXTRACFLAGS="$EXTRACFLAGS -Werror"
11745 saved_CFLAGS="$CFLAGS"
11746 CFLAGS="$CFLAGS -Werror"
11747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11748 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11749 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11750 $as_echo_n "(cached) " >&6
11751 else
11752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11753 /* end confdefs.h. */
11754 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11756 main ()
11760 return 0;
11762 _ACEOF
11763 if ac_fn_c_try_compile "$LINENO"; then :
11764 ac_cv_have_ms_hook_prologue="yes"
11765 else
11766 ac_cv_have_ms_hook_prologue="no"
11768 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11771 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11772 CFLAGS="$saved_CFLAGS"
11773 if test "$ac_cv_have_ms_hook_prologue" = "yes"
11774 then
11776 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11778 else
11779 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11786 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11787 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11788 $as_echo_n "(cached) " >&6
11789 else
11790 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11791 /* end confdefs.h. */
11792 extern int ac_test;
11794 main ()
11796 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11798 return 0;
11800 _ACEOF
11801 if ac_fn_c_try_link "$LINENO"; then :
11802 ac_cv_c_extern_prefix="yes"
11803 else
11804 ac_cv_c_extern_prefix="no"
11806 rm -f core conftest.err conftest.$ac_objext \
11807 conftest$ac_exeext conftest.$ac_ext
11809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11810 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11812 case $host_cpu in
11813 *i[3456789]86*)
11814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11815 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11816 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11817 $as_echo_n "(cached) " >&6
11818 else
11819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11820 /* end confdefs.h. */
11821 #ifndef _MSC_VER
11822 #define __stdcall __attribute__((__stdcall__))
11823 #endif
11824 int __stdcall ac_test(int i) { return i; }
11826 main ()
11828 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11830 return 0;
11832 _ACEOF
11833 if ac_fn_c_try_link "$LINENO"; then :
11834 ac_cv_c_stdcall_suffix="yes"
11835 else
11836 ac_cv_c_stdcall_suffix="no"
11838 rm -f core conftest.err conftest.$ac_objext \
11839 conftest$ac_exeext conftest.$ac_ext
11841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11842 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11843 *) ac_cv_c_stdcall_suffix="no" ;;
11844 esac
11847 if test "$ac_cv_c_extern_prefix" = "yes"
11848 then
11849 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11851 asm_name_prefix="_"
11852 else
11853 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11855 asm_name_prefix=""
11859 if test "$ac_cv_c_stdcall_suffix" = "yes"
11860 then
11861 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11863 else
11864 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11870 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11871 if test "${ac_cv_asm_func_def+set}" = set; then :
11872 $as_echo_n "(cached) " >&6
11873 else
11874 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11875 /* end confdefs.h. */
11878 main ()
11880 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11882 return 0;
11884 _ACEOF
11885 if ac_fn_c_try_link "$LINENO"; then :
11886 ac_cv_asm_func_def=".def"
11887 else
11888 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11889 /* end confdefs.h. */
11892 main ()
11894 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11896 return 0;
11898 _ACEOF
11899 if ac_fn_c_try_link "$LINENO"; then :
11900 ac_cv_asm_func_def=".type @function"
11901 else
11902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11903 /* end confdefs.h. */
11906 main ()
11908 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11910 return 0;
11912 _ACEOF
11913 if ac_fn_c_try_link "$LINENO"; then :
11914 ac_cv_asm_func_def=".type 2"
11915 else
11916 ac_cv_asm_func_def="unknown"
11918 rm -f core conftest.err conftest.$ac_objext \
11919 conftest$ac_exeext conftest.$ac_ext
11921 rm -f core conftest.err conftest.$ac_objext \
11922 conftest$ac_exeext conftest.$ac_ext
11924 rm -f core conftest.err conftest.$ac_objext \
11925 conftest$ac_exeext conftest.$ac_ext
11927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11928 $as_echo "$ac_cv_asm_func_def" >&6; }
11931 case "$ac_cv_asm_func_def" in
11932 ".def")
11933 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11935 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11936 ".type @function")
11937 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11939 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11940 ".type 2")
11941 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11943 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11945 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11947 asm_func_header="" ;;
11948 esac
11950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11951 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11952 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11953 $as_echo_n "(cached) " >&6
11954 else
11955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11956 /* end confdefs.h. */
11957 asm(".text\n\t.long 0");
11959 main ()
11963 return 0;
11965 _ACEOF
11966 if ac_fn_c_try_compile "$LINENO"; then :
11967 ac_cv_c_asm_outside_funcs="yes"
11968 else
11969 ac_cv_c_asm_outside_funcs="no"
11971 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11974 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11977 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11978 if test "${ac_cv_c_dot_previous+set}" = set; then :
11979 $as_echo_n "(cached) " >&6
11980 else
11981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11982 /* end confdefs.h. */
11985 main ()
11987 asm(".text\nac_test:\t.long 0\n\t.previous");
11989 return 0;
11991 _ACEOF
11992 if ac_fn_c_try_link "$LINENO"; then :
11993 ac_cv_c_dot_previous="yes"
11994 else
11995 ac_cv_c_dot_previous="no"
11997 rm -f core conftest.err conftest.$ac_objext \
11998 conftest$ac_exeext conftest.$ac_ext
12000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
12001 $as_echo "$ac_cv_c_dot_previous" >&6; }
12003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
12004 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
12005 if test "${ac_cv_c_cfi_support+set}" = set; then :
12006 $as_echo_n "(cached) " >&6
12007 else
12008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12009 /* end confdefs.h. */
12010 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
12012 main ()
12016 return 0;
12018 _ACEOF
12019 if ac_fn_c_try_compile "$LINENO"; then :
12020 ac_cv_c_cfi_support="yes"
12021 else
12022 ac_cv_c_cfi_support="no"
12024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
12027 $as_echo "$ac_cv_c_cfi_support" >&6; }
12029 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
12030 asm_func_trailer=""
12031 if test "$ac_cv_c_dot_previous" = "yes"
12032 then
12033 asm_func_trailer="\\n\\t.previous"
12035 if test "$ac_cv_c_cfi_support" = "yes"
12036 then
12037 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
12038 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
12040 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
12042 else
12043 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
12047 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
12050 if test "$ac_cv_c_asm_outside_funcs" = "yes"
12051 then
12052 cat >>confdefs.h <<_ACEOF
12053 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
12054 _ACEOF
12056 else
12057 cat >>confdefs.h <<_ACEOF
12058 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
12059 _ACEOF
12063 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
12066 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
12070 LDPATH=""
12072 case $build_os in
12073 cygwin*|mingw32*)
12074 TOOLSEXT=".exe"
12076 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
12078 darwin*|macosx*)
12081 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
12083 esac
12085 case $host_os in
12086 mingw32*)
12087 CRTLIBS="-lmsvcrt"
12089 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
12092 esac
12094 MAIN_BINARY="wine"
12096 test -z "$with_wine64" || MAIN_BINARY="wine32"
12098 case $host_cpu in
12099 *i[3456789]86*)
12100 case $host_os in
12101 linux*)
12102 EXTRA_BINARIES="wine-preloader"
12104 esac
12106 esac
12109 ac_save_CFLAGS="$CFLAGS"
12110 CFLAGS="$CFLAGS $BUILTINFLAG"
12111 for ac_func in \
12112 _pclose \
12113 _popen \
12114 _snprintf \
12115 _spawnvp \
12116 _strdup \
12117 _stricmp \
12118 _strnicmp \
12119 _strtoi64 \
12120 _strtoui64 \
12121 _vsnprintf \
12122 asctime_r \
12123 chsize \
12124 dlopen \
12125 epoll_create \
12126 ffs \
12127 finite \
12128 fnmatch \
12129 fork \
12130 fpclass \
12131 fstatfs \
12132 fstatvfs \
12133 ftruncate \
12134 futimes \
12135 futimesat \
12136 getdirentries \
12137 getopt_long \
12138 getpagesize \
12139 getpwuid \
12140 gettid \
12141 gettimeofday \
12142 getuid \
12143 kqueue \
12144 lstat \
12145 memmove \
12146 mmap \
12147 pclose \
12148 pipe2 \
12149 poll \
12150 popen \
12151 port_create \
12152 prctl \
12153 pread \
12154 pwrite \
12155 readdir \
12156 readlink \
12157 sched_setaffinity \
12158 sched_yield \
12159 select \
12160 setproctitle \
12161 setrlimit \
12162 settimeofday \
12163 sigaltstack \
12164 sigprocmask \
12165 snprintf \
12166 spawnvp \
12167 statfs \
12168 statvfs \
12169 strcasecmp \
12170 strdup \
12171 strerror \
12172 strncasecmp \
12173 strtold \
12174 strtoll \
12175 strtoull \
12176 symlink \
12177 tcgetattr \
12178 thr_kill2 \
12179 timegm \
12180 usleep \
12181 vsnprintf \
12182 wait4 \
12183 waitpid \
12185 do :
12186 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12187 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12188 eval as_val=\$$as_ac_var
12189 if test "x$as_val" = x""yes; then :
12190 cat >>confdefs.h <<_ACEOF
12191 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12192 _ACEOF
12195 done
12197 CFLAGS="$ac_save_CFLAGS"
12199 if test "$ac_cv_func_dlopen" = no
12200 then
12201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12202 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12203 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12204 $as_echo_n "(cached) " >&6
12205 else
12206 ac_check_lib_save_LIBS=$LIBS
12207 LIBS="-ldl $LIBS"
12208 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12209 /* end confdefs.h. */
12211 /* Override any GCC internal prototype to avoid an error.
12212 Use char because int might match the return type of a GCC
12213 builtin and then its argument prototype would still apply. */
12214 #ifdef __cplusplus
12215 extern "C"
12216 #endif
12217 char dlopen ();
12219 main ()
12221 return dlopen ();
12223 return 0;
12225 _ACEOF
12226 if ac_fn_c_try_link "$LINENO"; then :
12227 ac_cv_lib_dl_dlopen=yes
12228 else
12229 ac_cv_lib_dl_dlopen=no
12231 rm -f core conftest.err conftest.$ac_objext \
12232 conftest$ac_exeext conftest.$ac_ext
12233 LIBS=$ac_check_lib_save_LIBS
12235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12236 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12237 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12238 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12239 LIBDL="-ldl"
12244 ac_wine_check_funcs_save_LIBS="$LIBS"
12245 LIBS="$LIBS $LIBDL"
12246 for ac_func in dladdr
12247 do :
12248 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12249 if test "x$ac_cv_func_dladdr" = x""yes; then :
12250 cat >>confdefs.h <<_ACEOF
12251 #define HAVE_DLADDR 1
12252 _ACEOF
12255 done
12257 LIBS="$ac_wine_check_funcs_save_LIBS"
12259 if test "$ac_cv_func_poll" = no
12260 then
12261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12262 $as_echo_n "checking for poll in -lpoll... " >&6; }
12263 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12264 $as_echo_n "(cached) " >&6
12265 else
12266 ac_check_lib_save_LIBS=$LIBS
12267 LIBS="-lpoll $LIBS"
12268 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12269 /* end confdefs.h. */
12271 /* Override any GCC internal prototype to avoid an error.
12272 Use char because int might match the return type of a GCC
12273 builtin and then its argument prototype would still apply. */
12274 #ifdef __cplusplus
12275 extern "C"
12276 #endif
12277 char poll ();
12279 main ()
12281 return poll ();
12283 return 0;
12285 _ACEOF
12286 if ac_fn_c_try_link "$LINENO"; then :
12287 ac_cv_lib_poll_poll=yes
12288 else
12289 ac_cv_lib_poll_poll=no
12291 rm -f core conftest.err conftest.$ac_objext \
12292 conftest$ac_exeext conftest.$ac_ext
12293 LIBS=$ac_check_lib_save_LIBS
12295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12296 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12297 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12298 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12299 LIBPOLL="-lpoll"
12305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12306 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12307 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12308 $as_echo_n "(cached) " >&6
12309 else
12310 ac_func_search_save_LIBS=$LIBS
12311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12312 /* end confdefs.h. */
12314 /* Override any GCC internal prototype to avoid an error.
12315 Use char because int might match the return type of a GCC
12316 builtin and then its argument prototype would still apply. */
12317 #ifdef __cplusplus
12318 extern "C"
12319 #endif
12320 char gethostbyname ();
12322 main ()
12324 return gethostbyname ();
12326 return 0;
12328 _ACEOF
12329 for ac_lib in '' nsl; do
12330 if test -z "$ac_lib"; then
12331 ac_res="none required"
12332 else
12333 ac_res=-l$ac_lib
12334 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12336 if ac_fn_c_try_link "$LINENO"; then :
12337 ac_cv_search_gethostbyname=$ac_res
12339 rm -f core conftest.err conftest.$ac_objext \
12340 conftest$ac_exeext
12341 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12342 break
12344 done
12345 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12347 else
12348 ac_cv_search_gethostbyname=no
12350 rm conftest.$ac_ext
12351 LIBS=$ac_func_search_save_LIBS
12353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12354 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12355 ac_res=$ac_cv_search_gethostbyname
12356 if test "$ac_res" != no; then :
12357 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12363 $as_echo_n "checking for library containing connect... " >&6; }
12364 if test "${ac_cv_search_connect+set}" = set; then :
12365 $as_echo_n "(cached) " >&6
12366 else
12367 ac_func_search_save_LIBS=$LIBS
12368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12369 /* end confdefs.h. */
12371 /* Override any GCC internal prototype to avoid an error.
12372 Use char because int might match the return type of a GCC
12373 builtin and then its argument prototype would still apply. */
12374 #ifdef __cplusplus
12375 extern "C"
12376 #endif
12377 char connect ();
12379 main ()
12381 return connect ();
12383 return 0;
12385 _ACEOF
12386 for ac_lib in '' socket; do
12387 if test -z "$ac_lib"; then
12388 ac_res="none required"
12389 else
12390 ac_res=-l$ac_lib
12391 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12393 if ac_fn_c_try_link "$LINENO"; then :
12394 ac_cv_search_connect=$ac_res
12396 rm -f core conftest.err conftest.$ac_objext \
12397 conftest$ac_exeext
12398 if test "${ac_cv_search_connect+set}" = set; then :
12399 break
12401 done
12402 if test "${ac_cv_search_connect+set}" = set; then :
12404 else
12405 ac_cv_search_connect=no
12407 rm conftest.$ac_ext
12408 LIBS=$ac_func_search_save_LIBS
12410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12411 $as_echo "$ac_cv_search_connect" >&6; }
12412 ac_res=$ac_cv_search_connect
12413 if test "$ac_res" != no; then :
12414 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12420 $as_echo_n "checking for library containing inet_aton... " >&6; }
12421 if test "${ac_cv_search_inet_aton+set}" = set; then :
12422 $as_echo_n "(cached) " >&6
12423 else
12424 ac_func_search_save_LIBS=$LIBS
12425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12426 /* end confdefs.h. */
12428 /* Override any GCC internal prototype to avoid an error.
12429 Use char because int might match the return type of a GCC
12430 builtin and then its argument prototype would still apply. */
12431 #ifdef __cplusplus
12432 extern "C"
12433 #endif
12434 char inet_aton ();
12436 main ()
12438 return inet_aton ();
12440 return 0;
12442 _ACEOF
12443 for ac_lib in '' resolv; do
12444 if test -z "$ac_lib"; then
12445 ac_res="none required"
12446 else
12447 ac_res=-l$ac_lib
12448 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12450 if ac_fn_c_try_link "$LINENO"; then :
12451 ac_cv_search_inet_aton=$ac_res
12453 rm -f core conftest.err conftest.$ac_objext \
12454 conftest$ac_exeext
12455 if test "${ac_cv_search_inet_aton+set}" = set; then :
12456 break
12458 done
12459 if test "${ac_cv_search_inet_aton+set}" = set; then :
12461 else
12462 ac_cv_search_inet_aton=no
12464 rm conftest.$ac_ext
12465 LIBS=$ac_func_search_save_LIBS
12467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12468 $as_echo "$ac_cv_search_inet_aton" >&6; }
12469 ac_res=$ac_cv_search_inet_aton
12470 if test "$ac_res" != no; then :
12471 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12476 for ac_func in \
12477 getaddrinfo \
12478 getnameinfo \
12479 getnetbyname \
12480 getprotobyname \
12481 getprotobynumber \
12482 getservbyport \
12483 inet_network \
12484 inet_ntop \
12485 inet_pton \
12486 sendmsg \
12487 socketpair \
12489 do :
12490 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12491 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12492 eval as_val=\$$as_ac_var
12493 if test "x$as_val" = x""yes; then :
12494 cat >>confdefs.h <<_ACEOF
12495 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12496 _ACEOF
12499 done
12502 LDAPLIBS=""
12504 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12505 then
12506 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12508 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12510 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12511 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12512 $as_echo_n "(cached) " >&6
12513 else
12514 ac_check_lib_save_LIBS=$LIBS
12515 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12517 /* end confdefs.h. */
12519 /* Override any GCC internal prototype to avoid an error.
12520 Use char because int might match the return type of a GCC
12521 builtin and then its argument prototype would still apply. */
12522 #ifdef __cplusplus
12523 extern "C"
12524 #endif
12525 char ldap_initialize ();
12527 main ()
12529 return ldap_initialize ();
12531 return 0;
12533 _ACEOF
12534 if ac_fn_c_try_link "$LINENO"; then :
12535 ac_cv_lib_ldap_r_ldap_initialize=yes
12536 else
12537 ac_cv_lib_ldap_r_ldap_initialize=no
12539 rm -f core conftest.err conftest.$ac_objext \
12540 conftest$ac_exeext conftest.$ac_ext
12541 LIBS=$ac_check_lib_save_LIBS
12543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12544 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12545 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12547 $as_echo_n "checking for ber_init in -llber... " >&6; }
12548 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12549 $as_echo_n "(cached) " >&6
12550 else
12551 ac_check_lib_save_LIBS=$LIBS
12552 LIBS="-llber $LIBPTHREAD $LIBS"
12553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12554 /* end confdefs.h. */
12556 /* Override any GCC internal prototype to avoid an error.
12557 Use char because int might match the return type of a GCC
12558 builtin and then its argument prototype would still apply. */
12559 #ifdef __cplusplus
12560 extern "C"
12561 #endif
12562 char ber_init ();
12564 main ()
12566 return ber_init ();
12568 return 0;
12570 _ACEOF
12571 if ac_fn_c_try_link "$LINENO"; then :
12572 ac_cv_lib_lber_ber_init=yes
12573 else
12574 ac_cv_lib_lber_ber_init=no
12576 rm -f core conftest.err conftest.$ac_objext \
12577 conftest$ac_exeext conftest.$ac_ext
12578 LIBS=$ac_check_lib_save_LIBS
12580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12581 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12582 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12584 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12586 LDAPLIBS="-lldap_r -llber"
12593 ac_wine_check_funcs_save_LIBS="$LIBS"
12594 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12595 for ac_func in \
12596 ldap_count_references \
12597 ldap_first_reference \
12598 ldap_next_reference \
12599 ldap_parse_reference \
12600 ldap_parse_sort_control \
12601 ldap_parse_sortresponse_control \
12602 ldap_parse_vlv_control \
12603 ldap_parse_vlvresponse_control
12604 do :
12605 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12606 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12607 eval as_val=\$$as_ac_var
12608 if test "x$as_val" = x""yes; then :
12609 cat >>confdefs.h <<_ACEOF
12610 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12611 _ACEOF
12614 done
12616 LIBS="$ac_wine_check_funcs_save_LIBS"
12618 if test "x$LDAPLIBS" = "x"; then :
12619 case "x$with_ldap" in
12620 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12621 xno) ;;
12622 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12623 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12624 esac
12627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12628 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12629 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12630 $as_echo_n "(cached) " >&6
12631 else
12632 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12633 /* end confdefs.h. */
12634 #include <sys/stat.h>
12636 main ()
12638 mkdir("foo");
12640 return 0;
12642 _ACEOF
12643 if ac_fn_c_try_compile "$LINENO"; then :
12644 wine_cv_one_arg_mkdir=yes
12645 else
12646 wine_cv_one_arg_mkdir=no
12648 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12651 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12652 if test "$wine_cv_one_arg_mkdir" = "yes"
12653 then
12655 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12661 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12662 if test "${ac_cv_c_const+set}" = set; then :
12663 $as_echo_n "(cached) " >&6
12664 else
12665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12666 /* end confdefs.h. */
12669 main ()
12671 /* FIXME: Include the comments suggested by Paul. */
12672 #ifndef __cplusplus
12673 /* Ultrix mips cc rejects this. */
12674 typedef int charset[2];
12675 const charset cs;
12676 /* SunOS 4.1.1 cc rejects this. */
12677 char const *const *pcpcc;
12678 char **ppc;
12679 /* NEC SVR4.0.2 mips cc rejects this. */
12680 struct point {int x, y;};
12681 static struct point const zero = {0,0};
12682 /* AIX XL C 1.02.0.0 rejects this.
12683 It does not let you subtract one const X* pointer from another in
12684 an arm of an if-expression whose if-part is not a constant
12685 expression */
12686 const char *g = "string";
12687 pcpcc = &g + (g ? g-g : 0);
12688 /* HPUX 7.0 cc rejects these. */
12689 ++pcpcc;
12690 ppc = (char**) pcpcc;
12691 pcpcc = (char const *const *) ppc;
12692 { /* SCO 3.2v4 cc rejects this. */
12693 char *t;
12694 char const *s = 0 ? (char *) 0 : (char const *) 0;
12696 *t++ = 0;
12697 if (s) return 0;
12699 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12700 int x[] = {25, 17};
12701 const int *foo = &x[0];
12702 ++foo;
12704 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12705 typedef const int *iptr;
12706 iptr p = 0;
12707 ++p;
12709 { /* AIX XL C 1.02.0.0 rejects this saying
12710 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12711 struct s { int j; const int *ap[3]; };
12712 struct s *b; b->j = 5;
12714 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12715 const int foo = 10;
12716 if (!foo) return 0;
12718 return !cs[0] && !zero.x;
12719 #endif
12722 return 0;
12724 _ACEOF
12725 if ac_fn_c_try_compile "$LINENO"; then :
12726 ac_cv_c_const=yes
12727 else
12728 ac_cv_c_const=no
12730 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12733 $as_echo "$ac_cv_c_const" >&6; }
12734 if test $ac_cv_c_const = no; then
12736 $as_echo "#define const /**/" >>confdefs.h
12740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12741 $as_echo_n "checking for inline... " >&6; }
12742 if test "${ac_cv_c_inline+set}" = set; then :
12743 $as_echo_n "(cached) " >&6
12744 else
12745 ac_cv_c_inline=no
12746 for ac_kw in inline __inline__ __inline; do
12747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12748 /* end confdefs.h. */
12749 #ifndef __cplusplus
12750 typedef int foo_t;
12751 static $ac_kw foo_t static_foo () {return 0; }
12752 $ac_kw foo_t foo () {return 0; }
12753 #endif
12755 _ACEOF
12756 if ac_fn_c_try_compile "$LINENO"; then :
12757 ac_cv_c_inline=$ac_kw
12759 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12760 test "$ac_cv_c_inline" != no && break
12761 done
12764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12765 $as_echo "$ac_cv_c_inline" >&6; }
12767 case $ac_cv_c_inline in
12768 inline | yes) ;;
12770 case $ac_cv_c_inline in
12771 no) ac_val=;;
12772 *) ac_val=$ac_cv_c_inline;;
12773 esac
12774 cat >>confdefs.h <<_ACEOF
12775 #ifndef __cplusplus
12776 #define inline $ac_val
12777 #endif
12778 _ACEOF
12780 esac
12782 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12783 if test "x$ac_cv_type_mode_t" = x""yes; then :
12785 cat >>confdefs.h <<_ACEOF
12786 #define HAVE_MODE_T 1
12787 _ACEOF
12791 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12792 if test "x$ac_cv_type_off_t" = x""yes; then :
12794 cat >>confdefs.h <<_ACEOF
12795 #define HAVE_OFF_T 1
12796 _ACEOF
12800 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12801 if test "x$ac_cv_type_pid_t" = x""yes; then :
12803 cat >>confdefs.h <<_ACEOF
12804 #define HAVE_PID_T 1
12805 _ACEOF
12809 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12810 if test "x$ac_cv_type_size_t" = x""yes; then :
12812 cat >>confdefs.h <<_ACEOF
12813 #define HAVE_SIZE_T 1
12814 _ACEOF
12818 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12819 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12821 cat >>confdefs.h <<_ACEOF
12822 #define HAVE_SSIZE_T 1
12823 _ACEOF
12827 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12828 if test "x$ac_cv_type_long_long" = x""yes; then :
12830 cat >>confdefs.h <<_ACEOF
12831 #define HAVE_LONG_LONG 1
12832 _ACEOF
12836 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12837 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12839 cat >>confdefs.h <<_ACEOF
12840 #define HAVE_FSBLKCNT_T 1
12841 _ACEOF
12845 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12846 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12848 cat >>confdefs.h <<_ACEOF
12849 #define HAVE_FSFILCNT_T 1
12850 _ACEOF
12855 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12856 #include <signal.h>
12858 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12860 cat >>confdefs.h <<_ACEOF
12861 #define HAVE_SIGSET_T 1
12862 _ACEOF
12867 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12869 if test "x$ac_cv_type_request_sense" = x""yes; then :
12871 cat >>confdefs.h <<_ACEOF
12872 #define HAVE_REQUEST_SENSE 1
12873 _ACEOF
12879 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12880 #ifdef HAVE_SYS_SOCKET_H
12881 #include <sys/socket.h>
12882 #endif
12883 #ifdef HAVE_SYS_SOCKETVAR_H
12884 #include <sys/socketvar.h>
12885 #endif
12886 #ifdef HAVE_NET_ROUTE_H
12887 #include <net/route.h>
12888 #endif
12889 #ifdef HAVE_NETINET_IN_H
12890 #include <netinet/in.h>
12891 #endif
12892 #ifdef HAVE_NETINET_IN_SYSTM_H
12893 #include <netinet/in_systm.h>
12894 #endif
12895 #ifdef HAVE_NETINET_IP_H
12896 #include <netinet/ip.h>
12897 #endif
12898 #ifdef HAVE_NETINET_IN_PCB_H
12899 #include <netinet/in_pcb.h>
12900 #endif
12902 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12904 cat >>confdefs.h <<_ACEOF
12905 #define HAVE_STRUCT_XINPGEN 1
12906 _ACEOF
12912 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12913 #include <linux/input.h>
12914 #endif
12916 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12918 cat >>confdefs.h <<_ACEOF
12919 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12920 _ACEOF
12926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12927 $as_echo_n "checking for sigaddset... " >&6; }
12928 if test "${wine_cv_have_sigaddset+set}" = set; then :
12929 $as_echo_n "(cached) " >&6
12930 else
12931 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12932 /* end confdefs.h. */
12933 #include <signal.h>
12935 main ()
12937 sigset_t set; sigaddset(&set,SIGTERM);
12939 return 0;
12941 _ACEOF
12942 if ac_fn_c_try_link "$LINENO"; then :
12943 wine_cv_have_sigaddset=yes
12944 else
12945 wine_cv_have_sigaddset=no
12947 rm -f core conftest.err conftest.$ac_objext \
12948 conftest$ac_exeext conftest.$ac_ext
12950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12951 $as_echo "$wine_cv_have_sigaddset" >&6; }
12952 if test "$wine_cv_have_sigaddset" = "yes"
12953 then
12955 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12961 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12962 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12963 $as_echo_n "(cached) " >&6
12964 else
12965 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12966 /* end confdefs.h. */
12967 #include <netdb.h>
12969 main ()
12972 char *name=0;
12973 struct hostent he;
12974 struct hostent *result;
12975 char *buf=0;
12976 int bufsize=0;
12977 int res,errnr;
12978 char *addr=0;
12979 int addrlen=0;
12980 int addrtype=0;
12981 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12982 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12985 return 0;
12987 _ACEOF
12988 if ac_fn_c_try_link "$LINENO"; then :
12989 wine_cv_linux_gethostbyname_r_6=yes
12990 else
12991 wine_cv_linux_gethostbyname_r_6=no
12994 rm -f core conftest.err conftest.$ac_objext \
12995 conftest$ac_exeext conftest.$ac_ext
12998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
12999 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
13000 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
13001 then
13003 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
13007 if test "$ac_cv_header_linux_joystick_h" = "yes"
13008 then
13009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
13010 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
13011 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
13012 $as_echo_n "(cached) " >&6
13013 else
13014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13015 /* end confdefs.h. */
13017 #include <sys/ioctl.h>
13018 #include <sys/types.h>
13019 #include <linux/joystick.h>
13021 struct js_event blub;
13022 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
13023 #error "no 2.2 header"
13024 #endif
13027 main ()
13029 /*empty*/
13031 return 0;
13033 _ACEOF
13034 if ac_fn_c_try_compile "$LINENO"; then :
13035 wine_cv_linux_joystick_22_api=yes
13036 else
13037 wine_cv_linux_joystick_22_api=no
13039 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
13043 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
13044 if test "$wine_cv_linux_joystick_22_api" = "yes"
13045 then
13047 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
13053 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
13054 #ifdef HAVE_SYS_PARAM_H
13055 # include <sys/param.h>
13056 #endif
13057 #ifdef HAVE_SYS_MOUNT_H
13058 # include <sys/mount.h>
13059 #endif
13060 #ifdef HAVE_SYS_VFS_H
13061 # include <sys/vfs.h>
13062 #endif
13063 #ifdef HAVE_SYS_STATFS_H
13064 # include <sys/statfs.h>
13065 #endif
13067 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
13069 cat >>confdefs.h <<_ACEOF
13070 #define HAVE_STRUCT_STATFS_F_BFREE 1
13071 _ACEOF
13075 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
13076 #ifdef HAVE_SYS_PARAM_H
13077 # include <sys/param.h>
13078 #endif
13079 #ifdef HAVE_SYS_MOUNT_H
13080 # include <sys/mount.h>
13081 #endif
13082 #ifdef HAVE_SYS_VFS_H
13083 # include <sys/vfs.h>
13084 #endif
13085 #ifdef HAVE_SYS_STATFS_H
13086 # include <sys/statfs.h>
13087 #endif
13089 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
13091 cat >>confdefs.h <<_ACEOF
13092 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
13093 _ACEOF
13097 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
13098 #ifdef HAVE_SYS_PARAM_H
13099 # include <sys/param.h>
13100 #endif
13101 #ifdef HAVE_SYS_MOUNT_H
13102 # include <sys/mount.h>
13103 #endif
13104 #ifdef HAVE_SYS_VFS_H
13105 # include <sys/vfs.h>
13106 #endif
13107 #ifdef HAVE_SYS_STATFS_H
13108 # include <sys/statfs.h>
13109 #endif
13111 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
13113 cat >>confdefs.h <<_ACEOF
13114 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
13115 _ACEOF
13119 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13120 #ifdef HAVE_SYS_PARAM_H
13121 # include <sys/param.h>
13122 #endif
13123 #ifdef HAVE_SYS_MOUNT_H
13124 # include <sys/mount.h>
13125 #endif
13126 #ifdef HAVE_SYS_VFS_H
13127 # include <sys/vfs.h>
13128 #endif
13129 #ifdef HAVE_SYS_STATFS_H
13130 # include <sys/statfs.h>
13131 #endif
13133 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13135 cat >>confdefs.h <<_ACEOF
13136 #define HAVE_STRUCT_STATFS_F_FFREE 1
13137 _ACEOF
13141 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13142 #ifdef HAVE_SYS_PARAM_H
13143 # include <sys/param.h>
13144 #endif
13145 #ifdef HAVE_SYS_MOUNT_H
13146 # include <sys/mount.h>
13147 #endif
13148 #ifdef HAVE_SYS_VFS_H
13149 # include <sys/vfs.h>
13150 #endif
13151 #ifdef HAVE_SYS_STATFS_H
13152 # include <sys/statfs.h>
13153 #endif
13155 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13157 cat >>confdefs.h <<_ACEOF
13158 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13159 _ACEOF
13163 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13164 #ifdef HAVE_SYS_PARAM_H
13165 # include <sys/param.h>
13166 #endif
13167 #ifdef HAVE_SYS_MOUNT_H
13168 # include <sys/mount.h>
13169 #endif
13170 #ifdef HAVE_SYS_VFS_H
13171 # include <sys/vfs.h>
13172 #endif
13173 #ifdef HAVE_SYS_STATFS_H
13174 # include <sys/statfs.h>
13175 #endif
13177 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13179 cat >>confdefs.h <<_ACEOF
13180 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13181 _ACEOF
13187 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13188 #include <sys/statvfs.h>
13189 #endif
13191 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13193 cat >>confdefs.h <<_ACEOF
13194 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13195 _ACEOF
13201 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13202 #ifdef HAVE_SYS_SOCKET_H
13203 # include <sys/socket.h>
13204 #endif
13205 #ifdef HAVE_SYS_UN_H
13206 # include <sys/un.h>
13207 #endif
13209 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13211 cat >>confdefs.h <<_ACEOF
13212 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13213 _ACEOF
13217 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13218 #ifdef HAVE_SYS_SOCKET_H
13219 # include <sys/socket.h>
13220 #endif
13221 #ifdef HAVE_SYS_UN_H
13222 # include <sys/un.h>
13223 #endif
13225 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13227 cat >>confdefs.h <<_ACEOF
13228 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13229 _ACEOF
13233 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13234 #ifdef HAVE_SYS_SOCKET_H
13235 # include <sys/socket.h>
13236 #endif
13237 #ifdef HAVE_SYS_UN_H
13238 # include <sys/un.h>
13239 #endif
13241 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13243 cat >>confdefs.h <<_ACEOF
13244 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13245 _ACEOF
13251 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13252 #ifdef HAVE_SCSI_SG_H
13253 #include <scsi/sg.h>
13254 #endif
13256 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13258 cat >>confdefs.h <<_ACEOF
13259 #define HAVE_SCSIREQ_T_CMD 1
13260 _ACEOF
13264 ac_fn_c_check_member "$LINENO" "sg_io_hdr_t" "interface_id" "ac_cv_member_sg_io_hdr_t_interface_id" "#include <sys/types.h>
13265 #ifdef HAVE_SCSI_SG_H
13266 #include <scsi/sg.h>
13267 #endif
13269 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13271 cat >>confdefs.h <<_ACEOF
13272 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13273 _ACEOF
13279 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13281 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13283 cat >>confdefs.h <<_ACEOF
13284 #define HAVE_SIGINFO_T_SI_FD 1
13285 _ACEOF
13291 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13292 #ifdef HAVE_SYS_MTIO_H
13293 #include <sys/mtio.h>
13294 #endif
13296 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13298 cat >>confdefs.h <<_ACEOF
13299 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13300 _ACEOF
13304 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13305 #ifdef HAVE_SYS_MTIO_H
13306 #include <sys/mtio.h>
13307 #endif
13309 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13311 cat >>confdefs.h <<_ACEOF
13312 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13313 _ACEOF
13317 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13318 #ifdef HAVE_SYS_MTIO_H
13319 #include <sys/mtio.h>
13320 #endif
13322 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13324 cat >>confdefs.h <<_ACEOF
13325 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13326 _ACEOF
13332 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13333 #include <getopt.h>
13334 #endif
13336 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13338 cat >>confdefs.h <<_ACEOF
13339 #define HAVE_STRUCT_OPTION_NAME 1
13340 _ACEOF
13346 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13347 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13349 cat >>confdefs.h <<_ACEOF
13350 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13351 _ACEOF
13355 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13356 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13358 cat >>confdefs.h <<_ACEOF
13359 #define HAVE_STRUCT_STAT_ST_MTIM 1
13360 _ACEOF
13364 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13365 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13367 cat >>confdefs.h <<_ACEOF
13368 #define HAVE_STRUCT_STAT_ST_CTIM 1
13369 _ACEOF
13373 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13374 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13376 cat >>confdefs.h <<_ACEOF
13377 #define HAVE_STRUCT_STAT_ST_ATIM 1
13378 _ACEOF
13384 ac_fn_c_check_member "$LINENO" "struct sockaddr_in6" "sin6_scope_id" "ac_cv_member_struct_sockaddr_in6_sin6_scope_id" "#ifdef HAVE_SYS_TYPES_H
13385 #include <sys/types.h>
13386 #endif
13387 #ifdef HAVE_NETINET_IN_H
13388 #include <netinet/in.h>
13389 #endif
13391 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13393 cat >>confdefs.h <<_ACEOF
13394 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13395 _ACEOF
13401 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13402 #include <sys/types.h>
13403 #endif
13404 #ifdef HAVE_NETINET_IN_H
13405 # include <netinet/in.h>
13406 #endif
13407 #ifdef HAVE_ARPA_NAMESER_H
13408 # include <arpa/nameser.h>
13409 #endif
13411 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13413 cat >>confdefs.h <<_ACEOF
13414 #define HAVE_NS_MSG__MSG_PTR 1
13415 _ACEOF
13421 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13422 #include <sys/types.h>
13423 #endif
13424 #ifdef HAVE_ALIAS_H
13425 #include <alias.h>
13426 #endif
13427 #ifdef HAVE_SYS_SOCKET_H
13428 #include <sys/socket.h>
13429 #endif
13430 #ifdef HAVE_SYS_SOCKETVAR_H
13431 #include <sys/socketvar.h>
13432 #endif
13433 #ifdef HAVE_SYS_TIMEOUT_H
13434 #include <sys/timeout.h>
13435 #endif
13436 #ifdef HAVE_NETINET_IN_H
13437 #include <netinet/in.h>
13438 #endif
13439 #ifdef HAVE_NETINET_IN_SYSTM_H
13440 #include <netinet/in_systm.h>
13441 #endif
13442 #ifdef HAVE_NETINET_IP_H
13443 #include <netinet/ip.h>
13444 #endif
13445 #ifdef HAVE_NETINET_IP_VAR_H
13446 #include <netinet/ip_var.h>
13447 #endif
13448 #ifdef HAVE_NETINET_IP_ICMP_H
13449 #include <netinet/ip_icmp.h>
13450 #endif
13451 #ifdef HAVE_NETINET_ICMP_VAR
13452 #include <netinet/icmp_var.h>
13453 #endif
13455 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13457 cat >>confdefs.h <<_ACEOF
13458 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13459 _ACEOF
13465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13466 $as_echo_n "checking for timezone variable... " >&6; }
13467 if test "${ac_cv_have_timezone+set}" = set; then :
13468 $as_echo_n "(cached) " >&6
13469 else
13470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13471 /* end confdefs.h. */
13472 #include <time.h>
13474 main ()
13476 timezone = 1
13478 return 0;
13480 _ACEOF
13481 if ac_fn_c_try_link "$LINENO"; then :
13482 ac_cv_have_timezone="yes"
13483 else
13484 ac_cv_have_timezone="no"
13486 rm -f core conftest.err conftest.$ac_objext \
13487 conftest$ac_exeext conftest.$ac_ext
13489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13490 $as_echo "$ac_cv_have_timezone" >&6; }
13491 if test "$ac_cv_have_timezone" = "yes"
13492 then
13494 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13498 $as_echo_n "checking for daylight variable... " >&6; }
13499 if test "${ac_cv_have_daylight+set}" = set; then :
13500 $as_echo_n "(cached) " >&6
13501 else
13502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13503 /* end confdefs.h. */
13504 #include <time.h>
13506 main ()
13508 daylight = 1
13510 return 0;
13512 _ACEOF
13513 if ac_fn_c_try_link "$LINENO"; then :
13514 ac_cv_have_daylight="yes"
13515 else
13516 ac_cv_have_daylight="no"
13518 rm -f core conftest.err conftest.$ac_objext \
13519 conftest$ac_exeext conftest.$ac_ext
13521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13522 $as_echo "$ac_cv_have_daylight" >&6; }
13523 if test "$ac_cv_have_daylight" = "yes"
13524 then
13526 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13531 $as_echo_n "checking for isinf... " >&6; }
13532 if test "${ac_cv_have_isinf+set}" = set; then :
13533 $as_echo_n "(cached) " >&6
13534 else
13535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13536 /* end confdefs.h. */
13537 #include <math.h>
13539 main ()
13541 float f = 0.0; int i=isinf(f)
13543 return 0;
13545 _ACEOF
13546 if ac_fn_c_try_link "$LINENO"; then :
13547 ac_cv_have_isinf="yes"
13548 else
13549 ac_cv_have_isinf="no"
13551 rm -f core conftest.err conftest.$ac_objext \
13552 conftest$ac_exeext conftest.$ac_ext
13554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13555 $as_echo "$ac_cv_have_isinf" >&6; }
13556 if test "$ac_cv_have_isinf" = "yes"
13557 then
13559 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13564 $as_echo_n "checking for isnan... " >&6; }
13565 if test "${ac_cv_have_isnan+set}" = set; then :
13566 $as_echo_n "(cached) " >&6
13567 else
13568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13569 /* end confdefs.h. */
13570 #include <math.h>
13572 main ()
13574 float f = 0.0; int i=isnan(f)
13576 return 0;
13578 _ACEOF
13579 if ac_fn_c_try_link "$LINENO"; then :
13580 ac_cv_have_isnan="yes"
13581 else
13582 ac_cv_have_isnan="no"
13584 rm -f core conftest.err conftest.$ac_objext \
13585 conftest$ac_exeext conftest.$ac_ext
13587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13588 $as_echo "$ac_cv_have_isnan" >&6; }
13589 if test "$ac_cv_have_isnan" = "yes"
13590 then
13592 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13597 case $host_cpu in
13598 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13599 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13600 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13601 $as_echo_n "(cached) " >&6
13602 else
13603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13604 /* end confdefs.h. */
13605 #ifndef __i386__
13607 #endif
13608 _ACEOF
13609 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13610 $EGREP "yes" >/dev/null 2>&1; then :
13611 ac_cv_cpp_def___i386__=yes
13612 else
13613 ac_cv_cpp_def___i386__=no
13615 rm -f conftest*
13618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13619 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13620 if test $ac_cv_cpp_def___i386__ = yes; then :
13621 CFLAGS="$CFLAGS -D__i386__"
13622 LINTFLAGS="$LINTFLAGS -D__i386__"
13623 fi ;;
13624 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13625 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13626 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13627 $as_echo_n "(cached) " >&6
13628 else
13629 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13630 /* end confdefs.h. */
13631 #ifndef __x86_64__
13633 #endif
13634 _ACEOF
13635 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13636 $EGREP "yes" >/dev/null 2>&1; then :
13637 ac_cv_cpp_def___x86_64__=yes
13638 else
13639 ac_cv_cpp_def___x86_64__=no
13641 rm -f conftest*
13644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13645 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13646 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13647 CFLAGS="$CFLAGS -D__x86_64__"
13648 LINTFLAGS="$LINTFLAGS -D__x86_64__"
13649 fi ;;
13650 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13651 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13652 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13653 $as_echo_n "(cached) " >&6
13654 else
13655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13656 /* end confdefs.h. */
13657 #ifndef __ALPHA__
13659 #endif
13660 _ACEOF
13661 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13662 $EGREP "yes" >/dev/null 2>&1; then :
13663 ac_cv_cpp_def___ALPHA__=yes
13664 else
13665 ac_cv_cpp_def___ALPHA__=no
13667 rm -f conftest*
13670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13671 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13672 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13673 CFLAGS="$CFLAGS -D__ALPHA__"
13674 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13675 fi ;;
13676 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13677 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13678 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13679 $as_echo_n "(cached) " >&6
13680 else
13681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13682 /* end confdefs.h. */
13683 #ifndef __sparc__
13685 #endif
13686 _ACEOF
13687 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13688 $EGREP "yes" >/dev/null 2>&1; then :
13689 ac_cv_cpp_def___sparc__=yes
13690 else
13691 ac_cv_cpp_def___sparc__=no
13693 rm -f conftest*
13696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13697 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13698 if test $ac_cv_cpp_def___sparc__ = yes; then :
13699 CFLAGS="$CFLAGS -D__sparc__"
13700 LINTFLAGS="$LINTFLAGS -D__sparc__"
13701 fi ;;
13702 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13703 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13704 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13705 $as_echo_n "(cached) " >&6
13706 else
13707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13708 /* end confdefs.h. */
13709 #ifndef __powerpc__
13711 #endif
13712 _ACEOF
13713 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13714 $EGREP "yes" >/dev/null 2>&1; then :
13715 ac_cv_cpp_def___powerpc__=yes
13716 else
13717 ac_cv_cpp_def___powerpc__=no
13719 rm -f conftest*
13722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13723 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13724 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13725 CFLAGS="$CFLAGS -D__powerpc__"
13726 LINTFLAGS="$LINTFLAGS -D__powerpc__"
13727 fi ;;
13728 esac
13730 case $host_vendor in
13731 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13732 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13733 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13734 $as_echo_n "(cached) " >&6
13735 else
13736 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13737 /* end confdefs.h. */
13738 #ifndef __sun__
13740 #endif
13741 _ACEOF
13742 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13743 $EGREP "yes" >/dev/null 2>&1; then :
13744 ac_cv_cpp_def___sun__=yes
13745 else
13746 ac_cv_cpp_def___sun__=no
13748 rm -f conftest*
13751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13752 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13753 if test $ac_cv_cpp_def___sun__ = yes; then :
13754 CFLAGS="$CFLAGS -D__sun__"
13755 LINTFLAGS="$LINTFLAGS -D__sun__"
13756 fi ;;
13757 esac
13760 DEPENDENCIES="### Dependencies:
13761 \$(OBJS) \$(CROSSOBJS): \$(IDL_GEN_HEADERS) \$(BISON_SRCS:.y=.tab.h)
13762 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13763 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13764 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13765 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13768 ALL_MAKERULES=""
13770 ALL_SYMLINKS=""
13772 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13774 ALL_WINETEST_DEPENDS="# Test binaries"
13777 ALL_DIRS=""
13779 ALL_TOP_DIRS=""
13781 ALL_DLL_DIRS=""
13783 ALL_TOOL_DIRS=""
13785 ALL_STATICLIB_DIRS=""
13787 ALL_STATIC_LIBS=""
13789 ALL_IMPORT_LIBS=""
13791 ALL_INSTALL_DIRS=""
13793 ALL_TEST_DIRS=""
13795 ALL_TEST_BINARIES=""
13797 ALL_PROGRAM_DIRS=""
13799 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13804 ac_config_commands="$ac_config_commands include/stamp-h"
13807 wine_fn_append_file ()
13809 as_fn_append $1 " \\$as_nl $2"
13812 wine_fn_append_rule ()
13814 as_fn_append $1 "$as_nl$2"
13817 wine_fn_config_makefile ()
13819 ac_dir=$1
13820 ac_deps=$2
13821 wine_fn_append_file ALL_DIRS $ac_dir
13822 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13823 "\$(RECURSE_TARGETS:%=$ac_dir/%) $ac_dir: $ac_dir/Makefile
13824 $ac_dir/Makefile $ac_dir/__depend__: $ac_dir/Makefile.in config.status $ac_deps
13825 @./config.status --file $ac_dir/Makefile && cd $ac_dir && \$(MAKE) depend"
13828 wine_fn_config_lib ()
13830 ac_name=$1
13831 wine_fn_append_file ALL_STATIC_LIBS dlls/$ac_name/lib$ac_name.a
13832 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13833 "dlls/$ac_name/__install__ dlls/$ac_name/__install-dev__: dlls/$ac_name
13834 dlls/$ac_name dlls/$ac_name/lib$ac_name.cross.a: tools/widl tools/winebuild tools/winegcc include
13835 dlls/$ac_name/lib$ac_name.cross.a: dlls/$ac_name/Makefile dummy
13836 @cd dlls/$ac_name && \$(MAKE) lib$ac_name.cross.a"
13839 wine_fn_config_test ()
13841 ac_dir=$1
13842 ac_name=$2
13843 wine_fn_append_file ALL_TEST_BINARIES $ac_name.exe
13844 wine_fn_append_rule ALL_WINETEST_DEPENDS \
13845 "$ac_name.exe: \$(TOPOBJDIR)/$ac_dir/$ac_name.exe$DLLEXT
13846 cp \$(TOPOBJDIR)/$ac_dir/$ac_name.exe$DLLEXT \$@ && \$(STRIP) \$@
13847 $ac_name.rc:
13848 echo \"$ac_name.exe TESTRES \\\"$ac_name.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13849 $ac_name.res: $ac_name.rc $ac_name.exe"
13850 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "$ac_dir: __builddeps__"
13851 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "$ac_dir/__crosstest__: __buildcrossdeps__"
13853 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
13854 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "dlls/wineps.drv/generic.ppd"
13855 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
13856 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/marlett.ttf"
13857 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
13858 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/symbol.ttf"
13859 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
13860 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/tahoma.ttf"
13861 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
13862 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/tahomabd.ttf"
13863 ac_config_links="$ac_config_links wine:tools/winewrapper"
13864 wine_fn_append_file ALL_SYMLINKS "wine"
13866 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13868 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13870 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13872 ac_config_commands="$ac_config_commands dlls/user32/resources"
13874 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13876 ac_config_commands="$ac_config_commands include/wine"
13879 wine_fn_append_file ALL_MAKERULES "Make.rules"
13880 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "Make.rules: Make.rules.in config.status"
13881 MAKE_RULES=Make.rules
13882 ac_config_files="$ac_config_files Make.rules"
13884 wine_fn_append_file ALL_MAKERULES "Maketest.rules"
13885 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "Maketest.rules: Maketest.rules.in Make.rules config.status"
13886 MAKE_TEST_RULES=Maketest.rules
13887 ac_config_files="$ac_config_files Maketest.rules"
13889 wine_fn_append_file ALL_MAKERULES "dlls/Makedll.rules"
13890 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules config.status"
13891 MAKE_DLL_RULES=dlls/Makedll.rules
13892 ac_config_files="$ac_config_files dlls/Makedll.rules"
13894 wine_fn_append_file ALL_MAKERULES "dlls/Makeimplib.rules"
13895 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules config.status"
13896 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13897 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13899 wine_fn_append_file ALL_MAKERULES "programs/Makeprog.rules"
13900 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules config.status"
13901 MAKE_PROG_RULES=programs/Makeprog.rules
13902 ac_config_files="$ac_config_files programs/Makeprog.rules"
13905 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "Makefile: Makefile.in Make.rules config.status"
13906 ac_config_files="$ac_config_files Makefile"
13908 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/acledit dlls/acledit/__install__ dlls/acledit/__install-lib__ dlls/acledit/__install-dev__: __builddeps__"
13909 wine_fn_config_makefile dlls/acledit "dlls/Makedll.rules \$(MAKEDEP)"
13910 test "x$enable_acledit" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/acledit"
13912 wine_fn_append_file ALL_IMPORT_LIBS "dlls/aclui/libaclui.$IMPLIBEXT"
13913 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/aclui/libaclui.$IMPLIBEXT dlls/aclui/libaclui.cross.a: tools/widl tools/winebuild tools/winegcc include
13914 dlls/aclui/libaclui.$IMPLIBEXT dlls/aclui/libaclui.cross.a: dlls/aclui/aclui.spec dlls/aclui/Makefile
13915 @cd dlls/aclui && \$(MAKE) \`basename \$@\`
13916 dlls/aclui dlls/aclui/__install__ dlls/aclui/__install-lib__ dlls/aclui/__install-dev__: __builddeps__"
13917 wine_fn_config_makefile dlls/aclui "dlls/Makedll.rules \$(MAKEDEP)"
13918 test "x$enable_aclui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/aclui"
13920 wine_fn_append_file ALL_IMPORT_LIBS "dlls/activeds/libactiveds.$IMPLIBEXT"
13921 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/activeds/libactiveds.$IMPLIBEXT dlls/activeds/libactiveds.cross.a: tools/widl tools/winebuild tools/winegcc include
13922 dlls/activeds/libactiveds.$IMPLIBEXT dlls/activeds/libactiveds.cross.a: dlls/activeds/activeds.spec dlls/activeds/Makefile
13923 @cd dlls/activeds && \$(MAKE) \`basename \$@\`
13924 dlls/activeds dlls/activeds/__install__ dlls/activeds/__install-lib__ dlls/activeds/__install-dev__: __builddeps__"
13925 wine_fn_config_makefile dlls/activeds "dlls/Makedll.rules \$(MAKEDEP)"
13926 test "x$enable_activeds" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/activeds"
13928 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/actxprxy dlls/actxprxy/__install__ dlls/actxprxy/__install-lib__ dlls/actxprxy/__install-dev__: __builddeps__"
13929 wine_fn_config_makefile dlls/actxprxy "dlls/Makedll.rules \$(MAKEDEP)"
13930 test "x$enable_actxprxy" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/actxprxy"
13932 wine_fn_config_lib adsiid
13933 wine_fn_config_makefile dlls/adsiid "dlls/Makeimplib.rules \$(MAKEDEP)"
13934 test "x$enable_adsiid" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/adsiid"
13936 wine_fn_append_file ALL_IMPORT_LIBS "dlls/advapi32/libadvapi32.$IMPLIBEXT"
13937 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/advapi32/libadvapi32.$IMPLIBEXT dlls/advapi32/libadvapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
13938 dlls/advapi32/libadvapi32.$IMPLIBEXT dlls/advapi32/libadvapi32.cross.a: dlls/advapi32/advapi32.spec dlls/advapi32/Makefile
13939 @cd dlls/advapi32 && \$(MAKE) \`basename \$@\`
13940 dlls/advapi32 dlls/advapi32/__install__ dlls/advapi32/__install-lib__ dlls/advapi32/__install-dev__: __builddeps__"
13941 wine_fn_config_makefile dlls/advapi32 "dlls/Makedll.rules \$(MAKEDEP)"
13942 test "x$enable_advapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/advapi32"
13944 wine_fn_config_test dlls/advapi32/tests advapi32_test
13945 wine_fn_config_makefile dlls/advapi32/tests "Maketest.rules \$(MAKEDEP)"
13946 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/advapi32/tests"
13948 wine_fn_append_file ALL_IMPORT_LIBS "dlls/advpack/libadvpack.$IMPLIBEXT"
13949 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/advpack/libadvpack.$IMPLIBEXT dlls/advpack/libadvpack.cross.a: tools/widl tools/winebuild tools/winegcc include
13950 dlls/advpack/libadvpack.$IMPLIBEXT dlls/advpack/libadvpack.cross.a: dlls/advpack/advpack.spec dlls/advpack/Makefile
13951 @cd dlls/advpack && \$(MAKE) \`basename \$@\`
13952 dlls/advpack dlls/advpack/__install__ dlls/advpack/__install-lib__ dlls/advpack/__install-dev__: __builddeps__"
13953 wine_fn_config_makefile dlls/advpack "dlls/Makedll.rules \$(MAKEDEP)"
13954 test "x$enable_advpack" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/advpack"
13956 wine_fn_config_test dlls/advpack/tests advpack_test
13957 wine_fn_config_makefile dlls/advpack/tests "Maketest.rules \$(MAKEDEP)"
13958 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/advpack/tests"
13960 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/amstream dlls/amstream/__install__ dlls/amstream/__install-lib__ dlls/amstream/__install-dev__: __builddeps__"
13961 wine_fn_config_makefile dlls/amstream "dlls/Makedll.rules \$(MAKEDEP)"
13962 test "x$enable_amstream" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/amstream"
13964 wine_fn_config_test dlls/amstream/tests amstream_test
13965 wine_fn_config_makefile dlls/amstream/tests "Maketest.rules \$(MAKEDEP)"
13966 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/amstream/tests"
13968 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/appwiz.cpl dlls/appwiz.cpl/__install__ dlls/appwiz.cpl/__install-lib__ dlls/appwiz.cpl/__install-dev__: __builddeps__"
13969 wine_fn_config_makefile dlls/appwiz.cpl "dlls/Makedll.rules \$(MAKEDEP)"
13970 test "x$enable_appwiz_cpl" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/appwiz.cpl"
13972 wine_fn_append_file ALL_IMPORT_LIBS "dlls/atl/libatl.$IMPLIBEXT"
13973 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/atl/libatl.$IMPLIBEXT dlls/atl/libatl.cross.a: tools/widl tools/winebuild tools/winegcc include
13974 dlls/atl/libatl.$IMPLIBEXT dlls/atl/libatl.cross.a: dlls/atl/atl.spec dlls/atl/Makefile
13975 @cd dlls/atl && \$(MAKE) \`basename \$@\`
13976 dlls/atl dlls/atl/__install__ dlls/atl/__install-lib__ dlls/atl/__install-dev__: __builddeps__"
13977 wine_fn_config_makefile dlls/atl "dlls/Makedll.rules \$(MAKEDEP)"
13978 test "x$enable_atl" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/atl"
13980 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/authz dlls/authz/__install__ dlls/authz/__install-lib__ dlls/authz/__install-dev__: __builddeps__"
13981 wine_fn_config_makefile dlls/authz "dlls/Makedll.rules \$(MAKEDEP)"
13982 test "x$enable_authz" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/authz"
13984 wine_fn_append_file ALL_IMPORT_LIBS "dlls/avicap32/libavicap32.$IMPLIBEXT"
13985 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/avicap32/libavicap32.$IMPLIBEXT dlls/avicap32/libavicap32.cross.a: tools/widl tools/winebuild tools/winegcc include
13986 dlls/avicap32/libavicap32.$IMPLIBEXT dlls/avicap32/libavicap32.cross.a: dlls/avicap32/avicap32.spec dlls/avicap32/Makefile
13987 @cd dlls/avicap32 && \$(MAKE) \`basename \$@\`
13988 dlls/avicap32 dlls/avicap32/__install__ dlls/avicap32/__install-lib__ dlls/avicap32/__install-dev__: __builddeps__"
13989 wine_fn_config_makefile dlls/avicap32 "dlls/Makedll.rules \$(MAKEDEP)"
13990 test "x$enable_avicap32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/avicap32"
13992 wine_fn_append_file ALL_IMPORT_LIBS "dlls/avifil32/libavifil32.$IMPLIBEXT"
13993 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/avifil32/libavifil32.$IMPLIBEXT dlls/avifil32/libavifil32.cross.a: tools/widl tools/winebuild tools/winegcc include
13994 dlls/avifil32/libavifil32.$IMPLIBEXT dlls/avifil32/libavifil32.cross.a: dlls/avifil32/avifil32.spec dlls/avifil32/Makefile
13995 @cd dlls/avifil32 && \$(MAKE) \`basename \$@\`
13996 dlls/avifil32 dlls/avifil32/__install__ dlls/avifil32/__install-lib__ dlls/avifil32/__install-dev__: __builddeps__"
13997 wine_fn_config_makefile dlls/avifil32 "dlls/Makedll.rules \$(MAKEDEP)"
13998 test "x$enable_avifil32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/avifil32"
14000 wine_fn_config_test dlls/avifil32/tests avifil32_test
14001 wine_fn_config_makefile dlls/avifil32/tests "Maketest.rules \$(MAKEDEP)"
14002 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/avifil32/tests"
14004 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/avifile.dll16 dlls/avifile.dll16/__install__ dlls/avifile.dll16/__install-lib__ dlls/avifile.dll16/__install-dev__: __builddeps__"
14005 wine_fn_config_makefile dlls/avifile.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14006 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/avifile.dll16"
14008 wine_fn_append_file ALL_IMPORT_LIBS "dlls/avrt/libavrt.$IMPLIBEXT"
14009 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/avrt/libavrt.$IMPLIBEXT dlls/avrt/libavrt.cross.a: tools/widl tools/winebuild tools/winegcc include
14010 dlls/avrt/libavrt.$IMPLIBEXT dlls/avrt/libavrt.cross.a: dlls/avrt/avrt.spec dlls/avrt/Makefile
14011 @cd dlls/avrt && \$(MAKE) \`basename \$@\`
14012 dlls/avrt dlls/avrt/__install__ dlls/avrt/__install-lib__ dlls/avrt/__install-dev__: __builddeps__"
14013 wine_fn_config_makefile dlls/avrt "dlls/Makedll.rules \$(MAKEDEP)"
14014 test "x$enable_avrt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/avrt"
14016 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/bcrypt dlls/bcrypt/__install__ dlls/bcrypt/__install-lib__ dlls/bcrypt/__install-dev__: __builddeps__"
14017 wine_fn_config_makefile dlls/bcrypt "dlls/Makedll.rules \$(MAKEDEP)"
14018 test "x$enable_bcrypt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/bcrypt"
14020 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/browseui dlls/browseui/__install__ dlls/browseui/__install-lib__ dlls/browseui/__install-dev__: __builddeps__"
14021 wine_fn_config_makefile dlls/browseui "dlls/Makedll.rules \$(MAKEDEP)"
14022 test "x$enable_browseui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/browseui"
14024 wine_fn_config_test dlls/browseui/tests browseui_test
14025 wine_fn_config_makefile dlls/browseui/tests "Maketest.rules \$(MAKEDEP)"
14026 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/browseui/tests"
14028 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cabinet/libcabinet.$IMPLIBEXT"
14029 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cabinet/libcabinet.$IMPLIBEXT dlls/cabinet/libcabinet.cross.a: tools/widl tools/winebuild tools/winegcc include
14030 dlls/cabinet/libcabinet.$IMPLIBEXT dlls/cabinet/libcabinet.cross.a: dlls/cabinet/cabinet.spec dlls/cabinet/Makefile
14031 @cd dlls/cabinet && \$(MAKE) \`basename \$@\`
14032 dlls/cabinet dlls/cabinet/__install__ dlls/cabinet/__install-lib__ dlls/cabinet/__install-dev__: __builddeps__"
14033 wine_fn_config_makefile dlls/cabinet "dlls/Makedll.rules \$(MAKEDEP)"
14034 test "x$enable_cabinet" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cabinet"
14036 wine_fn_config_test dlls/cabinet/tests cabinet_test
14037 wine_fn_config_makefile dlls/cabinet/tests "Maketest.rules \$(MAKEDEP)"
14038 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/cabinet/tests"
14040 wine_fn_append_file ALL_IMPORT_LIBS "dlls/capi2032/libcapi2032.$IMPLIBEXT"
14041 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/capi2032/libcapi2032.$IMPLIBEXT dlls/capi2032/libcapi2032.cross.a: tools/widl tools/winebuild tools/winegcc include
14042 dlls/capi2032/libcapi2032.$IMPLIBEXT dlls/capi2032/libcapi2032.cross.a: dlls/capi2032/capi2032.spec dlls/capi2032/Makefile
14043 @cd dlls/capi2032 && \$(MAKE) \`basename \$@\`
14044 dlls/capi2032 dlls/capi2032/__install__ dlls/capi2032/__install-lib__ dlls/capi2032/__install-dev__: __builddeps__"
14045 wine_fn_config_makefile dlls/capi2032 "dlls/Makedll.rules \$(MAKEDEP)"
14046 test "x$enable_capi2032" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/capi2032"
14048 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cards/libcards.$IMPLIBEXT"
14049 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cards/libcards.$IMPLIBEXT dlls/cards/libcards.cross.a: tools/widl tools/winebuild tools/winegcc include
14050 dlls/cards/libcards.$IMPLIBEXT dlls/cards/libcards.cross.a: dlls/cards/cards.spec dlls/cards/Makefile
14051 @cd dlls/cards && \$(MAKE) \`basename \$@\`
14052 dlls/cards dlls/cards/__install__ dlls/cards/__install-lib__ dlls/cards/__install-dev__: __builddeps__"
14053 wine_fn_config_makefile dlls/cards "dlls/Makedll.rules \$(MAKEDEP)"
14054 test "x$enable_cards" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cards"
14056 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cfgmgr32/libcfgmgr32.$IMPLIBEXT"
14057 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cfgmgr32/libcfgmgr32.$IMPLIBEXT dlls/cfgmgr32/libcfgmgr32.cross.a: tools/widl tools/winebuild tools/winegcc include
14058 dlls/cfgmgr32/libcfgmgr32.$IMPLIBEXT dlls/cfgmgr32/libcfgmgr32.cross.a: dlls/cfgmgr32/cfgmgr32.spec dlls/cfgmgr32/Makefile
14059 @cd dlls/cfgmgr32 && \$(MAKE) \`basename \$@\`
14060 dlls/cfgmgr32 dlls/cfgmgr32/__install__ dlls/cfgmgr32/__install-lib__ dlls/cfgmgr32/__install-dev__: __builddeps__"
14061 wine_fn_config_makefile dlls/cfgmgr32 "dlls/Makedll.rules \$(MAKEDEP)"
14062 test "x$enable_cfgmgr32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cfgmgr32"
14064 wine_fn_append_file ALL_IMPORT_LIBS "dlls/clusapi/libclusapi.$IMPLIBEXT"
14065 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/clusapi/libclusapi.$IMPLIBEXT dlls/clusapi/libclusapi.cross.a: tools/widl tools/winebuild tools/winegcc include
14066 dlls/clusapi/libclusapi.$IMPLIBEXT dlls/clusapi/libclusapi.cross.a: dlls/clusapi/clusapi.spec dlls/clusapi/Makefile
14067 @cd dlls/clusapi && \$(MAKE) \`basename \$@\`
14068 dlls/clusapi dlls/clusapi/__install__ dlls/clusapi/__install-lib__ dlls/clusapi/__install-dev__: __builddeps__"
14069 wine_fn_config_makefile dlls/clusapi "dlls/Makedll.rules \$(MAKEDEP)"
14070 test "x$enable_clusapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/clusapi"
14072 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/comcat dlls/comcat/__install__ dlls/comcat/__install-lib__ dlls/comcat/__install-dev__: __builddeps__"
14073 wine_fn_config_makefile dlls/comcat "dlls/Makedll.rules \$(MAKEDEP)"
14074 test "x$enable_comcat" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/comcat"
14076 wine_fn_config_test dlls/comcat/tests comcat_test
14077 wine_fn_config_makefile dlls/comcat/tests "Maketest.rules \$(MAKEDEP)"
14078 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/comcat/tests"
14080 wine_fn_append_file ALL_IMPORT_LIBS "dlls/comctl32/libcomctl32.$IMPLIBEXT"
14081 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/comctl32/libcomctl32.$IMPLIBEXT dlls/comctl32/libcomctl32.cross.a: tools/widl tools/winebuild tools/winegcc include
14082 dlls/comctl32/libcomctl32.$IMPLIBEXT dlls/comctl32/libcomctl32.cross.a: dlls/comctl32/comctl32.spec dlls/comctl32/Makefile
14083 @cd dlls/comctl32 && \$(MAKE) \`basename \$@\`
14084 dlls/comctl32 dlls/comctl32/__install__ dlls/comctl32/__install-lib__ dlls/comctl32/__install-dev__: __builddeps__"
14085 wine_fn_config_makefile dlls/comctl32 "dlls/Makedll.rules \$(MAKEDEP)"
14086 test "x$enable_comctl32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/comctl32"
14088 wine_fn_config_test dlls/comctl32/tests comctl32_test
14089 wine_fn_config_makefile dlls/comctl32/tests "Maketest.rules \$(MAKEDEP)"
14090 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/comctl32/tests"
14092 wine_fn_append_file ALL_IMPORT_LIBS "dlls/comdlg32/libcomdlg32.$IMPLIBEXT"
14093 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/comdlg32/libcomdlg32.$IMPLIBEXT dlls/comdlg32/libcomdlg32.cross.a: tools/widl tools/winebuild tools/winegcc include
14094 dlls/comdlg32/libcomdlg32.$IMPLIBEXT dlls/comdlg32/libcomdlg32.cross.a: dlls/comdlg32/comdlg32.spec dlls/comdlg32/Makefile
14095 @cd dlls/comdlg32 && \$(MAKE) \`basename \$@\`
14096 dlls/comdlg32 dlls/comdlg32/__install__ dlls/comdlg32/__install-lib__ dlls/comdlg32/__install-dev__: __builddeps__"
14097 wine_fn_config_makefile dlls/comdlg32 "dlls/Makedll.rules \$(MAKEDEP)"
14098 test "x$enable_comdlg32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/comdlg32"
14100 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
14101 wine_fn_config_makefile dlls/comdlg32/tests "Maketest.rules \$(MAKEDEP)"
14102 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/comdlg32/tests"
14104 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/comm.drv16 dlls/comm.drv16/__install__ dlls/comm.drv16/__install-lib__ dlls/comm.drv16/__install-dev__: __builddeps__"
14105 wine_fn_config_makefile dlls/comm.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
14106 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/comm.drv16"
14108 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/commdlg.dll16 dlls/commdlg.dll16/__install__ dlls/commdlg.dll16/__install-lib__ dlls/commdlg.dll16/__install-dev__: __builddeps__"
14109 wine_fn_config_makefile dlls/commdlg.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14110 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/commdlg.dll16"
14112 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/compobj.dll16 dlls/compobj.dll16/__install__ dlls/compobj.dll16/__install-lib__ dlls/compobj.dll16/__install-dev__: __builddeps__"
14113 wine_fn_config_makefile dlls/compobj.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14114 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/compobj.dll16"
14116 wine_fn_append_file ALL_IMPORT_LIBS "dlls/compstui/libcompstui.$IMPLIBEXT"
14117 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/compstui/libcompstui.$IMPLIBEXT dlls/compstui/libcompstui.cross.a: tools/widl tools/winebuild tools/winegcc include
14118 dlls/compstui/libcompstui.$IMPLIBEXT dlls/compstui/libcompstui.cross.a: dlls/compstui/compstui.spec dlls/compstui/Makefile
14119 @cd dlls/compstui && \$(MAKE) \`basename \$@\`
14120 dlls/compstui dlls/compstui/__install__ dlls/compstui/__install-lib__ dlls/compstui/__install-dev__: __builddeps__"
14121 wine_fn_config_makefile dlls/compstui "dlls/Makedll.rules \$(MAKEDEP)"
14122 test "x$enable_compstui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/compstui"
14124 wine_fn_append_file ALL_IMPORT_LIBS "dlls/credui/libcredui.$IMPLIBEXT"
14125 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/credui/libcredui.$IMPLIBEXT dlls/credui/libcredui.cross.a: tools/widl tools/winebuild tools/winegcc include
14126 dlls/credui/libcredui.$IMPLIBEXT dlls/credui/libcredui.cross.a: dlls/credui/credui.spec dlls/credui/Makefile
14127 @cd dlls/credui && \$(MAKE) \`basename \$@\`
14128 dlls/credui dlls/credui/__install__ dlls/credui/__install-lib__ dlls/credui/__install-dev__: __builddeps__"
14129 wine_fn_config_makefile dlls/credui "dlls/Makedll.rules \$(MAKEDEP)"
14130 test "x$enable_credui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/credui"
14132 wine_fn_config_test dlls/credui/tests credui_test
14133 wine_fn_config_makefile dlls/credui/tests "Maketest.rules \$(MAKEDEP)"
14134 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/credui/tests"
14136 wine_fn_append_file ALL_IMPORT_LIBS "dlls/crtdll/libcrtdll.$IMPLIBEXT"
14137 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/crtdll/libcrtdll.$IMPLIBEXT dlls/crtdll/libcrtdll.cross.a: tools/widl tools/winebuild tools/winegcc include
14138 dlls/crtdll/libcrtdll.$IMPLIBEXT dlls/crtdll/libcrtdll.cross.a: dlls/crtdll/crtdll.spec dlls/crtdll/Makefile
14139 @cd dlls/crtdll && \$(MAKE) \`basename \$@\`
14140 dlls/crtdll dlls/crtdll/__install__ dlls/crtdll/__install-lib__ dlls/crtdll/__install-dev__: __builddeps__"
14141 wine_fn_config_makefile dlls/crtdll "dlls/Makedll.rules \$(MAKEDEP)"
14142 test "x$enable_crtdll" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/crtdll"
14144 wine_fn_append_file ALL_IMPORT_LIBS "dlls/crypt32/libcrypt32.$IMPLIBEXT"
14145 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/crypt32/libcrypt32.$IMPLIBEXT dlls/crypt32/libcrypt32.cross.a: tools/widl tools/winebuild tools/winegcc include
14146 dlls/crypt32/libcrypt32.$IMPLIBEXT dlls/crypt32/libcrypt32.cross.a: dlls/crypt32/crypt32.spec dlls/crypt32/Makefile
14147 @cd dlls/crypt32 && \$(MAKE) \`basename \$@\`
14148 dlls/crypt32 dlls/crypt32/__install__ dlls/crypt32/__install-lib__ dlls/crypt32/__install-dev__: __builddeps__"
14149 wine_fn_config_makefile dlls/crypt32 "dlls/Makedll.rules \$(MAKEDEP)"
14150 test "x$enable_crypt32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/crypt32"
14152 wine_fn_config_test dlls/crypt32/tests crypt32_test
14153 wine_fn_config_makefile dlls/crypt32/tests "Maketest.rules \$(MAKEDEP)"
14154 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/crypt32/tests"
14156 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cryptdlg dlls/cryptdlg/__install__ dlls/cryptdlg/__install-lib__ dlls/cryptdlg/__install-dev__: __builddeps__"
14157 wine_fn_config_makefile dlls/cryptdlg "dlls/Makedll.rules \$(MAKEDEP)"
14158 test "x$enable_cryptdlg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cryptdlg"
14160 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cryptdll/libcryptdll.$IMPLIBEXT"
14161 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cryptdll/libcryptdll.$IMPLIBEXT dlls/cryptdll/libcryptdll.cross.a: tools/widl tools/winebuild tools/winegcc include
14162 dlls/cryptdll/libcryptdll.$IMPLIBEXT dlls/cryptdll/libcryptdll.cross.a: dlls/cryptdll/cryptdll.spec dlls/cryptdll/Makefile
14163 @cd dlls/cryptdll && \$(MAKE) \`basename \$@\`
14164 dlls/cryptdll dlls/cryptdll/__install__ dlls/cryptdll/__install-lib__ dlls/cryptdll/__install-dev__: __builddeps__"
14165 wine_fn_config_makefile dlls/cryptdll "dlls/Makedll.rules \$(MAKEDEP)"
14166 test "x$enable_cryptdll" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cryptdll"
14168 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cryptnet/libcryptnet.$IMPLIBEXT"
14169 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cryptnet/libcryptnet.$IMPLIBEXT dlls/cryptnet/libcryptnet.cross.a: tools/widl tools/winebuild tools/winegcc include
14170 dlls/cryptnet/libcryptnet.$IMPLIBEXT dlls/cryptnet/libcryptnet.cross.a: dlls/cryptnet/cryptnet.spec dlls/cryptnet/Makefile
14171 @cd dlls/cryptnet && \$(MAKE) \`basename \$@\`
14172 dlls/cryptnet dlls/cryptnet/__install__ dlls/cryptnet/__install-lib__ dlls/cryptnet/__install-dev__: __builddeps__"
14173 wine_fn_config_makefile dlls/cryptnet "dlls/Makedll.rules \$(MAKEDEP)"
14174 test "x$enable_cryptnet" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cryptnet"
14176 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
14177 wine_fn_config_makefile dlls/cryptnet/tests "Maketest.rules \$(MAKEDEP)"
14178 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/cryptnet/tests"
14180 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cryptui/libcryptui.$IMPLIBEXT"
14181 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cryptui/libcryptui.$IMPLIBEXT dlls/cryptui/libcryptui.cross.a: tools/widl tools/winebuild tools/winegcc include
14182 dlls/cryptui/libcryptui.$IMPLIBEXT dlls/cryptui/libcryptui.cross.a: dlls/cryptui/cryptui.spec dlls/cryptui/Makefile
14183 @cd dlls/cryptui && \$(MAKE) \`basename \$@\`
14184 dlls/cryptui dlls/cryptui/__install__ dlls/cryptui/__install-lib__ dlls/cryptui/__install-dev__: __builddeps__"
14185 wine_fn_config_makefile dlls/cryptui "dlls/Makedll.rules \$(MAKEDEP)"
14186 test "x$enable_cryptui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cryptui"
14188 wine_fn_config_test dlls/cryptui/tests cryptui_test
14189 wine_fn_config_makefile dlls/cryptui/tests "Maketest.rules \$(MAKEDEP)"
14190 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/cryptui/tests"
14192 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ctapi32 dlls/ctapi32/__install__ dlls/ctapi32/__install-lib__ dlls/ctapi32/__install-dev__: __builddeps__"
14193 wine_fn_config_makefile dlls/ctapi32 "dlls/Makedll.rules \$(MAKEDEP)"
14194 test "x$enable_ctapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ctapi32"
14196 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ctl3d.dll16 dlls/ctl3d.dll16/__install__ dlls/ctl3d.dll16/__install-lib__ dlls/ctl3d.dll16/__install-dev__: __builddeps__"
14197 wine_fn_config_makefile dlls/ctl3d.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14198 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ctl3d.dll16"
14200 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ctl3d32/libctl3d32.$IMPLIBEXT"
14201 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ctl3d32/libctl3d32.$IMPLIBEXT dlls/ctl3d32/libctl3d32.cross.a: tools/widl tools/winebuild tools/winegcc include
14202 dlls/ctl3d32/libctl3d32.$IMPLIBEXT dlls/ctl3d32/libctl3d32.cross.a: dlls/ctl3d32/ctl3d32.spec dlls/ctl3d32/Makefile
14203 @cd dlls/ctl3d32 && \$(MAKE) \`basename \$@\`
14204 dlls/ctl3d32 dlls/ctl3d32/__install__ dlls/ctl3d32/__install-lib__ dlls/ctl3d32/__install-dev__: __builddeps__"
14205 wine_fn_config_makefile dlls/ctl3d32 "dlls/Makedll.rules \$(MAKEDEP)"
14206 test "x$enable_ctl3d32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ctl3d32"
14208 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ctl3dv2.dll16 dlls/ctl3dv2.dll16/__install__ dlls/ctl3dv2.dll16/__install-lib__ dlls/ctl3dv2.dll16/__install-dev__: __builddeps__"
14209 wine_fn_config_makefile dlls/ctl3dv2.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14210 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ctl3dv2.dll16"
14212 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3d10/libd3d10.$IMPLIBEXT"
14213 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3d10/libd3d10.$IMPLIBEXT dlls/d3d10/libd3d10.cross.a: tools/widl tools/winebuild tools/winegcc include
14214 dlls/d3d10/libd3d10.$IMPLIBEXT dlls/d3d10/libd3d10.cross.a: dlls/d3d10/d3d10.spec dlls/d3d10/Makefile
14215 @cd dlls/d3d10 && \$(MAKE) \`basename \$@\`
14216 dlls/d3d10 dlls/d3d10/__install__ dlls/d3d10/__install-lib__ dlls/d3d10/__install-dev__: __builddeps__"
14217 wine_fn_config_makefile dlls/d3d10 "dlls/Makedll.rules \$(MAKEDEP)"
14218 test "x$enable_d3d10" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3d10"
14220 wine_fn_config_test dlls/d3d10/tests d3d10_test
14221 wine_fn_config_makefile dlls/d3d10/tests "Maketest.rules \$(MAKEDEP)"
14222 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3d10/tests"
14224 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3d10core/libd3d10core.$IMPLIBEXT"
14225 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3d10core/libd3d10core.$IMPLIBEXT dlls/d3d10core/libd3d10core.cross.a: tools/widl tools/winebuild tools/winegcc include
14226 dlls/d3d10core/libd3d10core.$IMPLIBEXT dlls/d3d10core/libd3d10core.cross.a: dlls/d3d10core/d3d10core.spec dlls/d3d10core/Makefile
14227 @cd dlls/d3d10core && \$(MAKE) \`basename \$@\`
14228 dlls/d3d10core dlls/d3d10core/__install__ dlls/d3d10core/__install-lib__ dlls/d3d10core/__install-dev__: __builddeps__"
14229 wine_fn_config_makefile dlls/d3d10core "dlls/Makedll.rules \$(MAKEDEP)"
14230 test "x$enable_d3d10core" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3d10core"
14232 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
14233 wine_fn_config_makefile dlls/d3d10core/tests "Maketest.rules \$(MAKEDEP)"
14234 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3d10core/tests"
14236 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3d8/libd3d8.$IMPLIBEXT"
14237 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3d8/libd3d8.$IMPLIBEXT dlls/d3d8/libd3d8.cross.a: tools/widl tools/winebuild tools/winegcc include
14238 dlls/d3d8/libd3d8.$IMPLIBEXT dlls/d3d8/libd3d8.cross.a: dlls/d3d8/d3d8.spec dlls/d3d8/Makefile
14239 @cd dlls/d3d8 && \$(MAKE) \`basename \$@\`
14240 dlls/d3d8 dlls/d3d8/__install__ dlls/d3d8/__install-lib__ dlls/d3d8/__install-dev__: __builddeps__"
14241 wine_fn_config_makefile dlls/d3d8 "dlls/Makedll.rules \$(MAKEDEP)"
14242 test "x$enable_d3d8" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3d8"
14244 wine_fn_config_test dlls/d3d8/tests d3d8_test
14245 wine_fn_config_makefile dlls/d3d8/tests "Maketest.rules \$(MAKEDEP)"
14246 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3d8/tests"
14248 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3d9/libd3d9.$IMPLIBEXT"
14249 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3d9/libd3d9.$IMPLIBEXT dlls/d3d9/libd3d9.cross.a: tools/widl tools/winebuild tools/winegcc include
14250 dlls/d3d9/libd3d9.$IMPLIBEXT dlls/d3d9/libd3d9.cross.a: dlls/d3d9/d3d9.spec dlls/d3d9/Makefile
14251 @cd dlls/d3d9 && \$(MAKE) \`basename \$@\`
14252 dlls/d3d9 dlls/d3d9/__install__ dlls/d3d9/__install-lib__ dlls/d3d9/__install-dev__: __builddeps__"
14253 wine_fn_config_makefile dlls/d3d9 "dlls/Makedll.rules \$(MAKEDEP)"
14254 test "x$enable_d3d9" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3d9"
14256 wine_fn_config_test dlls/d3d9/tests d3d9_test
14257 wine_fn_config_makefile dlls/d3d9/tests "Maketest.rules \$(MAKEDEP)"
14258 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3d9/tests"
14260 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3dim/libd3dim.$IMPLIBEXT"
14261 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dim/libd3dim.$IMPLIBEXT dlls/d3dim/libd3dim.cross.a: tools/widl tools/winebuild tools/winegcc include
14262 dlls/d3dim/libd3dim.$IMPLIBEXT dlls/d3dim/libd3dim.cross.a: dlls/d3dim/d3dim.spec dlls/d3dim/Makefile
14263 @cd dlls/d3dim && \$(MAKE) \`basename \$@\`
14264 dlls/d3dim dlls/d3dim/__install__ dlls/d3dim/__install-lib__ dlls/d3dim/__install-dev__: __builddeps__"
14265 wine_fn_config_makefile dlls/d3dim "dlls/Makedll.rules \$(MAKEDEP)"
14266 test "x$enable_d3dim" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dim"
14268 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3drm/libd3drm.$IMPLIBEXT"
14269 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3drm/libd3drm.$IMPLIBEXT dlls/d3drm/libd3drm.cross.a: tools/widl tools/winebuild tools/winegcc include
14270 dlls/d3drm/libd3drm.$IMPLIBEXT dlls/d3drm/libd3drm.cross.a: dlls/d3drm/d3drm.spec dlls/d3drm/Makefile
14271 @cd dlls/d3drm && \$(MAKE) \`basename \$@\`
14272 dlls/d3drm dlls/d3drm/__install__ dlls/d3drm/__install-lib__ dlls/d3drm/__install-dev__: __builddeps__"
14273 wine_fn_config_makefile dlls/d3drm "dlls/Makedll.rules \$(MAKEDEP)"
14274 test "x$enable_d3drm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3drm"
14276 wine_fn_config_test dlls/d3drm/tests d3drm_test
14277 wine_fn_config_makefile dlls/d3drm/tests "Maketest.rules \$(MAKEDEP)"
14278 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3drm/tests"
14280 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_24 dlls/d3dx9_24/__install__ dlls/d3dx9_24/__install-lib__ dlls/d3dx9_24/__install-dev__: __builddeps__"
14281 wine_fn_config_makefile dlls/d3dx9_24 "dlls/Makedll.rules \$(MAKEDEP)"
14282 test "x$enable_d3dx9_24" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_24"
14284 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_25 dlls/d3dx9_25/__install__ dlls/d3dx9_25/__install-lib__ dlls/d3dx9_25/__install-dev__: __builddeps__"
14285 wine_fn_config_makefile dlls/d3dx9_25 "dlls/Makedll.rules \$(MAKEDEP)"
14286 test "x$enable_d3dx9_25" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_25"
14288 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_26 dlls/d3dx9_26/__install__ dlls/d3dx9_26/__install-lib__ dlls/d3dx9_26/__install-dev__: __builddeps__"
14289 wine_fn_config_makefile dlls/d3dx9_26 "dlls/Makedll.rules \$(MAKEDEP)"
14290 test "x$enable_d3dx9_26" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_26"
14292 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_27 dlls/d3dx9_27/__install__ dlls/d3dx9_27/__install-lib__ dlls/d3dx9_27/__install-dev__: __builddeps__"
14293 wine_fn_config_makefile dlls/d3dx9_27 "dlls/Makedll.rules \$(MAKEDEP)"
14294 test "x$enable_d3dx9_27" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_27"
14296 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_28 dlls/d3dx9_28/__install__ dlls/d3dx9_28/__install-lib__ dlls/d3dx9_28/__install-dev__: __builddeps__"
14297 wine_fn_config_makefile dlls/d3dx9_28 "dlls/Makedll.rules \$(MAKEDEP)"
14298 test "x$enable_d3dx9_28" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_28"
14300 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_29 dlls/d3dx9_29/__install__ dlls/d3dx9_29/__install-lib__ dlls/d3dx9_29/__install-dev__: __builddeps__"
14301 wine_fn_config_makefile dlls/d3dx9_29 "dlls/Makedll.rules \$(MAKEDEP)"
14302 test "x$enable_d3dx9_29" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_29"
14304 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_30 dlls/d3dx9_30/__install__ dlls/d3dx9_30/__install-lib__ dlls/d3dx9_30/__install-dev__: __builddeps__"
14305 wine_fn_config_makefile dlls/d3dx9_30 "dlls/Makedll.rules \$(MAKEDEP)"
14306 test "x$enable_d3dx9_30" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_30"
14308 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_31 dlls/d3dx9_31/__install__ dlls/d3dx9_31/__install-lib__ dlls/d3dx9_31/__install-dev__: __builddeps__"
14309 wine_fn_config_makefile dlls/d3dx9_31 "dlls/Makedll.rules \$(MAKEDEP)"
14310 test "x$enable_d3dx9_31" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_31"
14312 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_32 dlls/d3dx9_32/__install__ dlls/d3dx9_32/__install-lib__ dlls/d3dx9_32/__install-dev__: __builddeps__"
14313 wine_fn_config_makefile dlls/d3dx9_32 "dlls/Makedll.rules \$(MAKEDEP)"
14314 test "x$enable_d3dx9_32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_32"
14316 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_33 dlls/d3dx9_33/__install__ dlls/d3dx9_33/__install-lib__ dlls/d3dx9_33/__install-dev__: __builddeps__"
14317 wine_fn_config_makefile dlls/d3dx9_33 "dlls/Makedll.rules \$(MAKEDEP)"
14318 test "x$enable_d3dx9_33" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_33"
14320 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_34 dlls/d3dx9_34/__install__ dlls/d3dx9_34/__install-lib__ dlls/d3dx9_34/__install-dev__: __builddeps__"
14321 wine_fn_config_makefile dlls/d3dx9_34 "dlls/Makedll.rules \$(MAKEDEP)"
14322 test "x$enable_d3dx9_34" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_34"
14324 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_35 dlls/d3dx9_35/__install__ dlls/d3dx9_35/__install-lib__ dlls/d3dx9_35/__install-dev__: __builddeps__"
14325 wine_fn_config_makefile dlls/d3dx9_35 "dlls/Makedll.rules \$(MAKEDEP)"
14326 test "x$enable_d3dx9_35" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_35"
14328 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3dx9_36/libd3dx9.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/libd3dx9.$IMPLIBEXT"
14329 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_36/libd3dx9.$IMPLIBEXT dlls/d3dx9_36/libd3dx9.cross.a: tools/widl tools/winebuild tools/winegcc include
14330 dlls/libd3dx9.$IMPLIBEXT: dlls/d3dx9_36/libd3dx9.$IMPLIBEXT
14331 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.$IMPLIBEXT \$@
14332 dlls/libd3dx9.cross.a: dlls/d3dx9_36/libd3dx9.cross.a
14333 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.cross.a \$@
14334 clean::
14335 \$(RM) dlls/libd3dx9.$IMPLIBEXT
14336 dlls/d3dx9_36/libd3dx9.$IMPLIBEXT dlls/d3dx9_36/libd3dx9.cross.a: dlls/d3dx9_36/d3dx9_36.spec dlls/d3dx9_36/Makefile
14337 @cd dlls/d3dx9_36 && \$(MAKE) \`basename \$@\`
14338 dlls/d3dx9_36 dlls/d3dx9_36/__install__ dlls/d3dx9_36/__install-lib__ dlls/d3dx9_36/__install-dev__: __builddeps__"
14339 wine_fn_config_makefile dlls/d3dx9_36 "dlls/Makedll.rules \$(MAKEDEP)"
14340 test "x$enable_d3dx9_36" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_36"
14342 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
14343 wine_fn_config_makefile dlls/d3dx9_36/tests "Maketest.rules \$(MAKEDEP)"
14344 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3dx9_36/tests"
14346 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_37 dlls/d3dx9_37/__install__ dlls/d3dx9_37/__install-lib__ dlls/d3dx9_37/__install-dev__: __builddeps__"
14347 wine_fn_config_makefile dlls/d3dx9_37 "dlls/Makedll.rules \$(MAKEDEP)"
14348 test "x$enable_d3dx9_37" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_37"
14350 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_38 dlls/d3dx9_38/__install__ dlls/d3dx9_38/__install-lib__ dlls/d3dx9_38/__install-dev__: __builddeps__"
14351 wine_fn_config_makefile dlls/d3dx9_38 "dlls/Makedll.rules \$(MAKEDEP)"
14352 test "x$enable_d3dx9_38" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_38"
14354 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_39 dlls/d3dx9_39/__install__ dlls/d3dx9_39/__install-lib__ dlls/d3dx9_39/__install-dev__: __builddeps__"
14355 wine_fn_config_makefile dlls/d3dx9_39 "dlls/Makedll.rules \$(MAKEDEP)"
14356 test "x$enable_d3dx9_39" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_39"
14358 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_40 dlls/d3dx9_40/__install__ dlls/d3dx9_40/__install-lib__ dlls/d3dx9_40/__install-dev__: __builddeps__"
14359 wine_fn_config_makefile dlls/d3dx9_40 "dlls/Makedll.rules \$(MAKEDEP)"
14360 test "x$enable_d3dx9_40" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_40"
14362 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_41 dlls/d3dx9_41/__install__ dlls/d3dx9_41/__install-lib__ dlls/d3dx9_41/__install-dev__: __builddeps__"
14363 wine_fn_config_makefile dlls/d3dx9_41 "dlls/Makedll.rules \$(MAKEDEP)"
14364 test "x$enable_d3dx9_41" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_41"
14366 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_42 dlls/d3dx9_42/__install__ dlls/d3dx9_42/__install-lib__ dlls/d3dx9_42/__install-dev__: __builddeps__"
14367 wine_fn_config_makefile dlls/d3dx9_42 "dlls/Makedll.rules \$(MAKEDEP)"
14368 test "x$enable_d3dx9_42" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_42"
14370 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3dxof/libd3dxof.$IMPLIBEXT"
14371 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dxof/libd3dxof.$IMPLIBEXT dlls/d3dxof/libd3dxof.cross.a: tools/widl tools/winebuild tools/winegcc include
14372 dlls/d3dxof/libd3dxof.$IMPLIBEXT dlls/d3dxof/libd3dxof.cross.a: dlls/d3dxof/d3dxof.spec dlls/d3dxof/Makefile
14373 @cd dlls/d3dxof && \$(MAKE) \`basename \$@\`
14374 dlls/d3dxof dlls/d3dxof/__install__ dlls/d3dxof/__install-lib__ dlls/d3dxof/__install-dev__: __builddeps__"
14375 wine_fn_config_makefile dlls/d3dxof "dlls/Makedll.rules \$(MAKEDEP)"
14376 test "x$enable_d3dxof" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dxof"
14378 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
14379 wine_fn_config_makefile dlls/d3dxof/tests "Maketest.rules \$(MAKEDEP)"
14380 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3dxof/tests"
14382 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dbghelp/libdbghelp.$IMPLIBEXT"
14383 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dbghelp/libdbghelp.$IMPLIBEXT dlls/dbghelp/libdbghelp.cross.a: tools/widl tools/winebuild tools/winegcc include
14384 dlls/dbghelp/libdbghelp.$IMPLIBEXT dlls/dbghelp/libdbghelp.cross.a: dlls/dbghelp/dbghelp.spec dlls/dbghelp/Makefile
14385 @cd dlls/dbghelp && \$(MAKE) \`basename \$@\`
14386 dlls/dbghelp dlls/dbghelp/__install__ dlls/dbghelp/__install-lib__ dlls/dbghelp/__install-dev__: __builddeps__"
14387 wine_fn_config_makefile dlls/dbghelp "dlls/Makedll.rules \$(MAKEDEP)"
14388 test "x$enable_dbghelp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dbghelp"
14390 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dciman32/libdciman32.$IMPLIBEXT"
14391 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dciman32/libdciman32.$IMPLIBEXT dlls/dciman32/libdciman32.cross.a: tools/widl tools/winebuild tools/winegcc include
14392 dlls/dciman32/libdciman32.$IMPLIBEXT dlls/dciman32/libdciman32.cross.a: dlls/dciman32/dciman32.spec dlls/dciman32/Makefile
14393 @cd dlls/dciman32 && \$(MAKE) \`basename \$@\`
14394 dlls/dciman32 dlls/dciman32/__install__ dlls/dciman32/__install-lib__ dlls/dciman32/__install-dev__: __builddeps__"
14395 wine_fn_config_makefile dlls/dciman32 "dlls/Makedll.rules \$(MAKEDEP)"
14396 test "x$enable_dciman32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dciman32"
14398 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ddeml.dll16 dlls/ddeml.dll16/__install__ dlls/ddeml.dll16/__install-lib__ dlls/ddeml.dll16/__install-dev__: __builddeps__"
14399 wine_fn_config_makefile dlls/ddeml.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14400 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ddeml.dll16"
14402 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ddraw/libddraw.$IMPLIBEXT"
14403 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ddraw/libddraw.$IMPLIBEXT dlls/ddraw/libddraw.cross.a: tools/widl tools/winebuild tools/winegcc include
14404 dlls/ddraw/libddraw.$IMPLIBEXT dlls/ddraw/libddraw.cross.a: dlls/ddraw/ddraw.spec dlls/ddraw/Makefile
14405 @cd dlls/ddraw && \$(MAKE) \`basename \$@\`
14406 dlls/ddraw dlls/ddraw/__install__ dlls/ddraw/__install-lib__ dlls/ddraw/__install-dev__: __builddeps__"
14407 wine_fn_config_makefile dlls/ddraw "dlls/Makedll.rules \$(MAKEDEP)"
14408 test "x$enable_ddraw" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ddraw"
14410 wine_fn_config_test dlls/ddraw/tests ddraw_test
14411 wine_fn_config_makefile dlls/ddraw/tests "Maketest.rules \$(MAKEDEP)"
14412 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ddraw/tests"
14414 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ddrawex dlls/ddrawex/__install__ dlls/ddrawex/__install-lib__ dlls/ddrawex/__install-dev__: __builddeps__"
14415 wine_fn_config_makefile dlls/ddrawex "dlls/Makedll.rules \$(MAKEDEP)"
14416 test "x$enable_ddrawex" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ddrawex"
14418 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
14419 wine_fn_config_makefile dlls/ddrawex/tests "Maketest.rules \$(MAKEDEP)"
14420 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ddrawex/tests"
14422 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/devenum dlls/devenum/__install__ dlls/devenum/__install-lib__ dlls/devenum/__install-dev__: __builddeps__"
14423 wine_fn_config_makefile dlls/devenum "dlls/Makedll.rules \$(MAKEDEP)"
14424 test "x$enable_devenum" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/devenum"
14426 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dinput/libdinput.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/dinput/libdinput.$STATIC_IMPLIBEXT"
14427 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dinput/libdinput.$IMPLIBEXT dlls/dinput/libdinput.$STATIC_IMPLIBEXT dlls/dinput/libdinput.cross.a: tools/widl tools/winebuild tools/winegcc include
14428 dlls/dinput/libdinput.def: dlls/dinput/dinput.spec dlls/dinput/Makefile
14429 @cd dlls/dinput && \$(MAKE) \`basename \$@\`
14430 dlls/dinput/libdinput.$STATIC_IMPLIBEXT dlls/dinput/libdinput.cross.a: dlls/dinput/Makefile dummy
14431 @cd dlls/dinput && \$(MAKE) \`basename \$@\`
14432 dlls/dinput dlls/dinput/__install__ dlls/dinput/__install-lib__ dlls/dinput/__install-dev__: __builddeps__"
14433 wine_fn_config_makefile dlls/dinput "dlls/Makedll.rules \$(MAKEDEP)"
14434 test "x$enable_dinput" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dinput"
14436 wine_fn_config_test dlls/dinput/tests dinput_test
14437 wine_fn_config_makefile dlls/dinput/tests "Maketest.rules \$(MAKEDEP)"
14438 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dinput/tests"
14440 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dinput8/libdinput8.$IMPLIBEXT"
14441 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dinput8/libdinput8.$IMPLIBEXT dlls/dinput8/libdinput8.cross.a: tools/widl tools/winebuild tools/winegcc include
14442 dlls/dinput8/libdinput8.$IMPLIBEXT dlls/dinput8/libdinput8.cross.a: dlls/dinput8/dinput8.spec dlls/dinput8/Makefile
14443 @cd dlls/dinput8 && \$(MAKE) \`basename \$@\`
14444 dlls/dinput8 dlls/dinput8/__install__ dlls/dinput8/__install-lib__ dlls/dinput8/__install-dev__: __builddeps__"
14445 wine_fn_config_makefile dlls/dinput8 "dlls/Makedll.rules \$(MAKEDEP)"
14446 test "x$enable_dinput8" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dinput8"
14448 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dispdib.dll16 dlls/dispdib.dll16/__install__ dlls/dispdib.dll16/__install-lib__ dlls/dispdib.dll16/__install-dev__: __builddeps__"
14449 wine_fn_config_makefile dlls/dispdib.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14450 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dispdib.dll16"
14452 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dispex dlls/dispex/__install__ dlls/dispex/__install-lib__ dlls/dispex/__install-dev__: __builddeps__"
14453 wine_fn_config_makefile dlls/dispex "dlls/Makedll.rules \$(MAKEDEP)"
14454 test "x$enable_dispex" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dispex"
14456 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/display.drv16 dlls/display.drv16/__install__ dlls/display.drv16/__install-lib__ dlls/display.drv16/__install-dev__: __builddeps__"
14457 wine_fn_config_makefile dlls/display.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
14458 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/display.drv16"
14460 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmband dlls/dmband/__install__ dlls/dmband/__install-lib__ dlls/dmband/__install-dev__: __builddeps__"
14461 wine_fn_config_makefile dlls/dmband "dlls/Makedll.rules \$(MAKEDEP)"
14462 test "x$enable_dmband" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmband"
14464 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmcompos dlls/dmcompos/__install__ dlls/dmcompos/__install-lib__ dlls/dmcompos/__install-dev__: __builddeps__"
14465 wine_fn_config_makefile dlls/dmcompos "dlls/Makedll.rules \$(MAKEDEP)"
14466 test "x$enable_dmcompos" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmcompos"
14468 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmime dlls/dmime/__install__ dlls/dmime/__install-lib__ dlls/dmime/__install-dev__: __builddeps__"
14469 wine_fn_config_makefile dlls/dmime "dlls/Makedll.rules \$(MAKEDEP)"
14470 test "x$enable_dmime" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmime"
14472 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmloader dlls/dmloader/__install__ dlls/dmloader/__install-lib__ dlls/dmloader/__install-dev__: __builddeps__"
14473 wine_fn_config_makefile dlls/dmloader "dlls/Makedll.rules \$(MAKEDEP)"
14474 test "x$enable_dmloader" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmloader"
14476 wine_fn_config_test dlls/dmloader/tests dmloader_test
14477 wine_fn_config_makefile dlls/dmloader/tests "Maketest.rules \$(MAKEDEP)"
14478 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dmloader/tests"
14480 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmscript dlls/dmscript/__install__ dlls/dmscript/__install-lib__ dlls/dmscript/__install-dev__: __builddeps__"
14481 wine_fn_config_makefile dlls/dmscript "dlls/Makedll.rules \$(MAKEDEP)"
14482 test "x$enable_dmscript" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmscript"
14484 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmstyle dlls/dmstyle/__install__ dlls/dmstyle/__install-lib__ dlls/dmstyle/__install-dev__: __builddeps__"
14485 wine_fn_config_makefile dlls/dmstyle "dlls/Makedll.rules \$(MAKEDEP)"
14486 test "x$enable_dmstyle" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmstyle"
14488 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmsynth dlls/dmsynth/__install__ dlls/dmsynth/__install-lib__ dlls/dmsynth/__install-dev__: __builddeps__"
14489 wine_fn_config_makefile dlls/dmsynth "dlls/Makedll.rules \$(MAKEDEP)"
14490 test "x$enable_dmsynth" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmsynth"
14492 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmusic dlls/dmusic/__install__ dlls/dmusic/__install-lib__ dlls/dmusic/__install-dev__: __builddeps__"
14493 wine_fn_config_makefile dlls/dmusic "dlls/Makedll.rules \$(MAKEDEP)"
14494 test "x$enable_dmusic" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmusic"
14496 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dmusic32/libdmusic32.$IMPLIBEXT"
14497 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmusic32/libdmusic32.$IMPLIBEXT dlls/dmusic32/libdmusic32.cross.a: tools/widl tools/winebuild tools/winegcc include
14498 dlls/dmusic32/libdmusic32.$IMPLIBEXT dlls/dmusic32/libdmusic32.cross.a: dlls/dmusic32/dmusic32.spec dlls/dmusic32/Makefile
14499 @cd dlls/dmusic32 && \$(MAKE) \`basename \$@\`
14500 dlls/dmusic32 dlls/dmusic32/__install__ dlls/dmusic32/__install-lib__ dlls/dmusic32/__install-dev__: __builddeps__"
14501 wine_fn_config_makefile dlls/dmusic32 "dlls/Makedll.rules \$(MAKEDEP)"
14502 test "x$enable_dmusic32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmusic32"
14504 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dnsapi/libdnsapi.$IMPLIBEXT"
14505 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dnsapi/libdnsapi.$IMPLIBEXT dlls/dnsapi/libdnsapi.cross.a: tools/widl tools/winebuild tools/winegcc include
14506 dlls/dnsapi/libdnsapi.$IMPLIBEXT dlls/dnsapi/libdnsapi.cross.a: dlls/dnsapi/dnsapi.spec dlls/dnsapi/Makefile
14507 @cd dlls/dnsapi && \$(MAKE) \`basename \$@\`
14508 dlls/dnsapi dlls/dnsapi/__install__ dlls/dnsapi/__install-lib__ dlls/dnsapi/__install-dev__: __builddeps__"
14509 wine_fn_config_makefile dlls/dnsapi "dlls/Makedll.rules \$(MAKEDEP)"
14510 test "x$enable_dnsapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dnsapi"
14512 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
14513 wine_fn_config_makefile dlls/dnsapi/tests "Maketest.rules \$(MAKEDEP)"
14514 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dnsapi/tests"
14516 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dplay/libdplay.$IMPLIBEXT"
14517 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dplay/libdplay.$IMPLIBEXT dlls/dplay/libdplay.cross.a: tools/widl tools/winebuild tools/winegcc include
14518 dlls/dplay/libdplay.$IMPLIBEXT dlls/dplay/libdplay.cross.a: dlls/dplay/dplay.spec dlls/dplay/Makefile
14519 @cd dlls/dplay && \$(MAKE) \`basename \$@\`
14520 dlls/dplay dlls/dplay/__install__ dlls/dplay/__install-lib__ dlls/dplay/__install-dev__: __builddeps__"
14521 wine_fn_config_makefile dlls/dplay "dlls/Makedll.rules \$(MAKEDEP)"
14522 test "x$enable_dplay" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dplay"
14524 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dplayx/libdplayx.$IMPLIBEXT"
14525 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dplayx/libdplayx.$IMPLIBEXT dlls/dplayx/libdplayx.cross.a: tools/widl tools/winebuild tools/winegcc include
14526 dlls/dplayx/libdplayx.$IMPLIBEXT dlls/dplayx/libdplayx.cross.a: dlls/dplayx/dplayx.spec dlls/dplayx/Makefile
14527 @cd dlls/dplayx && \$(MAKE) \`basename \$@\`
14528 dlls/dplayx dlls/dplayx/__install__ dlls/dplayx/__install-lib__ dlls/dplayx/__install-dev__: __builddeps__"
14529 wine_fn_config_makefile dlls/dplayx "dlls/Makedll.rules \$(MAKEDEP)"
14530 test "x$enable_dplayx" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dplayx"
14532 wine_fn_config_test dlls/dplayx/tests dplayx_test
14533 wine_fn_config_makefile dlls/dplayx/tests "Maketest.rules \$(MAKEDEP)"
14534 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dplayx/tests"
14536 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dpnaddr dlls/dpnaddr/__install__ dlls/dpnaddr/__install-lib__ dlls/dpnaddr/__install-dev__: __builddeps__"
14537 wine_fn_config_makefile dlls/dpnaddr "dlls/Makedll.rules \$(MAKEDEP)"
14538 test "x$enable_dpnaddr" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpnaddr"
14540 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dpnet/libdpnet.$IMPLIBEXT"
14541 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dpnet/libdpnet.$IMPLIBEXT dlls/dpnet/libdpnet.cross.a: tools/widl tools/winebuild tools/winegcc include
14542 dlls/dpnet/libdpnet.$IMPLIBEXT dlls/dpnet/libdpnet.cross.a: dlls/dpnet/dpnet.spec dlls/dpnet/Makefile
14543 @cd dlls/dpnet && \$(MAKE) \`basename \$@\`
14544 dlls/dpnet dlls/dpnet/__install__ dlls/dpnet/__install-lib__ dlls/dpnet/__install-dev__: __builddeps__"
14545 wine_fn_config_makefile dlls/dpnet "dlls/Makedll.rules \$(MAKEDEP)"
14546 test "x$enable_dpnet" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpnet"
14548 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dpnhpast dlls/dpnhpast/__install__ dlls/dpnhpast/__install-lib__ dlls/dpnhpast/__install-dev__: __builddeps__"
14549 wine_fn_config_makefile dlls/dpnhpast "dlls/Makedll.rules \$(MAKEDEP)"
14550 test "x$enable_dpnhpast" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpnhpast"
14552 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dpnlobby dlls/dpnlobby/__install__ dlls/dpnlobby/__install-lib__ dlls/dpnlobby/__install-dev__: __builddeps__"
14553 wine_fn_config_makefile dlls/dpnlobby "dlls/Makedll.rules \$(MAKEDEP)"
14554 test "x$enable_dpnlobby" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpnlobby"
14556 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dpwsockx dlls/dpwsockx/__install__ dlls/dpwsockx/__install-lib__ dlls/dpwsockx/__install-dev__: __builddeps__"
14557 wine_fn_config_makefile dlls/dpwsockx "dlls/Makedll.rules \$(MAKEDEP)"
14558 test "x$enable_dpwsockx" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpwsockx"
14560 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/drmclien dlls/drmclien/__install__ dlls/drmclien/__install-lib__ dlls/drmclien/__install-dev__: __builddeps__"
14561 wine_fn_config_makefile dlls/drmclien "dlls/Makedll.rules \$(MAKEDEP)"
14562 test "x$enable_drmclien" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/drmclien"
14564 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dsound/libdsound.$IMPLIBEXT"
14565 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dsound/libdsound.$IMPLIBEXT dlls/dsound/libdsound.cross.a: tools/widl tools/winebuild tools/winegcc include
14566 dlls/dsound/libdsound.$IMPLIBEXT dlls/dsound/libdsound.cross.a: dlls/dsound/dsound.spec dlls/dsound/Makefile
14567 @cd dlls/dsound && \$(MAKE) \`basename \$@\`
14568 dlls/dsound dlls/dsound/__install__ dlls/dsound/__install-lib__ dlls/dsound/__install-dev__: __builddeps__"
14569 wine_fn_config_makefile dlls/dsound "dlls/Makedll.rules \$(MAKEDEP)"
14570 test "x$enable_dsound" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dsound"
14572 wine_fn_config_test dlls/dsound/tests dsound_test
14573 wine_fn_config_makefile dlls/dsound/tests "Maketest.rules \$(MAKEDEP)"
14574 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dsound/tests"
14576 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dssenh dlls/dssenh/__install__ dlls/dssenh/__install-lib__ dlls/dssenh/__install-dev__: __builddeps__"
14577 wine_fn_config_makefile dlls/dssenh "dlls/Makedll.rules \$(MAKEDEP)"
14578 test "x$enable_dssenh" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dssenh"
14580 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dswave dlls/dswave/__install__ dlls/dswave/__install-lib__ dlls/dswave/__install-dev__: __builddeps__"
14581 wine_fn_config_makefile dlls/dswave "dlls/Makedll.rules \$(MAKEDEP)"
14582 test "x$enable_dswave" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dswave"
14584 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dwmapi/libdwmapi.$IMPLIBEXT"
14585 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dwmapi/libdwmapi.$IMPLIBEXT dlls/dwmapi/libdwmapi.cross.a: tools/widl tools/winebuild tools/winegcc include
14586 dlls/dwmapi/libdwmapi.$IMPLIBEXT dlls/dwmapi/libdwmapi.cross.a: dlls/dwmapi/dwmapi.spec dlls/dwmapi/Makefile
14587 @cd dlls/dwmapi && \$(MAKE) \`basename \$@\`
14588 dlls/dwmapi dlls/dwmapi/__install__ dlls/dwmapi/__install-lib__ dlls/dwmapi/__install-dev__: __builddeps__"
14589 wine_fn_config_makefile dlls/dwmapi "dlls/Makedll.rules \$(MAKEDEP)"
14590 test "x$enable_dwmapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dwmapi"
14592 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dxdiagn dlls/dxdiagn/__install__ dlls/dxdiagn/__install-lib__ dlls/dxdiagn/__install-dev__: __builddeps__"
14593 wine_fn_config_makefile dlls/dxdiagn "dlls/Makedll.rules \$(MAKEDEP)"
14594 test "x$enable_dxdiagn" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dxdiagn"
14596 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
14597 wine_fn_config_makefile dlls/dxdiagn/tests "Maketest.rules \$(MAKEDEP)"
14598 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dxdiagn/tests"
14600 wine_fn_config_lib dxerr8
14601 wine_fn_config_makefile dlls/dxerr8 "dlls/Makeimplib.rules \$(MAKEDEP)"
14602 test "x$enable_dxerr8" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/dxerr8"
14604 wine_fn_config_lib dxerr9
14605 wine_fn_config_makefile dlls/dxerr9 "dlls/Makeimplib.rules \$(MAKEDEP)"
14606 test "x$enable_dxerr9" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/dxerr9"
14608 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dxgi/libdxgi.$IMPLIBEXT"
14609 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dxgi/libdxgi.$IMPLIBEXT dlls/dxgi/libdxgi.cross.a: tools/widl tools/winebuild tools/winegcc include
14610 dlls/dxgi/libdxgi.$IMPLIBEXT dlls/dxgi/libdxgi.cross.a: dlls/dxgi/dxgi.spec dlls/dxgi/Makefile
14611 @cd dlls/dxgi && \$(MAKE) \`basename \$@\`
14612 dlls/dxgi dlls/dxgi/__install__ dlls/dxgi/__install-lib__ dlls/dxgi/__install-dev__: __builddeps__"
14613 wine_fn_config_makefile dlls/dxgi "dlls/Makedll.rules \$(MAKEDEP)"
14614 test "x$enable_dxgi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dxgi"
14616 wine_fn_config_test dlls/dxgi/tests dxgi_test
14617 wine_fn_config_makefile dlls/dxgi/tests "Maketest.rules \$(MAKEDEP)"
14618 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dxgi/tests"
14620 wine_fn_config_lib dxguid
14621 wine_fn_config_makefile dlls/dxguid "dlls/Makeimplib.rules \$(MAKEDEP)"
14622 test "x$enable_dxguid" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/dxguid"
14624 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/faultrep dlls/faultrep/__install__ dlls/faultrep/__install-lib__ dlls/faultrep/__install-dev__: __builddeps__"
14625 wine_fn_config_makefile dlls/faultrep "dlls/Makedll.rules \$(MAKEDEP)"
14626 test "x$enable_faultrep" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/faultrep"
14628 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/fltlib dlls/fltlib/__install__ dlls/fltlib/__install-lib__ dlls/fltlib/__install-dev__: __builddeps__"
14629 wine_fn_config_makefile dlls/fltlib "dlls/Makedll.rules \$(MAKEDEP)"
14630 test "x$enable_fltlib" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/fltlib"
14632 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/fusion dlls/fusion/__install__ dlls/fusion/__install-lib__ dlls/fusion/__install-dev__: __builddeps__"
14633 wine_fn_config_makefile dlls/fusion "dlls/Makedll.rules \$(MAKEDEP)"
14634 test "x$enable_fusion" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/fusion"
14636 wine_fn_config_test dlls/fusion/tests fusion_test
14637 wine_fn_config_makefile dlls/fusion/tests "Maketest.rules \$(MAKEDEP)"
14638 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/fusion/tests"
14640 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/fwpuclnt dlls/fwpuclnt/__install__ dlls/fwpuclnt/__install-lib__ dlls/fwpuclnt/__install-dev__: __builddeps__"
14641 wine_fn_config_makefile dlls/fwpuclnt "dlls/Makedll.rules \$(MAKEDEP)"
14642 test "x$enable_fwpuclnt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/fwpuclnt"
14644 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/gdi.exe16 dlls/gdi.exe16/__install__ dlls/gdi.exe16/__install-lib__ dlls/gdi.exe16/__install-dev__: __builddeps__"
14645 wine_fn_config_makefile dlls/gdi.exe16 "dlls/Makedll.rules \$(MAKEDEP)"
14646 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gdi.exe16"
14648 wine_fn_append_file ALL_IMPORT_LIBS "dlls/gdi32/libgdi32.$IMPLIBEXT"
14649 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/gdi32/libgdi32.$IMPLIBEXT dlls/gdi32/libgdi32.cross.a: tools/widl tools/winebuild tools/winegcc include
14650 dlls/gdi32/libgdi32.$IMPLIBEXT dlls/gdi32/libgdi32.cross.a: dlls/gdi32/gdi32.spec dlls/gdi32/Makefile
14651 @cd dlls/gdi32 && \$(MAKE) \`basename \$@\`
14652 dlls/gdi32 dlls/gdi32/__install__ dlls/gdi32/__install-lib__ dlls/gdi32/__install-dev__: __builddeps__"
14653 wine_fn_config_makefile dlls/gdi32 "dlls/Makedll.rules \$(MAKEDEP)"
14654 test "x$enable_gdi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gdi32"
14656 wine_fn_config_test dlls/gdi32/tests gdi32_test
14657 wine_fn_config_makefile dlls/gdi32/tests "Maketest.rules \$(MAKEDEP)"
14658 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/gdi32/tests"
14660 wine_fn_append_file ALL_IMPORT_LIBS "dlls/gdiplus/libgdiplus.$IMPLIBEXT"
14661 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/gdiplus/libgdiplus.$IMPLIBEXT dlls/gdiplus/libgdiplus.cross.a: tools/widl tools/winebuild tools/winegcc include
14662 dlls/gdiplus/libgdiplus.$IMPLIBEXT dlls/gdiplus/libgdiplus.cross.a: dlls/gdiplus/gdiplus.spec dlls/gdiplus/Makefile
14663 @cd dlls/gdiplus && \$(MAKE) \`basename \$@\`
14664 dlls/gdiplus dlls/gdiplus/__install__ dlls/gdiplus/__install-lib__ dlls/gdiplus/__install-dev__: __builddeps__"
14665 wine_fn_config_makefile dlls/gdiplus "dlls/Makedll.rules \$(MAKEDEP)"
14666 test "x$enable_gdiplus" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gdiplus"
14668 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
14669 wine_fn_config_makefile dlls/gdiplus/tests "Maketest.rules \$(MAKEDEP)"
14670 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/gdiplus/tests"
14672 wine_fn_append_file ALL_IMPORT_LIBS "dlls/glu32/libglu32.$IMPLIBEXT"
14673 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/glu32/libglu32.$IMPLIBEXT dlls/glu32/libglu32.cross.a: tools/widl tools/winebuild tools/winegcc include
14674 dlls/glu32/libglu32.$IMPLIBEXT dlls/glu32/libglu32.cross.a: dlls/glu32/glu32.spec dlls/glu32/Makefile
14675 @cd dlls/glu32 && \$(MAKE) \`basename \$@\`
14676 dlls/glu32 dlls/glu32/__install__ dlls/glu32/__install-lib__ dlls/glu32/__install-dev__: __builddeps__"
14677 wine_fn_config_makefile dlls/glu32 "dlls/Makedll.rules \$(MAKEDEP)"
14678 test "x$enable_glu32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/glu32"
14680 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/gphoto2.ds dlls/gphoto2.ds/__install__ dlls/gphoto2.ds/__install-lib__ dlls/gphoto2.ds/__install-dev__: __builddeps__"
14681 wine_fn_config_makefile dlls/gphoto2.ds "dlls/Makedll.rules \$(MAKEDEP)"
14682 test "x$enable_gphoto2_ds" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gphoto2.ds"
14684 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/gpkcsp dlls/gpkcsp/__install__ dlls/gpkcsp/__install-lib__ dlls/gpkcsp/__install-dev__: __builddeps__"
14685 wine_fn_config_makefile dlls/gpkcsp "dlls/Makedll.rules \$(MAKEDEP)"
14686 test "x$enable_gpkcsp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gpkcsp"
14688 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/hal dlls/hal/__install__ dlls/hal/__install-lib__ dlls/hal/__install-dev__: __builddeps__"
14689 wine_fn_config_makefile dlls/hal "dlls/Makedll.rules \$(MAKEDEP)"
14690 test "x$enable_hal" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hal"
14692 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/hhctrl.ocx dlls/hhctrl.ocx/__install__ dlls/hhctrl.ocx/__install-lib__ dlls/hhctrl.ocx/__install-dev__: __builddeps__"
14693 wine_fn_config_makefile dlls/hhctrl.ocx "dlls/Makedll.rules \$(MAKEDEP)"
14694 test "x$enable_hhctrl_ocx" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hhctrl.ocx"
14696 wine_fn_append_file ALL_IMPORT_LIBS "dlls/hid/libhid.$IMPLIBEXT"
14697 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/hid/libhid.$IMPLIBEXT dlls/hid/libhid.cross.a: tools/widl tools/winebuild tools/winegcc include
14698 dlls/hid/libhid.$IMPLIBEXT dlls/hid/libhid.cross.a: dlls/hid/hid.spec dlls/hid/Makefile
14699 @cd dlls/hid && \$(MAKE) \`basename \$@\`
14700 dlls/hid dlls/hid/__install__ dlls/hid/__install-lib__ dlls/hid/__install-dev__: __builddeps__"
14701 wine_fn_config_makefile dlls/hid "dlls/Makedll.rules \$(MAKEDEP)"
14702 test "x$enable_hid" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hid"
14704 wine_fn_append_file ALL_IMPORT_LIBS "dlls/hlink/libhlink.$IMPLIBEXT"
14705 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/hlink/libhlink.$IMPLIBEXT dlls/hlink/libhlink.cross.a: tools/widl tools/winebuild tools/winegcc include
14706 dlls/hlink/libhlink.$IMPLIBEXT dlls/hlink/libhlink.cross.a: dlls/hlink/hlink.spec dlls/hlink/Makefile
14707 @cd dlls/hlink && \$(MAKE) \`basename \$@\`
14708 dlls/hlink dlls/hlink/__install__ dlls/hlink/__install-lib__ dlls/hlink/__install-dev__: __builddeps__"
14709 wine_fn_config_makefile dlls/hlink "dlls/Makedll.rules \$(MAKEDEP)"
14710 test "x$enable_hlink" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hlink"
14712 wine_fn_config_test dlls/hlink/tests hlink_test
14713 wine_fn_config_makefile dlls/hlink/tests "Maketest.rules \$(MAKEDEP)"
14714 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/hlink/tests"
14716 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/hnetcfg dlls/hnetcfg/__install__ dlls/hnetcfg/__install-lib__ dlls/hnetcfg/__install-dev__: __builddeps__"
14717 wine_fn_config_makefile dlls/hnetcfg "dlls/Makedll.rules \$(MAKEDEP)"
14718 test "x$enable_hnetcfg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hnetcfg"
14720 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/httpapi dlls/httpapi/__install__ dlls/httpapi/__install-lib__ dlls/httpapi/__install-dev__: __builddeps__"
14721 wine_fn_config_makefile dlls/httpapi "dlls/Makedll.rules \$(MAKEDEP)"
14722 test "x$enable_httpapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/httpapi"
14724 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/iccvid dlls/iccvid/__install__ dlls/iccvid/__install-lib__ dlls/iccvid/__install-dev__: __builddeps__"
14725 wine_fn_config_makefile dlls/iccvid "dlls/Makedll.rules \$(MAKEDEP)"
14726 test "x$enable_iccvid" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/iccvid"
14728 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/icmp dlls/icmp/__install__ dlls/icmp/__install-lib__ dlls/icmp/__install-dev__: __builddeps__"
14729 wine_fn_config_makefile dlls/icmp "dlls/Makedll.rules \$(MAKEDEP)"
14730 test "x$enable_icmp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/icmp"
14732 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ifsmgr.vxd dlls/ifsmgr.vxd/__install__ dlls/ifsmgr.vxd/__install-lib__ dlls/ifsmgr.vxd/__install-dev__: __builddeps__"
14733 wine_fn_config_makefile dlls/ifsmgr.vxd "dlls/Makedll.rules \$(MAKEDEP)"
14734 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ifsmgr.vxd"
14736 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/imaadp32.acm dlls/imaadp32.acm/__install__ dlls/imaadp32.acm/__install-lib__ dlls/imaadp32.acm/__install-dev__: __builddeps__"
14737 wine_fn_config_makefile dlls/imaadp32.acm "dlls/Makedll.rules \$(MAKEDEP)"
14738 test "x$enable_imaadp32_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/imaadp32.acm"
14740 wine_fn_append_file ALL_IMPORT_LIBS "dlls/imagehlp/libimagehlp.$IMPLIBEXT"
14741 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/imagehlp/libimagehlp.$IMPLIBEXT dlls/imagehlp/libimagehlp.cross.a: tools/widl tools/winebuild tools/winegcc include
14742 dlls/imagehlp/libimagehlp.$IMPLIBEXT dlls/imagehlp/libimagehlp.cross.a: dlls/imagehlp/imagehlp.spec dlls/imagehlp/Makefile
14743 @cd dlls/imagehlp && \$(MAKE) \`basename \$@\`
14744 dlls/imagehlp dlls/imagehlp/__install__ dlls/imagehlp/__install-lib__ dlls/imagehlp/__install-dev__: __builddeps__"
14745 wine_fn_config_makefile dlls/imagehlp "dlls/Makedll.rules \$(MAKEDEP)"
14746 test "x$enable_imagehlp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/imagehlp"
14748 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
14749 wine_fn_config_makefile dlls/imagehlp/tests "Maketest.rules \$(MAKEDEP)"
14750 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/imagehlp/tests"
14752 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/imm.dll16 dlls/imm.dll16/__install__ dlls/imm.dll16/__install-lib__ dlls/imm.dll16/__install-dev__: __builddeps__"
14753 wine_fn_config_makefile dlls/imm.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14754 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/imm.dll16"
14756 wine_fn_append_file ALL_IMPORT_LIBS "dlls/imm32/libimm32.$IMPLIBEXT"
14757 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/imm32/libimm32.$IMPLIBEXT dlls/imm32/libimm32.cross.a: tools/widl tools/winebuild tools/winegcc include
14758 dlls/imm32/libimm32.$IMPLIBEXT dlls/imm32/libimm32.cross.a: dlls/imm32/imm32.spec dlls/imm32/Makefile
14759 @cd dlls/imm32 && \$(MAKE) \`basename \$@\`
14760 dlls/imm32 dlls/imm32/__install__ dlls/imm32/__install-lib__ dlls/imm32/__install-dev__: __builddeps__"
14761 wine_fn_config_makefile dlls/imm32 "dlls/Makedll.rules \$(MAKEDEP)"
14762 test "x$enable_imm32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/imm32"
14764 wine_fn_config_test dlls/imm32/tests imm32_test
14765 wine_fn_config_makefile dlls/imm32/tests "Maketest.rules \$(MAKEDEP)"
14766 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/imm32/tests"
14768 wine_fn_append_file ALL_IMPORT_LIBS "dlls/inetcomm/libinetcomm.$IMPLIBEXT"
14769 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/inetcomm/libinetcomm.$IMPLIBEXT dlls/inetcomm/libinetcomm.cross.a: tools/widl tools/winebuild tools/winegcc include
14770 dlls/inetcomm/libinetcomm.$IMPLIBEXT dlls/inetcomm/libinetcomm.cross.a: dlls/inetcomm/inetcomm.spec dlls/inetcomm/Makefile
14771 @cd dlls/inetcomm && \$(MAKE) \`basename \$@\`
14772 dlls/inetcomm dlls/inetcomm/__install__ dlls/inetcomm/__install-lib__ dlls/inetcomm/__install-dev__: __builddeps__"
14773 wine_fn_config_makefile dlls/inetcomm "dlls/Makedll.rules \$(MAKEDEP)"
14774 test "x$enable_inetcomm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/inetcomm"
14776 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
14777 wine_fn_config_makefile dlls/inetcomm/tests "Maketest.rules \$(MAKEDEP)"
14778 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/inetcomm/tests"
14780 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/inetmib1 dlls/inetmib1/__install__ dlls/inetmib1/__install-lib__ dlls/inetmib1/__install-dev__: __builddeps__"
14781 wine_fn_config_makefile dlls/inetmib1 "dlls/Makedll.rules \$(MAKEDEP)"
14782 test "x$enable_inetmib1" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/inetmib1"
14784 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
14785 wine_fn_config_makefile dlls/inetmib1/tests "Maketest.rules \$(MAKEDEP)"
14786 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/inetmib1/tests"
14788 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/infosoft dlls/infosoft/__install__ dlls/infosoft/__install-lib__ dlls/infosoft/__install-dev__: __builddeps__"
14789 wine_fn_config_makefile dlls/infosoft "dlls/Makedll.rules \$(MAKEDEP)"
14790 test "x$enable_infosoft" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/infosoft"
14792 wine_fn_config_test dlls/infosoft/tests infosoft_test
14793 wine_fn_config_makefile dlls/infosoft/tests "Maketest.rules \$(MAKEDEP)"
14794 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/infosoft/tests"
14796 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/initpki dlls/initpki/__install__ dlls/initpki/__install-lib__ dlls/initpki/__install-dev__: __builddeps__"
14797 wine_fn_config_makefile dlls/initpki "dlls/Makedll.rules \$(MAKEDEP)"
14798 test "x$enable_initpki" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/initpki"
14800 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/inkobj dlls/inkobj/__install__ dlls/inkobj/__install-lib__ dlls/inkobj/__install-dev__: __builddeps__"
14801 wine_fn_config_makefile dlls/inkobj "dlls/Makedll.rules \$(MAKEDEP)"
14802 test "x$enable_inkobj" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/inkobj"
14804 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/inseng dlls/inseng/__install__ dlls/inseng/__install-lib__ dlls/inseng/__install-dev__: __builddeps__"
14805 wine_fn_config_makefile dlls/inseng "dlls/Makedll.rules \$(MAKEDEP)"
14806 test "x$enable_inseng" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/inseng"
14808 wine_fn_append_file ALL_IMPORT_LIBS "dlls/iphlpapi/libiphlpapi.$IMPLIBEXT"
14809 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/iphlpapi/libiphlpapi.$IMPLIBEXT dlls/iphlpapi/libiphlpapi.cross.a: tools/widl tools/winebuild tools/winegcc include
14810 dlls/iphlpapi/libiphlpapi.$IMPLIBEXT dlls/iphlpapi/libiphlpapi.cross.a: dlls/iphlpapi/iphlpapi.spec dlls/iphlpapi/Makefile
14811 @cd dlls/iphlpapi && \$(MAKE) \`basename \$@\`
14812 dlls/iphlpapi dlls/iphlpapi/__install__ dlls/iphlpapi/__install-lib__ dlls/iphlpapi/__install-dev__: __builddeps__"
14813 wine_fn_config_makefile dlls/iphlpapi "dlls/Makedll.rules \$(MAKEDEP)"
14814 test "x$enable_iphlpapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/iphlpapi"
14816 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
14817 wine_fn_config_makefile dlls/iphlpapi/tests "Maketest.rules \$(MAKEDEP)"
14818 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/iphlpapi/tests"
14820 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/itircl dlls/itircl/__install__ dlls/itircl/__install-lib__ dlls/itircl/__install-dev__: __builddeps__"
14821 wine_fn_config_makefile dlls/itircl "dlls/Makedll.rules \$(MAKEDEP)"
14822 test "x$enable_itircl" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/itircl"
14824 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/itss dlls/itss/__install__ dlls/itss/__install-lib__ dlls/itss/__install-dev__: __builddeps__"
14825 wine_fn_config_makefile dlls/itss "dlls/Makedll.rules \$(MAKEDEP)"
14826 test "x$enable_itss" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/itss"
14828 wine_fn_config_test dlls/itss/tests itss_test
14829 wine_fn_config_makefile dlls/itss/tests "Maketest.rules \$(MAKEDEP)"
14830 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/itss/tests"
14832 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/jscript dlls/jscript/__install__ dlls/jscript/__install-lib__ dlls/jscript/__install-dev__: __builddeps__"
14833 wine_fn_config_makefile dlls/jscript "dlls/Makedll.rules \$(MAKEDEP)"
14834 test "x$enable_jscript" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/jscript"
14836 wine_fn_config_test dlls/jscript/tests jscript_test
14837 wine_fn_config_makefile dlls/jscript/tests "Maketest.rules \$(MAKEDEP)"
14838 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/jscript/tests"
14840 wine_fn_append_file ALL_IMPORT_LIBS "dlls/kernel32/libkernel32.$IMPLIBEXT"
14841 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/kernel32/libkernel32.$IMPLIBEXT dlls/kernel32/libkernel32.cross.a: tools/widl tools/winebuild tools/winegcc include
14842 dlls/kernel32/libkernel32.$IMPLIBEXT dlls/kernel32/libkernel32.cross.a: dlls/kernel32/kernel32.spec dlls/kernel32/Makefile
14843 @cd dlls/kernel32 && \$(MAKE) \`basename \$@\`
14844 dlls/kernel32 dlls/kernel32/__install__ dlls/kernel32/__install-lib__ dlls/kernel32/__install-dev__: __builddeps__"
14845 wine_fn_config_makefile dlls/kernel32 "dlls/Makedll.rules \$(MAKEDEP)"
14846 test "x$enable_kernel32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/kernel32"
14848 wine_fn_config_test dlls/kernel32/tests kernel32_test
14849 wine_fn_config_makefile dlls/kernel32/tests "Maketest.rules \$(MAKEDEP)"
14850 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/kernel32/tests"
14852 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/keyboard.drv16 dlls/keyboard.drv16/__install__ dlls/keyboard.drv16/__install-lib__ dlls/keyboard.drv16/__install-dev__: __builddeps__"
14853 wine_fn_config_makefile dlls/keyboard.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
14854 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/keyboard.drv16"
14856 test "x$enable_win16" != xno && wine_fn_append_file ALL_IMPORT_LIBS "dlls/krnl386.exe16/libkernel.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/libkernel.$IMPLIBEXT"
14857 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/krnl386.exe16/libkernel.$IMPLIBEXT dlls/krnl386.exe16/libkernel.cross.a: tools/widl tools/winebuild tools/winegcc include
14858 dlls/libkernel.$IMPLIBEXT: dlls/krnl386.exe16/libkernel.$IMPLIBEXT
14859 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.$IMPLIBEXT \$@
14860 dlls/libkernel.cross.a: dlls/krnl386.exe16/libkernel.cross.a
14861 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.cross.a \$@
14862 clean::
14863 \$(RM) dlls/libkernel.$IMPLIBEXT
14864 dlls/krnl386.exe16/libkernel.$IMPLIBEXT dlls/krnl386.exe16/libkernel.cross.a: dlls/krnl386.exe16/krnl386.exe16.spec dlls/krnl386.exe16/Makefile
14865 @cd dlls/krnl386.exe16 && \$(MAKE) \`basename \$@\`
14866 dlls/krnl386.exe16 dlls/krnl386.exe16/__install__ dlls/krnl386.exe16/__install-lib__ dlls/krnl386.exe16/__install-dev__: __builddeps__"
14867 wine_fn_config_makefile dlls/krnl386.exe16 "dlls/Makedll.rules \$(MAKEDEP)"
14868 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/krnl386.exe16"
14870 wine_fn_append_file ALL_IMPORT_LIBS "dlls/loadperf/libloadperf.$IMPLIBEXT"
14871 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/loadperf/libloadperf.$IMPLIBEXT dlls/loadperf/libloadperf.cross.a: tools/widl tools/winebuild tools/winegcc include
14872 dlls/loadperf/libloadperf.$IMPLIBEXT dlls/loadperf/libloadperf.cross.a: dlls/loadperf/loadperf.spec dlls/loadperf/Makefile
14873 @cd dlls/loadperf && \$(MAKE) \`basename \$@\`
14874 dlls/loadperf dlls/loadperf/__install__ dlls/loadperf/__install-lib__ dlls/loadperf/__install-dev__: __builddeps__"
14875 wine_fn_config_makefile dlls/loadperf "dlls/Makedll.rules \$(MAKEDEP)"
14876 test "x$enable_loadperf" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/loadperf"
14878 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/localspl dlls/localspl/__install__ dlls/localspl/__install-lib__ dlls/localspl/__install-dev__: __builddeps__"
14879 wine_fn_config_makefile dlls/localspl "dlls/Makedll.rules \$(MAKEDEP)"
14880 test "x$enable_localspl" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/localspl"
14882 wine_fn_config_test dlls/localspl/tests localspl_test
14883 wine_fn_config_makefile dlls/localspl/tests "Maketest.rules \$(MAKEDEP)"
14884 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/localspl/tests"
14886 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/localui dlls/localui/__install__ dlls/localui/__install-lib__ dlls/localui/__install-dev__: __builddeps__"
14887 wine_fn_config_makefile dlls/localui "dlls/Makedll.rules \$(MAKEDEP)"
14888 test "x$enable_localui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/localui"
14890 wine_fn_config_test dlls/localui/tests localui_test
14891 wine_fn_config_makefile dlls/localui/tests "Maketest.rules \$(MAKEDEP)"
14892 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/localui/tests"
14894 wine_fn_append_file ALL_IMPORT_LIBS "dlls/lz32/liblz32.$IMPLIBEXT"
14895 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/lz32/liblz32.$IMPLIBEXT dlls/lz32/liblz32.cross.a: tools/widl tools/winebuild tools/winegcc include
14896 dlls/lz32/liblz32.$IMPLIBEXT dlls/lz32/liblz32.cross.a: dlls/lz32/lz32.spec dlls/lz32/Makefile
14897 @cd dlls/lz32 && \$(MAKE) \`basename \$@\`
14898 dlls/lz32 dlls/lz32/__install__ dlls/lz32/__install-lib__ dlls/lz32/__install-dev__: __builddeps__"
14899 wine_fn_config_makefile dlls/lz32 "dlls/Makedll.rules \$(MAKEDEP)"
14900 test "x$enable_lz32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/lz32"
14902 wine_fn_config_test dlls/lz32/tests lz32_test
14903 wine_fn_config_makefile dlls/lz32/tests "Maketest.rules \$(MAKEDEP)"
14904 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/lz32/tests"
14906 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/lzexpand.dll16 dlls/lzexpand.dll16/__install__ dlls/lzexpand.dll16/__install-lib__ dlls/lzexpand.dll16/__install-dev__: __builddeps__"
14907 wine_fn_config_makefile dlls/lzexpand.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14908 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/lzexpand.dll16"
14910 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mapi32/libmapi32.$IMPLIBEXT"
14911 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mapi32/libmapi32.$IMPLIBEXT dlls/mapi32/libmapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
14912 dlls/mapi32/libmapi32.$IMPLIBEXT dlls/mapi32/libmapi32.cross.a: dlls/mapi32/mapi32.spec dlls/mapi32/Makefile
14913 @cd dlls/mapi32 && \$(MAKE) \`basename \$@\`
14914 dlls/mapi32 dlls/mapi32/__install__ dlls/mapi32/__install-lib__ dlls/mapi32/__install-dev__: __builddeps__"
14915 wine_fn_config_makefile dlls/mapi32 "dlls/Makedll.rules \$(MAKEDEP)"
14916 test "x$enable_mapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mapi32"
14918 wine_fn_config_test dlls/mapi32/tests mapi32_test
14919 wine_fn_config_makefile dlls/mapi32/tests "Maketest.rules \$(MAKEDEP)"
14920 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mapi32/tests"
14922 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mapistub dlls/mapistub/__install__ dlls/mapistub/__install-lib__ dlls/mapistub/__install-dev__: __builddeps__"
14923 wine_fn_config_makefile dlls/mapistub "dlls/Makedll.rules \$(MAKEDEP)"
14924 test "x$enable_mapistub" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mapistub"
14926 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mciavi32 dlls/mciavi32/__install__ dlls/mciavi32/__install-lib__ dlls/mciavi32/__install-dev__: __builddeps__"
14927 wine_fn_config_makefile dlls/mciavi32 "dlls/Makedll.rules \$(MAKEDEP)"
14928 test "x$enable_mciavi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mciavi32"
14930 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mcicda dlls/mcicda/__install__ dlls/mcicda/__install-lib__ dlls/mcicda/__install-dev__: __builddeps__"
14931 wine_fn_config_makefile dlls/mcicda "dlls/Makedll.rules \$(MAKEDEP)"
14932 test "x$enable_mcicda" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mcicda"
14934 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mciqtz32 dlls/mciqtz32/__install__ dlls/mciqtz32/__install-lib__ dlls/mciqtz32/__install-dev__: __builddeps__"
14935 wine_fn_config_makefile dlls/mciqtz32 "dlls/Makedll.rules \$(MAKEDEP)"
14936 test "x$enable_mciqtz32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mciqtz32"
14938 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mciseq dlls/mciseq/__install__ dlls/mciseq/__install-lib__ dlls/mciseq/__install-dev__: __builddeps__"
14939 wine_fn_config_makefile dlls/mciseq "dlls/Makedll.rules \$(MAKEDEP)"
14940 test "x$enable_mciseq" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mciseq"
14942 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mciwave dlls/mciwave/__install__ dlls/mciwave/__install-lib__ dlls/mciwave/__install-dev__: __builddeps__"
14943 wine_fn_config_makefile dlls/mciwave "dlls/Makedll.rules \$(MAKEDEP)"
14944 test "x$enable_mciwave" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mciwave"
14946 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/midimap dlls/midimap/__install__ dlls/midimap/__install-lib__ dlls/midimap/__install-dev__: __builddeps__"
14947 wine_fn_config_makefile dlls/midimap "dlls/Makedll.rules \$(MAKEDEP)"
14948 test "x$enable_midimap" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/midimap"
14950 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mlang/libmlang.$IMPLIBEXT"
14951 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mlang/libmlang.$IMPLIBEXT dlls/mlang/libmlang.cross.a: tools/widl tools/winebuild tools/winegcc include
14952 dlls/mlang/libmlang.$IMPLIBEXT dlls/mlang/libmlang.cross.a: dlls/mlang/mlang.spec dlls/mlang/Makefile
14953 @cd dlls/mlang && \$(MAKE) \`basename \$@\`
14954 dlls/mlang dlls/mlang/__install__ dlls/mlang/__install-lib__ dlls/mlang/__install-dev__: __builddeps__"
14955 wine_fn_config_makefile dlls/mlang "dlls/Makedll.rules \$(MAKEDEP)"
14956 test "x$enable_mlang" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mlang"
14958 wine_fn_config_test dlls/mlang/tests mlang_test
14959 wine_fn_config_makefile dlls/mlang/tests "Maketest.rules \$(MAKEDEP)"
14960 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mlang/tests"
14962 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mmdevapi dlls/mmdevapi/__install__ dlls/mmdevapi/__install-lib__ dlls/mmdevapi/__install-dev__: __builddeps__"
14963 wine_fn_config_makefile dlls/mmdevapi "dlls/Makedll.rules \$(MAKEDEP)"
14964 test "x$enable_mmdevapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mmdevapi"
14966 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
14967 wine_fn_config_makefile dlls/mmdevapi/tests "Maketest.rules \$(MAKEDEP)"
14968 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mmdevapi/tests"
14970 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mmdevldr.vxd dlls/mmdevldr.vxd/__install__ dlls/mmdevldr.vxd/__install-lib__ dlls/mmdevldr.vxd/__install-dev__: __builddeps__"
14971 wine_fn_config_makefile dlls/mmdevldr.vxd "dlls/Makedll.rules \$(MAKEDEP)"
14972 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mmdevldr.vxd"
14974 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mmsystem.dll16 dlls/mmsystem.dll16/__install__ dlls/mmsystem.dll16/__install-lib__ dlls/mmsystem.dll16/__install-dev__: __builddeps__"
14975 wine_fn_config_makefile dlls/mmsystem.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14976 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mmsystem.dll16"
14978 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/monodebg.vxd dlls/monodebg.vxd/__install__ dlls/monodebg.vxd/__install-lib__ dlls/monodebg.vxd/__install-dev__: __builddeps__"
14979 wine_fn_config_makefile dlls/monodebg.vxd "dlls/Makedll.rules \$(MAKEDEP)"
14980 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/monodebg.vxd"
14982 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mountmgr.sys dlls/mountmgr.sys/__install__ dlls/mountmgr.sys/__install-lib__ dlls/mountmgr.sys/__install-dev__: __builddeps__"
14983 wine_fn_config_makefile dlls/mountmgr.sys "dlls/Makedll.rules \$(MAKEDEP)"
14984 test "x$enable_mountmgr_sys" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mountmgr.sys"
14986 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mouse.drv16 dlls/mouse.drv16/__install__ dlls/mouse.drv16/__install-lib__ dlls/mouse.drv16/__install-dev__: __builddeps__"
14987 wine_fn_config_makefile dlls/mouse.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
14988 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mouse.drv16"
14990 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mpr/libmpr.$IMPLIBEXT"
14991 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mpr/libmpr.$IMPLIBEXT dlls/mpr/libmpr.cross.a: tools/widl tools/winebuild tools/winegcc include
14992 dlls/mpr/libmpr.$IMPLIBEXT dlls/mpr/libmpr.cross.a: dlls/mpr/mpr.spec dlls/mpr/Makefile
14993 @cd dlls/mpr && \$(MAKE) \`basename \$@\`
14994 dlls/mpr dlls/mpr/__install__ dlls/mpr/__install-lib__ dlls/mpr/__install-dev__: __builddeps__"
14995 wine_fn_config_makefile dlls/mpr "dlls/Makedll.rules \$(MAKEDEP)"
14996 test "x$enable_mpr" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mpr"
14998 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mprapi/libmprapi.$IMPLIBEXT"
14999 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mprapi/libmprapi.$IMPLIBEXT dlls/mprapi/libmprapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15000 dlls/mprapi/libmprapi.$IMPLIBEXT dlls/mprapi/libmprapi.cross.a: dlls/mprapi/mprapi.spec dlls/mprapi/Makefile
15001 @cd dlls/mprapi && \$(MAKE) \`basename \$@\`
15002 dlls/mprapi dlls/mprapi/__install__ dlls/mprapi/__install-lib__ dlls/mprapi/__install-dev__: __builddeps__"
15003 wine_fn_config_makefile dlls/mprapi "dlls/Makedll.rules \$(MAKEDEP)"
15004 test "x$enable_mprapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mprapi"
15006 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msacm.dll16 dlls/msacm.dll16/__install__ dlls/msacm.dll16/__install-lib__ dlls/msacm.dll16/__install-dev__: __builddeps__"
15007 wine_fn_config_makefile dlls/msacm.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15008 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msacm.dll16"
15010 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msacm32.drv dlls/msacm32.drv/__install__ dlls/msacm32.drv/__install-lib__ dlls/msacm32.drv/__install-dev__: __builddeps__"
15011 wine_fn_config_makefile dlls/msacm32.drv "dlls/Makedll.rules \$(MAKEDEP)"
15012 test "x$enable_msacm32_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msacm32.drv"
15014 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msacm32/libmsacm32.$IMPLIBEXT"
15015 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msacm32/libmsacm32.$IMPLIBEXT dlls/msacm32/libmsacm32.cross.a: tools/widl tools/winebuild tools/winegcc include
15016 dlls/msacm32/libmsacm32.$IMPLIBEXT dlls/msacm32/libmsacm32.cross.a: dlls/msacm32/msacm32.spec dlls/msacm32/Makefile
15017 @cd dlls/msacm32 && \$(MAKE) \`basename \$@\`
15018 dlls/msacm32 dlls/msacm32/__install__ dlls/msacm32/__install-lib__ dlls/msacm32/__install-dev__: __builddeps__"
15019 wine_fn_config_makefile dlls/msacm32 "dlls/Makedll.rules \$(MAKEDEP)"
15020 test "x$enable_msacm32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msacm32"
15022 wine_fn_config_test dlls/msacm32/tests msacm32_test
15023 wine_fn_config_makefile dlls/msacm32/tests "Maketest.rules \$(MAKEDEP)"
15024 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msacm32/tests"
15026 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msadp32.acm dlls/msadp32.acm/__install__ dlls/msadp32.acm/__install-lib__ dlls/msadp32.acm/__install-dev__: __builddeps__"
15027 wine_fn_config_makefile dlls/msadp32.acm "dlls/Makedll.rules \$(MAKEDEP)"
15028 test "x$enable_msadp32_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msadp32.acm"
15030 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mscat32 dlls/mscat32/__install__ dlls/mscat32/__install-lib__ dlls/mscat32/__install-dev__: __builddeps__"
15031 wine_fn_config_makefile dlls/mscat32 "dlls/Makedll.rules \$(MAKEDEP)"
15032 test "x$enable_mscat32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mscat32"
15034 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mscms/libmscms.$IMPLIBEXT"
15035 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mscms/libmscms.$IMPLIBEXT dlls/mscms/libmscms.cross.a: tools/widl tools/winebuild tools/winegcc include
15036 dlls/mscms/libmscms.$IMPLIBEXT dlls/mscms/libmscms.cross.a: dlls/mscms/mscms.spec dlls/mscms/Makefile
15037 @cd dlls/mscms && \$(MAKE) \`basename \$@\`
15038 dlls/mscms dlls/mscms/__install__ dlls/mscms/__install-lib__ dlls/mscms/__install-dev__: __builddeps__"
15039 wine_fn_config_makefile dlls/mscms "dlls/Makedll.rules \$(MAKEDEP)"
15040 test "x$enable_mscms" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mscms"
15042 wine_fn_config_test dlls/mscms/tests mscms_test
15043 wine_fn_config_makefile dlls/mscms/tests "Maketest.rules \$(MAKEDEP)"
15044 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mscms/tests"
15046 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mscoree dlls/mscoree/__install__ dlls/mscoree/__install-lib__ dlls/mscoree/__install-dev__: __builddeps__"
15047 wine_fn_config_makefile dlls/mscoree "dlls/Makedll.rules \$(MAKEDEP)"
15048 test "x$enable_mscoree" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mscoree"
15050 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msctf dlls/msctf/__install__ dlls/msctf/__install-lib__ dlls/msctf/__install-dev__: __builddeps__"
15051 wine_fn_config_makefile dlls/msctf "dlls/Makedll.rules \$(MAKEDEP)"
15052 test "x$enable_msctf" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msctf"
15054 wine_fn_config_test dlls/msctf/tests msctf_test
15055 wine_fn_config_makefile dlls/msctf/tests "Maketest.rules \$(MAKEDEP)"
15056 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msctf/tests"
15058 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msdaps dlls/msdaps/__install__ dlls/msdaps/__install-lib__ dlls/msdaps/__install-dev__: __builddeps__"
15059 wine_fn_config_makefile dlls/msdaps "dlls/Makedll.rules \$(MAKEDEP)"
15060 test "x$enable_msdaps" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msdaps"
15062 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msdmo/libmsdmo.$IMPLIBEXT"
15063 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msdmo/libmsdmo.$IMPLIBEXT dlls/msdmo/libmsdmo.cross.a: tools/widl tools/winebuild tools/winegcc include
15064 dlls/msdmo/libmsdmo.$IMPLIBEXT dlls/msdmo/libmsdmo.cross.a: dlls/msdmo/msdmo.spec dlls/msdmo/Makefile
15065 @cd dlls/msdmo && \$(MAKE) \`basename \$@\`
15066 dlls/msdmo dlls/msdmo/__install__ dlls/msdmo/__install-lib__ dlls/msdmo/__install-dev__: __builddeps__"
15067 wine_fn_config_makefile dlls/msdmo "dlls/Makedll.rules \$(MAKEDEP)"
15068 test "x$enable_msdmo" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msdmo"
15070 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msftedit dlls/msftedit/__install__ dlls/msftedit/__install-lib__ dlls/msftedit/__install-dev__: __builddeps__"
15071 wine_fn_config_makefile dlls/msftedit "dlls/Makedll.rules \$(MAKEDEP)"
15072 test "x$enable_msftedit" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msftedit"
15074 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msg711.acm dlls/msg711.acm/__install__ dlls/msg711.acm/__install-lib__ dlls/msg711.acm/__install-dev__: __builddeps__"
15075 wine_fn_config_makefile dlls/msg711.acm "dlls/Makedll.rules \$(MAKEDEP)"
15076 test "x$enable_msg711_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msg711.acm"
15078 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msgsm32.acm dlls/msgsm32.acm/__install__ dlls/msgsm32.acm/__install-lib__ dlls/msgsm32.acm/__install-dev__: __builddeps__"
15079 wine_fn_config_makefile dlls/msgsm32.acm "dlls/Makedll.rules \$(MAKEDEP)"
15080 test "x$enable_msgsm32_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msgsm32.acm"
15082 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mshtml.tlb dlls/mshtml.tlb/__install__ dlls/mshtml.tlb/__install-lib__ dlls/mshtml.tlb/__install-dev__: __builddeps__"
15083 wine_fn_config_makefile dlls/mshtml.tlb "dlls/Makedll.rules \$(MAKEDEP)"
15084 test "x$enable_mshtml_tlb" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mshtml.tlb"
15086 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mshtml/libmshtml.$IMPLIBEXT"
15087 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mshtml/libmshtml.$IMPLIBEXT dlls/mshtml/libmshtml.cross.a: tools/widl tools/winebuild tools/winegcc include
15088 dlls/mshtml/libmshtml.$IMPLIBEXT dlls/mshtml/libmshtml.cross.a: dlls/mshtml/mshtml.spec dlls/mshtml/Makefile
15089 @cd dlls/mshtml && \$(MAKE) \`basename \$@\`
15090 dlls/mshtml dlls/mshtml/__install__ dlls/mshtml/__install-lib__ dlls/mshtml/__install-dev__: __builddeps__"
15091 wine_fn_config_makefile dlls/mshtml "dlls/Makedll.rules \$(MAKEDEP)"
15092 test "x$enable_mshtml" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mshtml"
15094 wine_fn_config_test dlls/mshtml/tests mshtml_test
15095 wine_fn_config_makefile dlls/mshtml/tests "Maketest.rules \$(MAKEDEP)"
15096 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mshtml/tests"
15098 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msi/libmsi.$IMPLIBEXT"
15099 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msi/libmsi.$IMPLIBEXT dlls/msi/libmsi.cross.a: tools/widl tools/winebuild tools/winegcc include
15100 dlls/msi/libmsi.$IMPLIBEXT dlls/msi/libmsi.cross.a: dlls/msi/msi.spec dlls/msi/Makefile
15101 @cd dlls/msi && \$(MAKE) \`basename \$@\`
15102 dlls/msi dlls/msi/__install__ dlls/msi/__install-lib__ dlls/msi/__install-dev__: __builddeps__"
15103 wine_fn_config_makefile dlls/msi "dlls/Makedll.rules \$(MAKEDEP)"
15104 test "x$enable_msi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msi"
15106 wine_fn_config_test dlls/msi/tests msi_test
15107 wine_fn_config_makefile dlls/msi/tests "Maketest.rules \$(MAKEDEP)"
15108 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msi/tests"
15110 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msimg32/libmsimg32.$IMPLIBEXT"
15111 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msimg32/libmsimg32.$IMPLIBEXT dlls/msimg32/libmsimg32.cross.a: tools/widl tools/winebuild tools/winegcc include
15112 dlls/msimg32/libmsimg32.$IMPLIBEXT dlls/msimg32/libmsimg32.cross.a: dlls/msimg32/msimg32.spec dlls/msimg32/Makefile
15113 @cd dlls/msimg32 && \$(MAKE) \`basename \$@\`
15114 dlls/msimg32 dlls/msimg32/__install__ dlls/msimg32/__install-lib__ dlls/msimg32/__install-dev__: __builddeps__"
15115 wine_fn_config_makefile dlls/msimg32 "dlls/Makedll.rules \$(MAKEDEP)"
15116 test "x$enable_msimg32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msimg32"
15118 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msimtf dlls/msimtf/__install__ dlls/msimtf/__install-lib__ dlls/msimtf/__install-dev__: __builddeps__"
15119 wine_fn_config_makefile dlls/msimtf "dlls/Makedll.rules \$(MAKEDEP)"
15120 test "x$enable_msimtf" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msimtf"
15122 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msisip dlls/msisip/__install__ dlls/msisip/__install-lib__ dlls/msisip/__install-dev__: __builddeps__"
15123 wine_fn_config_makefile dlls/msisip "dlls/Makedll.rules \$(MAKEDEP)"
15124 test "x$enable_msisip" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msisip"
15126 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msisys.ocx dlls/msisys.ocx/__install__ dlls/msisys.ocx/__install-lib__ dlls/msisys.ocx/__install-dev__: __builddeps__"
15127 wine_fn_config_makefile dlls/msisys.ocx "dlls/Makedll.rules \$(MAKEDEP)"
15128 test "x$enable_msisys_ocx" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msisys.ocx"
15130 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msnet32 dlls/msnet32/__install__ dlls/msnet32/__install-lib__ dlls/msnet32/__install-dev__: __builddeps__"
15131 wine_fn_config_makefile dlls/msnet32 "dlls/Makedll.rules \$(MAKEDEP)"
15132 test "x$enable_msnet32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msnet32"
15134 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msrle32 dlls/msrle32/__install__ dlls/msrle32/__install-lib__ dlls/msrle32/__install-dev__: __builddeps__"
15135 wine_fn_config_makefile dlls/msrle32 "dlls/Makedll.rules \$(MAKEDEP)"
15136 test "x$enable_msrle32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msrle32"
15138 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mssign32 dlls/mssign32/__install__ dlls/mssign32/__install-lib__ dlls/mssign32/__install-dev__: __builddeps__"
15139 wine_fn_config_makefile dlls/mssign32 "dlls/Makedll.rules \$(MAKEDEP)"
15140 test "x$enable_mssign32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mssign32"
15142 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mssip32 dlls/mssip32/__install__ dlls/mssip32/__install-lib__ dlls/mssip32/__install-dev__: __builddeps__"
15143 wine_fn_config_makefile dlls/mssip32 "dlls/Makedll.rules \$(MAKEDEP)"
15144 test "x$enable_mssip32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mssip32"
15146 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mstask dlls/mstask/__install__ dlls/mstask/__install-lib__ dlls/mstask/__install-dev__: __builddeps__"
15147 wine_fn_config_makefile dlls/mstask "dlls/Makedll.rules \$(MAKEDEP)"
15148 test "x$enable_mstask" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mstask"
15150 wine_fn_config_test dlls/mstask/tests mstask_test
15151 wine_fn_config_makefile dlls/mstask/tests "Maketest.rules \$(MAKEDEP)"
15152 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mstask/tests"
15154 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvcirt dlls/msvcirt/__install__ dlls/msvcirt/__install-lib__ dlls/msvcirt/__install-dev__: __builddeps__"
15155 wine_fn_config_makefile dlls/msvcirt "dlls/Makedll.rules \$(MAKEDEP)"
15156 test "x$enable_msvcirt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcirt"
15158 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcr71/libmsvcr71.$IMPLIBEXT"
15159 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvcr71/libmsvcr71.$IMPLIBEXT dlls/msvcr71/libmsvcr71.cross.a: tools/widl tools/winebuild tools/winegcc include
15160 dlls/msvcr71/libmsvcr71.$IMPLIBEXT dlls/msvcr71/libmsvcr71.cross.a: dlls/msvcr71/msvcr71.spec dlls/msvcr71/Makefile
15161 @cd dlls/msvcr71 && \$(MAKE) \`basename \$@\`
15162 dlls/msvcr71 dlls/msvcr71/__install__ dlls/msvcr71/__install-lib__ dlls/msvcr71/__install-dev__: __builddeps__"
15163 wine_fn_config_makefile dlls/msvcr71 "dlls/Makedll.rules \$(MAKEDEP)"
15164 test "x$enable_msvcr71" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcr71"
15166 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcrt/libmsvcrt.$IMPLIBEXT"
15167 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvcrt/libmsvcrt.$IMPLIBEXT dlls/msvcrt/libmsvcrt.cross.a: tools/widl tools/winebuild tools/winegcc include
15168 dlls/msvcrt/libmsvcrt.$IMPLIBEXT dlls/msvcrt/libmsvcrt.cross.a: dlls/msvcrt/msvcrt.spec dlls/msvcrt/Makefile
15169 @cd dlls/msvcrt && \$(MAKE) \`basename \$@\`
15170 dlls/msvcrt dlls/msvcrt/__install__ dlls/msvcrt/__install-lib__ dlls/msvcrt/__install-dev__: __builddeps__"
15171 wine_fn_config_makefile dlls/msvcrt "dlls/Makedll.rules \$(MAKEDEP)"
15172 test "x$enable_msvcrt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcrt"
15174 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
15175 wine_fn_config_makefile dlls/msvcrt/tests "Maketest.rules \$(MAKEDEP)"
15176 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msvcrt/tests"
15178 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcrt20/libmsvcrt20.$IMPLIBEXT"
15179 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvcrt20/libmsvcrt20.$IMPLIBEXT dlls/msvcrt20/libmsvcrt20.cross.a: tools/widl tools/winebuild tools/winegcc include
15180 dlls/msvcrt20/libmsvcrt20.$IMPLIBEXT dlls/msvcrt20/libmsvcrt20.cross.a: dlls/msvcrt20/msvcrt20.spec dlls/msvcrt20/Makefile
15181 @cd dlls/msvcrt20 && \$(MAKE) \`basename \$@\`
15182 dlls/msvcrt20 dlls/msvcrt20/__install__ dlls/msvcrt20/__install-lib__ dlls/msvcrt20/__install-dev__: __builddeps__"
15183 wine_fn_config_makefile dlls/msvcrt20 "dlls/Makedll.rules \$(MAKEDEP)"
15184 test "x$enable_msvcrt20" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcrt20"
15186 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcrt40/libmsvcrt40.$IMPLIBEXT"
15187 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvcrt40/libmsvcrt40.$IMPLIBEXT dlls/msvcrt40/libmsvcrt40.cross.a: tools/widl tools/winebuild tools/winegcc include
15188 dlls/msvcrt40/libmsvcrt40.$IMPLIBEXT dlls/msvcrt40/libmsvcrt40.cross.a: dlls/msvcrt40/msvcrt40.spec dlls/msvcrt40/Makefile
15189 @cd dlls/msvcrt40 && \$(MAKE) \`basename \$@\`
15190 dlls/msvcrt40 dlls/msvcrt40/__install__ dlls/msvcrt40/__install-lib__ dlls/msvcrt40/__install-dev__: __builddeps__"
15191 wine_fn_config_makefile dlls/msvcrt40 "dlls/Makedll.rules \$(MAKEDEP)"
15192 test "x$enable_msvcrt40" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcrt40"
15194 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcrtd/libmsvcrtd.$IMPLIBEXT"
15195 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvcrtd/libmsvcrtd.$IMPLIBEXT dlls/msvcrtd/libmsvcrtd.cross.a: tools/widl tools/winebuild tools/winegcc include
15196 dlls/msvcrtd/libmsvcrtd.$IMPLIBEXT dlls/msvcrtd/libmsvcrtd.cross.a: dlls/msvcrtd/msvcrtd.spec dlls/msvcrtd/Makefile
15197 @cd dlls/msvcrtd && \$(MAKE) \`basename \$@\`
15198 dlls/msvcrtd dlls/msvcrtd/__install__ dlls/msvcrtd/__install-lib__ dlls/msvcrtd/__install-dev__: __builddeps__"
15199 wine_fn_config_makefile dlls/msvcrtd "dlls/Makedll.rules \$(MAKEDEP)"
15200 test "x$enable_msvcrtd" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcrtd"
15202 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
15203 wine_fn_config_makefile dlls/msvcrtd/tests "Maketest.rules \$(MAKEDEP)"
15204 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msvcrtd/tests"
15206 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvfw32/libmsvfw32.$IMPLIBEXT"
15207 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvfw32/libmsvfw32.$IMPLIBEXT dlls/msvfw32/libmsvfw32.cross.a: tools/widl tools/winebuild tools/winegcc include
15208 dlls/msvfw32/libmsvfw32.$IMPLIBEXT dlls/msvfw32/libmsvfw32.cross.a: dlls/msvfw32/msvfw32.spec dlls/msvfw32/Makefile
15209 @cd dlls/msvfw32 && \$(MAKE) \`basename \$@\`
15210 dlls/msvfw32 dlls/msvfw32/__install__ dlls/msvfw32/__install-lib__ dlls/msvfw32/__install-dev__: __builddeps__"
15211 wine_fn_config_makefile dlls/msvfw32 "dlls/Makedll.rules \$(MAKEDEP)"
15212 test "x$enable_msvfw32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvfw32"
15214 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
15215 wine_fn_config_makefile dlls/msvfw32/tests "Maketest.rules \$(MAKEDEP)"
15216 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msvfw32/tests"
15218 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvidc32 dlls/msvidc32/__install__ dlls/msvidc32/__install-lib__ dlls/msvidc32/__install-dev__: __builddeps__"
15219 wine_fn_config_makefile dlls/msvidc32 "dlls/Makedll.rules \$(MAKEDEP)"
15220 test "x$enable_msvidc32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvidc32"
15222 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvideo.dll16 dlls/msvideo.dll16/__install__ dlls/msvideo.dll16/__install-lib__ dlls/msvideo.dll16/__install-dev__: __builddeps__"
15223 wine_fn_config_makefile dlls/msvideo.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15224 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvideo.dll16"
15226 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mswsock/libmswsock.$IMPLIBEXT"
15227 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mswsock/libmswsock.$IMPLIBEXT dlls/mswsock/libmswsock.cross.a: tools/widl tools/winebuild tools/winegcc include
15228 dlls/mswsock/libmswsock.$IMPLIBEXT dlls/mswsock/libmswsock.cross.a: dlls/mswsock/mswsock.spec dlls/mswsock/Makefile
15229 @cd dlls/mswsock && \$(MAKE) \`basename \$@\`
15230 dlls/mswsock dlls/mswsock/__install__ dlls/mswsock/__install-lib__ dlls/mswsock/__install-dev__: __builddeps__"
15231 wine_fn_config_makefile dlls/mswsock "dlls/Makedll.rules \$(MAKEDEP)"
15232 test "x$enable_mswsock" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mswsock"
15234 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msxml3 dlls/msxml3/__install__ dlls/msxml3/__install-lib__ dlls/msxml3/__install-dev__: __builddeps__"
15235 wine_fn_config_makefile dlls/msxml3 "dlls/Makedll.rules \$(MAKEDEP)"
15236 test "x$enable_msxml3" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msxml3"
15238 wine_fn_config_test dlls/msxml3/tests msxml3_test
15239 wine_fn_config_makefile dlls/msxml3/tests "Maketest.rules \$(MAKEDEP)"
15240 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msxml3/tests"
15242 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msxml4 dlls/msxml4/__install__ dlls/msxml4/__install-lib__ dlls/msxml4/__install-dev__: __builddeps__"
15243 wine_fn_config_makefile dlls/msxml4 "dlls/Makedll.rules \$(MAKEDEP)"
15244 test "x$enable_msxml4" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msxml4"
15246 wine_fn_append_file ALL_IMPORT_LIBS "dlls/nddeapi/libnddeapi.$IMPLIBEXT"
15247 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/nddeapi/libnddeapi.$IMPLIBEXT dlls/nddeapi/libnddeapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15248 dlls/nddeapi/libnddeapi.$IMPLIBEXT dlls/nddeapi/libnddeapi.cross.a: dlls/nddeapi/nddeapi.spec dlls/nddeapi/Makefile
15249 @cd dlls/nddeapi && \$(MAKE) \`basename \$@\`
15250 dlls/nddeapi dlls/nddeapi/__install__ dlls/nddeapi/__install-lib__ dlls/nddeapi/__install-dev__: __builddeps__"
15251 wine_fn_config_makefile dlls/nddeapi "dlls/Makedll.rules \$(MAKEDEP)"
15252 test "x$enable_nddeapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/nddeapi"
15254 wine_fn_append_file ALL_IMPORT_LIBS "dlls/netapi32/libnetapi32.$IMPLIBEXT"
15255 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/netapi32/libnetapi32.$IMPLIBEXT dlls/netapi32/libnetapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
15256 dlls/netapi32/libnetapi32.$IMPLIBEXT dlls/netapi32/libnetapi32.cross.a: dlls/netapi32/netapi32.spec dlls/netapi32/Makefile
15257 @cd dlls/netapi32 && \$(MAKE) \`basename \$@\`
15258 dlls/netapi32 dlls/netapi32/__install__ dlls/netapi32/__install-lib__ dlls/netapi32/__install-dev__: __builddeps__"
15259 wine_fn_config_makefile dlls/netapi32 "dlls/Makedll.rules \$(MAKEDEP)"
15260 test "x$enable_netapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/netapi32"
15262 wine_fn_config_test dlls/netapi32/tests netapi32_test
15263 wine_fn_config_makefile dlls/netapi32/tests "Maketest.rules \$(MAKEDEP)"
15264 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/netapi32/tests"
15266 wine_fn_append_file ALL_IMPORT_LIBS "dlls/newdev/libnewdev.$IMPLIBEXT"
15267 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/newdev/libnewdev.$IMPLIBEXT dlls/newdev/libnewdev.cross.a: tools/widl tools/winebuild tools/winegcc include
15268 dlls/newdev/libnewdev.$IMPLIBEXT dlls/newdev/libnewdev.cross.a: dlls/newdev/newdev.spec dlls/newdev/Makefile
15269 @cd dlls/newdev && \$(MAKE) \`basename \$@\`
15270 dlls/newdev dlls/newdev/__install__ dlls/newdev/__install-lib__ dlls/newdev/__install-dev__: __builddeps__"
15271 wine_fn_config_makefile dlls/newdev "dlls/Makedll.rules \$(MAKEDEP)"
15272 test "x$enable_newdev" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/newdev"
15274 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ntdll/libntdll.$IMPLIBEXT"
15275 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ntdll/libntdll.$IMPLIBEXT dlls/ntdll/libntdll.cross.a: tools/widl tools/winebuild tools/winegcc include
15276 dlls/ntdll/libntdll.$IMPLIBEXT dlls/ntdll/libntdll.cross.a: dlls/ntdll/ntdll.spec dlls/ntdll/Makefile
15277 @cd dlls/ntdll && \$(MAKE) \`basename \$@\`
15278 dlls/ntdll dlls/ntdll/__install__ dlls/ntdll/__install-lib__ dlls/ntdll/__install-dev__: __builddeps__"
15279 wine_fn_config_makefile dlls/ntdll "dlls/Makedll.rules \$(MAKEDEP)"
15280 test "x$enable_ntdll" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ntdll"
15282 wine_fn_config_test dlls/ntdll/tests ntdll_test
15283 wine_fn_config_makefile dlls/ntdll/tests "Maketest.rules \$(MAKEDEP)"
15284 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ntdll/tests"
15286 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ntdsapi/libntdsapi.$IMPLIBEXT"
15287 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ntdsapi/libntdsapi.$IMPLIBEXT dlls/ntdsapi/libntdsapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15288 dlls/ntdsapi/libntdsapi.$IMPLIBEXT dlls/ntdsapi/libntdsapi.cross.a: dlls/ntdsapi/ntdsapi.spec dlls/ntdsapi/Makefile
15289 @cd dlls/ntdsapi && \$(MAKE) \`basename \$@\`
15290 dlls/ntdsapi dlls/ntdsapi/__install__ dlls/ntdsapi/__install-lib__ dlls/ntdsapi/__install-dev__: __builddeps__"
15291 wine_fn_config_makefile dlls/ntdsapi "dlls/Makedll.rules \$(MAKEDEP)"
15292 test "x$enable_ntdsapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ntdsapi"
15294 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
15295 wine_fn_config_makefile dlls/ntdsapi/tests "Maketest.rules \$(MAKEDEP)"
15296 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ntdsapi/tests"
15298 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT"
15299 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT dlls/ntoskrnl.exe/libntoskrnl.exe.cross.a: tools/widl tools/winebuild tools/winegcc include
15300 dlls/ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT dlls/ntoskrnl.exe/libntoskrnl.exe.cross.a: dlls/ntoskrnl.exe/ntoskrnl.exe.spec dlls/ntoskrnl.exe/Makefile
15301 @cd dlls/ntoskrnl.exe && \$(MAKE) \`basename \$@\`
15302 dlls/ntoskrnl.exe dlls/ntoskrnl.exe/__install__ dlls/ntoskrnl.exe/__install-lib__ dlls/ntoskrnl.exe/__install-dev__: __builddeps__"
15303 wine_fn_config_makefile dlls/ntoskrnl.exe "dlls/Makedll.rules \$(MAKEDEP)"
15304 test "x$enable_ntoskrnl_exe" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ntoskrnl.exe"
15306 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ntprint dlls/ntprint/__install__ dlls/ntprint/__install-lib__ dlls/ntprint/__install-dev__: __builddeps__"
15307 wine_fn_config_makefile dlls/ntprint "dlls/Makedll.rules \$(MAKEDEP)"
15308 test "x$enable_ntprint" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ntprint"
15310 wine_fn_config_test dlls/ntprint/tests ntprint_test
15311 wine_fn_config_makefile dlls/ntprint/tests "Maketest.rules \$(MAKEDEP)"
15312 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ntprint/tests"
15314 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/objsel dlls/objsel/__install__ dlls/objsel/__install-lib__ dlls/objsel/__install-dev__: __builddeps__"
15315 wine_fn_config_makefile dlls/objsel "dlls/Makedll.rules \$(MAKEDEP)"
15316 test "x$enable_objsel" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/objsel"
15318 wine_fn_append_file ALL_IMPORT_LIBS "dlls/odbc32/libodbc32.$IMPLIBEXT"
15319 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/odbc32/libodbc32.$IMPLIBEXT dlls/odbc32/libodbc32.cross.a: tools/widl tools/winebuild tools/winegcc include
15320 dlls/odbc32/libodbc32.$IMPLIBEXT dlls/odbc32/libodbc32.cross.a: dlls/odbc32/odbc32.spec dlls/odbc32/Makefile
15321 @cd dlls/odbc32 && \$(MAKE) \`basename \$@\`
15322 dlls/odbc32 dlls/odbc32/__install__ dlls/odbc32/__install-lib__ dlls/odbc32/__install-dev__: __builddeps__"
15323 wine_fn_config_makefile dlls/odbc32 "dlls/Makedll.rules \$(MAKEDEP)"
15324 test "x$enable_odbc32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/odbc32"
15326 wine_fn_append_file ALL_IMPORT_LIBS "dlls/odbccp32/libodbccp32.$IMPLIBEXT"
15327 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/odbccp32/libodbccp32.$IMPLIBEXT dlls/odbccp32/libodbccp32.cross.a: tools/widl tools/winebuild tools/winegcc include
15328 dlls/odbccp32/libodbccp32.$IMPLIBEXT dlls/odbccp32/libodbccp32.cross.a: dlls/odbccp32/odbccp32.spec dlls/odbccp32/Makefile
15329 @cd dlls/odbccp32 && \$(MAKE) \`basename \$@\`
15330 dlls/odbccp32 dlls/odbccp32/__install__ dlls/odbccp32/__install-lib__ dlls/odbccp32/__install-dev__: __builddeps__"
15331 wine_fn_config_makefile dlls/odbccp32 "dlls/Makedll.rules \$(MAKEDEP)"
15332 test "x$enable_odbccp32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/odbccp32"
15334 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
15335 wine_fn_config_makefile dlls/odbccp32/tests "Maketest.rules \$(MAKEDEP)"
15336 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/odbccp32/tests"
15338 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ole2.dll16 dlls/ole2.dll16/__install__ dlls/ole2.dll16/__install-lib__ dlls/ole2.dll16/__install-dev__: __builddeps__"
15339 wine_fn_config_makefile dlls/ole2.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15340 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2.dll16"
15342 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ole2conv.dll16 dlls/ole2conv.dll16/__install__ dlls/ole2conv.dll16/__install-lib__ dlls/ole2conv.dll16/__install-dev__: __builddeps__"
15343 wine_fn_config_makefile dlls/ole2conv.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15344 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2conv.dll16"
15346 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ole2disp.dll16 dlls/ole2disp.dll16/__install__ dlls/ole2disp.dll16/__install-lib__ dlls/ole2disp.dll16/__install-dev__: __builddeps__"
15347 wine_fn_config_makefile dlls/ole2disp.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15348 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2disp.dll16"
15350 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ole2nls.dll16 dlls/ole2nls.dll16/__install__ dlls/ole2nls.dll16/__install-lib__ dlls/ole2nls.dll16/__install-dev__: __builddeps__"
15351 wine_fn_config_makefile dlls/ole2nls.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15352 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2nls.dll16"
15354 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ole2prox.dll16 dlls/ole2prox.dll16/__install__ dlls/ole2prox.dll16/__install-lib__ dlls/ole2prox.dll16/__install-dev__: __builddeps__"
15355 wine_fn_config_makefile dlls/ole2prox.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15356 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2prox.dll16"
15358 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ole2thk.dll16 dlls/ole2thk.dll16/__install__ dlls/ole2thk.dll16/__install-lib__ dlls/ole2thk.dll16/__install-dev__: __builddeps__"
15359 wine_fn_config_makefile dlls/ole2thk.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15360 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2thk.dll16"
15362 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ole32/libole32.$IMPLIBEXT"
15363 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ole32/libole32.$IMPLIBEXT dlls/ole32/libole32.cross.a: tools/widl tools/winebuild tools/winegcc include
15364 dlls/ole32/libole32.$IMPLIBEXT dlls/ole32/libole32.cross.a: dlls/ole32/ole32.spec dlls/ole32/Makefile
15365 @cd dlls/ole32 && \$(MAKE) \`basename \$@\`
15366 dlls/ole32 dlls/ole32/__install__ dlls/ole32/__install-lib__ dlls/ole32/__install-dev__: __builddeps__"
15367 wine_fn_config_makefile dlls/ole32 "dlls/Makedll.rules \$(MAKEDEP)"
15368 test "x$enable_ole32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole32"
15370 wine_fn_config_test dlls/ole32/tests ole32_test
15371 wine_fn_config_makefile dlls/ole32/tests "Maketest.rules \$(MAKEDEP)"
15372 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ole32/tests"
15374 wine_fn_append_file ALL_IMPORT_LIBS "dlls/oleacc/liboleacc.$IMPLIBEXT"
15375 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/oleacc/liboleacc.$IMPLIBEXT dlls/oleacc/liboleacc.cross.a: tools/widl tools/winebuild tools/winegcc include
15376 dlls/oleacc/liboleacc.$IMPLIBEXT dlls/oleacc/liboleacc.cross.a: dlls/oleacc/oleacc.spec dlls/oleacc/Makefile
15377 @cd dlls/oleacc && \$(MAKE) \`basename \$@\`
15378 dlls/oleacc dlls/oleacc/__install__ dlls/oleacc/__install-lib__ dlls/oleacc/__install-dev__: __builddeps__"
15379 wine_fn_config_makefile dlls/oleacc "dlls/Makedll.rules \$(MAKEDEP)"
15380 test "x$enable_oleacc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/oleacc"
15382 wine_fn_config_test dlls/oleacc/tests oleacc_test
15383 wine_fn_config_makefile dlls/oleacc/tests "Maketest.rules \$(MAKEDEP)"
15384 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/oleacc/tests"
15386 wine_fn_append_file ALL_IMPORT_LIBS "dlls/oleaut32/liboleaut32.$IMPLIBEXT"
15387 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/oleaut32/liboleaut32.$IMPLIBEXT dlls/oleaut32/liboleaut32.cross.a: tools/widl tools/winebuild tools/winegcc include
15388 dlls/oleaut32/liboleaut32.$IMPLIBEXT dlls/oleaut32/liboleaut32.cross.a: dlls/oleaut32/oleaut32.spec dlls/oleaut32/Makefile
15389 @cd dlls/oleaut32 && \$(MAKE) \`basename \$@\`
15390 dlls/oleaut32 dlls/oleaut32/__install__ dlls/oleaut32/__install-lib__ dlls/oleaut32/__install-dev__: __builddeps__"
15391 wine_fn_config_makefile dlls/oleaut32 "dlls/Makedll.rules \$(MAKEDEP)"
15392 test "x$enable_oleaut32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/oleaut32"
15394 wine_fn_config_test dlls/oleaut32/tests oleaut32_test
15395 wine_fn_config_makefile dlls/oleaut32/tests "Maketest.rules \$(MAKEDEP)"
15396 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/oleaut32/tests"
15398 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/olecli.dll16 dlls/olecli.dll16/__install__ dlls/olecli.dll16/__install-lib__ dlls/olecli.dll16/__install-dev__: __builddeps__"
15399 wine_fn_config_makefile dlls/olecli.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15400 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olecli.dll16"
15402 wine_fn_append_file ALL_IMPORT_LIBS "dlls/olecli32/libolecli32.$IMPLIBEXT"
15403 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/olecli32/libolecli32.$IMPLIBEXT dlls/olecli32/libolecli32.cross.a: tools/widl tools/winebuild tools/winegcc include
15404 dlls/olecli32/libolecli32.$IMPLIBEXT dlls/olecli32/libolecli32.cross.a: dlls/olecli32/olecli32.spec dlls/olecli32/Makefile
15405 @cd dlls/olecli32 && \$(MAKE) \`basename \$@\`
15406 dlls/olecli32 dlls/olecli32/__install__ dlls/olecli32/__install-lib__ dlls/olecli32/__install-dev__: __builddeps__"
15407 wine_fn_config_makefile dlls/olecli32 "dlls/Makedll.rules \$(MAKEDEP)"
15408 test "x$enable_olecli32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olecli32"
15410 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/oledb32 dlls/oledb32/__install__ dlls/oledb32/__install-lib__ dlls/oledb32/__install-dev__: __builddeps__"
15411 wine_fn_config_makefile dlls/oledb32 "dlls/Makedll.rules \$(MAKEDEP)"
15412 test "x$enable_oledb32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/oledb32"
15414 wine_fn_config_test dlls/oledb32/tests oledb32_test
15415 wine_fn_config_makefile dlls/oledb32/tests "Maketest.rules \$(MAKEDEP)"
15416 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/oledb32/tests"
15418 wine_fn_append_file ALL_IMPORT_LIBS "dlls/oledlg/liboledlg.$IMPLIBEXT"
15419 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/oledlg/liboledlg.$IMPLIBEXT dlls/oledlg/liboledlg.cross.a: tools/widl tools/winebuild tools/winegcc include
15420 dlls/oledlg/liboledlg.$IMPLIBEXT dlls/oledlg/liboledlg.cross.a: dlls/oledlg/oledlg.spec dlls/oledlg/Makefile
15421 @cd dlls/oledlg && \$(MAKE) \`basename \$@\`
15422 dlls/oledlg dlls/oledlg/__install__ dlls/oledlg/__install-lib__ dlls/oledlg/__install-dev__: __builddeps__"
15423 wine_fn_config_makefile dlls/oledlg "dlls/Makedll.rules \$(MAKEDEP)"
15424 test "x$enable_oledlg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/oledlg"
15426 wine_fn_append_file ALL_IMPORT_LIBS "dlls/olepro32/libolepro32.$IMPLIBEXT"
15427 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/olepro32/libolepro32.$IMPLIBEXT dlls/olepro32/libolepro32.cross.a: tools/widl tools/winebuild tools/winegcc include
15428 dlls/olepro32/libolepro32.$IMPLIBEXT dlls/olepro32/libolepro32.cross.a: dlls/olepro32/olepro32.spec dlls/olepro32/Makefile
15429 @cd dlls/olepro32 && \$(MAKE) \`basename \$@\`
15430 dlls/olepro32 dlls/olepro32/__install__ dlls/olepro32/__install-lib__ dlls/olepro32/__install-dev__: __builddeps__"
15431 wine_fn_config_makefile dlls/olepro32 "dlls/Makedll.rules \$(MAKEDEP)"
15432 test "x$enable_olepro32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olepro32"
15434 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/olesvr.dll16 dlls/olesvr.dll16/__install__ dlls/olesvr.dll16/__install-lib__ dlls/olesvr.dll16/__install-dev__: __builddeps__"
15435 wine_fn_config_makefile dlls/olesvr.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15436 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olesvr.dll16"
15438 wine_fn_append_file ALL_IMPORT_LIBS "dlls/olesvr32/libolesvr32.$IMPLIBEXT"
15439 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/olesvr32/libolesvr32.$IMPLIBEXT dlls/olesvr32/libolesvr32.cross.a: tools/widl tools/winebuild tools/winegcc include
15440 dlls/olesvr32/libolesvr32.$IMPLIBEXT dlls/olesvr32/libolesvr32.cross.a: dlls/olesvr32/olesvr32.spec dlls/olesvr32/Makefile
15441 @cd dlls/olesvr32 && \$(MAKE) \`basename \$@\`
15442 dlls/olesvr32 dlls/olesvr32/__install__ dlls/olesvr32/__install-lib__ dlls/olesvr32/__install-dev__: __builddeps__"
15443 wine_fn_config_makefile dlls/olesvr32 "dlls/Makedll.rules \$(MAKEDEP)"
15444 test "x$enable_olesvr32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olesvr32"
15446 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/olethk32 dlls/olethk32/__install__ dlls/olethk32/__install-lib__ dlls/olethk32/__install-dev__: __builddeps__"
15447 wine_fn_config_makefile dlls/olethk32 "dlls/Makedll.rules \$(MAKEDEP)"
15448 test "x$enable_olethk32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olethk32"
15450 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/openal32 dlls/openal32/__install__ dlls/openal32/__install-lib__ dlls/openal32/__install-dev__: __builddeps__"
15451 wine_fn_config_makefile dlls/openal32 "dlls/Makedll.rules \$(MAKEDEP)"
15452 test "x$enable_openal32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/openal32"
15454 wine_fn_append_file ALL_IMPORT_LIBS "dlls/opengl32/libopengl32.$IMPLIBEXT"
15455 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/opengl32/libopengl32.$IMPLIBEXT dlls/opengl32/libopengl32.cross.a: tools/widl tools/winebuild tools/winegcc include
15456 dlls/opengl32/libopengl32.$IMPLIBEXT dlls/opengl32/libopengl32.cross.a: dlls/opengl32/opengl32.spec dlls/opengl32/Makefile
15457 @cd dlls/opengl32 && \$(MAKE) \`basename \$@\`
15458 dlls/opengl32 dlls/opengl32/__install__ dlls/opengl32/__install-lib__ dlls/opengl32/__install-dev__: __builddeps__"
15459 wine_fn_config_makefile dlls/opengl32 "dlls/Makedll.rules \$(MAKEDEP)"
15460 test "x$enable_opengl32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/opengl32"
15462 wine_fn_config_test dlls/opengl32/tests opengl32_test
15463 wine_fn_config_makefile dlls/opengl32/tests "Maketest.rules \$(MAKEDEP)"
15464 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/opengl32/tests"
15466 wine_fn_append_file ALL_IMPORT_LIBS "dlls/pdh/libpdh.$IMPLIBEXT"
15467 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/pdh/libpdh.$IMPLIBEXT dlls/pdh/libpdh.cross.a: tools/widl tools/winebuild tools/winegcc include
15468 dlls/pdh/libpdh.$IMPLIBEXT dlls/pdh/libpdh.cross.a: dlls/pdh/pdh.spec dlls/pdh/Makefile
15469 @cd dlls/pdh && \$(MAKE) \`basename \$@\`
15470 dlls/pdh dlls/pdh/__install__ dlls/pdh/__install-lib__ dlls/pdh/__install-dev__: __builddeps__"
15471 wine_fn_config_makefile dlls/pdh "dlls/Makedll.rules \$(MAKEDEP)"
15472 test "x$enable_pdh" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/pdh"
15474 wine_fn_config_test dlls/pdh/tests pdh_test
15475 wine_fn_config_makefile dlls/pdh/tests "Maketest.rules \$(MAKEDEP)"
15476 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/pdh/tests"
15478 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/pidgen dlls/pidgen/__install__ dlls/pidgen/__install-lib__ dlls/pidgen/__install-dev__: __builddeps__"
15479 wine_fn_config_makefile dlls/pidgen "dlls/Makedll.rules \$(MAKEDEP)"
15480 test "x$enable_pidgen" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/pidgen"
15482 wine_fn_append_file ALL_IMPORT_LIBS "dlls/powrprof/libpowrprof.$IMPLIBEXT"
15483 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/powrprof/libpowrprof.$IMPLIBEXT dlls/powrprof/libpowrprof.cross.a: tools/widl tools/winebuild tools/winegcc include
15484 dlls/powrprof/libpowrprof.$IMPLIBEXT dlls/powrprof/libpowrprof.cross.a: dlls/powrprof/powrprof.spec dlls/powrprof/Makefile
15485 @cd dlls/powrprof && \$(MAKE) \`basename \$@\`
15486 dlls/powrprof dlls/powrprof/__install__ dlls/powrprof/__install-lib__ dlls/powrprof/__install-dev__: __builddeps__"
15487 wine_fn_config_makefile dlls/powrprof "dlls/Makedll.rules \$(MAKEDEP)"
15488 test "x$enable_powrprof" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/powrprof"
15490 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/printui dlls/printui/__install__ dlls/printui/__install-lib__ dlls/printui/__install-dev__: __builddeps__"
15491 wine_fn_config_makefile dlls/printui "dlls/Makedll.rules \$(MAKEDEP)"
15492 test "x$enable_printui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/printui"
15494 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/propsys dlls/propsys/__install__ dlls/propsys/__install-lib__ dlls/propsys/__install-dev__: __builddeps__"
15495 wine_fn_config_makefile dlls/propsys "dlls/Makedll.rules \$(MAKEDEP)"
15496 test "x$enable_propsys" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/propsys"
15498 wine_fn_append_file ALL_IMPORT_LIBS "dlls/psapi/libpsapi.$IMPLIBEXT"
15499 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/psapi/libpsapi.$IMPLIBEXT dlls/psapi/libpsapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15500 dlls/psapi/libpsapi.$IMPLIBEXT dlls/psapi/libpsapi.cross.a: dlls/psapi/psapi.spec dlls/psapi/Makefile
15501 @cd dlls/psapi && \$(MAKE) \`basename \$@\`
15502 dlls/psapi dlls/psapi/__install__ dlls/psapi/__install-lib__ dlls/psapi/__install-dev__: __builddeps__"
15503 wine_fn_config_makefile dlls/psapi "dlls/Makedll.rules \$(MAKEDEP)"
15504 test "x$enable_psapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/psapi"
15506 wine_fn_config_test dlls/psapi/tests psapi_test
15507 wine_fn_config_makefile dlls/psapi/tests "Maketest.rules \$(MAKEDEP)"
15508 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/psapi/tests"
15510 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/pstorec dlls/pstorec/__install__ dlls/pstorec/__install-lib__ dlls/pstorec/__install-dev__: __builddeps__"
15511 wine_fn_config_makefile dlls/pstorec "dlls/Makedll.rules \$(MAKEDEP)"
15512 test "x$enable_pstorec" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/pstorec"
15514 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/qcap dlls/qcap/__install__ dlls/qcap/__install-lib__ dlls/qcap/__install-dev__: __builddeps__"
15515 wine_fn_config_makefile dlls/qcap "dlls/Makedll.rules \$(MAKEDEP)"
15516 test "x$enable_qcap" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/qcap"
15518 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/qedit dlls/qedit/__install__ dlls/qedit/__install-lib__ dlls/qedit/__install-dev__: __builddeps__"
15519 wine_fn_config_makefile dlls/qedit "dlls/Makedll.rules \$(MAKEDEP)"
15520 test "x$enable_qedit" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/qedit"
15522 wine_fn_config_test dlls/qedit/tests qedit_test
15523 wine_fn_config_makefile dlls/qedit/tests "Maketest.rules \$(MAKEDEP)"
15524 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/qedit/tests"
15526 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/qmgr dlls/qmgr/__install__ dlls/qmgr/__install-lib__ dlls/qmgr/__install-dev__: __builddeps__"
15527 wine_fn_config_makefile dlls/qmgr "dlls/Makedll.rules \$(MAKEDEP)"
15528 test "x$enable_qmgr" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/qmgr"
15530 wine_fn_config_test dlls/qmgr/tests qmgr_test
15531 wine_fn_config_makefile dlls/qmgr/tests "Maketest.rules \$(MAKEDEP)"
15532 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/qmgr/tests"
15534 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/qmgrprxy dlls/qmgrprxy/__install__ dlls/qmgrprxy/__install-lib__ dlls/qmgrprxy/__install-dev__: __builddeps__"
15535 wine_fn_config_makefile dlls/qmgrprxy "dlls/Makedll.rules \$(MAKEDEP)"
15536 test "x$enable_qmgrprxy" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/qmgrprxy"
15538 wine_fn_append_file ALL_IMPORT_LIBS "dlls/quartz/libquartz.$IMPLIBEXT"
15539 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/quartz/libquartz.$IMPLIBEXT dlls/quartz/libquartz.cross.a: tools/widl tools/winebuild tools/winegcc include
15540 dlls/quartz/libquartz.$IMPLIBEXT dlls/quartz/libquartz.cross.a: dlls/quartz/quartz.spec dlls/quartz/Makefile
15541 @cd dlls/quartz && \$(MAKE) \`basename \$@\`
15542 dlls/quartz dlls/quartz/__install__ dlls/quartz/__install-lib__ dlls/quartz/__install-dev__: __builddeps__"
15543 wine_fn_config_makefile dlls/quartz "dlls/Makedll.rules \$(MAKEDEP)"
15544 test "x$enable_quartz" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/quartz"
15546 wine_fn_config_test dlls/quartz/tests quartz_test
15547 wine_fn_config_makefile dlls/quartz/tests "Maketest.rules \$(MAKEDEP)"
15548 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/quartz/tests"
15550 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/query dlls/query/__install__ dlls/query/__install-lib__ dlls/query/__install-dev__: __builddeps__"
15551 wine_fn_config_makefile dlls/query "dlls/Makedll.rules \$(MAKEDEP)"
15552 test "x$enable_query" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/query"
15554 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rasapi16.dll16 dlls/rasapi16.dll16/__install__ dlls/rasapi16.dll16/__install-lib__ dlls/rasapi16.dll16/__install-dev__: __builddeps__"
15555 wine_fn_config_makefile dlls/rasapi16.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15556 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rasapi16.dll16"
15558 wine_fn_append_file ALL_IMPORT_LIBS "dlls/rasapi32/librasapi32.$IMPLIBEXT"
15559 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rasapi32/librasapi32.$IMPLIBEXT dlls/rasapi32/librasapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
15560 dlls/rasapi32/librasapi32.$IMPLIBEXT dlls/rasapi32/librasapi32.cross.a: dlls/rasapi32/rasapi32.spec dlls/rasapi32/Makefile
15561 @cd dlls/rasapi32 && \$(MAKE) \`basename \$@\`
15562 dlls/rasapi32 dlls/rasapi32/__install__ dlls/rasapi32/__install-lib__ dlls/rasapi32/__install-dev__: __builddeps__"
15563 wine_fn_config_makefile dlls/rasapi32 "dlls/Makedll.rules \$(MAKEDEP)"
15564 test "x$enable_rasapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rasapi32"
15566 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
15567 wine_fn_config_makefile dlls/rasapi32/tests "Maketest.rules \$(MAKEDEP)"
15568 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/rasapi32/tests"
15570 wine_fn_append_file ALL_IMPORT_LIBS "dlls/rasdlg/librasdlg.$IMPLIBEXT"
15571 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rasdlg/librasdlg.$IMPLIBEXT dlls/rasdlg/librasdlg.cross.a: tools/widl tools/winebuild tools/winegcc include
15572 dlls/rasdlg/librasdlg.$IMPLIBEXT dlls/rasdlg/librasdlg.cross.a: dlls/rasdlg/rasdlg.spec dlls/rasdlg/Makefile
15573 @cd dlls/rasdlg && \$(MAKE) \`basename \$@\`
15574 dlls/rasdlg dlls/rasdlg/__install__ dlls/rasdlg/__install-lib__ dlls/rasdlg/__install-dev__: __builddeps__"
15575 wine_fn_config_makefile dlls/rasdlg "dlls/Makedll.rules \$(MAKEDEP)"
15576 test "x$enable_rasdlg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rasdlg"
15578 wine_fn_append_file ALL_IMPORT_LIBS "dlls/resutils/libresutils.$IMPLIBEXT"
15579 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/resutils/libresutils.$IMPLIBEXT dlls/resutils/libresutils.cross.a: tools/widl tools/winebuild tools/winegcc include
15580 dlls/resutils/libresutils.$IMPLIBEXT dlls/resutils/libresutils.cross.a: dlls/resutils/resutils.spec dlls/resutils/Makefile
15581 @cd dlls/resutils && \$(MAKE) \`basename \$@\`
15582 dlls/resutils dlls/resutils/__install__ dlls/resutils/__install-lib__ dlls/resutils/__install-dev__: __builddeps__"
15583 wine_fn_config_makefile dlls/resutils "dlls/Makedll.rules \$(MAKEDEP)"
15584 test "x$enable_resutils" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/resutils"
15586 wine_fn_append_file ALL_IMPORT_LIBS "dlls/riched20/libriched20.$IMPLIBEXT"
15587 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/riched20/libriched20.$IMPLIBEXT dlls/riched20/libriched20.cross.a: tools/widl tools/winebuild tools/winegcc include
15588 dlls/riched20/libriched20.$IMPLIBEXT dlls/riched20/libriched20.cross.a: dlls/riched20/riched20.spec dlls/riched20/Makefile
15589 @cd dlls/riched20 && \$(MAKE) \`basename \$@\`
15590 dlls/riched20 dlls/riched20/__install__ dlls/riched20/__install-lib__ dlls/riched20/__install-dev__: __builddeps__"
15591 wine_fn_config_makefile dlls/riched20 "dlls/Makedll.rules \$(MAKEDEP)"
15592 test "x$enable_riched20" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/riched20"
15594 wine_fn_config_test dlls/riched20/tests riched20_test
15595 wine_fn_config_makefile dlls/riched20/tests "Maketest.rules \$(MAKEDEP)"
15596 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/riched20/tests"
15598 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/riched32 dlls/riched32/__install__ dlls/riched32/__install-lib__ dlls/riched32/__install-dev__: __builddeps__"
15599 wine_fn_config_makefile dlls/riched32 "dlls/Makedll.rules \$(MAKEDEP)"
15600 test "x$enable_riched32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/riched32"
15602 wine_fn_config_test dlls/riched32/tests riched32_test
15603 wine_fn_config_makefile dlls/riched32/tests "Maketest.rules \$(MAKEDEP)"
15604 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/riched32/tests"
15606 wine_fn_append_file ALL_IMPORT_LIBS "dlls/rpcrt4/librpcrt4.$IMPLIBEXT"
15607 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rpcrt4/librpcrt4.$IMPLIBEXT dlls/rpcrt4/librpcrt4.cross.a: tools/widl tools/winebuild tools/winegcc include
15608 dlls/rpcrt4/librpcrt4.$IMPLIBEXT dlls/rpcrt4/librpcrt4.cross.a: dlls/rpcrt4/rpcrt4.spec dlls/rpcrt4/Makefile
15609 @cd dlls/rpcrt4 && \$(MAKE) \`basename \$@\`
15610 dlls/rpcrt4 dlls/rpcrt4/__install__ dlls/rpcrt4/__install-lib__ dlls/rpcrt4/__install-dev__: __builddeps__"
15611 wine_fn_config_makefile dlls/rpcrt4 "dlls/Makedll.rules \$(MAKEDEP)"
15612 test "x$enable_rpcrt4" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rpcrt4"
15614 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test
15615 wine_fn_config_makefile dlls/rpcrt4/tests "Maketest.rules \$(MAKEDEP)"
15616 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/rpcrt4/tests"
15618 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rsabase dlls/rsabase/__install__ dlls/rsabase/__install-lib__ dlls/rsabase/__install-dev__: __builddeps__"
15619 wine_fn_config_makefile dlls/rsabase "dlls/Makedll.rules \$(MAKEDEP)"
15620 test "x$enable_rsabase" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rsabase"
15622 wine_fn_append_file ALL_IMPORT_LIBS "dlls/rsaenh/librsaenh.$IMPLIBEXT"
15623 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rsaenh/librsaenh.$IMPLIBEXT dlls/rsaenh/librsaenh.cross.a: tools/widl tools/winebuild tools/winegcc include
15624 dlls/rsaenh/librsaenh.$IMPLIBEXT dlls/rsaenh/librsaenh.cross.a: dlls/rsaenh/rsaenh.spec dlls/rsaenh/Makefile
15625 @cd dlls/rsaenh && \$(MAKE) \`basename \$@\`
15626 dlls/rsaenh dlls/rsaenh/__install__ dlls/rsaenh/__install-lib__ dlls/rsaenh/__install-dev__: __builddeps__"
15627 wine_fn_config_makefile dlls/rsaenh "dlls/Makedll.rules \$(MAKEDEP)"
15628 test "x$enable_rsaenh" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rsaenh"
15630 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
15631 wine_fn_config_makefile dlls/rsaenh/tests "Maketest.rules \$(MAKEDEP)"
15632 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/rsaenh/tests"
15634 wine_fn_append_file ALL_IMPORT_LIBS "dlls/rtutils/librtutils.$IMPLIBEXT"
15635 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rtutils/librtutils.$IMPLIBEXT dlls/rtutils/librtutils.cross.a: tools/widl tools/winebuild tools/winegcc include
15636 dlls/rtutils/librtutils.$IMPLIBEXT dlls/rtutils/librtutils.cross.a: dlls/rtutils/rtutils.spec dlls/rtutils/Makefile
15637 @cd dlls/rtutils && \$(MAKE) \`basename \$@\`
15638 dlls/rtutils dlls/rtutils/__install__ dlls/rtutils/__install-lib__ dlls/rtutils/__install-dev__: __builddeps__"
15639 wine_fn_config_makefile dlls/rtutils "dlls/Makedll.rules \$(MAKEDEP)"
15640 test "x$enable_rtutils" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rtutils"
15642 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/sane.ds dlls/sane.ds/__install__ dlls/sane.ds/__install-lib__ dlls/sane.ds/__install-dev__: __builddeps__"
15643 wine_fn_config_makefile dlls/sane.ds "dlls/Makedll.rules \$(MAKEDEP)"
15644 test "x$enable_sane_ds" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sane.ds"
15646 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/sccbase dlls/sccbase/__install__ dlls/sccbase/__install-lib__ dlls/sccbase/__install-dev__: __builddeps__"
15647 wine_fn_config_makefile dlls/sccbase "dlls/Makedll.rules \$(MAKEDEP)"
15648 test "x$enable_sccbase" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sccbase"
15650 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/schannel dlls/schannel/__install__ dlls/schannel/__install-lib__ dlls/schannel/__install-dev__: __builddeps__"
15651 wine_fn_config_makefile dlls/schannel "dlls/Makedll.rules \$(MAKEDEP)"
15652 test "x$enable_schannel" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/schannel"
15654 wine_fn_config_test dlls/schannel/tests schannel_test
15655 wine_fn_config_makefile dlls/schannel/tests "Maketest.rules \$(MAKEDEP)"
15656 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/schannel/tests"
15658 wine_fn_append_file ALL_IMPORT_LIBS "dlls/secur32/libsecur32.$IMPLIBEXT"
15659 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/secur32/libsecur32.$IMPLIBEXT dlls/secur32/libsecur32.cross.a: tools/widl tools/winebuild tools/winegcc include
15660 dlls/secur32/libsecur32.$IMPLIBEXT dlls/secur32/libsecur32.cross.a: dlls/secur32/secur32.spec dlls/secur32/Makefile
15661 @cd dlls/secur32 && \$(MAKE) \`basename \$@\`
15662 dlls/secur32 dlls/secur32/__install__ dlls/secur32/__install-lib__ dlls/secur32/__install-dev__: __builddeps__"
15663 wine_fn_config_makefile dlls/secur32 "dlls/Makedll.rules \$(MAKEDEP)"
15664 test "x$enable_secur32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/secur32"
15666 wine_fn_config_test dlls/secur32/tests secur32_test
15667 wine_fn_config_makefile dlls/secur32/tests "Maketest.rules \$(MAKEDEP)"
15668 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/secur32/tests"
15670 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/security dlls/security/__install__ dlls/security/__install-lib__ dlls/security/__install-dev__: __builddeps__"
15671 wine_fn_config_makefile dlls/security "dlls/Makedll.rules \$(MAKEDEP)"
15672 test "x$enable_security" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/security"
15674 wine_fn_append_file ALL_IMPORT_LIBS "dlls/sensapi/libsensapi.$IMPLIBEXT"
15675 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/sensapi/libsensapi.$IMPLIBEXT dlls/sensapi/libsensapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15676 dlls/sensapi/libsensapi.$IMPLIBEXT dlls/sensapi/libsensapi.cross.a: dlls/sensapi/sensapi.spec dlls/sensapi/Makefile
15677 @cd dlls/sensapi && \$(MAKE) \`basename \$@\`
15678 dlls/sensapi dlls/sensapi/__install__ dlls/sensapi/__install-lib__ dlls/sensapi/__install-dev__: __builddeps__"
15679 wine_fn_config_makefile dlls/sensapi "dlls/Makedll.rules \$(MAKEDEP)"
15680 test "x$enable_sensapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sensapi"
15682 wine_fn_append_file ALL_IMPORT_LIBS "dlls/serialui/libserialui.$IMPLIBEXT"
15683 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/serialui/libserialui.$IMPLIBEXT dlls/serialui/libserialui.cross.a: tools/widl tools/winebuild tools/winegcc include
15684 dlls/serialui/libserialui.$IMPLIBEXT dlls/serialui/libserialui.cross.a: dlls/serialui/serialui.spec dlls/serialui/Makefile
15685 @cd dlls/serialui && \$(MAKE) \`basename \$@\`
15686 dlls/serialui dlls/serialui/__install__ dlls/serialui/__install-lib__ dlls/serialui/__install-dev__: __builddeps__"
15687 wine_fn_config_makefile dlls/serialui "dlls/Makedll.rules \$(MAKEDEP)"
15688 test "x$enable_serialui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/serialui"
15690 wine_fn_config_test dlls/serialui/tests serialui_test
15691 wine_fn_config_makefile dlls/serialui/tests "Maketest.rules \$(MAKEDEP)"
15692 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/serialui/tests"
15694 wine_fn_append_file ALL_IMPORT_LIBS "dlls/setupapi/libsetupapi.$IMPLIBEXT"
15695 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/setupapi/libsetupapi.$IMPLIBEXT dlls/setupapi/libsetupapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15696 dlls/setupapi/libsetupapi.$IMPLIBEXT dlls/setupapi/libsetupapi.cross.a: dlls/setupapi/setupapi.spec dlls/setupapi/Makefile
15697 @cd dlls/setupapi && \$(MAKE) \`basename \$@\`
15698 dlls/setupapi dlls/setupapi/__install__ dlls/setupapi/__install-lib__ dlls/setupapi/__install-dev__: __builddeps__"
15699 wine_fn_config_makefile dlls/setupapi "dlls/Makedll.rules \$(MAKEDEP)"
15700 test "x$enable_setupapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/setupapi"
15702 wine_fn_config_test dlls/setupapi/tests setupapi_test
15703 wine_fn_config_makefile dlls/setupapi/tests "Maketest.rules \$(MAKEDEP)"
15704 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/setupapi/tests"
15706 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/setupx.dll16 dlls/setupx.dll16/__install__ dlls/setupx.dll16/__install-lib__ dlls/setupx.dll16/__install-dev__: __builddeps__"
15707 wine_fn_config_makefile dlls/setupx.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15708 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/setupx.dll16"
15710 wine_fn_append_file ALL_IMPORT_LIBS "dlls/sfc/libsfc.$IMPLIBEXT"
15711 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/sfc/libsfc.$IMPLIBEXT dlls/sfc/libsfc.cross.a: tools/widl tools/winebuild tools/winegcc include
15712 dlls/sfc/libsfc.$IMPLIBEXT dlls/sfc/libsfc.cross.a: dlls/sfc/sfc.spec dlls/sfc/Makefile
15713 @cd dlls/sfc && \$(MAKE) \`basename \$@\`
15714 dlls/sfc dlls/sfc/__install__ dlls/sfc/__install-lib__ dlls/sfc/__install-dev__: __builddeps__"
15715 wine_fn_config_makefile dlls/sfc "dlls/Makedll.rules \$(MAKEDEP)"
15716 test "x$enable_sfc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sfc"
15718 wine_fn_append_file ALL_IMPORT_LIBS "dlls/sfc_os/libsfc_os.$IMPLIBEXT"
15719 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/sfc_os/libsfc_os.$IMPLIBEXT dlls/sfc_os/libsfc_os.cross.a: tools/widl tools/winebuild tools/winegcc include
15720 dlls/sfc_os/libsfc_os.$IMPLIBEXT dlls/sfc_os/libsfc_os.cross.a: dlls/sfc_os/sfc_os.spec dlls/sfc_os/Makefile
15721 @cd dlls/sfc_os && \$(MAKE) \`basename \$@\`
15722 dlls/sfc_os dlls/sfc_os/__install__ dlls/sfc_os/__install-lib__ dlls/sfc_os/__install-dev__: __builddeps__"
15723 wine_fn_config_makefile dlls/sfc_os "dlls/Makedll.rules \$(MAKEDEP)"
15724 test "x$enable_sfc_os" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sfc_os"
15726 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/shdoclc dlls/shdoclc/__install__ dlls/shdoclc/__install-lib__ dlls/shdoclc/__install-dev__: __builddeps__"
15727 wine_fn_config_makefile dlls/shdoclc "dlls/Makedll.rules \$(MAKEDEP)"
15728 test "x$enable_shdoclc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shdoclc"
15730 wine_fn_append_file ALL_IMPORT_LIBS "dlls/shdocvw/libshdocvw.$IMPLIBEXT"
15731 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/shdocvw/libshdocvw.$IMPLIBEXT dlls/shdocvw/libshdocvw.cross.a: tools/widl tools/winebuild tools/winegcc include
15732 dlls/shdocvw/libshdocvw.$IMPLIBEXT dlls/shdocvw/libshdocvw.cross.a: dlls/shdocvw/shdocvw.spec dlls/shdocvw/Makefile
15733 @cd dlls/shdocvw && \$(MAKE) \`basename \$@\`
15734 dlls/shdocvw dlls/shdocvw/__install__ dlls/shdocvw/__install-lib__ dlls/shdocvw/__install-dev__: __builddeps__"
15735 wine_fn_config_makefile dlls/shdocvw "dlls/Makedll.rules \$(MAKEDEP)"
15736 test "x$enable_shdocvw" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shdocvw"
15738 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
15739 wine_fn_config_makefile dlls/shdocvw/tests "Maketest.rules \$(MAKEDEP)"
15740 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/shdocvw/tests"
15742 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/shell.dll16 dlls/shell.dll16/__install__ dlls/shell.dll16/__install-lib__ dlls/shell.dll16/__install-dev__: __builddeps__"
15743 wine_fn_config_makefile dlls/shell.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15744 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shell.dll16"
15746 wine_fn_append_file ALL_IMPORT_LIBS "dlls/shell32/libshell32.$IMPLIBEXT"
15747 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/shell32/libshell32.$IMPLIBEXT dlls/shell32/libshell32.cross.a: tools/widl tools/winebuild tools/winegcc include
15748 dlls/shell32/libshell32.$IMPLIBEXT dlls/shell32/libshell32.cross.a: dlls/shell32/shell32.spec dlls/shell32/Makefile
15749 @cd dlls/shell32 && \$(MAKE) \`basename \$@\`
15750 dlls/shell32 dlls/shell32/__install__ dlls/shell32/__install-lib__ dlls/shell32/__install-dev__: __builddeps__"
15751 wine_fn_config_makefile dlls/shell32 "dlls/Makedll.rules \$(MAKEDEP)"
15752 test "x$enable_shell32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shell32"
15754 wine_fn_config_test dlls/shell32/tests shell32_test
15755 wine_fn_config_makefile dlls/shell32/tests "Maketest.rules \$(MAKEDEP)"
15756 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/shell32/tests"
15758 wine_fn_append_file ALL_IMPORT_LIBS "dlls/shfolder/libshfolder.$IMPLIBEXT"
15759 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/shfolder/libshfolder.$IMPLIBEXT dlls/shfolder/libshfolder.cross.a: tools/widl tools/winebuild tools/winegcc include
15760 dlls/shfolder/libshfolder.$IMPLIBEXT dlls/shfolder/libshfolder.cross.a: dlls/shfolder/shfolder.spec dlls/shfolder/Makefile
15761 @cd dlls/shfolder && \$(MAKE) \`basename \$@\`
15762 dlls/shfolder dlls/shfolder/__install__ dlls/shfolder/__install-lib__ dlls/shfolder/__install-dev__: __builddeps__"
15763 wine_fn_config_makefile dlls/shfolder "dlls/Makedll.rules \$(MAKEDEP)"
15764 test "x$enable_shfolder" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shfolder"
15766 wine_fn_append_file ALL_IMPORT_LIBS "dlls/shlwapi/libshlwapi.$IMPLIBEXT"
15767 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/shlwapi/libshlwapi.$IMPLIBEXT dlls/shlwapi/libshlwapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15768 dlls/shlwapi/libshlwapi.$IMPLIBEXT dlls/shlwapi/libshlwapi.cross.a: dlls/shlwapi/shlwapi.spec dlls/shlwapi/Makefile
15769 @cd dlls/shlwapi && \$(MAKE) \`basename \$@\`
15770 dlls/shlwapi dlls/shlwapi/__install__ dlls/shlwapi/__install-lib__ dlls/shlwapi/__install-dev__: __builddeps__"
15771 wine_fn_config_makefile dlls/shlwapi "dlls/Makedll.rules \$(MAKEDEP)"
15772 test "x$enable_shlwapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shlwapi"
15774 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
15775 wine_fn_config_makefile dlls/shlwapi/tests "Maketest.rules \$(MAKEDEP)"
15776 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/shlwapi/tests"
15778 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/slbcsp dlls/slbcsp/__install__ dlls/slbcsp/__install-lib__ dlls/slbcsp/__install-dev__: __builddeps__"
15779 wine_fn_config_makefile dlls/slbcsp "dlls/Makedll.rules \$(MAKEDEP)"
15780 test "x$enable_slbcsp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/slbcsp"
15782 wine_fn_append_file ALL_IMPORT_LIBS "dlls/slc/libslc.$IMPLIBEXT"
15783 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/slc/libslc.$IMPLIBEXT dlls/slc/libslc.cross.a: tools/widl tools/winebuild tools/winegcc include
15784 dlls/slc/libslc.$IMPLIBEXT dlls/slc/libslc.cross.a: dlls/slc/slc.spec dlls/slc/Makefile
15785 @cd dlls/slc && \$(MAKE) \`basename \$@\`
15786 dlls/slc dlls/slc/__install__ dlls/slc/__install-lib__ dlls/slc/__install-dev__: __builddeps__"
15787 wine_fn_config_makefile dlls/slc "dlls/Makedll.rules \$(MAKEDEP)"
15788 test "x$enable_slc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/slc"
15790 wine_fn_append_file ALL_IMPORT_LIBS "dlls/snmpapi/libsnmpapi.$IMPLIBEXT"
15791 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/snmpapi/libsnmpapi.$IMPLIBEXT dlls/snmpapi/libsnmpapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15792 dlls/snmpapi/libsnmpapi.$IMPLIBEXT dlls/snmpapi/libsnmpapi.cross.a: dlls/snmpapi/snmpapi.spec dlls/snmpapi/Makefile
15793 @cd dlls/snmpapi && \$(MAKE) \`basename \$@\`
15794 dlls/snmpapi dlls/snmpapi/__install__ dlls/snmpapi/__install-lib__ dlls/snmpapi/__install-dev__: __builddeps__"
15795 wine_fn_config_makefile dlls/snmpapi "dlls/Makedll.rules \$(MAKEDEP)"
15796 test "x$enable_snmpapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/snmpapi"
15798 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
15799 wine_fn_config_makefile dlls/snmpapi/tests "Maketest.rules \$(MAKEDEP)"
15800 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/snmpapi/tests"
15802 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/softpub dlls/softpub/__install__ dlls/softpub/__install-lib__ dlls/softpub/__install-dev__: __builddeps__"
15803 wine_fn_config_makefile dlls/softpub "dlls/Makedll.rules \$(MAKEDEP)"
15804 test "x$enable_softpub" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/softpub"
15806 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/sound.drv16 dlls/sound.drv16/__install__ dlls/sound.drv16/__install-lib__ dlls/sound.drv16/__install-dev__: __builddeps__"
15807 wine_fn_config_makefile dlls/sound.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
15808 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sound.drv16"
15810 wine_fn_append_file ALL_IMPORT_LIBS "dlls/spoolss/libspoolss.$IMPLIBEXT"
15811 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/spoolss/libspoolss.$IMPLIBEXT dlls/spoolss/libspoolss.cross.a: tools/widl tools/winebuild tools/winegcc include
15812 dlls/spoolss/libspoolss.$IMPLIBEXT dlls/spoolss/libspoolss.cross.a: dlls/spoolss/spoolss.spec dlls/spoolss/Makefile
15813 @cd dlls/spoolss && \$(MAKE) \`basename \$@\`
15814 dlls/spoolss dlls/spoolss/__install__ dlls/spoolss/__install-lib__ dlls/spoolss/__install-dev__: __builddeps__"
15815 wine_fn_config_makefile dlls/spoolss "dlls/Makedll.rules \$(MAKEDEP)"
15816 test "x$enable_spoolss" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/spoolss"
15818 wine_fn_config_test dlls/spoolss/tests spoolss_test
15819 wine_fn_config_makefile dlls/spoolss/tests "Maketest.rules \$(MAKEDEP)"
15820 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/spoolss/tests"
15822 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/stdole2.tlb dlls/stdole2.tlb/__install__ dlls/stdole2.tlb/__install-lib__ dlls/stdole2.tlb/__install-dev__: __builddeps__"
15823 wine_fn_config_makefile dlls/stdole2.tlb "dlls/Makedll.rules \$(MAKEDEP)"
15824 test "x$enable_stdole2_tlb" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/stdole2.tlb"
15826 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/stdole32.tlb dlls/stdole32.tlb/__install__ dlls/stdole32.tlb/__install-lib__ dlls/stdole32.tlb/__install-dev__: __builddeps__"
15827 wine_fn_config_makefile dlls/stdole32.tlb "dlls/Makedll.rules \$(MAKEDEP)"
15828 test "x$enable_stdole32_tlb" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/stdole32.tlb"
15830 wine_fn_append_file ALL_IMPORT_LIBS "dlls/sti/libsti.$IMPLIBEXT"
15831 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/sti/libsti.$IMPLIBEXT dlls/sti/libsti.cross.a: tools/widl tools/winebuild tools/winegcc include
15832 dlls/sti/libsti.$IMPLIBEXT dlls/sti/libsti.cross.a: dlls/sti/sti.spec dlls/sti/Makefile
15833 @cd dlls/sti && \$(MAKE) \`basename \$@\`
15834 dlls/sti dlls/sti/__install__ dlls/sti/__install-lib__ dlls/sti/__install-dev__: __builddeps__"
15835 wine_fn_config_makefile dlls/sti "dlls/Makedll.rules \$(MAKEDEP)"
15836 test "x$enable_sti" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sti"
15838 wine_fn_config_test dlls/sti/tests sti_test
15839 wine_fn_config_makefile dlls/sti/tests "Maketest.rules \$(MAKEDEP)"
15840 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/sti/tests"
15842 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/storage.dll16 dlls/storage.dll16/__install__ dlls/storage.dll16/__install-lib__ dlls/storage.dll16/__install-dev__: __builddeps__"
15843 wine_fn_config_makefile dlls/storage.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15844 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/storage.dll16"
15846 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/stress.dll16 dlls/stress.dll16/__install__ dlls/stress.dll16/__install-lib__ dlls/stress.dll16/__install-dev__: __builddeps__"
15847 wine_fn_config_makefile dlls/stress.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15848 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/stress.dll16"
15850 wine_fn_config_lib strmiids
15851 wine_fn_config_makefile dlls/strmiids "dlls/Makeimplib.rules \$(MAKEDEP)"
15852 test "x$enable_strmiids" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/strmiids"
15854 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/svrapi dlls/svrapi/__install__ dlls/svrapi/__install-lib__ dlls/svrapi/__install-dev__: __builddeps__"
15855 wine_fn_config_makefile dlls/svrapi "dlls/Makedll.rules \$(MAKEDEP)"
15856 test "x$enable_svrapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/svrapi"
15858 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/sxs dlls/sxs/__install__ dlls/sxs/__install-lib__ dlls/sxs/__install-dev__: __builddeps__"
15859 wine_fn_config_makefile dlls/sxs "dlls/Makedll.rules \$(MAKEDEP)"
15860 test "x$enable_sxs" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sxs"
15862 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/system.drv16 dlls/system.drv16/__install__ dlls/system.drv16/__install-lib__ dlls/system.drv16/__install-dev__: __builddeps__"
15863 wine_fn_config_makefile dlls/system.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
15864 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/system.drv16"
15866 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/t2embed dlls/t2embed/__install__ dlls/t2embed/__install-lib__ dlls/t2embed/__install-dev__: __builddeps__"
15867 wine_fn_config_makefile dlls/t2embed "dlls/Makedll.rules \$(MAKEDEP)"
15868 test "x$enable_t2embed" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/t2embed"
15870 wine_fn_append_file ALL_IMPORT_LIBS "dlls/tapi32/libtapi32.$IMPLIBEXT"
15871 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/tapi32/libtapi32.$IMPLIBEXT dlls/tapi32/libtapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
15872 dlls/tapi32/libtapi32.$IMPLIBEXT dlls/tapi32/libtapi32.cross.a: dlls/tapi32/tapi32.spec dlls/tapi32/Makefile
15873 @cd dlls/tapi32 && \$(MAKE) \`basename \$@\`
15874 dlls/tapi32 dlls/tapi32/__install__ dlls/tapi32/__install-lib__ dlls/tapi32/__install-dev__: __builddeps__"
15875 wine_fn_config_makefile dlls/tapi32 "dlls/Makedll.rules \$(MAKEDEP)"
15876 test "x$enable_tapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/tapi32"
15878 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/toolhelp.dll16 dlls/toolhelp.dll16/__install__ dlls/toolhelp.dll16/__install-lib__ dlls/toolhelp.dll16/__install-dev__: __builddeps__"
15879 wine_fn_config_makefile dlls/toolhelp.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15880 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/toolhelp.dll16"
15882 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/traffic dlls/traffic/__install__ dlls/traffic/__install-lib__ dlls/traffic/__install-dev__: __builddeps__"
15883 wine_fn_config_makefile dlls/traffic "dlls/Makedll.rules \$(MAKEDEP)"
15884 test "x$enable_traffic" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/traffic"
15886 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/twain.dll16 dlls/twain.dll16/__install__ dlls/twain.dll16/__install-lib__ dlls/twain.dll16/__install-dev__: __builddeps__"
15887 wine_fn_config_makefile dlls/twain.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15888 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/twain.dll16"
15890 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/twain_32 dlls/twain_32/__install__ dlls/twain_32/__install-lib__ dlls/twain_32/__install-dev__: __builddeps__"
15891 wine_fn_config_makefile dlls/twain_32 "dlls/Makedll.rules \$(MAKEDEP)"
15892 test "x$enable_twain_32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/twain_32"
15894 wine_fn_config_test dlls/twain_32/tests twain_32_test
15895 wine_fn_config_makefile dlls/twain_32/tests "Maketest.rules \$(MAKEDEP)"
15896 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/twain_32/tests"
15898 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/typelib.dll16 dlls/typelib.dll16/__install__ dlls/typelib.dll16/__install-lib__ dlls/typelib.dll16/__install-dev__: __builddeps__"
15899 wine_fn_config_makefile dlls/typelib.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15900 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/typelib.dll16"
15902 wine_fn_append_file ALL_IMPORT_LIBS "dlls/unicows/libunicows.$IMPLIBEXT"
15903 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/unicows/libunicows.$IMPLIBEXT dlls/unicows/libunicows.cross.a: tools/widl tools/winebuild tools/winegcc include
15904 dlls/unicows/libunicows.$IMPLIBEXT dlls/unicows/libunicows.cross.a: dlls/unicows/unicows.spec dlls/unicows/Makefile
15905 @cd dlls/unicows && \$(MAKE) \`basename \$@\`
15906 dlls/unicows dlls/unicows/__install__ dlls/unicows/__install-lib__ dlls/unicows/__install-dev__: __builddeps__"
15907 wine_fn_config_makefile dlls/unicows "dlls/Makedll.rules \$(MAKEDEP)"
15908 test "x$enable_unicows" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/unicows"
15910 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/updspapi dlls/updspapi/__install__ dlls/updspapi/__install-lib__ dlls/updspapi/__install-dev__: __builddeps__"
15911 wine_fn_config_makefile dlls/updspapi "dlls/Makedll.rules \$(MAKEDEP)"
15912 test "x$enable_updspapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/updspapi"
15914 wine_fn_append_file ALL_IMPORT_LIBS "dlls/url/liburl.$IMPLIBEXT"
15915 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/url/liburl.$IMPLIBEXT dlls/url/liburl.cross.a: tools/widl tools/winebuild tools/winegcc include
15916 dlls/url/liburl.$IMPLIBEXT dlls/url/liburl.cross.a: dlls/url/url.spec dlls/url/Makefile
15917 @cd dlls/url && \$(MAKE) \`basename \$@\`
15918 dlls/url dlls/url/__install__ dlls/url/__install-lib__ dlls/url/__install-dev__: __builddeps__"
15919 wine_fn_config_makefile dlls/url "dlls/Makedll.rules \$(MAKEDEP)"
15920 test "x$enable_url" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/url"
15922 wine_fn_append_file ALL_IMPORT_LIBS "dlls/urlmon/liburlmon.$IMPLIBEXT"
15923 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/urlmon/liburlmon.$IMPLIBEXT dlls/urlmon/liburlmon.cross.a: tools/widl tools/winebuild tools/winegcc include
15924 dlls/urlmon/liburlmon.$IMPLIBEXT dlls/urlmon/liburlmon.cross.a: dlls/urlmon/urlmon.spec dlls/urlmon/Makefile
15925 @cd dlls/urlmon && \$(MAKE) \`basename \$@\`
15926 dlls/urlmon dlls/urlmon/__install__ dlls/urlmon/__install-lib__ dlls/urlmon/__install-dev__: __builddeps__"
15927 wine_fn_config_makefile dlls/urlmon "dlls/Makedll.rules \$(MAKEDEP)"
15928 test "x$enable_urlmon" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/urlmon"
15930 wine_fn_config_test dlls/urlmon/tests urlmon_test
15931 wine_fn_config_makefile dlls/urlmon/tests "Maketest.rules \$(MAKEDEP)"
15932 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/urlmon/tests"
15934 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/user.exe16 dlls/user.exe16/__install__ dlls/user.exe16/__install-lib__ dlls/user.exe16/__install-dev__: __builddeps__"
15935 wine_fn_config_makefile dlls/user.exe16 "dlls/Makedll.rules \$(MAKEDEP)"
15936 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/user.exe16"
15938 wine_fn_append_file ALL_IMPORT_LIBS "dlls/user32/libuser32.$IMPLIBEXT"
15939 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/user32/libuser32.$IMPLIBEXT dlls/user32/libuser32.cross.a: tools/widl tools/winebuild tools/winegcc include
15940 dlls/user32/libuser32.$IMPLIBEXT dlls/user32/libuser32.cross.a: dlls/user32/user32.spec dlls/user32/Makefile
15941 @cd dlls/user32 && \$(MAKE) \`basename \$@\`
15942 dlls/user32 dlls/user32/__install__ dlls/user32/__install-lib__ dlls/user32/__install-dev__: __builddeps__"
15943 wine_fn_config_makefile dlls/user32 "dlls/Makedll.rules \$(MAKEDEP)"
15944 test "x$enable_user32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/user32"
15946 wine_fn_config_test dlls/user32/tests user32_test
15947 wine_fn_config_makefile dlls/user32/tests "Maketest.rules \$(MAKEDEP)"
15948 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/user32/tests"
15950 wine_fn_append_file ALL_IMPORT_LIBS "dlls/userenv/libuserenv.$IMPLIBEXT"
15951 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/userenv/libuserenv.$IMPLIBEXT dlls/userenv/libuserenv.cross.a: tools/widl tools/winebuild tools/winegcc include
15952 dlls/userenv/libuserenv.$IMPLIBEXT dlls/userenv/libuserenv.cross.a: dlls/userenv/userenv.spec dlls/userenv/Makefile
15953 @cd dlls/userenv && \$(MAKE) \`basename \$@\`
15954 dlls/userenv dlls/userenv/__install__ dlls/userenv/__install-lib__ dlls/userenv/__install-dev__: __builddeps__"
15955 wine_fn_config_makefile dlls/userenv "dlls/Makedll.rules \$(MAKEDEP)"
15956 test "x$enable_userenv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/userenv"
15958 wine_fn_config_test dlls/userenv/tests userenv_test
15959 wine_fn_config_makefile dlls/userenv/tests "Maketest.rules \$(MAKEDEP)"
15960 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/userenv/tests"
15962 wine_fn_append_file ALL_IMPORT_LIBS "dlls/usp10/libusp10.$IMPLIBEXT"
15963 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/usp10/libusp10.$IMPLIBEXT dlls/usp10/libusp10.cross.a: tools/widl tools/winebuild tools/winegcc include
15964 dlls/usp10/libusp10.$IMPLIBEXT dlls/usp10/libusp10.cross.a: dlls/usp10/usp10.spec dlls/usp10/Makefile
15965 @cd dlls/usp10 && \$(MAKE) \`basename \$@\`
15966 dlls/usp10 dlls/usp10/__install__ dlls/usp10/__install-lib__ dlls/usp10/__install-dev__: __builddeps__"
15967 wine_fn_config_makefile dlls/usp10 "dlls/Makedll.rules \$(MAKEDEP)"
15968 test "x$enable_usp10" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/usp10"
15970 wine_fn_config_test dlls/usp10/tests usp10_test
15971 wine_fn_config_makefile dlls/usp10/tests "Maketest.rules \$(MAKEDEP)"
15972 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/usp10/tests"
15974 wine_fn_config_lib uuid
15975 wine_fn_config_makefile dlls/uuid "dlls/Makeimplib.rules \$(MAKEDEP)"
15976 test "x$enable_uuid" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/uuid"
15978 wine_fn_append_file ALL_IMPORT_LIBS "dlls/uxtheme/libuxtheme.$IMPLIBEXT"
15979 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/uxtheme/libuxtheme.$IMPLIBEXT dlls/uxtheme/libuxtheme.cross.a: tools/widl tools/winebuild tools/winegcc include
15980 dlls/uxtheme/libuxtheme.$IMPLIBEXT dlls/uxtheme/libuxtheme.cross.a: dlls/uxtheme/uxtheme.spec dlls/uxtheme/Makefile
15981 @cd dlls/uxtheme && \$(MAKE) \`basename \$@\`
15982 dlls/uxtheme dlls/uxtheme/__install__ dlls/uxtheme/__install-lib__ dlls/uxtheme/__install-dev__: __builddeps__"
15983 wine_fn_config_makefile dlls/uxtheme "dlls/Makedll.rules \$(MAKEDEP)"
15984 test "x$enable_uxtheme" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/uxtheme"
15986 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
15987 wine_fn_config_makefile dlls/uxtheme/tests "Maketest.rules \$(MAKEDEP)"
15988 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/uxtheme/tests"
15990 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/vdhcp.vxd dlls/vdhcp.vxd/__install__ dlls/vdhcp.vxd/__install-lib__ dlls/vdhcp.vxd/__install-dev__: __builddeps__"
15991 wine_fn_config_makefile dlls/vdhcp.vxd "dlls/Makedll.rules \$(MAKEDEP)"
15992 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vdhcp.vxd"
15994 wine_fn_append_file ALL_IMPORT_LIBS "dlls/vdmdbg/libvdmdbg.$IMPLIBEXT"
15995 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/vdmdbg/libvdmdbg.$IMPLIBEXT dlls/vdmdbg/libvdmdbg.cross.a: tools/widl tools/winebuild tools/winegcc include
15996 dlls/vdmdbg/libvdmdbg.$IMPLIBEXT dlls/vdmdbg/libvdmdbg.cross.a: dlls/vdmdbg/vdmdbg.spec dlls/vdmdbg/Makefile
15997 @cd dlls/vdmdbg && \$(MAKE) \`basename \$@\`
15998 dlls/vdmdbg dlls/vdmdbg/__install__ dlls/vdmdbg/__install-lib__ dlls/vdmdbg/__install-dev__: __builddeps__"
15999 wine_fn_config_makefile dlls/vdmdbg "dlls/Makedll.rules \$(MAKEDEP)"
16000 test "x$enable_vdmdbg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vdmdbg"
16002 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ver.dll16 dlls/ver.dll16/__install__ dlls/ver.dll16/__install-lib__ dlls/ver.dll16/__install-dev__: __builddeps__"
16003 wine_fn_config_makefile dlls/ver.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
16004 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ver.dll16"
16006 wine_fn_append_file ALL_IMPORT_LIBS "dlls/version/libversion.$IMPLIBEXT"
16007 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/version/libversion.$IMPLIBEXT dlls/version/libversion.cross.a: tools/widl tools/winebuild tools/winegcc include
16008 dlls/version/libversion.$IMPLIBEXT dlls/version/libversion.cross.a: dlls/version/version.spec dlls/version/Makefile
16009 @cd dlls/version && \$(MAKE) \`basename \$@\`
16010 dlls/version dlls/version/__install__ dlls/version/__install-lib__ dlls/version/__install-dev__: __builddeps__"
16011 wine_fn_config_makefile dlls/version "dlls/Makedll.rules \$(MAKEDEP)"
16012 test "x$enable_version" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/version"
16014 wine_fn_config_test dlls/version/tests version_test
16015 wine_fn_config_makefile dlls/version/tests "Maketest.rules \$(MAKEDEP)"
16016 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/version/tests"
16018 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/vmm.vxd dlls/vmm.vxd/__install__ dlls/vmm.vxd/__install-lib__ dlls/vmm.vxd/__install-dev__: __builddeps__"
16019 wine_fn_config_makefile dlls/vmm.vxd "dlls/Makedll.rules \$(MAKEDEP)"
16020 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vmm.vxd"
16022 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/vnbt.vxd dlls/vnbt.vxd/__install__ dlls/vnbt.vxd/__install-lib__ dlls/vnbt.vxd/__install-dev__: __builddeps__"
16023 wine_fn_config_makefile dlls/vnbt.vxd "dlls/Makedll.rules \$(MAKEDEP)"
16024 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vnbt.vxd"
16026 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/vnetbios.vxd dlls/vnetbios.vxd/__install__ dlls/vnetbios.vxd/__install-lib__ dlls/vnetbios.vxd/__install-dev__: __builddeps__"
16027 wine_fn_config_makefile dlls/vnetbios.vxd "dlls/Makedll.rules \$(MAKEDEP)"
16028 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vnetbios.vxd"
16030 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/vtdapi.vxd dlls/vtdapi.vxd/__install__ dlls/vtdapi.vxd/__install-lib__ dlls/vtdapi.vxd/__install-dev__: __builddeps__"
16031 wine_fn_config_makefile dlls/vtdapi.vxd "dlls/Makedll.rules \$(MAKEDEP)"
16032 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vtdapi.vxd"
16034 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/vwin32.vxd dlls/vwin32.vxd/__install__ dlls/vwin32.vxd/__install-lib__ dlls/vwin32.vxd/__install-dev__: __builddeps__"
16035 wine_fn_config_makefile dlls/vwin32.vxd "dlls/Makedll.rules \$(MAKEDEP)"
16036 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vwin32.vxd"
16038 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/w32skrnl dlls/w32skrnl/__install__ dlls/w32skrnl/__install-lib__ dlls/w32skrnl/__install-dev__: __builddeps__"
16039 wine_fn_config_makefile dlls/w32skrnl "dlls/Makedll.rules \$(MAKEDEP)"
16040 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/w32skrnl"
16042 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/w32sys.dll16 dlls/w32sys.dll16/__install__ dlls/w32sys.dll16/__install-lib__ dlls/w32sys.dll16/__install-dev__: __builddeps__"
16043 wine_fn_config_makefile dlls/w32sys.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
16044 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/w32sys.dll16"
16046 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wbemprox dlls/wbemprox/__install__ dlls/wbemprox/__install-lib__ dlls/wbemprox/__install-dev__: __builddeps__"
16047 wine_fn_config_makefile dlls/wbemprox "dlls/Makedll.rules \$(MAKEDEP)"
16048 test "x$enable_wbemprox" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wbemprox"
16050 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wiaservc dlls/wiaservc/__install__ dlls/wiaservc/__install-lib__ dlls/wiaservc/__install-dev__: __builddeps__"
16051 wine_fn_config_makefile dlls/wiaservc "dlls/Makedll.rules \$(MAKEDEP)"
16052 test "x$enable_wiaservc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wiaservc"
16054 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/win32s16.dll16 dlls/win32s16.dll16/__install__ dlls/win32s16.dll16/__install-lib__ dlls/win32s16.dll16/__install-dev__: __builddeps__"
16055 wine_fn_config_makefile dlls/win32s16.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
16056 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/win32s16.dll16"
16058 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/win87em.dll16 dlls/win87em.dll16/__install__ dlls/win87em.dll16/__install-lib__ dlls/win87em.dll16/__install-dev__: __builddeps__"
16059 wine_fn_config_makefile dlls/win87em.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
16060 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/win87em.dll16"
16062 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winaspi.dll16 dlls/winaspi.dll16/__install__ dlls/winaspi.dll16/__install-lib__ dlls/winaspi.dll16/__install-dev__: __builddeps__"
16063 wine_fn_config_makefile dlls/winaspi.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
16064 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winaspi.dll16"
16066 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/windebug.dll16 dlls/windebug.dll16/__install__ dlls/windebug.dll16/__install-lib__ dlls/windebug.dll16/__install-dev__: __builddeps__"
16067 wine_fn_config_makefile dlls/windebug.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
16068 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/windebug.dll16"
16070 wine_fn_append_file ALL_IMPORT_LIBS "dlls/windowscodecs/libwindowscodecs.$IMPLIBEXT"
16071 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/windowscodecs/libwindowscodecs.$IMPLIBEXT dlls/windowscodecs/libwindowscodecs.cross.a: tools/widl tools/winebuild tools/winegcc include
16072 dlls/windowscodecs/libwindowscodecs.$IMPLIBEXT dlls/windowscodecs/libwindowscodecs.cross.a: dlls/windowscodecs/windowscodecs.spec dlls/windowscodecs/Makefile
16073 @cd dlls/windowscodecs && \$(MAKE) \`basename \$@\`
16074 dlls/windowscodecs dlls/windowscodecs/__install__ dlls/windowscodecs/__install-lib__ dlls/windowscodecs/__install-dev__: __builddeps__"
16075 wine_fn_config_makefile dlls/windowscodecs "dlls/Makedll.rules \$(MAKEDEP)"
16076 test "x$enable_windowscodecs" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/windowscodecs"
16078 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
16079 wine_fn_config_makefile dlls/windowscodecs/tests "Maketest.rules \$(MAKEDEP)"
16080 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/windowscodecs/tests"
16082 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winealsa.drv dlls/winealsa.drv/__install__ dlls/winealsa.drv/__install-lib__ dlls/winealsa.drv/__install-dev__: __builddeps__"
16083 wine_fn_config_makefile dlls/winealsa.drv "dlls/Makedll.rules \$(MAKEDEP)"
16084 test "x$enable_winealsa_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winealsa.drv"
16086 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wineaudioio.drv dlls/wineaudioio.drv/__install__ dlls/wineaudioio.drv/__install-lib__ dlls/wineaudioio.drv/__install-dev__: __builddeps__"
16087 wine_fn_config_makefile dlls/wineaudioio.drv "dlls/Makedll.rules \$(MAKEDEP)"
16088 test "x$enable_wineaudioio_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineaudioio.drv"
16090 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winecoreaudio.drv dlls/winecoreaudio.drv/__install__ dlls/winecoreaudio.drv/__install-lib__ dlls/winecoreaudio.drv/__install-dev__: __builddeps__"
16091 wine_fn_config_makefile dlls/winecoreaudio.drv "dlls/Makedll.rules \$(MAKEDEP)"
16092 test "x$enable_winecoreaudio_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winecoreaudio.drv"
16094 wine_fn_config_lib winecrt0
16095 wine_fn_config_makefile dlls/winecrt0 "dlls/Makeimplib.rules \$(MAKEDEP)"
16096 test "x$enable_winecrt0" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/winecrt0"
16098 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wined3d/libwined3d.$IMPLIBEXT"
16099 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wined3d/libwined3d.$IMPLIBEXT dlls/wined3d/libwined3d.cross.a: tools/widl tools/winebuild tools/winegcc include
16100 dlls/wined3d/libwined3d.$IMPLIBEXT dlls/wined3d/libwined3d.cross.a: dlls/wined3d/wined3d.spec dlls/wined3d/Makefile
16101 @cd dlls/wined3d && \$(MAKE) \`basename \$@\`
16102 dlls/wined3d dlls/wined3d/__install__ dlls/wined3d/__install-lib__ dlls/wined3d/__install-dev__: __builddeps__"
16103 wine_fn_config_makefile dlls/wined3d "dlls/Makedll.rules \$(MAKEDEP)"
16104 test "x$enable_wined3d" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wined3d"
16106 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wineesd.drv dlls/wineesd.drv/__install__ dlls/wineesd.drv/__install-lib__ dlls/wineesd.drv/__install-dev__: __builddeps__"
16107 wine_fn_config_makefile dlls/wineesd.drv "dlls/Makedll.rules \$(MAKEDEP)"
16108 test "x$enable_wineesd_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineesd.drv"
16110 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winejack.drv dlls/winejack.drv/__install__ dlls/winejack.drv/__install-lib__ dlls/winejack.drv/__install-dev__: __builddeps__"
16111 wine_fn_config_makefile dlls/winejack.drv "dlls/Makedll.rules \$(MAKEDEP)"
16112 test "x$enable_winejack_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winejack.drv"
16114 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winejoystick.drv dlls/winejoystick.drv/__install__ dlls/winejoystick.drv/__install-lib__ dlls/winejoystick.drv/__install-dev__: __builddeps__"
16115 wine_fn_config_makefile dlls/winejoystick.drv "dlls/Makedll.rules \$(MAKEDEP)"
16116 test "x$enable_winejoystick_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winejoystick.drv"
16118 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winemapi dlls/winemapi/__install__ dlls/winemapi/__install-lib__ dlls/winemapi/__install-dev__: __builddeps__"
16119 wine_fn_config_makefile dlls/winemapi "dlls/Makedll.rules \$(MAKEDEP)"
16120 test "x$enable_winemapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winemapi"
16122 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winemp3.acm dlls/winemp3.acm/__install__ dlls/winemp3.acm/__install-lib__ dlls/winemp3.acm/__install-dev__: __builddeps__"
16123 wine_fn_config_makefile dlls/winemp3.acm "dlls/Makedll.rules \$(MAKEDEP)"
16124 test "x$enable_winemp3_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winemp3.acm"
16126 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winenas.drv dlls/winenas.drv/__install__ dlls/winenas.drv/__install-lib__ dlls/winenas.drv/__install-dev__: __builddeps__"
16127 wine_fn_config_makefile dlls/winenas.drv "dlls/Makedll.rules \$(MAKEDEP)"
16128 test "x$enable_winenas_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winenas.drv"
16130 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wineoss.drv dlls/wineoss.drv/__install__ dlls/wineoss.drv/__install-lib__ dlls/wineoss.drv/__install-dev__: __builddeps__"
16131 wine_fn_config_makefile dlls/wineoss.drv "dlls/Makedll.rules \$(MAKEDEP)"
16132 test "x$enable_wineoss_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineoss.drv"
16134 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wineps.drv dlls/wineps.drv/__install__ dlls/wineps.drv/__install-lib__ dlls/wineps.drv/__install-dev__: __builddeps__"
16135 wine_fn_config_makefile dlls/wineps.drv "dlls/Makedll.rules \$(MAKEDEP)"
16136 test "x$enable_wineps_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineps.drv"
16138 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wineps16.drv16 dlls/wineps16.drv16/__install__ dlls/wineps16.drv16/__install-lib__ dlls/wineps16.drv16/__install-dev__: __builddeps__"
16139 wine_fn_config_makefile dlls/wineps16.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
16140 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineps16.drv16"
16142 wine_fn_append_file ALL_DIRS "dlls/winepulse.drv"
16143 test "x$ALL_DLL_DIRS" != xno && wine_fn_append_file dlls "dlls/winepulse.drv"
16144 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winepulse.drv/%) dlls/winepulse.drv: dlls/winepulse.drv/Makefile \$(MAKEDEP)
16145 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules config.status"
16146 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
16148 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winequartz.drv dlls/winequartz.drv/__install__ dlls/winequartz.drv/__install-lib__ dlls/winequartz.drv/__install-dev__: __builddeps__"
16149 wine_fn_config_makefile dlls/winequartz.drv "dlls/Makedll.rules \$(MAKEDEP)"
16150 test "x$enable_winequartz_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winequartz.drv"
16152 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winex11.drv dlls/winex11.drv/__install__ dlls/winex11.drv/__install-lib__ dlls/winex11.drv/__install-dev__: __builddeps__"
16153 wine_fn_config_makefile dlls/winex11.drv "dlls/Makedll.rules \$(MAKEDEP)"
16154 test "x$enable_winex11_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winex11.drv"
16156 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wing.dll16 dlls/wing.dll16/__install__ dlls/wing.dll16/__install-lib__ dlls/wing.dll16/__install-dev__: __builddeps__"
16157 wine_fn_config_makefile dlls/wing.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
16158 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wing.dll16"
16160 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wing32 dlls/wing32/__install__ dlls/wing32/__install-lib__ dlls/wing32/__install-dev__: __builddeps__"
16161 wine_fn_config_makefile dlls/wing32 "dlls/Makedll.rules \$(MAKEDEP)"
16162 test "x$enable_wing32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wing32"
16164 wine_fn_append_file ALL_IMPORT_LIBS "dlls/winhttp/libwinhttp.$IMPLIBEXT"
16165 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winhttp/libwinhttp.$IMPLIBEXT dlls/winhttp/libwinhttp.cross.a: tools/widl tools/winebuild tools/winegcc include
16166 dlls/winhttp/libwinhttp.$IMPLIBEXT dlls/winhttp/libwinhttp.cross.a: dlls/winhttp/winhttp.spec dlls/winhttp/Makefile
16167 @cd dlls/winhttp && \$(MAKE) \`basename \$@\`
16168 dlls/winhttp dlls/winhttp/__install__ dlls/winhttp/__install-lib__ dlls/winhttp/__install-dev__: __builddeps__"
16169 wine_fn_config_makefile dlls/winhttp "dlls/Makedll.rules \$(MAKEDEP)"
16170 test "x$enable_winhttp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winhttp"
16172 wine_fn_config_test dlls/winhttp/tests winhttp_test
16173 wine_fn_config_makefile dlls/winhttp/tests "Maketest.rules \$(MAKEDEP)"
16174 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/winhttp/tests"
16176 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wininet/libwininet.$IMPLIBEXT"
16177 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wininet/libwininet.$IMPLIBEXT dlls/wininet/libwininet.cross.a: tools/widl tools/winebuild tools/winegcc include
16178 dlls/wininet/libwininet.$IMPLIBEXT dlls/wininet/libwininet.cross.a: dlls/wininet/wininet.spec dlls/wininet/Makefile
16179 @cd dlls/wininet && \$(MAKE) \`basename \$@\`
16180 dlls/wininet dlls/wininet/__install__ dlls/wininet/__install-lib__ dlls/wininet/__install-dev__: __builddeps__"
16181 wine_fn_config_makefile dlls/wininet "dlls/Makedll.rules \$(MAKEDEP)"
16182 test "x$enable_wininet" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wininet"
16184 wine_fn_config_test dlls/wininet/tests wininet_test
16185 wine_fn_config_makefile dlls/wininet/tests "Maketest.rules \$(MAKEDEP)"
16186 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/wininet/tests"
16188 wine_fn_append_file ALL_IMPORT_LIBS "dlls/winmm/libwinmm.$IMPLIBEXT"
16189 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winmm/libwinmm.$IMPLIBEXT dlls/winmm/libwinmm.cross.a: tools/widl tools/winebuild tools/winegcc include
16190 dlls/winmm/libwinmm.$IMPLIBEXT dlls/winmm/libwinmm.cross.a: dlls/winmm/winmm.spec dlls/winmm/Makefile
16191 @cd dlls/winmm && \$(MAKE) \`basename \$@\`
16192 dlls/winmm dlls/winmm/__install__ dlls/winmm/__install-lib__ dlls/winmm/__install-dev__: __builddeps__"
16193 wine_fn_config_makefile dlls/winmm "dlls/Makedll.rules \$(MAKEDEP)"
16194 test "x$enable_winmm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winmm"
16196 wine_fn_config_test dlls/winmm/tests winmm_test
16197 wine_fn_config_makefile dlls/winmm/tests "Maketest.rules \$(MAKEDEP)"
16198 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/winmm/tests"
16200 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winnls.dll16 dlls/winnls.dll16/__install__ dlls/winnls.dll16/__install-lib__ dlls/winnls.dll16/__install-dev__: __builddeps__"
16201 wine_fn_config_makefile dlls/winnls.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
16202 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winnls.dll16"
16204 wine_fn_append_file ALL_IMPORT_LIBS "dlls/winnls32/libwinnls32.$IMPLIBEXT"
16205 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winnls32/libwinnls32.$IMPLIBEXT dlls/winnls32/libwinnls32.cross.a: tools/widl tools/winebuild tools/winegcc include
16206 dlls/winnls32/libwinnls32.$IMPLIBEXT dlls/winnls32/libwinnls32.cross.a: dlls/winnls32/winnls32.spec dlls/winnls32/Makefile
16207 @cd dlls/winnls32 && \$(MAKE) \`basename \$@\`
16208 dlls/winnls32 dlls/winnls32/__install__ dlls/winnls32/__install-lib__ dlls/winnls32/__install-dev__: __builddeps__"
16209 wine_fn_config_makefile dlls/winnls32 "dlls/Makedll.rules \$(MAKEDEP)"
16210 test "x$enable_winnls32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winnls32"
16212 wine_fn_append_file ALL_IMPORT_LIBS "dlls/winscard/libwinscard.$IMPLIBEXT"
16213 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winscard/libwinscard.$IMPLIBEXT dlls/winscard/libwinscard.cross.a: tools/widl tools/winebuild tools/winegcc include
16214 dlls/winscard/libwinscard.$IMPLIBEXT dlls/winscard/libwinscard.cross.a: dlls/winscard/winscard.spec dlls/winscard/Makefile
16215 @cd dlls/winscard && \$(MAKE) \`basename \$@\`
16216 dlls/winscard dlls/winscard/__install__ dlls/winscard/__install-lib__ dlls/winscard/__install-dev__: __builddeps__"
16217 wine_fn_config_makefile dlls/winscard "dlls/Makedll.rules \$(MAKEDEP)"
16218 test "x$enable_winscard" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winscard"
16220 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winsock.dll16 dlls/winsock.dll16/__install__ dlls/winsock.dll16/__install-lib__ dlls/winsock.dll16/__install-dev__: __builddeps__"
16221 wine_fn_config_makefile dlls/winsock.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
16222 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winsock.dll16"
16224 wine_fn_append_file ALL_IMPORT_LIBS "dlls/winspool.drv/libwinspool.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/libwinspool.$IMPLIBEXT"
16225 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winspool.drv/libwinspool.$IMPLIBEXT dlls/winspool.drv/libwinspool.cross.a: tools/widl tools/winebuild tools/winegcc include
16226 dlls/libwinspool.$IMPLIBEXT: dlls/winspool.drv/libwinspool.$IMPLIBEXT
16227 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.$IMPLIBEXT \$@
16228 dlls/libwinspool.cross.a: dlls/winspool.drv/libwinspool.cross.a
16229 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.cross.a \$@
16230 clean::
16231 \$(RM) dlls/libwinspool.$IMPLIBEXT
16232 dlls/winspool.drv/libwinspool.$IMPLIBEXT dlls/winspool.drv/libwinspool.cross.a: dlls/winspool.drv/winspool.drv.spec dlls/winspool.drv/Makefile
16233 @cd dlls/winspool.drv && \$(MAKE) \`basename \$@\`
16234 dlls/winspool.drv dlls/winspool.drv/__install__ dlls/winspool.drv/__install-lib__ dlls/winspool.drv/__install-dev__: __builddeps__"
16235 wine_fn_config_makefile dlls/winspool.drv "dlls/Makedll.rules \$(MAKEDEP)"
16236 test "x$enable_winspool_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winspool.drv"
16238 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
16239 wine_fn_config_makefile dlls/winspool.drv/tests "Maketest.rules \$(MAKEDEP)"
16240 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/winspool.drv/tests"
16242 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wintab.dll16 dlls/wintab.dll16/__install__ dlls/wintab.dll16/__install-lib__ dlls/wintab.dll16/__install-dev__: __builddeps__"
16243 wine_fn_config_makefile dlls/wintab.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
16244 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wintab.dll16"
16246 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wintab32/libwintab32.$IMPLIBEXT"
16247 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wintab32/libwintab32.$IMPLIBEXT dlls/wintab32/libwintab32.cross.a: tools/widl tools/winebuild tools/winegcc include
16248 dlls/wintab32/libwintab32.$IMPLIBEXT dlls/wintab32/libwintab32.cross.a: dlls/wintab32/wintab32.spec dlls/wintab32/Makefile
16249 @cd dlls/wintab32 && \$(MAKE) \`basename \$@\`
16250 dlls/wintab32 dlls/wintab32/__install__ dlls/wintab32/__install-lib__ dlls/wintab32/__install-dev__: __builddeps__"
16251 wine_fn_config_makefile dlls/wintab32 "dlls/Makedll.rules \$(MAKEDEP)"
16252 test "x$enable_wintab32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wintab32"
16254 wine_fn_config_test dlls/wintab32/tests wintab32_test
16255 wine_fn_config_makefile dlls/wintab32/tests "Maketest.rules \$(MAKEDEP)"
16256 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/wintab32/tests"
16258 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wintrust/libwintrust.$IMPLIBEXT"
16259 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wintrust/libwintrust.$IMPLIBEXT dlls/wintrust/libwintrust.cross.a: tools/widl tools/winebuild tools/winegcc include
16260 dlls/wintrust/libwintrust.$IMPLIBEXT dlls/wintrust/libwintrust.cross.a: dlls/wintrust/wintrust.spec dlls/wintrust/Makefile
16261 @cd dlls/wintrust && \$(MAKE) \`basename \$@\`
16262 dlls/wintrust dlls/wintrust/__install__ dlls/wintrust/__install-lib__ dlls/wintrust/__install-dev__: __builddeps__"
16263 wine_fn_config_makefile dlls/wintrust "dlls/Makedll.rules \$(MAKEDEP)"
16264 test "x$enable_wintrust" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wintrust"
16266 wine_fn_config_test dlls/wintrust/tests wintrust_test
16267 wine_fn_config_makefile dlls/wintrust/tests "Maketest.rules \$(MAKEDEP)"
16268 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/wintrust/tests"
16270 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wldap32/libwldap32.$IMPLIBEXT"
16271 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wldap32/libwldap32.$IMPLIBEXT dlls/wldap32/libwldap32.cross.a: tools/widl tools/winebuild tools/winegcc include
16272 dlls/wldap32/libwldap32.$IMPLIBEXT dlls/wldap32/libwldap32.cross.a: dlls/wldap32/wldap32.spec dlls/wldap32/Makefile
16273 @cd dlls/wldap32 && \$(MAKE) \`basename \$@\`
16274 dlls/wldap32 dlls/wldap32/__install__ dlls/wldap32/__install-lib__ dlls/wldap32/__install-dev__: __builddeps__"
16275 wine_fn_config_makefile dlls/wldap32 "dlls/Makedll.rules \$(MAKEDEP)"
16276 test "x$enable_wldap32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wldap32"
16278 wine_fn_config_test dlls/wldap32/tests wldap32_test
16279 wine_fn_config_makefile dlls/wldap32/tests "Maketest.rules \$(MAKEDEP)"
16280 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/wldap32/tests"
16282 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wmi dlls/wmi/__install__ dlls/wmi/__install-lib__ dlls/wmi/__install-dev__: __builddeps__"
16283 wine_fn_config_makefile dlls/wmi "dlls/Makedll.rules \$(MAKEDEP)"
16284 test "x$enable_wmi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wmi"
16286 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wmiutils dlls/wmiutils/__install__ dlls/wmiutils/__install-lib__ dlls/wmiutils/__install-dev__: __builddeps__"
16287 wine_fn_config_makefile dlls/wmiutils "dlls/Makedll.rules \$(MAKEDEP)"
16288 test "x$enable_wmiutils" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wmiutils"
16290 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wnaspi32/libwnaspi32.$IMPLIBEXT"
16291 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wnaspi32/libwnaspi32.$IMPLIBEXT dlls/wnaspi32/libwnaspi32.cross.a: tools/widl tools/winebuild tools/winegcc include
16292 dlls/wnaspi32/libwnaspi32.$IMPLIBEXT dlls/wnaspi32/libwnaspi32.cross.a: dlls/wnaspi32/wnaspi32.spec dlls/wnaspi32/Makefile
16293 @cd dlls/wnaspi32 && \$(MAKE) \`basename \$@\`
16294 dlls/wnaspi32 dlls/wnaspi32/__install__ dlls/wnaspi32/__install-lib__ dlls/wnaspi32/__install-dev__: __builddeps__"
16295 wine_fn_config_makefile dlls/wnaspi32 "dlls/Makedll.rules \$(MAKEDEP)"
16296 test "x$enable_wnaspi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wnaspi32"
16298 test "x$enable_win16" != xno && wine_fn_append_file ALL_IMPORT_LIBS "dlls/wow32/libwow32.$IMPLIBEXT"
16299 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wow32/libwow32.$IMPLIBEXT dlls/wow32/libwow32.cross.a: tools/widl tools/winebuild tools/winegcc include
16300 dlls/wow32/libwow32.$IMPLIBEXT dlls/wow32/libwow32.cross.a: dlls/wow32/wow32.spec dlls/wow32/Makefile
16301 @cd dlls/wow32 && \$(MAKE) \`basename \$@\`
16302 dlls/wow32 dlls/wow32/__install__ dlls/wow32/__install-lib__ dlls/wow32/__install-dev__: __builddeps__"
16303 wine_fn_config_makefile dlls/wow32 "dlls/Makedll.rules \$(MAKEDEP)"
16304 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wow32"
16306 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ws2_32/libws2_32.$IMPLIBEXT"
16307 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ws2_32/libws2_32.$IMPLIBEXT dlls/ws2_32/libws2_32.cross.a: tools/widl tools/winebuild tools/winegcc include
16308 dlls/ws2_32/libws2_32.$IMPLIBEXT dlls/ws2_32/libws2_32.cross.a: dlls/ws2_32/ws2_32.spec dlls/ws2_32/Makefile
16309 @cd dlls/ws2_32 && \$(MAKE) \`basename \$@\`
16310 dlls/ws2_32 dlls/ws2_32/__install__ dlls/ws2_32/__install-lib__ dlls/ws2_32/__install-dev__: __builddeps__"
16311 wine_fn_config_makefile dlls/ws2_32 "dlls/Makedll.rules \$(MAKEDEP)"
16312 test "x$enable_ws2_32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ws2_32"
16314 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
16315 wine_fn_config_makefile dlls/ws2_32/tests "Maketest.rules \$(MAKEDEP)"
16316 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ws2_32/tests"
16318 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wsock32/libwsock32.$IMPLIBEXT"
16319 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wsock32/libwsock32.$IMPLIBEXT dlls/wsock32/libwsock32.cross.a: tools/widl tools/winebuild tools/winegcc include
16320 dlls/wsock32/libwsock32.$IMPLIBEXT dlls/wsock32/libwsock32.cross.a: dlls/wsock32/wsock32.spec dlls/wsock32/Makefile
16321 @cd dlls/wsock32 && \$(MAKE) \`basename \$@\`
16322 dlls/wsock32 dlls/wsock32/__install__ dlls/wsock32/__install-lib__ dlls/wsock32/__install-dev__: __builddeps__"
16323 wine_fn_config_makefile dlls/wsock32 "dlls/Makedll.rules \$(MAKEDEP)"
16324 test "x$enable_wsock32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wsock32"
16326 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wtsapi32/libwtsapi32.$IMPLIBEXT"
16327 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wtsapi32/libwtsapi32.$IMPLIBEXT dlls/wtsapi32/libwtsapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
16328 dlls/wtsapi32/libwtsapi32.$IMPLIBEXT dlls/wtsapi32/libwtsapi32.cross.a: dlls/wtsapi32/wtsapi32.spec dlls/wtsapi32/Makefile
16329 @cd dlls/wtsapi32 && \$(MAKE) \`basename \$@\`
16330 dlls/wtsapi32 dlls/wtsapi32/__install__ dlls/wtsapi32/__install-lib__ dlls/wtsapi32/__install-dev__: __builddeps__"
16331 wine_fn_config_makefile dlls/wtsapi32 "dlls/Makedll.rules \$(MAKEDEP)"
16332 test "x$enable_wtsapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wtsapi32"
16334 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wuapi dlls/wuapi/__install__ dlls/wuapi/__install-lib__ dlls/wuapi/__install-dev__: __builddeps__"
16335 wine_fn_config_makefile dlls/wuapi "dlls/Makedll.rules \$(MAKEDEP)"
16336 test "x$enable_wuapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wuapi"
16338 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wuaueng dlls/wuaueng/__install__ dlls/wuaueng/__install-lib__ dlls/wuaueng/__install-dev__: __builddeps__"
16339 wine_fn_config_makefile dlls/wuaueng "dlls/Makedll.rules \$(MAKEDEP)"
16340 test "x$enable_wuaueng" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wuaueng"
16342 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/xinput1_1 dlls/xinput1_1/__install__ dlls/xinput1_1/__install-lib__ dlls/xinput1_1/__install-dev__: __builddeps__"
16343 wine_fn_config_makefile dlls/xinput1_1 "dlls/Makedll.rules \$(MAKEDEP)"
16344 test "x$enable_xinput1_1" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xinput1_1"
16346 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/xinput1_2 dlls/xinput1_2/__install__ dlls/xinput1_2/__install-lib__ dlls/xinput1_2/__install-dev__: __builddeps__"
16347 wine_fn_config_makefile dlls/xinput1_2 "dlls/Makedll.rules \$(MAKEDEP)"
16348 test "x$enable_xinput1_2" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xinput1_2"
16350 wine_fn_append_file ALL_IMPORT_LIBS "dlls/xinput1_3/libxinput.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/libxinput.$IMPLIBEXT"
16351 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/xinput1_3/libxinput.$IMPLIBEXT dlls/xinput1_3/libxinput.cross.a: tools/widl tools/winebuild tools/winegcc include
16352 dlls/libxinput.$IMPLIBEXT: dlls/xinput1_3/libxinput.$IMPLIBEXT
16353 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.$IMPLIBEXT \$@
16354 dlls/libxinput.cross.a: dlls/xinput1_3/libxinput.cross.a
16355 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.cross.a \$@
16356 clean::
16357 \$(RM) dlls/libxinput.$IMPLIBEXT
16358 dlls/xinput1_3/libxinput.$IMPLIBEXT dlls/xinput1_3/libxinput.cross.a: dlls/xinput1_3/xinput1_3.spec dlls/xinput1_3/Makefile
16359 @cd dlls/xinput1_3 && \$(MAKE) \`basename \$@\`
16360 dlls/xinput1_3 dlls/xinput1_3/__install__ dlls/xinput1_3/__install-lib__ dlls/xinput1_3/__install-dev__: __builddeps__"
16361 wine_fn_config_makefile dlls/xinput1_3 "dlls/Makedll.rules \$(MAKEDEP)"
16362 test "x$enable_xinput1_3" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xinput1_3"
16364 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
16365 wine_fn_config_makefile dlls/xinput1_3/tests "Maketest.rules \$(MAKEDEP)"
16366 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/xinput1_3/tests"
16368 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/xinput9_1_0 dlls/xinput9_1_0/__install__ dlls/xinput9_1_0/__install-lib__ dlls/xinput9_1_0/__install-dev__: __builddeps__"
16369 wine_fn_config_makefile dlls/xinput9_1_0 "dlls/Makedll.rules \$(MAKEDEP)"
16370 test "x$enable_xinput9_1_0" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xinput9_1_0"
16372 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/xmllite dlls/xmllite/__install__ dlls/xmllite/__install-lib__ dlls/xmllite/__install-dev__: __builddeps__"
16373 wine_fn_config_makefile dlls/xmllite "dlls/Makedll.rules \$(MAKEDEP)"
16374 test "x$enable_xmllite" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xmllite"
16376 wine_fn_config_test dlls/xmllite/tests xmllite_test
16377 wine_fn_config_makefile dlls/xmllite/tests "Maketest.rules \$(MAKEDEP)"
16378 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/xmllite/tests"
16380 wine_fn_config_makefile documentation "Make.rules \$(MAKEDEP)"
16381 test "x$enable_documentation" != xno && wine_fn_append_file ALL_TOP_DIRS "documentation"
16383 wine_fn_config_makefile fonts "Make.rules \$(MAKEDEP)"
16384 test "x$enable_fonts" != xno && wine_fn_append_file ALL_TOP_DIRS "fonts"
16386 wine_fn_config_makefile include "Make.rules \$(MAKEDEP)"
16387 test "x$enable_include" != xno && wine_fn_append_file ALL_TOP_DIRS "include"
16389 wine_fn_config_makefile libs/port "Make.rules \$(MAKEDEP)"
16392 wine_fn_config_makefile libs/wine "Make.rules \$(MAKEDEP)"
16395 wine_fn_config_makefile libs/wpp "Make.rules \$(MAKEDEP)"
16398 wine_fn_config_makefile loader "Make.rules \$(MAKEDEP)"
16399 test "x$enable_loader" != xno && wine_fn_append_file ALL_TOP_DIRS "loader"
16401 wine_fn_config_makefile programs "Make.rules \$(MAKEDEP)"
16402 test "x$enable_programs" != xno && wine_fn_append_file ALL_TOP_DIRS "programs"
16404 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/cacls programs/cacls/__install__ programs/cacls/__install-lib__: __builddeps__"
16405 wine_fn_config_makefile programs/cacls "programs/Makeprog.rules \$(MAKEDEP)"
16406 test "x$enable_cacls" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/cacls" && wine_fn_append_file ALL_INSTALL_DIRS "programs/cacls"
16408 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/clock programs/clock/__install__ programs/clock/__install-lib__: __builddeps__"
16409 wine_fn_config_makefile programs/clock "programs/Makeprog.rules \$(MAKEDEP)"
16410 test "x$enable_clock" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/clock" && wine_fn_append_file ALL_INSTALL_DIRS "programs/clock"
16412 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/cmd programs/cmd/__install__ programs/cmd/__install-lib__: __builddeps__"
16413 wine_fn_config_makefile programs/cmd "programs/Makeprog.rules \$(MAKEDEP)"
16414 test "x$enable_cmd" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/cmd" && wine_fn_append_file ALL_INSTALL_DIRS "programs/cmd"
16416 wine_fn_config_test programs/cmd/tests cmd.exe_test
16417 wine_fn_config_makefile programs/cmd/tests "Maketest.rules \$(MAKEDEP)"
16418 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "programs/cmd/tests"
16420 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/cmdlgtst programs/cmdlgtst/__install__ programs/cmdlgtst/__install-lib__: __builddeps__"
16421 wine_fn_config_makefile programs/cmdlgtst "programs/Makeprog.rules \$(MAKEDEP)"
16422 test "x$enable_cmdlgtst" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/cmdlgtst"
16424 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/control programs/control/__install__ programs/control/__install-lib__: __builddeps__"
16425 wine_fn_config_makefile programs/control "programs/Makeprog.rules \$(MAKEDEP)"
16426 test "x$enable_control" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/control" && wine_fn_append_file ALL_INSTALL_DIRS "programs/control"
16428 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/dxdiag programs/dxdiag/__install__ programs/dxdiag/__install-lib__: __builddeps__"
16429 wine_fn_config_makefile programs/dxdiag "programs/Makeprog.rules \$(MAKEDEP)"
16430 test "x$enable_dxdiag" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/dxdiag" && wine_fn_append_file ALL_INSTALL_DIRS "programs/dxdiag"
16432 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/eject programs/eject/__install__ programs/eject/__install-lib__: __builddeps__"
16433 wine_fn_config_makefile programs/eject "programs/Makeprog.rules \$(MAKEDEP)"
16434 test "x$enable_eject" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/eject" && wine_fn_append_file ALL_INSTALL_DIRS "programs/eject"
16436 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/expand programs/expand/__install__ programs/expand/__install-lib__: __builddeps__"
16437 wine_fn_config_makefile programs/expand "programs/Makeprog.rules \$(MAKEDEP)"
16438 test "x$enable_expand" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/expand" && wine_fn_append_file ALL_INSTALL_DIRS "programs/expand"
16440 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/explorer programs/explorer/__install__ programs/explorer/__install-lib__: __builddeps__"
16441 wine_fn_config_makefile programs/explorer "programs/Makeprog.rules \$(MAKEDEP)"
16442 test "x$enable_explorer" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/explorer" && wine_fn_append_file ALL_INSTALL_DIRS "programs/explorer"
16444 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/extrac32 programs/extrac32/__install__ programs/extrac32/__install-lib__: __builddeps__"
16445 wine_fn_config_makefile programs/extrac32 "programs/Makeprog.rules \$(MAKEDEP)"
16446 test "x$enable_extrac32" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/extrac32" && wine_fn_append_file ALL_INSTALL_DIRS "programs/extrac32"
16448 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/hh programs/hh/__install__ programs/hh/__install-lib__: __builddeps__"
16449 wine_fn_config_makefile programs/hh "programs/Makeprog.rules \$(MAKEDEP)"
16450 test "x$enable_hh" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/hh" && wine_fn_append_file ALL_INSTALL_DIRS "programs/hh"
16452 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/icinfo programs/icinfo/__install__ programs/icinfo/__install-lib__: __builddeps__"
16453 wine_fn_config_makefile programs/icinfo "programs/Makeprog.rules \$(MAKEDEP)"
16454 test "x$enable_icinfo" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/icinfo" && wine_fn_append_file ALL_INSTALL_DIRS "programs/icinfo"
16456 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/iexplore programs/iexplore/__install__ programs/iexplore/__install-lib__: __builddeps__"
16457 wine_fn_config_makefile programs/iexplore "programs/Makeprog.rules \$(MAKEDEP)"
16458 test "x$enable_iexplore" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/iexplore" && wine_fn_append_file ALL_INSTALL_DIRS "programs/iexplore"
16460 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/lodctr programs/lodctr/__install__ programs/lodctr/__install-lib__: __builddeps__"
16461 wine_fn_config_makefile programs/lodctr "programs/Makeprog.rules \$(MAKEDEP)"
16462 test "x$enable_lodctr" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/lodctr" && wine_fn_append_file ALL_INSTALL_DIRS "programs/lodctr"
16464 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/mshta programs/mshta/__install__ programs/mshta/__install-lib__: __builddeps__"
16465 wine_fn_config_makefile programs/mshta "programs/Makeprog.rules \$(MAKEDEP)"
16466 test "x$enable_mshta" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/mshta" && wine_fn_append_file ALL_INSTALL_DIRS "programs/mshta"
16468 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/msiexec programs/msiexec/__install__ programs/msiexec/__install-lib__: __builddeps__"
16469 wine_fn_config_makefile programs/msiexec "programs/Makeprog.rules \$(MAKEDEP)"
16470 test "x$enable_msiexec" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/msiexec" && wine_fn_append_file ALL_INSTALL_DIRS "programs/msiexec" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/msiexec"
16472 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/net programs/net/__install__ programs/net/__install-lib__: __builddeps__"
16473 wine_fn_config_makefile programs/net "programs/Makeprog.rules \$(MAKEDEP)"
16474 test "x$enable_net" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/net" && wine_fn_append_file ALL_INSTALL_DIRS "programs/net"
16476 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/notepad programs/notepad/__install__ programs/notepad/__install-lib__: __builddeps__"
16477 wine_fn_config_makefile programs/notepad "programs/Makeprog.rules \$(MAKEDEP)"
16478 test "x$enable_notepad" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/notepad" && wine_fn_append_file ALL_INSTALL_DIRS "programs/notepad" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/notepad"
16480 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/oleview programs/oleview/__install__ programs/oleview/__install-lib__: __builddeps__"
16481 wine_fn_config_makefile programs/oleview "programs/Makeprog.rules \$(MAKEDEP)"
16482 test "x$enable_oleview" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/oleview" && wine_fn_append_file ALL_INSTALL_DIRS "programs/oleview"
16484 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/progman programs/progman/__install__ programs/progman/__install-lib__: __builddeps__"
16485 wine_fn_config_makefile programs/progman "programs/Makeprog.rules \$(MAKEDEP)"
16486 test "x$enable_progman" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/progman" && wine_fn_append_file ALL_INSTALL_DIRS "programs/progman"
16488 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/reg programs/reg/__install__ programs/reg/__install-lib__: __builddeps__"
16489 wine_fn_config_makefile programs/reg "programs/Makeprog.rules \$(MAKEDEP)"
16490 test "x$enable_reg" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/reg" && wine_fn_append_file ALL_INSTALL_DIRS "programs/reg"
16492 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/regedit programs/regedit/__install__ programs/regedit/__install-lib__: __builddeps__"
16493 wine_fn_config_makefile programs/regedit "programs/Makeprog.rules \$(MAKEDEP)"
16494 test "x$enable_regedit" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/regedit" && wine_fn_append_file ALL_INSTALL_DIRS "programs/regedit" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/regedit"
16496 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/regsvr32 programs/regsvr32/__install__ programs/regsvr32/__install-lib__: __builddeps__"
16497 wine_fn_config_makefile programs/regsvr32 "programs/Makeprog.rules \$(MAKEDEP)"
16498 test "x$enable_regsvr32" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/regsvr32" && wine_fn_append_file ALL_INSTALL_DIRS "programs/regsvr32" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/regsvr32"
16500 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/rpcss programs/rpcss/__install__ programs/rpcss/__install-lib__: __builddeps__"
16501 wine_fn_config_makefile programs/rpcss "programs/Makeprog.rules \$(MAKEDEP)"
16502 test "x$enable_rpcss" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/rpcss" && wine_fn_append_file ALL_INSTALL_DIRS "programs/rpcss"
16504 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/rundll32 programs/rundll32/__install__ programs/rundll32/__install-lib__: __builddeps__"
16505 wine_fn_config_makefile programs/rundll32 "programs/Makeprog.rules \$(MAKEDEP)"
16506 test "x$enable_rundll32" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/rundll32" && wine_fn_append_file ALL_INSTALL_DIRS "programs/rundll32"
16508 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/secedit programs/secedit/__install__ programs/secedit/__install-lib__: __builddeps__"
16509 wine_fn_config_makefile programs/secedit "programs/Makeprog.rules \$(MAKEDEP)"
16510 test "x$enable_secedit" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/secedit" && wine_fn_append_file ALL_INSTALL_DIRS "programs/secedit"
16512 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/services programs/services/__install__ programs/services/__install-lib__: __builddeps__"
16513 wine_fn_config_makefile programs/services "programs/Makeprog.rules \$(MAKEDEP)"
16514 test "x$enable_services" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/services" && wine_fn_append_file ALL_INSTALL_DIRS "programs/services"
16516 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/spoolsv programs/spoolsv/__install__ programs/spoolsv/__install-lib__: __builddeps__"
16517 wine_fn_config_makefile programs/spoolsv "programs/Makeprog.rules \$(MAKEDEP)"
16518 test "x$enable_spoolsv" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/spoolsv" && wine_fn_append_file ALL_INSTALL_DIRS "programs/spoolsv"
16520 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/start programs/start/__install__ programs/start/__install-lib__: __builddeps__"
16521 wine_fn_config_makefile programs/start "programs/Makeprog.rules \$(MAKEDEP)"
16522 test "x$enable_start" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/start" && wine_fn_append_file ALL_INSTALL_DIRS "programs/start"
16524 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/svchost programs/svchost/__install__ programs/svchost/__install-lib__: __builddeps__"
16525 wine_fn_config_makefile programs/svchost "programs/Makeprog.rules \$(MAKEDEP)"
16526 test "x$enable_svchost" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/svchost" && wine_fn_append_file ALL_INSTALL_DIRS "programs/svchost"
16528 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/taskmgr programs/taskmgr/__install__ programs/taskmgr/__install-lib__: __builddeps__"
16529 wine_fn_config_makefile programs/taskmgr "programs/Makeprog.rules \$(MAKEDEP)"
16530 test "x$enable_taskmgr" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/taskmgr" && wine_fn_append_file ALL_INSTALL_DIRS "programs/taskmgr"
16532 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/termsv programs/termsv/__install__ programs/termsv/__install-lib__: __builddeps__"
16533 wine_fn_config_makefile programs/termsv "programs/Makeprog.rules \$(MAKEDEP)"
16534 test "x$enable_termsv" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/termsv" && wine_fn_append_file ALL_INSTALL_DIRS "programs/termsv"
16536 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/uninstaller programs/uninstaller/__install__ programs/uninstaller/__install-lib__: __builddeps__"
16537 wine_fn_config_makefile programs/uninstaller "programs/Makeprog.rules \$(MAKEDEP)"
16538 test "x$enable_uninstaller" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/uninstaller" && wine_fn_append_file ALL_INSTALL_DIRS "programs/uninstaller"
16540 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/unlodctr programs/unlodctr/__install__ programs/unlodctr/__install-lib__: __builddeps__"
16541 wine_fn_config_makefile programs/unlodctr "programs/Makeprog.rules \$(MAKEDEP)"
16542 test "x$enable_unlodctr" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/unlodctr" && wine_fn_append_file ALL_INSTALL_DIRS "programs/unlodctr"
16544 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/view programs/view/__install__ programs/view/__install-lib__: __builddeps__"
16545 wine_fn_config_makefile programs/view "programs/Makeprog.rules \$(MAKEDEP)"
16546 test "x$enable_view" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/view"
16548 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/wineboot programs/wineboot/__install__ programs/wineboot/__install-lib__: __builddeps__"
16549 wine_fn_config_makefile programs/wineboot "programs/Makeprog.rules \$(MAKEDEP)"
16550 test "x$enable_wineboot" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/wineboot" && wine_fn_append_file ALL_INSTALL_DIRS "programs/wineboot" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/wineboot"
16552 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winebrowser programs/winebrowser/__install__ programs/winebrowser/__install-lib__: __builddeps__"
16553 wine_fn_config_makefile programs/winebrowser "programs/Makeprog.rules \$(MAKEDEP)"
16554 test "x$enable_winebrowser" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winebrowser" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winebrowser"
16556 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winecfg programs/winecfg/__install__ programs/winecfg/__install-lib__: __builddeps__"
16557 wine_fn_config_makefile programs/winecfg "programs/Makeprog.rules \$(MAKEDEP)"
16558 test "x$enable_winecfg" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winecfg" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winecfg" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/winecfg"
16560 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/wineconsole programs/wineconsole/__install__ programs/wineconsole/__install-lib__: __builddeps__"
16561 wine_fn_config_makefile programs/wineconsole "programs/Makeprog.rules \$(MAKEDEP)"
16562 test "x$enable_wineconsole" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/wineconsole" && wine_fn_append_file ALL_INSTALL_DIRS "programs/wineconsole" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/wineconsole"
16564 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winedbg programs/winedbg/__install__ programs/winedbg/__install-lib__: __builddeps__"
16565 wine_fn_config_makefile programs/winedbg "programs/Makeprog.rules \$(MAKEDEP)"
16566 test "x$enable_winedbg" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winedbg" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winedbg" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/winedbg"
16568 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winedevice programs/winedevice/__install__ programs/winedevice/__install-lib__: __builddeps__"
16569 wine_fn_config_makefile programs/winedevice "programs/Makeprog.rules \$(MAKEDEP)"
16570 test "x$enable_winedevice" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winedevice" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winedevice"
16572 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winefile programs/winefile/__install__ programs/winefile/__install-lib__: __builddeps__"
16573 wine_fn_config_makefile programs/winefile "programs/Makeprog.rules \$(MAKEDEP)"
16574 test "x$enable_winefile" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winefile" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winefile" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/winefile"
16576 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winemenubuilder programs/winemenubuilder/__install__ programs/winemenubuilder/__install-lib__: __builddeps__"
16577 wine_fn_config_makefile programs/winemenubuilder "programs/Makeprog.rules \$(MAKEDEP)"
16578 test "x$enable_winemenubuilder" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winemenubuilder" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winemenubuilder"
16580 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winemine programs/winemine/__install__ programs/winemine/__install-lib__: __builddeps__"
16581 wine_fn_config_makefile programs/winemine "programs/Makeprog.rules \$(MAKEDEP)"
16582 test "x$enable_winemine" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winemine" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winemine" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/winemine"
16584 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winepath programs/winepath/__install__ programs/winepath/__install-lib__: __builddeps__"
16585 wine_fn_config_makefile programs/winepath "programs/Makeprog.rules \$(MAKEDEP)"
16586 test "x$enable_winepath" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winepath" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winepath" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/winepath"
16588 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winetest programs/winetest/__install__ programs/winetest/__install-lib__: __builddeps__"
16589 wine_fn_config_makefile programs/winetest "programs/Makeprog.rules \$(MAKEDEP)"
16590 test "x$enable_winetest" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winetest"
16592 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winevdm programs/winevdm/__install__ programs/winevdm/__install-lib__: __builddeps__"
16593 wine_fn_config_makefile programs/winevdm "programs/Makeprog.rules \$(MAKEDEP)"
16594 test "x$enable_win16" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winevdm" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winevdm"
16596 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winhelp.exe16 programs/winhelp.exe16/__install__ programs/winhelp.exe16/__install-lib__: __builddeps__"
16597 wine_fn_config_makefile programs/winhelp.exe16 "programs/Makeprog.rules \$(MAKEDEP)"
16598 test "x$enable_win16" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winhelp.exe16" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winhelp.exe16"
16600 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winhlp32 programs/winhlp32/__install__ programs/winhlp32/__install-lib__: __builddeps__"
16601 wine_fn_config_makefile programs/winhlp32 "programs/Makeprog.rules \$(MAKEDEP)"
16602 test "x$enable_winhlp32" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winhlp32" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winhlp32"
16604 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winoldap.mod16 programs/winoldap.mod16/__install__ programs/winoldap.mod16/__install-lib__: __builddeps__"
16605 wine_fn_config_makefile programs/winoldap.mod16 "programs/Makeprog.rules \$(MAKEDEP)"
16606 test "x$enable_win16" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winoldap.mod16" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winoldap.mod16"
16608 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winver programs/winver/__install__ programs/winver/__install-lib__: __builddeps__"
16609 wine_fn_config_makefile programs/winver "programs/Makeprog.rules \$(MAKEDEP)"
16610 test "x$enable_winver" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winver" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winver"
16612 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/wordpad programs/wordpad/__install__ programs/wordpad/__install-lib__: __builddeps__"
16613 wine_fn_config_makefile programs/wordpad "programs/Makeprog.rules \$(MAKEDEP)"
16614 test "x$enable_wordpad" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/wordpad" && wine_fn_append_file ALL_INSTALL_DIRS "programs/wordpad"
16616 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/write programs/write/__install__ programs/write/__install-lib__: __builddeps__"
16617 wine_fn_config_makefile programs/write "programs/Makeprog.rules \$(MAKEDEP)"
16618 test "x$enable_write" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/write" && wine_fn_append_file ALL_INSTALL_DIRS "programs/write"
16620 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/xcopy programs/xcopy/__install__ programs/xcopy/__install-lib__: __builddeps__"
16621 wine_fn_config_makefile programs/xcopy "programs/Makeprog.rules \$(MAKEDEP)"
16622 test "x$enable_xcopy" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/xcopy" && wine_fn_append_file ALL_INSTALL_DIRS "programs/xcopy"
16624 wine_fn_config_makefile server "Make.rules \$(MAKEDEP)"
16625 test "x$enable_server" != xno && wine_fn_append_file ALL_TOP_DIRS "server"
16627 wine_fn_config_makefile tools Make.rules
16628 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools"
16630 wine_fn_config_makefile tools/widl "Make.rules \$(MAKEDEP)"
16631 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/widl"
16633 wine_fn_config_makefile tools/winebuild "Make.rules \$(MAKEDEP)"
16634 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/winebuild"
16636 wine_fn_config_makefile tools/winedump "Make.rules \$(MAKEDEP)"
16637 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/winedump"
16639 wine_fn_config_makefile tools/winegcc "Make.rules \$(MAKEDEP)"
16640 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/winegcc"
16642 wine_fn_config_makefile tools/wmc "Make.rules \$(MAKEDEP)"
16643 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/wmc"
16645 wine_fn_config_makefile tools/wrc "Make.rules \$(MAKEDEP)"
16646 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/wrc"
16649 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
16651 cat >confcache <<\_ACEOF
16652 # This file is a shell script that caches the results of configure
16653 # tests run on this system so they can be shared between configure
16654 # scripts and configure runs, see configure's option --config-cache.
16655 # It is not useful on other systems. If it contains results you don't
16656 # want to keep, you may remove or edit it.
16658 # config.status only pays attention to the cache file if you give it
16659 # the --recheck option to rerun configure.
16661 # `ac_cv_env_foo' variables (set or unset) will be overridden when
16662 # loading this file, other *unset* `ac_cv_foo' will be assigned the
16663 # following values.
16665 _ACEOF
16667 # The following way of writing the cache mishandles newlines in values,
16668 # but we know of no workaround that is simple, portable, and efficient.
16669 # So, we kill variables containing newlines.
16670 # Ultrix sh set writes to stderr and can't be redirected directly,
16671 # and sets the high bit in the cache file unless we assign to the vars.
16673 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
16674 eval ac_val=\$$ac_var
16675 case $ac_val in #(
16676 *${as_nl}*)
16677 case $ac_var in #(
16678 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
16679 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
16680 esac
16681 case $ac_var in #(
16682 _ | IFS | as_nl) ;; #(
16683 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
16684 *) { eval $ac_var=; unset $ac_var;} ;;
16685 esac ;;
16686 esac
16687 done
16689 (set) 2>&1 |
16690 case $as_nl`(ac_space=' '; set) 2>&1` in #(
16691 *${as_nl}ac_space=\ *)
16692 # `set' does not quote correctly, so add quotes: double-quote
16693 # substitution turns \\\\ into \\, and sed turns \\ into \.
16694 sed -n \
16695 "s/'/'\\\\''/g;
16696 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
16697 ;; #(
16699 # `set' quotes correctly as required by POSIX, so do not add quotes.
16700 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
16702 esac |
16703 sort
16705 sed '
16706 /^ac_cv_env_/b end
16707 t clear
16708 :clear
16709 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16710 t end
16711 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16712 :end' >>confcache
16713 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
16714 if test -w "$cache_file"; then
16715 test "x$cache_file" != "x/dev/null" &&
16716 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
16717 $as_echo "$as_me: updating cache $cache_file" >&6;}
16718 cat confcache >$cache_file
16719 else
16720 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
16721 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
16724 rm -f confcache
16726 test "x$prefix" = xNONE && prefix=$ac_default_prefix
16727 # Let make expand exec_prefix.
16728 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
16730 DEFS=-DHAVE_CONFIG_H
16732 ac_libobjs=
16733 ac_ltlibobjs=
16734 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
16735 # 1. Remove the extension, and $U if already installed.
16736 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
16737 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
16738 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
16739 # will be set to the directory where LIBOBJS objects are built.
16740 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
16741 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
16742 done
16743 LIBOBJS=$ac_libobjs
16745 LTLIBOBJS=$ac_ltlibobjs
16749 : ${CONFIG_STATUS=./config.status}
16750 ac_write_fail=0
16751 ac_clean_files_save=$ac_clean_files
16752 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
16753 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
16754 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
16755 as_write_fail=0
16756 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
16757 #! $SHELL
16758 # Generated by $as_me.
16759 # Run this file to recreate the current configuration.
16760 # Compiler output produced by configure, useful for debugging
16761 # configure, is in config.log if it exists.
16763 debug=false
16764 ac_cs_recheck=false
16765 ac_cs_silent=false
16767 SHELL=\${CONFIG_SHELL-$SHELL}
16768 export SHELL
16769 _ASEOF
16770 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
16771 ## -------------------- ##
16772 ## M4sh Initialization. ##
16773 ## -------------------- ##
16775 # Be more Bourne compatible
16776 DUALCASE=1; export DUALCASE # for MKS sh
16777 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
16778 emulate sh
16779 NULLCMD=:
16780 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
16781 # is contrary to our usage. Disable this feature.
16782 alias -g '${1+"$@"}'='"$@"'
16783 setopt NO_GLOB_SUBST
16784 else
16785 case `(set -o) 2>/dev/null` in #(
16786 *posix*) :
16787 set -o posix ;; #(
16788 *) :
16790 esac
16794 as_nl='
16796 export as_nl
16797 # Printing a long string crashes Solaris 7 /usr/bin/printf.
16798 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
16799 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
16800 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
16801 # Prefer a ksh shell builtin over an external printf program on Solaris,
16802 # but without wasting forks for bash or zsh.
16803 if test -z "$BASH_VERSION$ZSH_VERSION" \
16804 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
16805 as_echo='print -r --'
16806 as_echo_n='print -rn --'
16807 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
16808 as_echo='printf %s\n'
16809 as_echo_n='printf %s'
16810 else
16811 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
16812 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
16813 as_echo_n='/usr/ucb/echo -n'
16814 else
16815 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
16816 as_echo_n_body='eval
16817 arg=$1;
16818 case $arg in #(
16819 *"$as_nl"*)
16820 expr "X$arg" : "X\\(.*\\)$as_nl";
16821 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
16822 esac;
16823 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
16825 export as_echo_n_body
16826 as_echo_n='sh -c $as_echo_n_body as_echo'
16828 export as_echo_body
16829 as_echo='sh -c $as_echo_body as_echo'
16832 # The user is always right.
16833 if test "${PATH_SEPARATOR+set}" != set; then
16834 PATH_SEPARATOR=:
16835 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
16836 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
16837 PATH_SEPARATOR=';'
16842 # IFS
16843 # We need space, tab and new line, in precisely that order. Quoting is
16844 # there to prevent editors from complaining about space-tab.
16845 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
16846 # splitting by setting IFS to empty value.)
16847 IFS=" "" $as_nl"
16849 # Find who we are. Look in the path if we contain no directory separator.
16850 case $0 in #((
16851 *[\\/]* ) as_myself=$0 ;;
16852 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16853 for as_dir in $PATH
16855 IFS=$as_save_IFS
16856 test -z "$as_dir" && as_dir=.
16857 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16858 done
16859 IFS=$as_save_IFS
16862 esac
16863 # We did not find ourselves, most probably we were run as `sh COMMAND'
16864 # in which case we are not to be found in the path.
16865 if test "x$as_myself" = x; then
16866 as_myself=$0
16868 if test ! -f "$as_myself"; then
16869 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
16870 exit 1
16873 # Unset variables that we do not need and which cause bugs (e.g. in
16874 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
16875 # suppresses any "Segmentation fault" message there. '((' could
16876 # trigger a bug in pdksh 5.2.14.
16877 for as_var in BASH_ENV ENV MAIL MAILPATH
16878 do eval test x\${$as_var+set} = xset \
16879 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
16880 done
16881 PS1='$ '
16882 PS2='> '
16883 PS4='+ '
16885 # NLS nuisances.
16886 LC_ALL=C
16887 export LC_ALL
16888 LANGUAGE=C
16889 export LANGUAGE
16891 # CDPATH.
16892 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16895 # as_fn_error ERROR [LINENO LOG_FD]
16896 # ---------------------------------
16897 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
16898 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
16899 # script with status $?, using 1 if that was 0.
16900 as_fn_error ()
16902 as_status=$?; test $as_status -eq 0 && as_status=1
16903 if test "$3"; then
16904 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16905 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
16907 $as_echo "$as_me: error: $1" >&2
16908 as_fn_exit $as_status
16909 } # as_fn_error
16912 # as_fn_set_status STATUS
16913 # -----------------------
16914 # Set $? to STATUS, without forking.
16915 as_fn_set_status ()
16917 return $1
16918 } # as_fn_set_status
16920 # as_fn_exit STATUS
16921 # -----------------
16922 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
16923 as_fn_exit ()
16925 set +e
16926 as_fn_set_status $1
16927 exit $1
16928 } # as_fn_exit
16930 # as_fn_unset VAR
16931 # ---------------
16932 # Portably unset VAR.
16933 as_fn_unset ()
16935 { eval $1=; unset $1;}
16937 as_unset=as_fn_unset
16938 # as_fn_append VAR VALUE
16939 # ----------------------
16940 # Append the text in VALUE to the end of the definition contained in VAR. Take
16941 # advantage of any shell optimizations that allow amortized linear growth over
16942 # repeated appends, instead of the typical quadratic growth present in naive
16943 # implementations.
16944 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
16945 eval 'as_fn_append ()
16947 eval $1+=\$2
16949 else
16950 as_fn_append ()
16952 eval $1=\$$1\$2
16954 fi # as_fn_append
16956 # as_fn_arith ARG...
16957 # ------------------
16958 # Perform arithmetic evaluation on the ARGs, and store the result in the
16959 # global $as_val. Take advantage of shells that can avoid forks. The arguments
16960 # must be portable across $(()) and expr.
16961 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
16962 eval 'as_fn_arith ()
16964 as_val=$(( $* ))
16966 else
16967 as_fn_arith ()
16969 as_val=`expr "$@" || test $? -eq 1`
16971 fi # as_fn_arith
16974 if expr a : '\(a\)' >/dev/null 2>&1 &&
16975 test "X`expr 00001 : '.*\(...\)'`" = X001; then
16976 as_expr=expr
16977 else
16978 as_expr=false
16981 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
16982 as_basename=basename
16983 else
16984 as_basename=false
16987 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
16988 as_dirname=dirname
16989 else
16990 as_dirname=false
16993 as_me=`$as_basename -- "$0" ||
16994 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16995 X"$0" : 'X\(//\)$' \| \
16996 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
16997 $as_echo X/"$0" |
16998 sed '/^.*\/\([^/][^/]*\)\/*$/{
16999 s//\1/
17002 /^X\/\(\/\/\)$/{
17003 s//\1/
17006 /^X\/\(\/\).*/{
17007 s//\1/
17010 s/.*/./; q'`
17012 # Avoid depending upon Character Ranges.
17013 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
17014 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
17015 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
17016 as_cr_digits='0123456789'
17017 as_cr_alnum=$as_cr_Letters$as_cr_digits
17019 ECHO_C= ECHO_N= ECHO_T=
17020 case `echo -n x` in #(((((
17021 -n*)
17022 case `echo 'xy\c'` in
17023 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
17024 xy) ECHO_C='\c';;
17025 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
17026 ECHO_T=' ';;
17027 esac;;
17029 ECHO_N='-n';;
17030 esac
17032 rm -f conf$$ conf$$.exe conf$$.file
17033 if test -d conf$$.dir; then
17034 rm -f conf$$.dir/conf$$.file
17035 else
17036 rm -f conf$$.dir
17037 mkdir conf$$.dir 2>/dev/null
17039 if (echo >conf$$.file) 2>/dev/null; then
17040 if ln -s conf$$.file conf$$ 2>/dev/null; then
17041 as_ln_s='ln -s'
17042 # ... but there are two gotchas:
17043 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
17044 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
17045 # In both cases, we have to default to `cp -p'.
17046 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
17047 as_ln_s='cp -p'
17048 elif ln conf$$.file conf$$ 2>/dev/null; then
17049 as_ln_s=ln
17050 else
17051 as_ln_s='cp -p'
17053 else
17054 as_ln_s='cp -p'
17056 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
17057 rmdir conf$$.dir 2>/dev/null
17060 # as_fn_mkdir_p
17061 # -------------
17062 # Create "$as_dir" as a directory, including parents if necessary.
17063 as_fn_mkdir_p ()
17066 case $as_dir in #(
17067 -*) as_dir=./$as_dir;;
17068 esac
17069 test -d "$as_dir" || eval $as_mkdir_p || {
17070 as_dirs=
17071 while :; do
17072 case $as_dir in #(
17073 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
17074 *) as_qdir=$as_dir;;
17075 esac
17076 as_dirs="'$as_qdir' $as_dirs"
17077 as_dir=`$as_dirname -- "$as_dir" ||
17078 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17079 X"$as_dir" : 'X\(//\)[^/]' \| \
17080 X"$as_dir" : 'X\(//\)$' \| \
17081 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
17082 $as_echo X"$as_dir" |
17083 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17084 s//\1/
17087 /^X\(\/\/\)[^/].*/{
17088 s//\1/
17091 /^X\(\/\/\)$/{
17092 s//\1/
17095 /^X\(\/\).*/{
17096 s//\1/
17099 s/.*/./; q'`
17100 test -d "$as_dir" && break
17101 done
17102 test -z "$as_dirs" || eval "mkdir $as_dirs"
17103 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
17106 } # as_fn_mkdir_p
17107 if mkdir -p . 2>/dev/null; then
17108 as_mkdir_p='mkdir -p "$as_dir"'
17109 else
17110 test -d ./-p && rmdir ./-p
17111 as_mkdir_p=false
17114 if test -x / >/dev/null 2>&1; then
17115 as_test_x='test -x'
17116 else
17117 if ls -dL / >/dev/null 2>&1; then
17118 as_ls_L_option=L
17119 else
17120 as_ls_L_option=
17122 as_test_x='
17123 eval sh -c '\''
17124 if test -d "$1"; then
17125 test -d "$1/.";
17126 else
17127 case $1 in #(
17128 -*)set "./$1";;
17129 esac;
17130 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
17131 ???[sx]*):;;*)false;;esac;fi
17132 '\'' sh
17135 as_executable_p=$as_test_x
17137 # Sed expression to map a string onto a valid CPP name.
17138 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
17140 # Sed expression to map a string onto a valid variable name.
17141 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
17144 exec 6>&1
17145 ## ----------------------------------- ##
17146 ## Main body of $CONFIG_STATUS script. ##
17147 ## ----------------------------------- ##
17148 _ASEOF
17149 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
17151 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17152 # Save the log message, to keep $0 and so on meaningful, and to
17153 # report actual input values of CONFIG_FILES etc. instead of their
17154 # values after options handling.
17155 ac_log="
17156 This file was extended by Wine $as_me 1.1.40, which was
17157 generated by GNU Autoconf 2.65. Invocation command line was
17159 CONFIG_FILES = $CONFIG_FILES
17160 CONFIG_HEADERS = $CONFIG_HEADERS
17161 CONFIG_LINKS = $CONFIG_LINKS
17162 CONFIG_COMMANDS = $CONFIG_COMMANDS
17163 $ $0 $@
17165 on `(hostname || uname -n) 2>/dev/null | sed 1q`
17168 _ACEOF
17170 case $ac_config_files in *"
17171 "*) set x $ac_config_files; shift; ac_config_files=$*;;
17172 esac
17174 case $ac_config_headers in *"
17175 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
17176 esac
17179 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17180 # Files that config.status was made for.
17181 config_files="$ac_config_files"
17182 config_headers="$ac_config_headers"
17183 config_links="$ac_config_links"
17184 config_commands="$ac_config_commands"
17186 _ACEOF
17188 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17189 ac_cs_usage="\
17190 \`$as_me' instantiates files and other configuration actions
17191 from templates according to the current configuration. Unless the files
17192 and actions are specified as TAGs, all are instantiated by default.
17194 Usage: $0 [OPTION]... [TAG]...
17196 -h, --help print this help, then exit
17197 -V, --version print version number and configuration settings, then exit
17198 --config print configuration, then exit
17199 -q, --quiet, --silent
17200 do not print progress messages
17201 -d, --debug don't remove temporary files
17202 --recheck update $as_me by reconfiguring in the same conditions
17203 --file=FILE[:TEMPLATE]
17204 instantiate the configuration file FILE
17205 --header=FILE[:TEMPLATE]
17206 instantiate the configuration header FILE
17208 Configuration files:
17209 $config_files
17211 Configuration headers:
17212 $config_headers
17214 Configuration links:
17215 $config_links
17217 Configuration commands:
17218 $config_commands
17220 Report bugs to <wine-devel@winehq.org>.
17221 Wine home page: <http://www.winehq.org>."
17223 _ACEOF
17224 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17225 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
17226 ac_cs_version="\\
17227 Wine config.status 1.1.40
17228 configured by $0, generated by GNU Autoconf 2.65,
17229 with options \\"\$ac_cs_config\\"
17231 Copyright (C) 2009 Free Software Foundation, Inc.
17232 This config.status script is free software; the Free Software Foundation
17233 gives unlimited permission to copy, distribute and modify it."
17235 ac_pwd='$ac_pwd'
17236 srcdir='$srcdir'
17237 INSTALL='$INSTALL'
17238 test -n "\$AWK" || AWK=awk
17239 _ACEOF
17241 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17242 # The default lists apply if the user does not specify any file.
17243 ac_need_defaults=:
17244 while test $# != 0
17246 case $1 in
17247 --*=*)
17248 ac_option=`expr "X$1" : 'X\([^=]*\)='`
17249 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
17250 ac_shift=:
17253 ac_option=$1
17254 ac_optarg=$2
17255 ac_shift=shift
17257 esac
17259 case $ac_option in
17260 # Handling of the options.
17261 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
17262 ac_cs_recheck=: ;;
17263 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
17264 $as_echo "$ac_cs_version"; exit ;;
17265 --config | --confi | --conf | --con | --co | --c )
17266 $as_echo "$ac_cs_config"; exit ;;
17267 --debug | --debu | --deb | --de | --d | -d )
17268 debug=: ;;
17269 --file | --fil | --fi | --f )
17270 $ac_shift
17271 case $ac_optarg in
17272 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17273 esac
17274 as_fn_append CONFIG_FILES " '$ac_optarg'"
17275 ac_need_defaults=false;;
17276 --header | --heade | --head | --hea )
17277 $ac_shift
17278 case $ac_optarg in
17279 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17280 esac
17281 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
17282 ac_need_defaults=false;;
17283 --he | --h)
17284 # Conflict between --help and --header
17285 as_fn_error "ambiguous option: \`$1'
17286 Try \`$0 --help' for more information.";;
17287 --help | --hel | -h )
17288 $as_echo "$ac_cs_usage"; exit ;;
17289 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
17290 | -silent | --silent | --silen | --sile | --sil | --si | --s)
17291 ac_cs_silent=: ;;
17293 # This is an error.
17294 -*) as_fn_error "unrecognized option: \`$1'
17295 Try \`$0 --help' for more information." ;;
17297 *) as_fn_append ac_config_targets " $1"
17298 ac_need_defaults=false ;;
17300 esac
17301 shift
17302 done
17304 ac_configure_extra_args=
17306 if $ac_cs_silent; then
17307 exec 6>/dev/null
17308 ac_configure_extra_args="$ac_configure_extra_args --silent"
17311 _ACEOF
17312 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17313 if \$ac_cs_recheck; then
17314 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
17315 shift
17316 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
17317 CONFIG_SHELL='$SHELL'
17318 export CONFIG_SHELL
17319 exec "\$@"
17322 _ACEOF
17323 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17324 exec 5>>config.log
17326 echo
17327 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
17328 ## Running $as_me. ##
17329 _ASBOX
17330 $as_echo "$ac_log"
17331 } >&5
17333 _ACEOF
17334 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17335 _ACEOF
17337 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17339 # Handling of arguments.
17340 for ac_config_target in $ac_config_targets
17342 case $ac_config_target in
17343 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
17344 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
17345 "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
17346 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
17347 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
17348 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
17349 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
17350 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
17351 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
17352 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
17353 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
17354 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
17355 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
17356 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
17357 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
17358 "Maketest.rules") CONFIG_FILES="$CONFIG_FILES Maketest.rules" ;;
17359 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
17360 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
17361 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
17362 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
17363 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
17364 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
17365 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
17366 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
17367 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
17368 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
17369 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
17370 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
17371 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
17372 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
17373 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
17374 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
17375 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
17376 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
17377 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
17378 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
17379 "dlls/avifil32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/tests/Makefile" ;;
17380 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
17381 "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
17382 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
17383 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
17384 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
17385 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
17386 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
17387 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
17388 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
17389 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
17390 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
17391 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
17392 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
17393 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
17394 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
17395 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
17396 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
17397 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
17398 "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
17399 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
17400 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
17401 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
17402 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
17403 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
17404 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
17405 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
17406 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
17407 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
17408 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
17409 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
17410 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
17411 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
17412 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
17413 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
17414 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
17415 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
17416 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
17417 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
17418 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
17419 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
17420 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
17421 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
17422 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
17423 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
17424 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
17425 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
17426 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
17427 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
17428 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
17429 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
17430 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
17431 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
17432 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
17433 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
17434 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
17435 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
17436 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
17437 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
17438 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
17439 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
17440 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
17441 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
17442 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
17443 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
17444 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
17445 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
17446 "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
17447 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
17448 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
17449 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
17450 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
17451 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
17452 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
17453 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
17454 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
17455 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
17456 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
17457 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
17458 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
17459 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
17460 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
17461 "dlls/dispex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispex/Makefile" ;;
17462 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
17463 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
17464 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
17465 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
17466 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
17467 "dlls/dmloader/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/tests/Makefile" ;;
17468 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
17469 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
17470 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
17471 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
17472 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
17473 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
17474 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
17475 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
17476 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
17477 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
17478 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
17479 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
17480 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
17481 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
17482 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
17483 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
17484 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
17485 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
17486 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
17487 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
17488 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
17489 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
17490 "dlls/dxdiagn/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/tests/Makefile" ;;
17491 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
17492 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
17493 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
17494 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
17495 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
17496 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
17497 "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
17498 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
17499 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
17500 "dlls/fwpuclnt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fwpuclnt/Makefile" ;;
17501 "dlls/gdi.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi.exe16/Makefile" ;;
17502 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
17503 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
17504 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
17505 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
17506 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
17507 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
17508 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
17509 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
17510 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
17511 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
17512 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
17513 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
17514 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
17515 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
17516 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
17517 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
17518 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
17519 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
17520 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
17521 "dlls/imagehlp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/tests/Makefile" ;;
17522 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
17523 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
17524 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
17525 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
17526 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
17527 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
17528 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
17529 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
17530 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
17531 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
17532 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
17533 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
17534 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
17535 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
17536 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
17537 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
17538 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
17539 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
17540 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
17541 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
17542 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
17543 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
17544 "dlls/krnl386.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/krnl386.exe16/Makefile" ;;
17545 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
17546 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
17547 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
17548 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
17549 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
17550 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
17551 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
17552 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
17553 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
17554 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
17555 "dlls/mapistub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapistub/Makefile" ;;
17556 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
17557 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
17558 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
17559 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
17560 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
17561 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
17562 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
17563 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
17564 "dlls/mmdevapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/Makefile" ;;
17565 "dlls/mmdevapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/tests/Makefile" ;;
17566 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
17567 "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
17568 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
17569 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
17570 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
17571 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
17572 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
17573 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
17574 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
17575 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
17576 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
17577 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
17578 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
17579 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
17580 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
17581 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
17582 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
17583 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
17584 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
17585 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
17586 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
17587 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
17588 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
17589 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
17590 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
17591 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
17592 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
17593 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
17594 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
17595 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
17596 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
17597 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
17598 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
17599 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
17600 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
17601 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
17602 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
17603 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
17604 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
17605 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
17606 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
17607 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
17608 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
17609 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
17610 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
17611 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
17612 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
17613 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
17614 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
17615 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
17616 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
17617 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
17618 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
17619 "dlls/msxml4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml4/Makefile" ;;
17620 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
17621 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
17622 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
17623 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
17624 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
17625 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
17626 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
17627 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
17628 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
17629 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
17630 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
17631 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
17632 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
17633 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
17634 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
17635 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
17636 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
17637 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
17638 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
17639 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
17640 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
17641 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
17642 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
17643 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
17644 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
17645 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
17646 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
17647 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
17648 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
17649 "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
17650 "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
17651 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
17652 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
17653 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
17654 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
17655 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
17656 "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
17657 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
17658 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
17659 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
17660 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
17661 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
17662 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
17663 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
17664 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
17665 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
17666 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
17667 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
17668 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
17669 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
17670 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
17671 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
17672 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
17673 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
17674 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
17675 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
17676 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
17677 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
17678 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
17679 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
17680 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
17681 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
17682 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
17683 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
17684 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
17685 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
17686 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
17687 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
17688 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
17689 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
17690 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
17691 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
17692 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
17693 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
17694 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
17695 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
17696 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
17697 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
17698 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
17699 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
17700 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
17701 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
17702 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
17703 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
17704 "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
17705 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
17706 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
17707 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
17708 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
17709 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
17710 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
17711 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
17712 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
17713 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
17714 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
17715 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
17716 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
17717 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
17718 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
17719 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
17720 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
17721 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
17722 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
17723 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
17724 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
17725 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
17726 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
17727 "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
17728 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
17729 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
17730 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
17731 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
17732 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
17733 "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
17734 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
17735 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
17736 "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
17737 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
17738 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
17739 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
17740 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
17741 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
17742 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
17743 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
17744 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
17745 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
17746 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
17747 "dlls/user.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user.exe16/Makefile" ;;
17748 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
17749 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
17750 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
17751 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
17752 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
17753 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
17754 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
17755 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
17756 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
17757 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
17758 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
17759 "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
17760 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
17761 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
17762 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
17763 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
17764 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
17765 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
17766 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
17767 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
17768 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
17769 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
17770 "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
17771 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
17772 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
17773 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
17774 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
17775 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
17776 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
17777 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
17778 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
17779 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
17780 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
17781 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
17782 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
17783 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
17784 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
17785 "dlls/winemapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemapi/Makefile" ;;
17786 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
17787 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
17788 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
17789 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
17790 "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
17791 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
17792 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
17793 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
17794 "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
17795 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
17796 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
17797 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
17798 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
17799 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
17800 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
17801 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
17802 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
17803 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
17804 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
17805 "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
17806 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
17807 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
17808 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
17809 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
17810 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
17811 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
17812 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
17813 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
17814 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
17815 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
17816 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
17817 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
17818 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
17819 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
17820 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
17821 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
17822 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
17823 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
17824 "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
17825 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
17826 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
17827 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
17828 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
17829 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
17830 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
17831 "dlls/xmllite/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/tests/Makefile" ;;
17832 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
17833 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
17834 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
17835 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
17836 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
17837 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
17838 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
17839 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
17840 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
17841 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
17842 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
17843 "programs/cmd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/tests/Makefile" ;;
17844 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
17845 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
17846 "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
17847 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
17848 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
17849 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
17850 "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
17851 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
17852 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
17853 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
17854 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
17855 "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
17856 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
17857 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
17858 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
17859 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
17860 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
17861 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
17862 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
17863 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
17864 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
17865 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
17866 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
17867 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
17868 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
17869 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
17870 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
17871 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
17872 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
17873 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
17874 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
17875 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
17876 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
17877 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
17878 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
17879 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
17880 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
17881 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
17882 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
17883 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
17884 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
17885 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
17886 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
17887 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
17888 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
17889 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
17890 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
17891 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
17892 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
17893 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
17894 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
17895 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
17896 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
17897 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
17898 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
17899 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
17900 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
17901 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
17902 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
17904 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
17905 esac
17906 done
17909 # If the user did not use the arguments to specify the items to instantiate,
17910 # then the envvar interface is used. Set only those that are not.
17911 # We use the long form for the default assignment because of an extremely
17912 # bizarre bug on SunOS 4.1.3.
17913 if $ac_need_defaults; then
17914 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
17915 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
17916 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
17917 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
17920 # Have a temporary directory for convenience. Make it in the build tree
17921 # simply because there is no reason against having it here, and in addition,
17922 # creating and moving files from /tmp can sometimes cause problems.
17923 # Hook for its removal unless debugging.
17924 # Note that there is a small window in which the directory will not be cleaned:
17925 # after its creation but before its name has been assigned to `$tmp'.
17926 $debug ||
17928 tmp=
17929 trap 'exit_status=$?
17930 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
17932 trap 'as_fn_exit 1' 1 2 13 15
17934 # Create a (secure) tmp directory for tmp files.
17937 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
17938 test -n "$tmp" && test -d "$tmp"
17939 } ||
17941 tmp=./conf$$-$RANDOM
17942 (umask 077 && mkdir "$tmp")
17943 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
17945 # Set up the scripts for CONFIG_FILES section.
17946 # No need to generate them if there are no CONFIG_FILES.
17947 # This happens for instance with `./config.status config.h'.
17948 if test -n "$CONFIG_FILES"; then
17950 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
17951 ac_cs_awk_getline=:
17952 ac_cs_awk_pipe_init=
17953 ac_cs_awk_read_file='
17954 while ((getline aline < (F[key])) > 0)
17955 print(aline)
17956 close(F[key])'
17957 ac_cs_awk_pipe_fini=
17958 else
17959 ac_cs_awk_getline=false
17960 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
17961 ac_cs_awk_read_file='
17962 print "|#_!!_#|"
17963 print "cat " F[key] " &&"
17964 '$ac_cs_awk_pipe_init
17965 # The final `:' finishes the AND list.
17966 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
17968 ac_cr=`echo X | tr X '\015'`
17969 # On cygwin, bash can eat \r inside `` if the user requested igncr.
17970 # But we know of no other shell where ac_cr would be empty at this
17971 # point, so we can use a bashism as a fallback.
17972 if test "x$ac_cr" = x; then
17973 eval ac_cr=\$\'\\r\'
17975 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
17976 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
17977 ac_cs_awk_cr='\r'
17978 else
17979 ac_cs_awk_cr=$ac_cr
17982 echo 'BEGIN {' >"$tmp/subs1.awk" &&
17983 _ACEOF
17985 # Create commands to substitute file output variables.
17987 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
17988 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
17989 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
17990 echo "_ACAWK" &&
17991 echo "_ACEOF"
17992 } >conf$$files.sh &&
17993 . ./conf$$files.sh ||
17994 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17995 rm -f conf$$files.sh
17998 echo "cat >conf$$subs.awk <<_ACEOF" &&
17999 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18000 echo "_ACEOF"
18001 } >conf$$subs.sh ||
18002 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18003 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
18004 ac_delim='%!_!# '
18005 for ac_last_try in false false false false false :; do
18006 . ./conf$$subs.sh ||
18007 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18009 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
18010 if test $ac_delim_n = $ac_delim_num; then
18011 break
18012 elif $ac_last_try; then
18013 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18014 else
18015 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
18017 done
18018 rm -f conf$$subs.sh
18020 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18021 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
18022 _ACEOF
18023 sed -n '
18025 s/^/S["/; s/!.*/"]=/
18028 s/^[^!]*!//
18029 :repl
18030 t repl
18031 s/'"$ac_delim"'$//
18032 t delim
18035 s/\(.\{148\}\)..*/\1/
18036 t more1
18037 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
18040 b repl
18041 :more1
18042 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18045 s/.\{148\}//
18046 t nl
18047 :delim
18049 s/\(.\{148\}\)..*/\1/
18050 t more2
18051 s/["\\]/\\&/g; s/^/"/; s/$/"/
18054 :more2
18055 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18058 s/.\{148\}//
18059 t delim
18060 ' <conf$$subs.awk | sed '
18061 /^[^""]/{
18063 s/\n//
18065 ' >>$CONFIG_STATUS || ac_write_fail=1
18066 rm -f conf$$subs.awk
18067 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18068 _ACAWK
18069 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
18070 for (key in S) S_is_set[key] = 1
18071 FS = "\a"
18072 \$ac_cs_awk_pipe_init
18075 line = $ 0
18076 nfields = split(line, field, "@")
18077 substed = 0
18078 len = length(field[1])
18079 for (i = 2; i < nfields; i++) {
18080 key = field[i]
18081 keylen = length(key)
18082 if (S_is_set[key]) {
18083 value = S[key]
18084 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
18085 len += length(value) + length(field[++i])
18086 substed = 1
18087 } else
18088 len += 1 + keylen
18090 if (nfields == 3 && !substed) {
18091 key = field[2]
18092 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
18093 \$ac_cs_awk_read_file
18094 next
18097 print line
18099 \$ac_cs_awk_pipe_fini
18100 _ACAWK
18101 _ACEOF
18102 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18103 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
18104 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
18105 else
18107 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
18108 || as_fn_error "could not setup config files machinery" "$LINENO" 5
18109 _ACEOF
18111 # VPATH may cause trouble with some makes, so we remove $(srcdir),
18112 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
18113 # trailing colons and then remove the whole line if VPATH becomes empty
18114 # (actually we leave an empty line to preserve line numbers).
18115 if test "x$srcdir" = x.; then
18116 ac_vpsub='/^[ ]*VPATH[ ]*=/{
18117 s/:*\$(srcdir):*/:/
18118 s/:*\${srcdir}:*/:/
18119 s/:*@srcdir@:*/:/
18120 s/^\([^=]*=[ ]*\):*/\1/
18121 s/:*$//
18122 s/^[^=]*=[ ]*$//
18126 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18127 fi # test -n "$CONFIG_FILES"
18129 # Set up the scripts for CONFIG_HEADERS section.
18130 # No need to generate them if there are no CONFIG_HEADERS.
18131 # This happens for instance with `./config.status Makefile'.
18132 if test -n "$CONFIG_HEADERS"; then
18133 cat >"$tmp/defines.awk" <<\_ACAWK ||
18134 BEGIN {
18135 _ACEOF
18137 # Transform confdefs.h into an awk script `defines.awk', embedded as
18138 # here-document in config.status, that substitutes the proper values into
18139 # config.h.in to produce config.h.
18141 # Create a delimiter string that does not exist in confdefs.h, to ease
18142 # handling of long lines.
18143 ac_delim='%!_!# '
18144 for ac_last_try in false false :; do
18145 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
18146 if test -z "$ac_t"; then
18147 break
18148 elif $ac_last_try; then
18149 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
18150 else
18151 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
18153 done
18155 # For the awk script, D is an array of macro values keyed by name,
18156 # likewise P contains macro parameters if any. Preserve backslash
18157 # newline sequences.
18159 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
18160 sed -n '
18161 s/.\{148\}/&'"$ac_delim"'/g
18162 t rset
18163 :rset
18164 s/^[ ]*#[ ]*define[ ][ ]*/ /
18165 t def
18167 :def
18168 s/\\$//
18169 t bsnl
18170 s/["\\]/\\&/g
18171 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
18172 D["\1"]=" \3"/p
18173 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
18175 :bsnl
18176 s/["\\]/\\&/g
18177 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
18178 D["\1"]=" \3\\\\\\n"\\/p
18179 t cont
18180 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
18181 t cont
18183 :cont
18185 s/.\{148\}/&'"$ac_delim"'/g
18186 t clear
18187 :clear
18188 s/\\$//
18189 t bsnlc
18190 s/["\\]/\\&/g; s/^/"/; s/$/"/p
18192 :bsnlc
18193 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
18194 b cont
18195 ' <confdefs.h | sed '
18196 s/'"$ac_delim"'/"\\\
18197 "/g' >>$CONFIG_STATUS || ac_write_fail=1
18199 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18200 for (key in D) D_is_set[key] = 1
18201 FS = "\a"
18203 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
18204 line = \$ 0
18205 split(line, arg, " ")
18206 if (arg[1] == "#") {
18207 defundef = arg[2]
18208 mac1 = arg[3]
18209 } else {
18210 defundef = substr(arg[1], 2)
18211 mac1 = arg[2]
18213 split(mac1, mac2, "(") #)
18214 macro = mac2[1]
18215 prefix = substr(line, 1, index(line, defundef) - 1)
18216 if (D_is_set[macro]) {
18217 # Preserve the white space surrounding the "#".
18218 print prefix "define", macro P[macro] D[macro]
18219 next
18220 } else {
18221 # Replace #undef with comments. This is necessary, for example,
18222 # in the case of _POSIX_SOURCE, which is predefined and required
18223 # on some systems where configure will not decide to define it.
18224 if (defundef == "undef") {
18225 print "/*", prefix defundef, macro, "*/"
18226 next
18230 { print }
18231 _ACAWK
18232 _ACEOF
18233 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18234 as_fn_error "could not setup config headers machinery" "$LINENO" 5
18235 fi # test -n "$CONFIG_HEADERS"
18238 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
18239 shift
18240 for ac_tag
18242 case $ac_tag in
18243 :[FHLC]) ac_mode=$ac_tag; continue;;
18244 esac
18245 case $ac_mode$ac_tag in
18246 :[FHL]*:*);;
18247 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
18248 :[FH]-) ac_tag=-:-;;
18249 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
18250 esac
18251 ac_save_IFS=$IFS
18252 IFS=:
18253 set x $ac_tag
18254 IFS=$ac_save_IFS
18255 shift
18256 ac_file=$1
18257 shift
18259 case $ac_mode in
18260 :L) ac_source=$1;;
18261 :[FH])
18262 ac_file_inputs=
18263 for ac_f
18265 case $ac_f in
18266 -) ac_f="$tmp/stdin";;
18267 *) # Look for the file first in the build tree, then in the source tree
18268 # (if the path is not absolute). The absolute path cannot be DOS-style,
18269 # because $ac_f cannot contain `:'.
18270 test -f "$ac_f" ||
18271 case $ac_f in
18272 [\\/$]*) false;;
18273 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
18274 esac ||
18275 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
18276 esac
18277 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
18278 as_fn_append ac_file_inputs " '$ac_f'"
18279 done
18281 # Let's still pretend it is `configure' which instantiates (i.e., don't
18282 # use $as_me), people would be surprised to read:
18283 # /* config.h. Generated by config.status. */
18284 configure_input='Generated from '`
18285 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
18286 `' by configure.'
18287 if test x"$ac_file" != x-; then
18288 configure_input="$ac_file. $configure_input"
18289 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
18290 $as_echo "$as_me: creating $ac_file" >&6;}
18292 # Neutralize special characters interpreted by sed in replacement strings.
18293 case $configure_input in #(
18294 *\&* | *\|* | *\\* )
18295 ac_sed_conf_input=`$as_echo "$configure_input" |
18296 sed 's/[\\\\&|]/\\\\&/g'`;; #(
18297 *) ac_sed_conf_input=$configure_input;;
18298 esac
18300 case $ac_tag in
18301 *:-:* | *:-) cat >"$tmp/stdin" \
18302 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
18303 esac
18305 esac
18307 ac_dir=`$as_dirname -- "$ac_file" ||
18308 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18309 X"$ac_file" : 'X\(//\)[^/]' \| \
18310 X"$ac_file" : 'X\(//\)$' \| \
18311 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
18312 $as_echo X"$ac_file" |
18313 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18314 s//\1/
18317 /^X\(\/\/\)[^/].*/{
18318 s//\1/
18321 /^X\(\/\/\)$/{
18322 s//\1/
18325 /^X\(\/\).*/{
18326 s//\1/
18329 s/.*/./; q'`
18330 as_dir="$ac_dir"; as_fn_mkdir_p
18331 ac_builddir=.
18333 case "$ac_dir" in
18334 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
18336 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
18337 # A ".." for each directory in $ac_dir_suffix.
18338 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
18339 case $ac_top_builddir_sub in
18340 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
18341 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
18342 esac ;;
18343 esac
18344 ac_abs_top_builddir=$ac_pwd
18345 ac_abs_builddir=$ac_pwd$ac_dir_suffix
18346 # for backward compatibility:
18347 ac_top_builddir=$ac_top_build_prefix
18349 case $srcdir in
18350 .) # We are building in place.
18351 ac_srcdir=.
18352 ac_top_srcdir=$ac_top_builddir_sub
18353 ac_abs_top_srcdir=$ac_pwd ;;
18354 [\\/]* | ?:[\\/]* ) # Absolute name.
18355 ac_srcdir=$srcdir$ac_dir_suffix;
18356 ac_top_srcdir=$srcdir
18357 ac_abs_top_srcdir=$srcdir ;;
18358 *) # Relative name.
18359 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
18360 ac_top_srcdir=$ac_top_build_prefix$srcdir
18361 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
18362 esac
18363 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
18366 case $ac_mode in
18369 # CONFIG_FILE
18372 case $INSTALL in
18373 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
18374 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
18375 esac
18376 _ACEOF
18378 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18379 # If the template does not know about datarootdir, expand it.
18380 # FIXME: This hack should be removed a few years after 2.60.
18381 ac_datarootdir_hack=; ac_datarootdir_seen=
18382 ac_sed_dataroot='
18383 /datarootdir/ {
18387 /@datadir@/p
18388 /@docdir@/p
18389 /@infodir@/p
18390 /@localedir@/p
18391 /@mandir@/p'
18392 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
18393 *datarootdir*) ac_datarootdir_seen=yes;;
18394 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
18395 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
18396 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
18397 _ACEOF
18398 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18399 ac_datarootdir_hack='
18400 s&@datadir@&$datadir&g
18401 s&@docdir@&$docdir&g
18402 s&@infodir@&$infodir&g
18403 s&@localedir@&$localedir&g
18404 s&@mandir@&$mandir&g
18405 s&\\\${datarootdir}&$datarootdir&g' ;;
18406 esac
18407 _ACEOF
18409 # Neutralize VPATH when `$srcdir' = `.'.
18410 # Shell code in configure.ac might set extrasub.
18411 # FIXME: do we really want to maintain this feature?
18412 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18413 ac_sed_extra="$ac_vpsub
18414 $extrasub
18415 _ACEOF
18416 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18418 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
18419 s|@configure_input@|$ac_sed_conf_input|;t t
18420 s&@top_builddir@&$ac_top_builddir_sub&;t t
18421 s&@top_build_prefix@&$ac_top_build_prefix&;t t
18422 s&@srcdir@&$ac_srcdir&;t t
18423 s&@abs_srcdir@&$ac_abs_srcdir&;t t
18424 s&@top_srcdir@&$ac_top_srcdir&;t t
18425 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
18426 s&@builddir@&$ac_builddir&;t t
18427 s&@abs_builddir@&$ac_abs_builddir&;t t
18428 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
18429 s&@INSTALL@&$ac_INSTALL&;t t
18430 $ac_datarootdir_hack
18432 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
18433 if $ac_cs_awk_getline; then
18434 $AWK -f "$tmp/subs.awk"
18435 else
18436 $AWK -f "$tmp/subs.awk" | $SHELL
18437 fi >$tmp/out \
18438 || as_fn_error "could not create $ac_file" "$LINENO" 5
18440 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
18441 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
18442 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
18443 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
18444 which seems to be undefined. Please make sure it is defined." >&5
18445 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
18446 which seems to be undefined. Please make sure it is defined." >&2;}
18448 rm -f "$tmp/stdin"
18449 case $ac_file in
18450 -) cat "$tmp/out" && rm -f "$tmp/out";;
18451 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
18452 esac \
18453 || as_fn_error "could not create $ac_file" "$LINENO" 5
18457 # CONFIG_HEADER
18459 if test x"$ac_file" != x-; then
18461 $as_echo "/* $configure_input */" \
18462 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
18463 } >"$tmp/config.h" \
18464 || as_fn_error "could not create $ac_file" "$LINENO" 5
18465 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
18466 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
18467 $as_echo "$as_me: $ac_file is unchanged" >&6;}
18468 else
18469 rm -f "$ac_file"
18470 mv "$tmp/config.h" "$ac_file" \
18471 || as_fn_error "could not create $ac_file" "$LINENO" 5
18473 else
18474 $as_echo "/* $configure_input */" \
18475 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
18476 || as_fn_error "could not create -" "$LINENO" 5
18481 # CONFIG_LINK
18484 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
18486 else
18487 # Prefer the file from the source tree if names are identical.
18488 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
18489 ac_source=$srcdir/$ac_source
18492 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
18493 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
18495 if test ! -r "$ac_source"; then
18496 as_fn_error "$ac_source: file not found" "$LINENO" 5
18498 rm -f "$ac_file"
18500 # Try a relative symlink, then a hard link, then a copy.
18501 case $srcdir in
18502 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
18503 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
18504 esac
18505 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
18506 ln "$ac_source" "$ac_file" 2>/dev/null ||
18507 cp -p "$ac_source" "$ac_file" ||
18508 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
18511 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
18512 $as_echo "$as_me: executing $ac_file commands" >&6;}
18514 esac
18517 case $ac_file$ac_mode in
18518 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
18519 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
18520 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;}; as_dir="dlls/gdi32/enhmfdrv"; as_fn_mkdir_p; } ;;
18521 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
18522 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;}; as_dir="dlls/gdi32/mfdrv"; as_fn_mkdir_p; } ;;
18523 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
18524 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;}; as_dir="dlls/kernel32/nls"; as_fn_mkdir_p; } ;;
18525 "dlls/user32/resources":C) test -d "dlls/user32/resources" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
18526 $as_echo "$as_me: creating dlls/user32/resources" >&6;}; as_dir="dlls/user32/resources"; as_fn_mkdir_p; } ;;
18527 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
18528 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;}; as_dir="dlls/wineps.drv/data"; as_fn_mkdir_p; } ;;
18529 "include/wine":C) test -d "include/wine" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
18530 $as_echo "$as_me: creating include/wine" >&6;}; as_dir="include/wine"; as_fn_mkdir_p; } ;;
18532 esac
18533 done # for ac_tag
18536 as_fn_exit 0
18537 _ACEOF
18538 ac_clean_files=$ac_clean_files_save
18540 test $ac_write_fail = 0 ||
18541 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
18544 # configure is writing to config.log, and then calls config.status.
18545 # config.status does its own redirection, appending to config.log.
18546 # Unfortunately, on DOS this fails, as config.log is still kept open
18547 # by configure, so config.status won't be able to write to it; its
18548 # output is simply discarded. So we exec the FD to /dev/null,
18549 # effectively closing config.log, so it can be properly (re)opened and
18550 # appended to by config.status. When coming back to configure, we
18551 # need to make the FD available again.
18552 if test "$no_create" != yes; then
18553 ac_cs_success=:
18554 ac_config_status_args=
18555 test "$silent" = yes &&
18556 ac_config_status_args="$ac_config_status_args --quiet"
18557 exec 5>/dev/null
18558 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
18559 exec 5>>config.log
18560 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18561 # would make configure fail if this is the last instruction.
18562 $ac_cs_success || as_fn_exit $?
18564 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
18565 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18566 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
18570 if test "$no_create" = "yes"
18571 then
18572 exit 0
18575 ac_save_IFS="$IFS"
18576 if test "x$wine_notices != "x; then
18577 echo >&6
18578 IFS="|"
18579 for msg in $wine_notices; do
18580 IFS="$ac_save_IFS"
18581 if test -n "$msg"; then
18582 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
18583 $as_echo "$as_me: $msg" >&6;}
18585 done
18587 IFS="|"
18588 for msg in $wine_warnings; do
18589 IFS="$ac_save_IFS"
18590 if test -n "$msg"; then
18591 echo >&2
18592 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
18593 $as_echo "$as_me: WARNING: $msg" >&2;}
18595 done
18596 IFS="$ac_save_IFS"
18598 echo "
18599 $as_me: Finished. Do '${ac_make}' to compile Wine.
18600 " >&6