makefiles: Build the tests directly from the top-level makefile.
[wine.git] / configure
blobbc61d076d3f20eccf4fa27ad03eba673d369330e
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for Wine 1.1.38.
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.38'
556 PACKAGE_STRING='Wine 1.1.38'
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_INSTALL_DIRS
601 ALL_PROGRAM_DIRS
602 ALL_TEST_BINARIES
603 ALL_TEST_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_WINETEST_DEPENDS
611 ALL_MAKEFILE_DEPENDS
612 ALL_SYMLINKS
613 ALL_MAKEFILES
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 ESDLIBS
635 ESDINCL
636 ESDCONFIG
637 ZLIB
638 FREETYPEINCL
639 FREETYPELIBS
640 ft_devel
641 LCMSLIBS
642 RESOLVLIBS
643 GPHOTO2INCL
644 GPHOTO2LIBS
645 gphoto2port_devel
646 gphoto2_devel
647 SANEINCL
648 sane_devel
649 GNUTLSINCL
650 HALINCL
651 XSLTINCL
652 XML2INCL
653 XML2LIBS
654 NASLIBS
655 X_EXTRA_LIBS
656 X_LIBS
657 X_PRE_LIBS
658 X_CFLAGS
659 XMKMF
660 LIBPTHREAD
661 CROSSTARGET
662 CROSSTEST
663 CROSSCC
664 CARBONLIB
665 LIBOPENAL
666 COREAUDIO
667 DISKARBITRATIONLIB
668 LDEXECFLAGS
669 IOKITLIB
670 COREFOUNDATIONLIB
671 SECURITYLIB
672 DLLWRAP
673 DLLTOOL
675 LDRPATH_LOCAL
676 LDRPATH_INSTALL
677 IMPLIBEXT
678 LIBEXT
679 LDDLLFLAGS
680 LDSHARED
681 DLLFLAGS
682 DLLEXT
684 OPENGL_LIBS
685 XLIB
686 PRELINK
687 ICOTOOL
688 RSVG
689 PKG_CONFIG
690 FONTFORGE
691 LINTFLAGS
692 LINT
693 INSTALL_DATA
694 INSTALL_SCRIPT
695 INSTALL_PROGRAM
696 LDCONFIG
697 EGREP
698 GREP
699 LN_S
700 STRIP
701 RANLIB
702 ARFLAGS
703 ac_ct_AR
705 BISON
706 FLEX
707 TOOLSDIR
708 WOW64_DISABLE
709 TARGETFLAGS
710 CPPBIN
711 ac_ct_CXX
712 CXXFLAGS
714 OBJEXT
715 EXEEXT
716 ac_ct_CC
717 CPPFLAGS
718 LDFLAGS
719 CFLAGS
721 SET_MAKE
722 host_os
723 host_vendor
724 host_cpu
725 host
726 build_os
727 build_vendor
728 build_cpu
729 build
730 MAINTAINER_MODE
731 target_alias
732 host_alias
733 build_alias
734 LIBS
735 ECHO_T
736 ECHO_N
737 ECHO_C
738 DEFS
739 mandir
740 localedir
741 libdir
742 psdir
743 pdfdir
744 dvidir
745 htmldir
746 infodir
747 docdir
748 oldincludedir
749 includedir
750 localstatedir
751 sharedstatedir
752 sysconfdir
753 datadir
754 datarootdir
755 libexecdir
756 sbindir
757 bindir
758 program_transform_name
759 prefix
760 exec_prefix
761 PACKAGE_URL
762 PACKAGE_BUGREPORT
763 PACKAGE_STRING
764 PACKAGE_VERSION
765 PACKAGE_TARNAME
766 PACKAGE_NAME
767 PATH_SEPARATOR
768 SHELL'
769 ac_subst_files='MAKE_RULES
770 MAKE_DLL_RULES
771 MAKE_IMPLIB_RULES
772 MAKE_TEST_RULES
773 MAKE_PROG_RULES'
774 ac_user_opts='
775 enable_option_checking
776 enable_win16
777 enable_win64
778 enable_tests
779 enable_maintainer_mode
780 with_alsa
781 with_audioio
782 with_capi
783 with_cms
784 with_coreaudio
785 with_cups
786 with_curses
787 with_esd
788 with_fontconfig
789 with_freetype
790 with_gphoto
791 with_glu
792 with_gnutls
793 with_gsm
794 with_hal
795 with_jack
796 with_jpeg
797 with_ldap
798 with_mpg123
799 with_nas
800 with_openal
801 with_opengl
802 with_openssl
803 with_oss
804 with_png
805 with_pthread
806 with_sane
807 with_v4l
808 with_xcomposite
809 with_xcursor
810 with_xinerama
811 with_xinput
812 with_xml
813 with_xrandr
814 with_xrender
815 with_xshape
816 with_xshm
817 with_xslt
818 with_xxf86vm
819 with_wine_tools
820 with_wine64
821 enable_largefile
822 with_x
824 ac_precious_vars='build_alias
825 host_alias
826 target_alias
828 CFLAGS
829 LDFLAGS
830 LIBS
831 CPPFLAGS
833 CXXFLAGS
836 XMKMF'
839 # Initialize some variables set by options.
840 ac_init_help=
841 ac_init_version=false
842 ac_unrecognized_opts=
843 ac_unrecognized_sep=
844 # The variables have the same names as the options, with
845 # dashes changed to underlines.
846 cache_file=/dev/null
847 exec_prefix=NONE
848 no_create=
849 no_recursion=
850 prefix=NONE
851 program_prefix=NONE
852 program_suffix=NONE
853 program_transform_name=s,x,x,
854 silent=
855 site=
856 srcdir=
857 verbose=
858 x_includes=NONE
859 x_libraries=NONE
861 # Installation directory options.
862 # These are left unexpanded so users can "make install exec_prefix=/foo"
863 # and all the variables that are supposed to be based on exec_prefix
864 # by default will actually change.
865 # Use braces instead of parens because sh, perl, etc. also accept them.
866 # (The list follows the same order as the GNU Coding Standards.)
867 bindir='${exec_prefix}/bin'
868 sbindir='${exec_prefix}/sbin'
869 libexecdir='${exec_prefix}/libexec'
870 datarootdir='${prefix}/share'
871 datadir='${datarootdir}'
872 sysconfdir='${prefix}/etc'
873 sharedstatedir='${prefix}/com'
874 localstatedir='${prefix}/var'
875 includedir='${prefix}/include'
876 oldincludedir='/usr/include'
877 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
878 infodir='${datarootdir}/info'
879 htmldir='${docdir}'
880 dvidir='${docdir}'
881 pdfdir='${docdir}'
882 psdir='${docdir}'
883 libdir='${exec_prefix}/lib'
884 localedir='${datarootdir}/locale'
885 mandir='${datarootdir}/man'
887 ac_prev=
888 ac_dashdash=
889 for ac_option
891 # If the previous option needs an argument, assign it.
892 if test -n "$ac_prev"; then
893 eval $ac_prev=\$ac_option
894 ac_prev=
895 continue
898 case $ac_option in
899 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
900 *) ac_optarg=yes ;;
901 esac
903 # Accept the important Cygnus configure options, so we can diagnose typos.
905 case $ac_dashdash$ac_option in
907 ac_dashdash=yes ;;
909 -bindir | --bindir | --bindi | --bind | --bin | --bi)
910 ac_prev=bindir ;;
911 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
912 bindir=$ac_optarg ;;
914 -build | --build | --buil | --bui | --bu)
915 ac_prev=build_alias ;;
916 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
917 build_alias=$ac_optarg ;;
919 -cache-file | --cache-file | --cache-fil | --cache-fi \
920 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
921 ac_prev=cache_file ;;
922 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
923 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
924 cache_file=$ac_optarg ;;
926 --config-cache | -C)
927 cache_file=config.cache ;;
929 -datadir | --datadir | --datadi | --datad)
930 ac_prev=datadir ;;
931 -datadir=* | --datadir=* | --datadi=* | --datad=*)
932 datadir=$ac_optarg ;;
934 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
935 | --dataroo | --dataro | --datar)
936 ac_prev=datarootdir ;;
937 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
938 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
939 datarootdir=$ac_optarg ;;
941 -disable-* | --disable-*)
942 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
943 # Reject names that are not valid shell variable names.
944 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
945 as_fn_error "invalid feature name: $ac_useropt"
946 ac_useropt_orig=$ac_useropt
947 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
948 case $ac_user_opts in
950 "enable_$ac_useropt"
951 "*) ;;
952 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
953 ac_unrecognized_sep=', ';;
954 esac
955 eval enable_$ac_useropt=no ;;
957 -docdir | --docdir | --docdi | --doc | --do)
958 ac_prev=docdir ;;
959 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
960 docdir=$ac_optarg ;;
962 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
963 ac_prev=dvidir ;;
964 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
965 dvidir=$ac_optarg ;;
967 -enable-* | --enable-*)
968 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
969 # Reject names that are not valid shell variable names.
970 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
971 as_fn_error "invalid feature name: $ac_useropt"
972 ac_useropt_orig=$ac_useropt
973 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
974 case $ac_user_opts in
976 "enable_$ac_useropt"
977 "*) ;;
978 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
979 ac_unrecognized_sep=', ';;
980 esac
981 eval enable_$ac_useropt=\$ac_optarg ;;
983 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
984 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
985 | --exec | --exe | --ex)
986 ac_prev=exec_prefix ;;
987 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
988 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
989 | --exec=* | --exe=* | --ex=*)
990 exec_prefix=$ac_optarg ;;
992 -gas | --gas | --ga | --g)
993 # Obsolete; use --with-gas.
994 with_gas=yes ;;
996 -help | --help | --hel | --he | -h)
997 ac_init_help=long ;;
998 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
999 ac_init_help=recursive ;;
1000 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1001 ac_init_help=short ;;
1003 -host | --host | --hos | --ho)
1004 ac_prev=host_alias ;;
1005 -host=* | --host=* | --hos=* | --ho=*)
1006 host_alias=$ac_optarg ;;
1008 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1009 ac_prev=htmldir ;;
1010 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1011 | --ht=*)
1012 htmldir=$ac_optarg ;;
1014 -includedir | --includedir | --includedi | --included | --include \
1015 | --includ | --inclu | --incl | --inc)
1016 ac_prev=includedir ;;
1017 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1018 | --includ=* | --inclu=* | --incl=* | --inc=*)
1019 includedir=$ac_optarg ;;
1021 -infodir | --infodir | --infodi | --infod | --info | --inf)
1022 ac_prev=infodir ;;
1023 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1024 infodir=$ac_optarg ;;
1026 -libdir | --libdir | --libdi | --libd)
1027 ac_prev=libdir ;;
1028 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1029 libdir=$ac_optarg ;;
1031 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1032 | --libexe | --libex | --libe)
1033 ac_prev=libexecdir ;;
1034 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1035 | --libexe=* | --libex=* | --libe=*)
1036 libexecdir=$ac_optarg ;;
1038 -localedir | --localedir | --localedi | --localed | --locale)
1039 ac_prev=localedir ;;
1040 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1041 localedir=$ac_optarg ;;
1043 -localstatedir | --localstatedir | --localstatedi | --localstated \
1044 | --localstate | --localstat | --localsta | --localst | --locals)
1045 ac_prev=localstatedir ;;
1046 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1047 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1048 localstatedir=$ac_optarg ;;
1050 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1051 ac_prev=mandir ;;
1052 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1053 mandir=$ac_optarg ;;
1055 -nfp | --nfp | --nf)
1056 # Obsolete; use --without-fp.
1057 with_fp=no ;;
1059 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1060 | --no-cr | --no-c | -n)
1061 no_create=yes ;;
1063 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1064 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1065 no_recursion=yes ;;
1067 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1068 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1069 | --oldin | --oldi | --old | --ol | --o)
1070 ac_prev=oldincludedir ;;
1071 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1072 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1073 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1074 oldincludedir=$ac_optarg ;;
1076 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1077 ac_prev=prefix ;;
1078 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1079 prefix=$ac_optarg ;;
1081 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1082 | --program-pre | --program-pr | --program-p)
1083 ac_prev=program_prefix ;;
1084 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1085 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1086 program_prefix=$ac_optarg ;;
1088 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1089 | --program-suf | --program-su | --program-s)
1090 ac_prev=program_suffix ;;
1091 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1092 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1093 program_suffix=$ac_optarg ;;
1095 -program-transform-name | --program-transform-name \
1096 | --program-transform-nam | --program-transform-na \
1097 | --program-transform-n | --program-transform- \
1098 | --program-transform | --program-transfor \
1099 | --program-transfo | --program-transf \
1100 | --program-trans | --program-tran \
1101 | --progr-tra | --program-tr | --program-t)
1102 ac_prev=program_transform_name ;;
1103 -program-transform-name=* | --program-transform-name=* \
1104 | --program-transform-nam=* | --program-transform-na=* \
1105 | --program-transform-n=* | --program-transform-=* \
1106 | --program-transform=* | --program-transfor=* \
1107 | --program-transfo=* | --program-transf=* \
1108 | --program-trans=* | --program-tran=* \
1109 | --progr-tra=* | --program-tr=* | --program-t=*)
1110 program_transform_name=$ac_optarg ;;
1112 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1113 ac_prev=pdfdir ;;
1114 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1115 pdfdir=$ac_optarg ;;
1117 -psdir | --psdir | --psdi | --psd | --ps)
1118 ac_prev=psdir ;;
1119 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1120 psdir=$ac_optarg ;;
1122 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1123 | -silent | --silent | --silen | --sile | --sil)
1124 silent=yes ;;
1126 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1127 ac_prev=sbindir ;;
1128 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1129 | --sbi=* | --sb=*)
1130 sbindir=$ac_optarg ;;
1132 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1133 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1134 | --sharedst | --shareds | --shared | --share | --shar \
1135 | --sha | --sh)
1136 ac_prev=sharedstatedir ;;
1137 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1138 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1139 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1140 | --sha=* | --sh=*)
1141 sharedstatedir=$ac_optarg ;;
1143 -site | --site | --sit)
1144 ac_prev=site ;;
1145 -site=* | --site=* | --sit=*)
1146 site=$ac_optarg ;;
1148 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1149 ac_prev=srcdir ;;
1150 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1151 srcdir=$ac_optarg ;;
1153 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1154 | --syscon | --sysco | --sysc | --sys | --sy)
1155 ac_prev=sysconfdir ;;
1156 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1157 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1158 sysconfdir=$ac_optarg ;;
1160 -target | --target | --targe | --targ | --tar | --ta | --t)
1161 ac_prev=target_alias ;;
1162 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1163 target_alias=$ac_optarg ;;
1165 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1166 verbose=yes ;;
1168 -version | --version | --versio | --versi | --vers | -V)
1169 ac_init_version=: ;;
1171 -with-* | --with-*)
1172 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1173 # Reject names that are not valid shell variable names.
1174 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1175 as_fn_error "invalid package name: $ac_useropt"
1176 ac_useropt_orig=$ac_useropt
1177 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1178 case $ac_user_opts in
1180 "with_$ac_useropt"
1181 "*) ;;
1182 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1183 ac_unrecognized_sep=', ';;
1184 esac
1185 eval with_$ac_useropt=\$ac_optarg ;;
1187 -without-* | --without-*)
1188 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1189 # Reject names that are not valid shell variable names.
1190 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1191 as_fn_error "invalid package name: $ac_useropt"
1192 ac_useropt_orig=$ac_useropt
1193 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1194 case $ac_user_opts in
1196 "with_$ac_useropt"
1197 "*) ;;
1198 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1199 ac_unrecognized_sep=', ';;
1200 esac
1201 eval with_$ac_useropt=no ;;
1203 --x)
1204 # Obsolete; use --with-x.
1205 with_x=yes ;;
1207 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1208 | --x-incl | --x-inc | --x-in | --x-i)
1209 ac_prev=x_includes ;;
1210 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1211 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1212 x_includes=$ac_optarg ;;
1214 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1215 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1216 ac_prev=x_libraries ;;
1217 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1218 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1219 x_libraries=$ac_optarg ;;
1221 -*) as_fn_error "unrecognized option: \`$ac_option'
1222 Try \`$0 --help' for more information."
1225 *=*)
1226 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1227 # Reject names that are not valid shell variable names.
1228 case $ac_envvar in #(
1229 '' | [0-9]* | *[!_$as_cr_alnum]* )
1230 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1231 esac
1232 eval $ac_envvar=\$ac_optarg
1233 export $ac_envvar ;;
1236 # FIXME: should be removed in autoconf 3.0.
1237 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1238 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1239 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1240 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1243 esac
1244 done
1246 if test -n "$ac_prev"; then
1247 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1248 as_fn_error "missing argument to $ac_option"
1251 if test -n "$ac_unrecognized_opts"; then
1252 case $enable_option_checking in
1253 no) ;;
1254 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1255 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1256 esac
1259 # Check all directory arguments for consistency.
1260 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1261 datadir sysconfdir sharedstatedir localstatedir includedir \
1262 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1263 libdir localedir mandir
1265 eval ac_val=\$$ac_var
1266 # Remove trailing slashes.
1267 case $ac_val in
1268 */ )
1269 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1270 eval $ac_var=\$ac_val;;
1271 esac
1272 # Be sure to have absolute directory names.
1273 case $ac_val in
1274 [\\/$]* | ?:[\\/]* ) continue;;
1275 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1276 esac
1277 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1278 done
1280 # There might be people who depend on the old broken behavior: `$host'
1281 # used to hold the argument of --host etc.
1282 # FIXME: To remove some day.
1283 build=$build_alias
1284 host=$host_alias
1285 target=$target_alias
1287 # FIXME: To remove some day.
1288 if test "x$host_alias" != x; then
1289 if test "x$build_alias" = x; then
1290 cross_compiling=maybe
1291 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1292 If a cross compiler is detected then cross compile mode will be used." >&2
1293 elif test "x$build_alias" != "x$host_alias"; then
1294 cross_compiling=yes
1298 ac_tool_prefix=
1299 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1301 test "$silent" = yes && exec 6>/dev/null
1304 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1305 ac_ls_di=`ls -di .` &&
1306 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1307 as_fn_error "working directory cannot be determined"
1308 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1309 as_fn_error "pwd does not report name of working directory"
1312 # Find the source files, if location was not specified.
1313 if test -z "$srcdir"; then
1314 ac_srcdir_defaulted=yes
1315 # Try the directory containing this script, then the parent directory.
1316 ac_confdir=`$as_dirname -- "$as_myself" ||
1317 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1318 X"$as_myself" : 'X\(//\)[^/]' \| \
1319 X"$as_myself" : 'X\(//\)$' \| \
1320 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1321 $as_echo X"$as_myself" |
1322 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1323 s//\1/
1326 /^X\(\/\/\)[^/].*/{
1327 s//\1/
1330 /^X\(\/\/\)$/{
1331 s//\1/
1334 /^X\(\/\).*/{
1335 s//\1/
1338 s/.*/./; q'`
1339 srcdir=$ac_confdir
1340 if test ! -r "$srcdir/$ac_unique_file"; then
1341 srcdir=..
1343 else
1344 ac_srcdir_defaulted=no
1346 if test ! -r "$srcdir/$ac_unique_file"; then
1347 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1348 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1350 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1351 ac_abs_confdir=`(
1352 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1353 pwd)`
1354 # When building in place, set srcdir=.
1355 if test "$ac_abs_confdir" = "$ac_pwd"; then
1356 srcdir=.
1358 # Remove unnecessary trailing slashes from srcdir.
1359 # Double slashes in file names in object file debugging info
1360 # mess up M-x gdb in Emacs.
1361 case $srcdir in
1362 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1363 esac
1364 for ac_var in $ac_precious_vars; do
1365 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1366 eval ac_env_${ac_var}_value=\$${ac_var}
1367 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1368 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1369 done
1372 # Report the --help message.
1374 if test "$ac_init_help" = "long"; then
1375 # Omit some internal or obsolete options to make the list less imposing.
1376 # This message is too long to be a string in the A/UX 3.1 sh.
1377 cat <<_ACEOF
1378 \`configure' configures Wine 1.1.38 to adapt to many kinds of systems.
1380 Usage: $0 [OPTION]... [VAR=VALUE]...
1382 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1383 VAR=VALUE. See below for descriptions of some of the useful variables.
1385 Defaults for the options are specified in brackets.
1387 Configuration:
1388 -h, --help display this help and exit
1389 --help=short display options specific to this package
1390 --help=recursive display the short help of all the included packages
1391 -V, --version display version information and exit
1392 -q, --quiet, --silent do not print \`checking...' messages
1393 --cache-file=FILE cache test results in FILE [disabled]
1394 -C, --config-cache alias for \`--cache-file=config.cache'
1395 -n, --no-create do not create output files
1396 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1398 Installation directories:
1399 --prefix=PREFIX install architecture-independent files in PREFIX
1400 [$ac_default_prefix]
1401 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1402 [PREFIX]
1404 By default, \`make install' will install all the files in
1405 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1406 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1407 for instance \`--prefix=\$HOME'.
1409 For better control, use the options below.
1411 Fine tuning of the installation directories:
1412 --bindir=DIR user executables [EPREFIX/bin]
1413 --sbindir=DIR system admin executables [EPREFIX/sbin]
1414 --libexecdir=DIR program executables [EPREFIX/libexec]
1415 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1416 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1417 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1418 --libdir=DIR object code libraries [EPREFIX/lib]
1419 --includedir=DIR C header files [PREFIX/include]
1420 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1421 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1422 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1423 --infodir=DIR info documentation [DATAROOTDIR/info]
1424 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1425 --mandir=DIR man documentation [DATAROOTDIR/man]
1426 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1427 --htmldir=DIR html documentation [DOCDIR]
1428 --dvidir=DIR dvi documentation [DOCDIR]
1429 --pdfdir=DIR pdf documentation [DOCDIR]
1430 --psdir=DIR ps documentation [DOCDIR]
1431 _ACEOF
1433 cat <<\_ACEOF
1435 X features:
1436 --x-includes=DIR X include files are in DIR
1437 --x-libraries=DIR X library files are in DIR
1439 System types:
1440 --build=BUILD configure for building on BUILD [guessed]
1441 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1442 _ACEOF
1445 if test -n "$ac_init_help"; then
1446 case $ac_init_help in
1447 short | recursive ) echo "Configuration of Wine 1.1.38:";;
1448 esac
1449 cat <<\_ACEOF
1451 Optional Features:
1452 --disable-option-checking ignore unrecognized --enable/--with options
1453 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1454 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1455 --disable-win16 do not include Win16 support
1456 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1457 binaries)
1458 --disable-tests do not build the regression tests
1459 --enable-maintainer-mode
1460 enable maintainer-specific build rules
1461 --disable-largefile omit support for large files
1463 Optional Packages:
1464 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1465 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1466 --without-alsa do not use the Alsa sound support
1467 --without-audioio do not use the AudioIO sound support
1468 --without-capi do not use CAPI (ISDN support)
1469 --without-cms do not use CMS (color management support)
1470 --without-coreaudio do not use the CoreAudio sound support
1471 --without-cups do not use CUPS
1472 --without-curses do not use (n)curses
1473 --without-esd do not use the EsounD sound support
1474 --without-fontconfig do not use fontconfig
1475 --without-freetype do not use the FreeType library
1476 --without-gphoto do not use gphoto (Digital Camera support)
1477 --without-glu do not use the GLU library
1478 --without-gnutls do not use GnuTLS (schannel support)
1479 --without-gsm do not use libgsm (GSM 06.10 codec support)
1480 --without-hal do not use HAL (dynamic device support)
1481 --without-jack do not use the Jack sound support
1482 --without-jpeg do not use JPEG
1483 --without-ldap do not use LDAP
1484 --without-mpg123 do not use the mpg123 library
1485 --without-nas do not use the NAS sound support
1486 --without-openal do not use OpenAL
1487 --without-opengl do not use OpenGL
1488 --without-openssl do not use OpenSSL
1489 --without-oss do not use the OSS sound support
1490 --without-png do not use PNG
1491 --without-pthread do not use the pthread library
1492 --without-sane do not use SANE (scanner support)
1493 --without-v4l do not use v4l1 (v4l support)
1494 --without-xcomposite do not use the Xcomposite extension
1495 --without-xcursor do not use the Xcursor extension
1496 --without-xinerama do not use Xinerama (multi-monitor support)
1497 --without-xinput do not use the Xinput extension
1498 --without-xml do not use XML
1499 --without-xrandr do not use Xrandr (resolution changes)
1500 --without-xrender do not use the Xrender extension
1501 --without-xshape do not use the Xshape extension
1502 --without-xshm do not use XShm (shared memory extension)
1503 --without-xslt do not use XSLT
1504 --without-xxf86vm do not use XFree video mode extension
1505 --with-wine-tools=DIR use Wine tools from directory DIR
1506 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1507 --with-x use the X Window System
1509 Some influential environment variables:
1510 CC C compiler command
1511 CFLAGS C compiler flags
1512 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1513 nonstandard directory <lib dir>
1514 LIBS libraries to pass to the linker, e.g. -l<library>
1515 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1516 you have headers in a nonstandard directory <include dir>
1517 CXX C++ compiler command
1518 CXXFLAGS C++ compiler flags
1519 CPP C preprocessor
1520 XMKMF Path to xmkmf, Makefile generator for X Window System
1522 Use these variables to override the choices made by `configure' or to help
1523 it to find libraries and programs with nonstandard names/locations.
1525 Report bugs to <wine-devel@winehq.org>.
1526 Wine home page: <http://www.winehq.org>.
1527 _ACEOF
1528 ac_status=$?
1531 if test "$ac_init_help" = "recursive"; then
1532 # If there are subdirs, report their specific --help.
1533 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1534 test -d "$ac_dir" ||
1535 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1536 continue
1537 ac_builddir=.
1539 case "$ac_dir" in
1540 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1542 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1543 # A ".." for each directory in $ac_dir_suffix.
1544 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1545 case $ac_top_builddir_sub in
1546 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1547 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1548 esac ;;
1549 esac
1550 ac_abs_top_builddir=$ac_pwd
1551 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1552 # for backward compatibility:
1553 ac_top_builddir=$ac_top_build_prefix
1555 case $srcdir in
1556 .) # We are building in place.
1557 ac_srcdir=.
1558 ac_top_srcdir=$ac_top_builddir_sub
1559 ac_abs_top_srcdir=$ac_pwd ;;
1560 [\\/]* | ?:[\\/]* ) # Absolute name.
1561 ac_srcdir=$srcdir$ac_dir_suffix;
1562 ac_top_srcdir=$srcdir
1563 ac_abs_top_srcdir=$srcdir ;;
1564 *) # Relative name.
1565 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1566 ac_top_srcdir=$ac_top_build_prefix$srcdir
1567 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1568 esac
1569 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1571 cd "$ac_dir" || { ac_status=$?; continue; }
1572 # Check for guested configure.
1573 if test -f "$ac_srcdir/configure.gnu"; then
1574 echo &&
1575 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1576 elif test -f "$ac_srcdir/configure"; then
1577 echo &&
1578 $SHELL "$ac_srcdir/configure" --help=recursive
1579 else
1580 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1581 fi || ac_status=$?
1582 cd "$ac_pwd" || { ac_status=$?; break; }
1583 done
1586 test -n "$ac_init_help" && exit $ac_status
1587 if $ac_init_version; then
1588 cat <<\_ACEOF
1589 Wine configure 1.1.38
1590 generated by GNU Autoconf 2.65
1592 Copyright (C) 2009 Free Software Foundation, Inc.
1593 This configure script is free software; the Free Software Foundation
1594 gives unlimited permission to copy, distribute and modify it.
1595 _ACEOF
1596 exit
1599 ## ------------------------ ##
1600 ## Autoconf initialization. ##
1601 ## ------------------------ ##
1603 # ac_fn_c_try_compile LINENO
1604 # --------------------------
1605 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1606 ac_fn_c_try_compile ()
1608 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1609 rm -f conftest.$ac_objext
1610 if { { ac_try="$ac_compile"
1611 case "(($ac_try" in
1612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1613 *) ac_try_echo=$ac_try;;
1614 esac
1615 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1616 $as_echo "$ac_try_echo"; } >&5
1617 (eval "$ac_compile") 2>conftest.err
1618 ac_status=$?
1619 if test -s conftest.err; then
1620 grep -v '^ *+' conftest.err >conftest.er1
1621 cat conftest.er1 >&5
1622 mv -f conftest.er1 conftest.err
1624 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1625 test $ac_status = 0; } && {
1626 test -z "$ac_c_werror_flag" ||
1627 test ! -s conftest.err
1628 } && test -s conftest.$ac_objext; then :
1629 ac_retval=0
1630 else
1631 $as_echo "$as_me: failed program was:" >&5
1632 sed 's/^/| /' conftest.$ac_ext >&5
1634 ac_retval=1
1636 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1637 as_fn_set_status $ac_retval
1639 } # ac_fn_c_try_compile
1641 # ac_fn_cxx_try_compile LINENO
1642 # ----------------------------
1643 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1644 ac_fn_cxx_try_compile ()
1646 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1647 rm -f conftest.$ac_objext
1648 if { { ac_try="$ac_compile"
1649 case "(($ac_try" in
1650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1651 *) ac_try_echo=$ac_try;;
1652 esac
1653 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1654 $as_echo "$ac_try_echo"; } >&5
1655 (eval "$ac_compile") 2>conftest.err
1656 ac_status=$?
1657 if test -s conftest.err; then
1658 grep -v '^ *+' conftest.err >conftest.er1
1659 cat conftest.er1 >&5
1660 mv -f conftest.er1 conftest.err
1662 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1663 test $ac_status = 0; } && {
1664 test -z "$ac_cxx_werror_flag" ||
1665 test ! -s conftest.err
1666 } && test -s conftest.$ac_objext; then :
1667 ac_retval=0
1668 else
1669 $as_echo "$as_me: failed program was:" >&5
1670 sed 's/^/| /' conftest.$ac_ext >&5
1672 ac_retval=1
1674 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1675 as_fn_set_status $ac_retval
1677 } # ac_fn_cxx_try_compile
1679 # ac_fn_c_try_link LINENO
1680 # -----------------------
1681 # Try to link conftest.$ac_ext, and return whether this succeeded.
1682 ac_fn_c_try_link ()
1684 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1685 rm -f conftest.$ac_objext conftest$ac_exeext
1686 if { { ac_try="$ac_link"
1687 case "(($ac_try" in
1688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1689 *) ac_try_echo=$ac_try;;
1690 esac
1691 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1692 $as_echo "$ac_try_echo"; } >&5
1693 (eval "$ac_link") 2>conftest.err
1694 ac_status=$?
1695 if test -s conftest.err; then
1696 grep -v '^ *+' conftest.err >conftest.er1
1697 cat conftest.er1 >&5
1698 mv -f conftest.er1 conftest.err
1700 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1701 test $ac_status = 0; } && {
1702 test -z "$ac_c_werror_flag" ||
1703 test ! -s conftest.err
1704 } && test -s conftest$ac_exeext && {
1705 test "$cross_compiling" = yes ||
1706 $as_test_x conftest$ac_exeext
1707 }; then :
1708 ac_retval=0
1709 else
1710 $as_echo "$as_me: failed program was:" >&5
1711 sed 's/^/| /' conftest.$ac_ext >&5
1713 ac_retval=1
1715 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1716 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1717 # interfere with the next link command; also delete a directory that is
1718 # left behind by Apple's compiler. We do this before executing the actions.
1719 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1720 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1721 as_fn_set_status $ac_retval
1723 } # ac_fn_c_try_link
1725 # ac_fn_c_try_cpp LINENO
1726 # ----------------------
1727 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1728 ac_fn_c_try_cpp ()
1730 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1731 if { { ac_try="$ac_cpp conftest.$ac_ext"
1732 case "(($ac_try" in
1733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1734 *) ac_try_echo=$ac_try;;
1735 esac
1736 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1737 $as_echo "$ac_try_echo"; } >&5
1738 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1739 ac_status=$?
1740 if test -s conftest.err; then
1741 grep -v '^ *+' conftest.err >conftest.er1
1742 cat conftest.er1 >&5
1743 mv -f conftest.er1 conftest.err
1745 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1746 test $ac_status = 0; } >/dev/null && {
1747 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1748 test ! -s conftest.err
1749 }; then :
1750 ac_retval=0
1751 else
1752 $as_echo "$as_me: failed program was:" >&5
1753 sed 's/^/| /' conftest.$ac_ext >&5
1755 ac_retval=1
1757 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1758 as_fn_set_status $ac_retval
1760 } # ac_fn_c_try_cpp
1762 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1763 # -------------------------------------------------------
1764 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1765 # the include files in INCLUDES and setting the cache variable VAR
1766 # accordingly.
1767 ac_fn_c_check_header_mongrel ()
1769 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1770 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1772 $as_echo_n "checking for $2... " >&6; }
1773 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1774 $as_echo_n "(cached) " >&6
1776 eval ac_res=\$$3
1777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1778 $as_echo "$ac_res" >&6; }
1779 else
1780 # Is the header compilable?
1781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1782 $as_echo_n "checking $2 usability... " >&6; }
1783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1784 /* end confdefs.h. */
1786 #include <$2>
1787 _ACEOF
1788 if ac_fn_c_try_compile "$LINENO"; then :
1789 ac_header_compiler=yes
1790 else
1791 ac_header_compiler=no
1793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1795 $as_echo "$ac_header_compiler" >&6; }
1797 # Is the header present?
1798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1799 $as_echo_n "checking $2 presence... " >&6; }
1800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1801 /* end confdefs.h. */
1802 #include <$2>
1803 _ACEOF
1804 if ac_fn_c_try_cpp "$LINENO"; then :
1805 ac_header_preproc=yes
1806 else
1807 ac_header_preproc=no
1809 rm -f conftest.err conftest.$ac_ext
1810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1811 $as_echo "$ac_header_preproc" >&6; }
1813 # So? What about this header?
1814 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1815 yes:no: )
1816 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1817 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1818 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1819 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1821 no:yes:* )
1822 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1823 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1824 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1825 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1826 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1827 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1828 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1829 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1830 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1831 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1832 ( cat <<\_ASBOX
1833 ## ------------------------------------ ##
1834 ## Report this to wine-devel@winehq.org ##
1835 ## ------------------------------------ ##
1836 _ASBOX
1837 ) | sed "s/^/$as_me: WARNING: /" >&2
1839 esac
1840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1841 $as_echo_n "checking for $2... " >&6; }
1842 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1843 $as_echo_n "(cached) " >&6
1844 else
1845 eval "$3=\$ac_header_compiler"
1847 eval ac_res=\$$3
1848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1849 $as_echo "$ac_res" >&6; }
1851 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1853 } # ac_fn_c_check_header_mongrel
1855 # ac_fn_c_try_run LINENO
1856 # ----------------------
1857 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1858 # that executables *can* be run.
1859 ac_fn_c_try_run ()
1861 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1862 if { { ac_try="$ac_link"
1863 case "(($ac_try" in
1864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1865 *) ac_try_echo=$ac_try;;
1866 esac
1867 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1868 $as_echo "$ac_try_echo"; } >&5
1869 (eval "$ac_link") 2>&5
1870 ac_status=$?
1871 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1872 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1873 { { case "(($ac_try" in
1874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1875 *) ac_try_echo=$ac_try;;
1876 esac
1877 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1878 $as_echo "$ac_try_echo"; } >&5
1879 (eval "$ac_try") 2>&5
1880 ac_status=$?
1881 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1882 test $ac_status = 0; }; }; then :
1883 ac_retval=0
1884 else
1885 $as_echo "$as_me: program exited with status $ac_status" >&5
1886 $as_echo "$as_me: failed program was:" >&5
1887 sed 's/^/| /' conftest.$ac_ext >&5
1889 ac_retval=$ac_status
1891 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1892 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1893 as_fn_set_status $ac_retval
1895 } # ac_fn_c_try_run
1897 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1898 # -------------------------------------------------------
1899 # Tests whether HEADER exists and can be compiled using the include files in
1900 # INCLUDES, setting the cache variable VAR accordingly.
1901 ac_fn_c_check_header_compile ()
1903 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1905 $as_echo_n "checking for $2... " >&6; }
1906 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1907 $as_echo_n "(cached) " >&6
1908 else
1909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1910 /* end confdefs.h. */
1912 #include <$2>
1913 _ACEOF
1914 if ac_fn_c_try_compile "$LINENO"; then :
1915 eval "$3=yes"
1916 else
1917 eval "$3=no"
1919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1921 eval ac_res=\$$3
1922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1923 $as_echo "$ac_res" >&6; }
1924 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1926 } # ac_fn_c_check_header_compile
1928 # ac_fn_c_check_func LINENO FUNC VAR
1929 # ----------------------------------
1930 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1931 ac_fn_c_check_func ()
1933 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1935 $as_echo_n "checking for $2... " >&6; }
1936 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1937 $as_echo_n "(cached) " >&6
1938 else
1939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1940 /* end confdefs.h. */
1941 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1942 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1943 #define $2 innocuous_$2
1945 /* System header to define __stub macros and hopefully few prototypes,
1946 which can conflict with char $2 (); below.
1947 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1948 <limits.h> exists even on freestanding compilers. */
1950 #ifdef __STDC__
1951 # include <limits.h>
1952 #else
1953 # include <assert.h>
1954 #endif
1956 #undef $2
1958 /* Override any GCC internal prototype to avoid an error.
1959 Use char because int might match the return type of a GCC
1960 builtin and then its argument prototype would still apply. */
1961 #ifdef __cplusplus
1962 extern "C"
1963 #endif
1964 char $2 ();
1965 /* The GNU C library defines this for functions which it implements
1966 to always fail with ENOSYS. Some functions are actually named
1967 something starting with __ and the normal name is an alias. */
1968 #if defined __stub_$2 || defined __stub___$2
1969 choke me
1970 #endif
1973 main ()
1975 return $2 ();
1977 return 0;
1979 _ACEOF
1980 if ac_fn_c_try_link "$LINENO"; then :
1981 eval "$3=yes"
1982 else
1983 eval "$3=no"
1985 rm -f core conftest.err conftest.$ac_objext \
1986 conftest$ac_exeext conftest.$ac_ext
1988 eval ac_res=\$$3
1989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1990 $as_echo "$ac_res" >&6; }
1991 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1993 } # ac_fn_c_check_func
1995 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1996 # ----------------------------------------------------
1997 # Tries to find if the field MEMBER exists in type AGGR, after including
1998 # INCLUDES, setting cache variable VAR accordingly.
1999 ac_fn_c_check_member ()
2001 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2003 $as_echo_n "checking for $2.$3... " >&6; }
2004 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
2005 $as_echo_n "(cached) " >&6
2006 else
2007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2008 /* end confdefs.h. */
2011 main ()
2013 static $2 ac_aggr;
2014 if (ac_aggr.$3)
2015 return 0;
2017 return 0;
2019 _ACEOF
2020 if ac_fn_c_try_compile "$LINENO"; then :
2021 eval "$4=yes"
2022 else
2023 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2024 /* end confdefs.h. */
2027 main ()
2029 static $2 ac_aggr;
2030 if (sizeof ac_aggr.$3)
2031 return 0;
2033 return 0;
2035 _ACEOF
2036 if ac_fn_c_try_compile "$LINENO"; then :
2037 eval "$4=yes"
2038 else
2039 eval "$4=no"
2041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2043 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2045 eval ac_res=\$$4
2046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2047 $as_echo "$ac_res" >&6; }
2048 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2050 } # ac_fn_c_check_member
2052 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2053 # -------------------------------------------
2054 # Tests whether TYPE exists after having included INCLUDES, setting cache
2055 # variable VAR accordingly.
2056 ac_fn_c_check_type ()
2058 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2060 $as_echo_n "checking for $2... " >&6; }
2061 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2062 $as_echo_n "(cached) " >&6
2063 else
2064 eval "$3=no"
2065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2066 /* end confdefs.h. */
2069 main ()
2071 if (sizeof ($2))
2072 return 0;
2074 return 0;
2076 _ACEOF
2077 if ac_fn_c_try_compile "$LINENO"; then :
2078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2079 /* end confdefs.h. */
2082 main ()
2084 if (sizeof (($2)))
2085 return 0;
2087 return 0;
2089 _ACEOF
2090 if ac_fn_c_try_compile "$LINENO"; then :
2092 else
2093 eval "$3=yes"
2095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2099 eval ac_res=\$$3
2100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2101 $as_echo "$ac_res" >&6; }
2102 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2104 } # ac_fn_c_check_type
2105 cat >config.log <<_ACEOF
2106 This file contains any messages produced by compilers while
2107 running configure, to aid debugging if configure makes a mistake.
2109 It was created by Wine $as_me 1.1.38, which was
2110 generated by GNU Autoconf 2.65. Invocation command line was
2112 $ $0 $@
2114 _ACEOF
2115 exec 5>>config.log
2117 cat <<_ASUNAME
2118 ## --------- ##
2119 ## Platform. ##
2120 ## --------- ##
2122 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2123 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2124 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2125 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2126 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2128 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2129 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2131 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2132 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2133 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2134 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2135 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2136 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2137 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2139 _ASUNAME
2141 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2142 for as_dir in $PATH
2144 IFS=$as_save_IFS
2145 test -z "$as_dir" && as_dir=.
2146 $as_echo "PATH: $as_dir"
2147 done
2148 IFS=$as_save_IFS
2150 } >&5
2152 cat >&5 <<_ACEOF
2155 ## ----------- ##
2156 ## Core tests. ##
2157 ## ----------- ##
2159 _ACEOF
2162 # Keep a trace of the command line.
2163 # Strip out --no-create and --no-recursion so they do not pile up.
2164 # Strip out --silent because we don't want to record it for future runs.
2165 # Also quote any args containing shell meta-characters.
2166 # Make two passes to allow for proper duplicate-argument suppression.
2167 ac_configure_args=
2168 ac_configure_args0=
2169 ac_configure_args1=
2170 ac_must_keep_next=false
2171 for ac_pass in 1 2
2173 for ac_arg
2175 case $ac_arg in
2176 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2177 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2178 | -silent | --silent | --silen | --sile | --sil)
2179 continue ;;
2180 *\'*)
2181 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2182 esac
2183 case $ac_pass in
2184 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2186 as_fn_append ac_configure_args1 " '$ac_arg'"
2187 if test $ac_must_keep_next = true; then
2188 ac_must_keep_next=false # Got value, back to normal.
2189 else
2190 case $ac_arg in
2191 *=* | --config-cache | -C | -disable-* | --disable-* \
2192 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2193 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2194 | -with-* | --with-* | -without-* | --without-* | --x)
2195 case "$ac_configure_args0 " in
2196 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2197 esac
2199 -* ) ac_must_keep_next=true ;;
2200 esac
2202 as_fn_append ac_configure_args " '$ac_arg'"
2204 esac
2205 done
2206 done
2207 { ac_configure_args0=; unset ac_configure_args0;}
2208 { ac_configure_args1=; unset ac_configure_args1;}
2210 # When interrupted or exit'd, cleanup temporary files, and complete
2211 # config.log. We remove comments because anyway the quotes in there
2212 # would cause problems or look ugly.
2213 # WARNING: Use '\'' to represent an apostrophe within the trap.
2214 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2215 trap 'exit_status=$?
2216 # Save into config.log some information that might help in debugging.
2218 echo
2220 cat <<\_ASBOX
2221 ## ---------------- ##
2222 ## Cache variables. ##
2223 ## ---------------- ##
2224 _ASBOX
2225 echo
2226 # The following way of writing the cache mishandles newlines in values,
2228 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2229 eval ac_val=\$$ac_var
2230 case $ac_val in #(
2231 *${as_nl}*)
2232 case $ac_var in #(
2233 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2234 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2235 esac
2236 case $ac_var in #(
2237 _ | IFS | as_nl) ;; #(
2238 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2239 *) { eval $ac_var=; unset $ac_var;} ;;
2240 esac ;;
2241 esac
2242 done
2243 (set) 2>&1 |
2244 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2245 *${as_nl}ac_space=\ *)
2246 sed -n \
2247 "s/'\''/'\''\\\\'\'''\''/g;
2248 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2249 ;; #(
2251 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2253 esac |
2254 sort
2256 echo
2258 cat <<\_ASBOX
2259 ## ----------------- ##
2260 ## Output variables. ##
2261 ## ----------------- ##
2262 _ASBOX
2263 echo
2264 for ac_var in $ac_subst_vars
2266 eval ac_val=\$$ac_var
2267 case $ac_val in
2268 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2269 esac
2270 $as_echo "$ac_var='\''$ac_val'\''"
2271 done | sort
2272 echo
2274 if test -n "$ac_subst_files"; then
2275 cat <<\_ASBOX
2276 ## ------------------- ##
2277 ## File substitutions. ##
2278 ## ------------------- ##
2279 _ASBOX
2280 echo
2281 for ac_var in $ac_subst_files
2283 eval ac_val=\$$ac_var
2284 case $ac_val in
2285 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2286 esac
2287 $as_echo "$ac_var='\''$ac_val'\''"
2288 done | sort
2289 echo
2292 if test -s confdefs.h; then
2293 cat <<\_ASBOX
2294 ## ----------- ##
2295 ## confdefs.h. ##
2296 ## ----------- ##
2297 _ASBOX
2298 echo
2299 cat confdefs.h
2300 echo
2302 test "$ac_signal" != 0 &&
2303 $as_echo "$as_me: caught signal $ac_signal"
2304 $as_echo "$as_me: exit $exit_status"
2305 } >&5
2306 rm -f core *.core core.conftest.* &&
2307 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2308 exit $exit_status
2310 for ac_signal in 1 2 13 15; do
2311 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2312 done
2313 ac_signal=0
2315 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2316 rm -f -r conftest* confdefs.h
2318 $as_echo "/* confdefs.h */" > confdefs.h
2320 # Predefined preprocessor variables.
2322 cat >>confdefs.h <<_ACEOF
2323 #define PACKAGE_NAME "$PACKAGE_NAME"
2324 _ACEOF
2326 cat >>confdefs.h <<_ACEOF
2327 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2328 _ACEOF
2330 cat >>confdefs.h <<_ACEOF
2331 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2332 _ACEOF
2334 cat >>confdefs.h <<_ACEOF
2335 #define PACKAGE_STRING "$PACKAGE_STRING"
2336 _ACEOF
2338 cat >>confdefs.h <<_ACEOF
2339 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2340 _ACEOF
2342 cat >>confdefs.h <<_ACEOF
2343 #define PACKAGE_URL "$PACKAGE_URL"
2344 _ACEOF
2347 # Let the site file select an alternate cache file if it wants to.
2348 # Prefer an explicitly selected file to automatically selected ones.
2349 ac_site_file1=NONE
2350 ac_site_file2=NONE
2351 if test -n "$CONFIG_SITE"; then
2352 ac_site_file1=$CONFIG_SITE
2353 elif test "x$prefix" != xNONE; then
2354 ac_site_file1=$prefix/share/config.site
2355 ac_site_file2=$prefix/etc/config.site
2356 else
2357 ac_site_file1=$ac_default_prefix/share/config.site
2358 ac_site_file2=$ac_default_prefix/etc/config.site
2360 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2362 test "x$ac_site_file" = xNONE && continue
2363 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2364 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2365 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2366 sed 's/^/| /' "$ac_site_file" >&5
2367 . "$ac_site_file"
2369 done
2371 if test -r "$cache_file"; then
2372 # Some versions of bash will fail to source /dev/null (special files
2373 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2374 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2375 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2376 $as_echo "$as_me: loading cache $cache_file" >&6;}
2377 case $cache_file in
2378 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2379 *) . "./$cache_file";;
2380 esac
2382 else
2383 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2384 $as_echo "$as_me: creating cache $cache_file" >&6;}
2385 >$cache_file
2388 # Check that the precious variables saved in the cache have kept the same
2389 # value.
2390 ac_cache_corrupted=false
2391 for ac_var in $ac_precious_vars; do
2392 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2393 eval ac_new_set=\$ac_env_${ac_var}_set
2394 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2395 eval ac_new_val=\$ac_env_${ac_var}_value
2396 case $ac_old_set,$ac_new_set in
2397 set,)
2398 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2399 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2400 ac_cache_corrupted=: ;;
2401 ,set)
2402 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2403 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2404 ac_cache_corrupted=: ;;
2405 ,);;
2407 if test "x$ac_old_val" != "x$ac_new_val"; then
2408 # differences in whitespace do not lead to failure.
2409 ac_old_val_w=`echo x $ac_old_val`
2410 ac_new_val_w=`echo x $ac_new_val`
2411 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2412 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2413 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2414 ac_cache_corrupted=:
2415 else
2416 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2417 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2418 eval $ac_var=\$ac_old_val
2420 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2421 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2422 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2423 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2424 fi;;
2425 esac
2426 # Pass precious variables to config.status.
2427 if test "$ac_new_set" = set; then
2428 case $ac_new_val in
2429 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2430 *) ac_arg=$ac_var=$ac_new_val ;;
2431 esac
2432 case " $ac_configure_args " in
2433 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2434 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2435 esac
2437 done
2438 if $ac_cache_corrupted; then
2439 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2440 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2441 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2442 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2443 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2445 ## -------------------- ##
2446 ## Main body of script. ##
2447 ## -------------------- ##
2449 ac_ext=c
2450 ac_cpp='$CPP $CPPFLAGS'
2451 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2452 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2453 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2457 ac_config_headers="$ac_config_headers include/config.h"
2459 ac_aux_dir=
2460 for ac_dir in tools "$srcdir"/tools; do
2461 for ac_t in install-sh install.sh shtool; do
2462 if test -f "$ac_dir/$ac_t"; then
2463 ac_aux_dir=$ac_dir
2464 ac_install_sh="$ac_aux_dir/$ac_t -c"
2465 break 2
2467 done
2468 done
2469 if test -z "$ac_aux_dir"; then
2470 as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2473 # These three variables are undocumented and unsupported,
2474 # and are intended to be withdrawn in a future Autoconf release.
2475 # They can cause serious problems if a builder's source tree is in a directory
2476 # whose full name contains unusual characters.
2477 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2478 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2479 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2484 # Check whether --enable-win16 was given.
2485 if test "${enable_win16+set}" = set; then :
2486 enableval=$enable_win16;
2489 # Check whether --enable-win64 was given.
2490 if test "${enable_win64+set}" = set; then :
2491 enableval=$enable_win64;
2494 # Check whether --enable-tests was given.
2495 if test "${enable_tests+set}" = set; then :
2496 enableval=$enable_tests;
2499 # Check whether --enable-maintainer-mode was given.
2500 if test "${enable_maintainer_mode+set}" = set; then :
2501 enableval=$enable_maintainer_mode;
2502 else
2503 MAINTAINER_MODE=\#
2509 # Check whether --with-alsa was given.
2510 if test "${with_alsa+set}" = set; then :
2511 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2515 # Check whether --with-audioio was given.
2516 if test "${with_audioio+set}" = set; then :
2517 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2521 # Check whether --with-capi was given.
2522 if test "${with_capi+set}" = set; then :
2523 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2527 # Check whether --with-cms was given.
2528 if test "${with_cms+set}" = set; then :
2529 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2533 # Check whether --with-coreaudio was given.
2534 if test "${with_coreaudio+set}" = set; then :
2535 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2539 # Check whether --with-cups was given.
2540 if test "${with_cups+set}" = set; then :
2541 withval=$with_cups;
2545 # Check whether --with-curses was given.
2546 if test "${with_curses+set}" = set; then :
2547 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2551 # Check whether --with-esd was given.
2552 if test "${with_esd+set}" = set; then :
2553 withval=$with_esd;
2557 # Check whether --with-fontconfig was given.
2558 if test "${with_fontconfig+set}" = set; then :
2559 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2563 # Check whether --with-freetype was given.
2564 if test "${with_freetype+set}" = set; then :
2565 withval=$with_freetype;
2569 # Check whether --with-gphoto was given.
2570 if test "${with_gphoto+set}" = set; then :
2571 withval=$with_gphoto;
2575 # Check whether --with-glu was given.
2576 if test "${with_glu+set}" = set; then :
2577 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2581 # Check whether --with-gnutls was given.
2582 if test "${with_gnutls+set}" = set; then :
2583 withval=$with_gnutls;
2587 # Check whether --with-gsm was given.
2588 if test "${with_gsm+set}" = set; then :
2589 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2593 # Check whether --with-hal was given.
2594 if test "${with_hal+set}" = set; then :
2595 withval=$with_hal;
2599 # Check whether --with-jack was given.
2600 if test "${with_jack+set}" = set; then :
2601 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2605 # Check whether --with-jpeg was given.
2606 if test "${with_jpeg+set}" = set; then :
2607 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2611 # Check whether --with-ldap was given.
2612 if test "${with_ldap+set}" = set; then :
2613 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2617 # Check whether --with-mpg123 was given.
2618 if test "${with_mpg123+set}" = set; then :
2619 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2623 # Check whether --with-nas was given.
2624 if test "${with_nas+set}" = set; then :
2625 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2629 # Check whether --with-openal was given.
2630 if test "${with_openal+set}" = set; then :
2631 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2635 # Check whether --with-opengl was given.
2636 if test "${with_opengl+set}" = set; then :
2637 withval=$with_opengl;
2641 # Check whether --with-openssl was given.
2642 if test "${with_openssl+set}" = set; then :
2643 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2647 # Check whether --with-oss was given.
2648 if test "${with_oss+set}" = set; then :
2649 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
2653 # Check whether --with-png was given.
2654 if test "${with_png+set}" = set; then :
2655 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2659 # Check whether --with-pthread was given.
2660 if test "${with_pthread+set}" = set; then :
2661 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2665 # Check whether --with-sane was given.
2666 if test "${with_sane+set}" = set; then :
2667 withval=$with_sane;
2671 # Check whether --with-v4l was given.
2672 if test "${with_v4l+set}" = set; then :
2673 withval=$with_v4l;
2677 # Check whether --with-xcomposite was given.
2678 if test "${with_xcomposite+set}" = set; then :
2679 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2683 # Check whether --with-xcursor was given.
2684 if test "${with_xcursor+set}" = set; then :
2685 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2689 # Check whether --with-xinerama was given.
2690 if test "${with_xinerama+set}" = set; then :
2691 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2695 # Check whether --with-xinput was given.
2696 if test "${with_xinput+set}" = set; then :
2697 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2701 # Check whether --with-xml was given.
2702 if test "${with_xml+set}" = set; then :
2703 withval=$with_xml;
2707 # Check whether --with-xrandr was given.
2708 if test "${with_xrandr+set}" = set; then :
2709 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2713 # Check whether --with-xrender was given.
2714 if test "${with_xrender+set}" = set; then :
2715 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2719 # Check whether --with-xshape was given.
2720 if test "${with_xshape+set}" = set; then :
2721 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2725 # Check whether --with-xshm was given.
2726 if test "${with_xshm+set}" = set; then :
2727 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2731 # Check whether --with-xslt was given.
2732 if test "${with_xslt+set}" = set; then :
2733 withval=$with_xslt;
2737 # Check whether --with-xxf86vm was given.
2738 if test "${with_xxf86vm+set}" = set; then :
2739 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
2744 # Check whether --with-wine-tools was given.
2745 if test "${with_wine_tools+set}" = set; then :
2746 withval=$with_wine_tools;
2750 # Check whether --with-wine64 was given.
2751 if test "${with_wine64+set}" = set; then :
2752 withval=$with_wine64;
2756 # Make sure we can run config.sub.
2757 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2758 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2761 $as_echo_n "checking build system type... " >&6; }
2762 if test "${ac_cv_build+set}" = set; then :
2763 $as_echo_n "(cached) " >&6
2764 else
2765 ac_build_alias=$build_alias
2766 test "x$ac_build_alias" = x &&
2767 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2768 test "x$ac_build_alias" = x &&
2769 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2770 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2771 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2775 $as_echo "$ac_cv_build" >&6; }
2776 case $ac_cv_build in
2777 *-*-*) ;;
2778 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2779 esac
2780 build=$ac_cv_build
2781 ac_save_IFS=$IFS; IFS='-'
2782 set x $ac_cv_build
2783 shift
2784 build_cpu=$1
2785 build_vendor=$2
2786 shift; shift
2787 # Remember, the first character of IFS is used to create $*,
2788 # except with old shells:
2789 build_os=$*
2790 IFS=$ac_save_IFS
2791 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2795 $as_echo_n "checking host system type... " >&6; }
2796 if test "${ac_cv_host+set}" = set; then :
2797 $as_echo_n "(cached) " >&6
2798 else
2799 if test "x$host_alias" = x; then
2800 ac_cv_host=$ac_cv_build
2801 else
2802 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2803 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2808 $as_echo "$ac_cv_host" >&6; }
2809 case $ac_cv_host in
2810 *-*-*) ;;
2811 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2812 esac
2813 host=$ac_cv_host
2814 ac_save_IFS=$IFS; IFS='-'
2815 set x $ac_cv_host
2816 shift
2817 host_cpu=$1
2818 host_vendor=$2
2819 shift; shift
2820 # Remember, the first character of IFS is used to create $*,
2821 # except with old shells:
2822 host_os=$*
2823 IFS=$ac_save_IFS
2824 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2828 case "$srcdir" in
2829 .) ;;
2830 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2831 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2832 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2833 fi ;;
2834 esac
2837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2838 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2839 set x ${MAKE-make}
2840 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2841 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2842 $as_echo_n "(cached) " >&6
2843 else
2844 cat >conftest.make <<\_ACEOF
2845 SHELL = /bin/sh
2846 all:
2847 @echo '@@@%%%=$(MAKE)=@@@%%%'
2848 _ACEOF
2849 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2850 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2851 *@@@%%%=?*=@@@%%%*)
2852 eval ac_cv_prog_make_${ac_make}_set=yes;;
2854 eval ac_cv_prog_make_${ac_make}_set=no;;
2855 esac
2856 rm -f conftest.make
2858 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2860 $as_echo "yes" >&6; }
2861 SET_MAKE=
2862 else
2863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2864 $as_echo "no" >&6; }
2865 SET_MAKE="MAKE=${MAKE-make}"
2868 ac_ext=c
2869 ac_cpp='$CPP $CPPFLAGS'
2870 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2871 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2872 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2873 if test -n "$ac_tool_prefix"; then
2874 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2875 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2877 $as_echo_n "checking for $ac_word... " >&6; }
2878 if test "${ac_cv_prog_CC+set}" = set; then :
2879 $as_echo_n "(cached) " >&6
2880 else
2881 if test -n "$CC"; then
2882 ac_cv_prog_CC="$CC" # Let the user override the test.
2883 else
2884 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2885 for as_dir in $PATH
2887 IFS=$as_save_IFS
2888 test -z "$as_dir" && as_dir=.
2889 for ac_exec_ext in '' $ac_executable_extensions; do
2890 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2891 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2892 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2893 break 2
2895 done
2896 done
2897 IFS=$as_save_IFS
2901 CC=$ac_cv_prog_CC
2902 if test -n "$CC"; then
2903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2904 $as_echo "$CC" >&6; }
2905 else
2906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2907 $as_echo "no" >&6; }
2912 if test -z "$ac_cv_prog_CC"; then
2913 ac_ct_CC=$CC
2914 # Extract the first word of "gcc", so it can be a program name with args.
2915 set dummy gcc; ac_word=$2
2916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2917 $as_echo_n "checking for $ac_word... " >&6; }
2918 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2919 $as_echo_n "(cached) " >&6
2920 else
2921 if test -n "$ac_ct_CC"; then
2922 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2923 else
2924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2925 for as_dir in $PATH
2927 IFS=$as_save_IFS
2928 test -z "$as_dir" && as_dir=.
2929 for ac_exec_ext in '' $ac_executable_extensions; do
2930 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2931 ac_cv_prog_ac_ct_CC="gcc"
2932 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2933 break 2
2935 done
2936 done
2937 IFS=$as_save_IFS
2941 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2942 if test -n "$ac_ct_CC"; then
2943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2944 $as_echo "$ac_ct_CC" >&6; }
2945 else
2946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2947 $as_echo "no" >&6; }
2950 if test "x$ac_ct_CC" = x; then
2951 CC=""
2952 else
2953 case $cross_compiling:$ac_tool_warned in
2954 yes:)
2955 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2956 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2957 ac_tool_warned=yes ;;
2958 esac
2959 CC=$ac_ct_CC
2961 else
2962 CC="$ac_cv_prog_CC"
2965 if test -z "$CC"; then
2966 if test -n "$ac_tool_prefix"; then
2967 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2968 set dummy ${ac_tool_prefix}cc; ac_word=$2
2969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2970 $as_echo_n "checking for $ac_word... " >&6; }
2971 if test "${ac_cv_prog_CC+set}" = set; then :
2972 $as_echo_n "(cached) " >&6
2973 else
2974 if test -n "$CC"; then
2975 ac_cv_prog_CC="$CC" # Let the user override the test.
2976 else
2977 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2978 for as_dir in $PATH
2980 IFS=$as_save_IFS
2981 test -z "$as_dir" && as_dir=.
2982 for ac_exec_ext in '' $ac_executable_extensions; do
2983 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2984 ac_cv_prog_CC="${ac_tool_prefix}cc"
2985 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2986 break 2
2988 done
2989 done
2990 IFS=$as_save_IFS
2994 CC=$ac_cv_prog_CC
2995 if test -n "$CC"; then
2996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2997 $as_echo "$CC" >&6; }
2998 else
2999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3000 $as_echo "no" >&6; }
3006 if test -z "$CC"; then
3007 # Extract the first word of "cc", so it can be a program name with args.
3008 set dummy cc; ac_word=$2
3009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3010 $as_echo_n "checking for $ac_word... " >&6; }
3011 if test "${ac_cv_prog_CC+set}" = set; then :
3012 $as_echo_n "(cached) " >&6
3013 else
3014 if test -n "$CC"; then
3015 ac_cv_prog_CC="$CC" # Let the user override the test.
3016 else
3017 ac_prog_rejected=no
3018 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3019 for as_dir in $PATH
3021 IFS=$as_save_IFS
3022 test -z "$as_dir" && as_dir=.
3023 for ac_exec_ext in '' $ac_executable_extensions; do
3024 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3025 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3026 ac_prog_rejected=yes
3027 continue
3029 ac_cv_prog_CC="cc"
3030 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3031 break 2
3033 done
3034 done
3035 IFS=$as_save_IFS
3037 if test $ac_prog_rejected = yes; then
3038 # We found a bogon in the path, so make sure we never use it.
3039 set dummy $ac_cv_prog_CC
3040 shift
3041 if test $# != 0; then
3042 # We chose a different compiler from the bogus one.
3043 # However, it has the same basename, so the bogon will be chosen
3044 # first if we set CC to just the basename; use the full file name.
3045 shift
3046 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3051 CC=$ac_cv_prog_CC
3052 if test -n "$CC"; then
3053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3054 $as_echo "$CC" >&6; }
3055 else
3056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3057 $as_echo "no" >&6; }
3062 if test -z "$CC"; then
3063 if test -n "$ac_tool_prefix"; then
3064 for ac_prog in cl.exe
3066 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3067 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3069 $as_echo_n "checking for $ac_word... " >&6; }
3070 if test "${ac_cv_prog_CC+set}" = set; then :
3071 $as_echo_n "(cached) " >&6
3072 else
3073 if test -n "$CC"; then
3074 ac_cv_prog_CC="$CC" # Let the user override the test.
3075 else
3076 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3077 for as_dir in $PATH
3079 IFS=$as_save_IFS
3080 test -z "$as_dir" && as_dir=.
3081 for ac_exec_ext in '' $ac_executable_extensions; do
3082 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3083 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3084 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3085 break 2
3087 done
3088 done
3089 IFS=$as_save_IFS
3093 CC=$ac_cv_prog_CC
3094 if test -n "$CC"; then
3095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3096 $as_echo "$CC" >&6; }
3097 else
3098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3099 $as_echo "no" >&6; }
3103 test -n "$CC" && break
3104 done
3106 if test -z "$CC"; then
3107 ac_ct_CC=$CC
3108 for ac_prog in cl.exe
3110 # Extract the first word of "$ac_prog", so it can be a program name with args.
3111 set dummy $ac_prog; ac_word=$2
3112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3113 $as_echo_n "checking for $ac_word... " >&6; }
3114 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3115 $as_echo_n "(cached) " >&6
3116 else
3117 if test -n "$ac_ct_CC"; then
3118 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3119 else
3120 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3121 for as_dir in $PATH
3123 IFS=$as_save_IFS
3124 test -z "$as_dir" && as_dir=.
3125 for ac_exec_ext in '' $ac_executable_extensions; do
3126 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3127 ac_cv_prog_ac_ct_CC="$ac_prog"
3128 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3129 break 2
3131 done
3132 done
3133 IFS=$as_save_IFS
3137 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3138 if test -n "$ac_ct_CC"; then
3139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3140 $as_echo "$ac_ct_CC" >&6; }
3141 else
3142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3143 $as_echo "no" >&6; }
3147 test -n "$ac_ct_CC" && break
3148 done
3150 if test "x$ac_ct_CC" = x; then
3151 CC=""
3152 else
3153 case $cross_compiling:$ac_tool_warned in
3154 yes:)
3155 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3156 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3157 ac_tool_warned=yes ;;
3158 esac
3159 CC=$ac_ct_CC
3166 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3167 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3168 as_fn_error "no acceptable C compiler found in \$PATH
3169 See \`config.log' for more details." "$LINENO" 5; }
3171 # Provide some information about the compiler.
3172 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3173 set X $ac_compile
3174 ac_compiler=$2
3175 for ac_option in --version -v -V -qversion; do
3176 { { ac_try="$ac_compiler $ac_option >&5"
3177 case "(($ac_try" in
3178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3179 *) ac_try_echo=$ac_try;;
3180 esac
3181 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3182 $as_echo "$ac_try_echo"; } >&5
3183 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3184 ac_status=$?
3185 if test -s conftest.err; then
3186 sed '10a\
3187 ... rest of stderr output deleted ...
3188 10q' conftest.err >conftest.er1
3189 cat conftest.er1 >&5
3191 rm -f conftest.er1 conftest.err
3192 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3193 test $ac_status = 0; }
3194 done
3196 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3197 /* end confdefs.h. */
3200 main ()
3204 return 0;
3206 _ACEOF
3207 ac_clean_files_save=$ac_clean_files
3208 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3209 # Try to create an executable without -o first, disregard a.out.
3210 # It will help us diagnose broken compilers, and finding out an intuition
3211 # of exeext.
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3213 $as_echo_n "checking whether the C compiler works... " >&6; }
3214 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3216 # The possible output files:
3217 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3219 ac_rmfiles=
3220 for ac_file in $ac_files
3222 case $ac_file in
3223 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3224 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3225 esac
3226 done
3227 rm -f $ac_rmfiles
3229 if { { ac_try="$ac_link_default"
3230 case "(($ac_try" in
3231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3232 *) ac_try_echo=$ac_try;;
3233 esac
3234 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3235 $as_echo "$ac_try_echo"; } >&5
3236 (eval "$ac_link_default") 2>&5
3237 ac_status=$?
3238 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3239 test $ac_status = 0; }; then :
3240 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3241 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3242 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3243 # so that the user can short-circuit this test for compilers unknown to
3244 # Autoconf.
3245 for ac_file in $ac_files ''
3247 test -f "$ac_file" || continue
3248 case $ac_file in
3249 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3251 [ab].out )
3252 # We found the default executable, but exeext='' is most
3253 # certainly right.
3254 break;;
3255 *.* )
3256 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3257 then :; else
3258 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3260 # We set ac_cv_exeext here because the later test for it is not
3261 # safe: cross compilers may not add the suffix if given an `-o'
3262 # argument, so we may need to know it at that point already.
3263 # Even if this section looks crufty: it has the advantage of
3264 # actually working.
3265 break;;
3267 break;;
3268 esac
3269 done
3270 test "$ac_cv_exeext" = no && ac_cv_exeext=
3272 else
3273 ac_file=''
3275 if test -z "$ac_file"; then :
3276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3277 $as_echo "no" >&6; }
3278 $as_echo "$as_me: failed program was:" >&5
3279 sed 's/^/| /' conftest.$ac_ext >&5
3281 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3282 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3283 { as_fn_set_status 77
3284 as_fn_error "C compiler cannot create executables
3285 See \`config.log' for more details." "$LINENO" 5; }; }
3286 else
3287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3288 $as_echo "yes" >&6; }
3290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3291 $as_echo_n "checking for C compiler default output file name... " >&6; }
3292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3293 $as_echo "$ac_file" >&6; }
3294 ac_exeext=$ac_cv_exeext
3296 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3297 ac_clean_files=$ac_clean_files_save
3298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3299 $as_echo_n "checking for suffix of executables... " >&6; }
3300 if { { ac_try="$ac_link"
3301 case "(($ac_try" in
3302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3303 *) ac_try_echo=$ac_try;;
3304 esac
3305 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3306 $as_echo "$ac_try_echo"; } >&5
3307 (eval "$ac_link") 2>&5
3308 ac_status=$?
3309 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3310 test $ac_status = 0; }; then :
3311 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3312 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3313 # work properly (i.e., refer to `conftest.exe'), while it won't with
3314 # `rm'.
3315 for ac_file in conftest.exe conftest conftest.*; do
3316 test -f "$ac_file" || continue
3317 case $ac_file in
3318 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3319 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3320 break;;
3321 * ) break;;
3322 esac
3323 done
3324 else
3325 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3326 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3327 as_fn_error "cannot compute suffix of executables: cannot compile and link
3328 See \`config.log' for more details." "$LINENO" 5; }
3330 rm -f conftest conftest$ac_cv_exeext
3331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3332 $as_echo "$ac_cv_exeext" >&6; }
3334 rm -f conftest.$ac_ext
3335 EXEEXT=$ac_cv_exeext
3336 ac_exeext=$EXEEXT
3337 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3338 /* end confdefs.h. */
3339 #include <stdio.h>
3341 main ()
3343 FILE *f = fopen ("conftest.out", "w");
3344 return ferror (f) || fclose (f) != 0;
3347 return 0;
3349 _ACEOF
3350 ac_clean_files="$ac_clean_files conftest.out"
3351 # Check that the compiler produces executables we can run. If not, either
3352 # the compiler is broken, or we cross compile.
3353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3354 $as_echo_n "checking whether we are cross compiling... " >&6; }
3355 if test "$cross_compiling" != yes; then
3356 { { ac_try="$ac_link"
3357 case "(($ac_try" in
3358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3359 *) ac_try_echo=$ac_try;;
3360 esac
3361 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3362 $as_echo "$ac_try_echo"; } >&5
3363 (eval "$ac_link") 2>&5
3364 ac_status=$?
3365 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3366 test $ac_status = 0; }
3367 if { ac_try='./conftest$ac_cv_exeext'
3368 { { case "(($ac_try" in
3369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3370 *) ac_try_echo=$ac_try;;
3371 esac
3372 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3373 $as_echo "$ac_try_echo"; } >&5
3374 (eval "$ac_try") 2>&5
3375 ac_status=$?
3376 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3377 test $ac_status = 0; }; }; then
3378 cross_compiling=no
3379 else
3380 if test "$cross_compiling" = maybe; then
3381 cross_compiling=yes
3382 else
3383 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3384 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3385 as_fn_error "cannot run C compiled programs.
3386 If you meant to cross compile, use \`--host'.
3387 See \`config.log' for more details." "$LINENO" 5; }
3391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3392 $as_echo "$cross_compiling" >&6; }
3394 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3395 ac_clean_files=$ac_clean_files_save
3396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3397 $as_echo_n "checking for suffix of object files... " >&6; }
3398 if test "${ac_cv_objext+set}" = set; then :
3399 $as_echo_n "(cached) " >&6
3400 else
3401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3402 /* end confdefs.h. */
3405 main ()
3409 return 0;
3411 _ACEOF
3412 rm -f conftest.o conftest.obj
3413 if { { ac_try="$ac_compile"
3414 case "(($ac_try" in
3415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3416 *) ac_try_echo=$ac_try;;
3417 esac
3418 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3419 $as_echo "$ac_try_echo"; } >&5
3420 (eval "$ac_compile") 2>&5
3421 ac_status=$?
3422 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3423 test $ac_status = 0; }; then :
3424 for ac_file in conftest.o conftest.obj conftest.*; do
3425 test -f "$ac_file" || continue;
3426 case $ac_file in
3427 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3428 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3429 break;;
3430 esac
3431 done
3432 else
3433 $as_echo "$as_me: failed program was:" >&5
3434 sed 's/^/| /' conftest.$ac_ext >&5
3436 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3437 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3438 as_fn_error "cannot compute suffix of object files: cannot compile
3439 See \`config.log' for more details." "$LINENO" 5; }
3441 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3444 $as_echo "$ac_cv_objext" >&6; }
3445 OBJEXT=$ac_cv_objext
3446 ac_objext=$OBJEXT
3447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3448 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3449 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3450 $as_echo_n "(cached) " >&6
3451 else
3452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3453 /* end confdefs.h. */
3456 main ()
3458 #ifndef __GNUC__
3459 choke me
3460 #endif
3463 return 0;
3465 _ACEOF
3466 if ac_fn_c_try_compile "$LINENO"; then :
3467 ac_compiler_gnu=yes
3468 else
3469 ac_compiler_gnu=no
3471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3472 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3476 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3477 if test $ac_compiler_gnu = yes; then
3478 GCC=yes
3479 else
3480 GCC=
3482 ac_test_CFLAGS=${CFLAGS+set}
3483 ac_save_CFLAGS=$CFLAGS
3484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3485 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3486 if test "${ac_cv_prog_cc_g+set}" = set; then :
3487 $as_echo_n "(cached) " >&6
3488 else
3489 ac_save_c_werror_flag=$ac_c_werror_flag
3490 ac_c_werror_flag=yes
3491 ac_cv_prog_cc_g=no
3492 CFLAGS="-g"
3493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3494 /* end confdefs.h. */
3497 main ()
3501 return 0;
3503 _ACEOF
3504 if ac_fn_c_try_compile "$LINENO"; then :
3505 ac_cv_prog_cc_g=yes
3506 else
3507 CFLAGS=""
3508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3509 /* end confdefs.h. */
3512 main ()
3516 return 0;
3518 _ACEOF
3519 if ac_fn_c_try_compile "$LINENO"; then :
3521 else
3522 ac_c_werror_flag=$ac_save_c_werror_flag
3523 CFLAGS="-g"
3524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3525 /* end confdefs.h. */
3528 main ()
3532 return 0;
3534 _ACEOF
3535 if ac_fn_c_try_compile "$LINENO"; then :
3536 ac_cv_prog_cc_g=yes
3538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3543 ac_c_werror_flag=$ac_save_c_werror_flag
3545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3546 $as_echo "$ac_cv_prog_cc_g" >&6; }
3547 if test "$ac_test_CFLAGS" = set; then
3548 CFLAGS=$ac_save_CFLAGS
3549 elif test $ac_cv_prog_cc_g = yes; then
3550 if test "$GCC" = yes; then
3551 CFLAGS="-g -O2"
3552 else
3553 CFLAGS="-g"
3555 else
3556 if test "$GCC" = yes; then
3557 CFLAGS="-O2"
3558 else
3559 CFLAGS=
3562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3563 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3564 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3565 $as_echo_n "(cached) " >&6
3566 else
3567 ac_cv_prog_cc_c89=no
3568 ac_save_CC=$CC
3569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3570 /* end confdefs.h. */
3571 #include <stdarg.h>
3572 #include <stdio.h>
3573 #include <sys/types.h>
3574 #include <sys/stat.h>
3575 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3576 struct buf { int x; };
3577 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3578 static char *e (p, i)
3579 char **p;
3580 int i;
3582 return p[i];
3584 static char *f (char * (*g) (char **, int), char **p, ...)
3586 char *s;
3587 va_list v;
3588 va_start (v,p);
3589 s = g (p, va_arg (v,int));
3590 va_end (v);
3591 return s;
3594 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3595 function prototypes and stuff, but not '\xHH' hex character constants.
3596 These don't provoke an error unfortunately, instead are silently treated
3597 as 'x'. The following induces an error, until -std is added to get
3598 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3599 array size at least. It's necessary to write '\x00'==0 to get something
3600 that's true only with -std. */
3601 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3603 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3604 inside strings and character constants. */
3605 #define FOO(x) 'x'
3606 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3608 int test (int i, double x);
3609 struct s1 {int (*f) (int a);};
3610 struct s2 {int (*f) (double a);};
3611 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3612 int argc;
3613 char **argv;
3615 main ()
3617 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3619 return 0;
3621 _ACEOF
3622 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3623 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3625 CC="$ac_save_CC $ac_arg"
3626 if ac_fn_c_try_compile "$LINENO"; then :
3627 ac_cv_prog_cc_c89=$ac_arg
3629 rm -f core conftest.err conftest.$ac_objext
3630 test "x$ac_cv_prog_cc_c89" != "xno" && break
3631 done
3632 rm -f conftest.$ac_ext
3633 CC=$ac_save_CC
3636 # AC_CACHE_VAL
3637 case "x$ac_cv_prog_cc_c89" in
3639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3640 $as_echo "none needed" >&6; } ;;
3641 xno)
3642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3643 $as_echo "unsupported" >&6; } ;;
3645 CC="$CC $ac_cv_prog_cc_c89"
3646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3647 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3648 esac
3649 if test "x$ac_cv_prog_cc_c89" != xno; then :
3653 ac_ext=c
3654 ac_cpp='$CPP $CPPFLAGS'
3655 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3656 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3657 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3659 ac_ext=cpp
3660 ac_cpp='$CXXCPP $CPPFLAGS'
3661 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3662 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3663 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3664 if test -z "$CXX"; then
3665 if test -n "$CCC"; then
3666 CXX=$CCC
3667 else
3668 if test -n "$ac_tool_prefix"; then
3669 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3671 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3672 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3674 $as_echo_n "checking for $ac_word... " >&6; }
3675 if test "${ac_cv_prog_CXX+set}" = set; then :
3676 $as_echo_n "(cached) " >&6
3677 else
3678 if test -n "$CXX"; then
3679 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3680 else
3681 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3682 for as_dir in $PATH
3684 IFS=$as_save_IFS
3685 test -z "$as_dir" && as_dir=.
3686 for ac_exec_ext in '' $ac_executable_extensions; do
3687 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3688 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3689 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3690 break 2
3692 done
3693 done
3694 IFS=$as_save_IFS
3698 CXX=$ac_cv_prog_CXX
3699 if test -n "$CXX"; then
3700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3701 $as_echo "$CXX" >&6; }
3702 else
3703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3704 $as_echo "no" >&6; }
3708 test -n "$CXX" && break
3709 done
3711 if test -z "$CXX"; then
3712 ac_ct_CXX=$CXX
3713 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3715 # Extract the first word of "$ac_prog", so it can be a program name with args.
3716 set dummy $ac_prog; ac_word=$2
3717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3718 $as_echo_n "checking for $ac_word... " >&6; }
3719 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3720 $as_echo_n "(cached) " >&6
3721 else
3722 if test -n "$ac_ct_CXX"; then
3723 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3724 else
3725 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3726 for as_dir in $PATH
3728 IFS=$as_save_IFS
3729 test -z "$as_dir" && as_dir=.
3730 for ac_exec_ext in '' $ac_executable_extensions; do
3731 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3732 ac_cv_prog_ac_ct_CXX="$ac_prog"
3733 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3734 break 2
3736 done
3737 done
3738 IFS=$as_save_IFS
3742 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3743 if test -n "$ac_ct_CXX"; then
3744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3745 $as_echo "$ac_ct_CXX" >&6; }
3746 else
3747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3748 $as_echo "no" >&6; }
3752 test -n "$ac_ct_CXX" && break
3753 done
3755 if test "x$ac_ct_CXX" = x; then
3756 CXX="g++"
3757 else
3758 case $cross_compiling:$ac_tool_warned in
3759 yes:)
3760 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3761 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3762 ac_tool_warned=yes ;;
3763 esac
3764 CXX=$ac_ct_CXX
3770 # Provide some information about the compiler.
3771 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3772 set X $ac_compile
3773 ac_compiler=$2
3774 for ac_option in --version -v -V -qversion; do
3775 { { ac_try="$ac_compiler $ac_option >&5"
3776 case "(($ac_try" in
3777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3778 *) ac_try_echo=$ac_try;;
3779 esac
3780 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3781 $as_echo "$ac_try_echo"; } >&5
3782 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3783 ac_status=$?
3784 if test -s conftest.err; then
3785 sed '10a\
3786 ... rest of stderr output deleted ...
3787 10q' conftest.err >conftest.er1
3788 cat conftest.er1 >&5
3790 rm -f conftest.er1 conftest.err
3791 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3792 test $ac_status = 0; }
3793 done
3795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3796 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3797 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3798 $as_echo_n "(cached) " >&6
3799 else
3800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3801 /* end confdefs.h. */
3804 main ()
3806 #ifndef __GNUC__
3807 choke me
3808 #endif
3811 return 0;
3813 _ACEOF
3814 if ac_fn_cxx_try_compile "$LINENO"; then :
3815 ac_compiler_gnu=yes
3816 else
3817 ac_compiler_gnu=no
3819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3820 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3824 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3825 if test $ac_compiler_gnu = yes; then
3826 GXX=yes
3827 else
3828 GXX=
3830 ac_test_CXXFLAGS=${CXXFLAGS+set}
3831 ac_save_CXXFLAGS=$CXXFLAGS
3832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3833 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3834 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3835 $as_echo_n "(cached) " >&6
3836 else
3837 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3838 ac_cxx_werror_flag=yes
3839 ac_cv_prog_cxx_g=no
3840 CXXFLAGS="-g"
3841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3842 /* end confdefs.h. */
3845 main ()
3849 return 0;
3851 _ACEOF
3852 if ac_fn_cxx_try_compile "$LINENO"; then :
3853 ac_cv_prog_cxx_g=yes
3854 else
3855 CXXFLAGS=""
3856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3857 /* end confdefs.h. */
3860 main ()
3864 return 0;
3866 _ACEOF
3867 if ac_fn_cxx_try_compile "$LINENO"; then :
3869 else
3870 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3871 CXXFLAGS="-g"
3872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3873 /* end confdefs.h. */
3876 main ()
3880 return 0;
3882 _ACEOF
3883 if ac_fn_cxx_try_compile "$LINENO"; then :
3884 ac_cv_prog_cxx_g=yes
3886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3888 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3891 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3894 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3895 if test "$ac_test_CXXFLAGS" = set; then
3896 CXXFLAGS=$ac_save_CXXFLAGS
3897 elif test $ac_cv_prog_cxx_g = yes; then
3898 if test "$GXX" = yes; then
3899 CXXFLAGS="-g -O2"
3900 else
3901 CXXFLAGS="-g"
3903 else
3904 if test "$GXX" = yes; then
3905 CXXFLAGS="-O2"
3906 else
3907 CXXFLAGS=
3910 ac_ext=c
3911 ac_cpp='$CPP $CPPFLAGS'
3912 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3913 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3914 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3916 if test -n "$ac_tool_prefix"; then
3917 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3918 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3920 $as_echo_n "checking for $ac_word... " >&6; }
3921 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3922 $as_echo_n "(cached) " >&6
3923 else
3924 if test -n "$CPPBIN"; then
3925 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3926 else
3927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3928 for as_dir in $PATH
3930 IFS=$as_save_IFS
3931 test -z "$as_dir" && as_dir=.
3932 for ac_exec_ext in '' $ac_executable_extensions; do
3933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3934 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3936 break 2
3938 done
3939 done
3940 IFS=$as_save_IFS
3944 CPPBIN=$ac_cv_prog_CPPBIN
3945 if test -n "$CPPBIN"; then
3946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3947 $as_echo "$CPPBIN" >&6; }
3948 else
3949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3950 $as_echo "no" >&6; }
3955 if test -z "$ac_cv_prog_CPPBIN"; then
3956 ac_ct_CPPBIN=$CPPBIN
3957 # Extract the first word of "cpp", so it can be a program name with args.
3958 set dummy cpp; ac_word=$2
3959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3960 $as_echo_n "checking for $ac_word... " >&6; }
3961 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3962 $as_echo_n "(cached) " >&6
3963 else
3964 if test -n "$ac_ct_CPPBIN"; then
3965 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3966 else
3967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3968 for as_dir in $PATH
3970 IFS=$as_save_IFS
3971 test -z "$as_dir" && as_dir=.
3972 for ac_exec_ext in '' $ac_executable_extensions; do
3973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3974 ac_cv_prog_ac_ct_CPPBIN="cpp"
3975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3976 break 2
3978 done
3979 done
3980 IFS=$as_save_IFS
3984 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3985 if test -n "$ac_ct_CPPBIN"; then
3986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3987 $as_echo "$ac_ct_CPPBIN" >&6; }
3988 else
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3990 $as_echo "no" >&6; }
3993 if test "x$ac_ct_CPPBIN" = x; then
3994 CPPBIN="cpp"
3995 else
3996 case $cross_compiling:$ac_tool_warned in
3997 yes:)
3998 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3999 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4000 ac_tool_warned=yes ;;
4001 esac
4002 CPPBIN=$ac_ct_CPPBIN
4004 else
4005 CPPBIN="$ac_cv_prog_CPPBIN"
4009 cat >>confdefs.h <<_ACEOF
4010 #define EXEEXT "$ac_exeext"
4011 _ACEOF
4014 case $host in
4015 *-darwin*)
4016 if test "x$enable_win64" = "xyes"
4017 then
4018 CC="$CC -m64"
4019 CXX="$CXX -m64"
4020 LD="${LD:-ld} -arch x86_64"
4021 AS="${AS:-as} -arch x86_64"
4022 host_cpu="x86_64"
4023 notice_platform="64-bit "
4024 TARGETFLAGS="-m64"
4026 else
4027 CC="$CC -m32"
4028 CXX="$CXX -m32"
4029 LD="${LD:-ld} -arch i386"
4030 AS="${AS:-as} -arch i386"
4031 host_cpu="i386"
4032 notice_platform="32-bit "
4033 TARGETFLAGS="-m32"
4035 enable_win16=${enable_win16:-yes}
4038 x86_64*)
4039 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4040 then
4041 CC="$CC -m32"
4042 CXX="$CXX -m32"
4043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4044 $as_echo_n "checking whether $CC works... " >&6; }
4046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4047 /* end confdefs.h. */
4050 main ()
4054 return 0;
4056 _ACEOF
4057 if ac_fn_c_try_link "$LINENO"; then :
4058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4059 $as_echo "yes" >&6; }
4060 else
4061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4062 $as_echo "no" >&6; }
4063 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4065 rm -f core conftest.err conftest.$ac_objext \
4066 conftest$ac_exeext conftest.$ac_ext
4067 LD="${LD:-ld} -m elf_i386"
4068 AS="${AS:-as} --32"
4069 host_cpu="i386"
4070 notice_platform="32-bit "
4071 TARGETFLAGS="-m32"
4073 enable_win16=${enable_win16:-yes}
4074 else
4075 if test "x${GCC}" = "xyes"
4076 then
4077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4078 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4080 /* end confdefs.h. */
4081 #include <stdarg.h>
4083 main ()
4085 void func(__builtin_ms_va_list *args);
4087 return 0;
4089 _ACEOF
4090 if ac_fn_c_try_compile "$LINENO"; then :
4091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4092 $as_echo "yes" >&6; }
4093 else
4094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4095 $as_echo "no" >&6; }
4096 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4100 TARGETFLAGS="-m64"
4104 *-mingw32*|*-cygwin*)
4105 enable_win16=${enable_win16:-no}
4107 i[3456789]86*)
4108 enable_win16=${enable_win16:-yes}
4110 esac
4112 enable_win16=${enable_win16:-no}
4114 if test -n "$with_wine64"
4115 then
4116 if test "x$enable_win64" = "xyes"
4117 then
4118 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4119 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4121 WOW64_DISABLE=\#
4123 enable_fonts=${enable_fonts:-no}
4124 enable_include=${enable_include:-no}
4125 enable_server=${enable_server:-no}
4126 enable_tools=${enable_tools:-no}
4127 enable_wineboot=${enable_wineboot:-no}
4128 enable_winedbg=${enable_winedbg:-no}
4129 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4133 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4134 if test "${wine_cv_toolsdir+set}" = set; then :
4135 $as_echo_n "(cached) " >&6
4136 else
4137 wine_cv_toolsdir="$with_wine_tools"
4138 if test -z "$with_wine_tools"; then
4139 if test "$cross_compiling" = "yes"; then
4140 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4141 elif test -n "$with_wine64"; then
4142 wine_cv_toolsdir="$with_wine64"
4145 if test -z "$wine_cv_toolsdir"; then
4146 wine_cv_toolsdir="\$(TOPOBJDIR)"
4147 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4148 case "$wine_cv_toolsdir" in
4149 /*) ;;
4150 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4151 esac
4152 else
4153 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4157 $as_echo "$wine_cv_toolsdir" >&6; }
4158 TOOLSDIR=$wine_cv_toolsdir
4160 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4161 then
4162 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4166 for ac_prog in flex
4168 # Extract the first word of "$ac_prog", so it can be a program name with args.
4169 set dummy $ac_prog; ac_word=$2
4170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4171 $as_echo_n "checking for $ac_word... " >&6; }
4172 if test "${ac_cv_prog_FLEX+set}" = set; then :
4173 $as_echo_n "(cached) " >&6
4174 else
4175 if test -n "$FLEX"; then
4176 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4177 else
4178 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4179 for as_dir in $PATH
4181 IFS=$as_save_IFS
4182 test -z "$as_dir" && as_dir=.
4183 for ac_exec_ext in '' $ac_executable_extensions; do
4184 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4185 ac_cv_prog_FLEX="$ac_prog"
4186 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4187 break 2
4189 done
4190 done
4191 IFS=$as_save_IFS
4195 FLEX=$ac_cv_prog_FLEX
4196 if test -n "$FLEX"; then
4197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4198 $as_echo "$FLEX" >&6; }
4199 else
4200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4201 $as_echo "no" >&6; }
4205 test -n "$FLEX" && break
4206 done
4207 test -n "$FLEX" || FLEX="none"
4209 if test "$FLEX" = "none"
4210 then
4211 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4214 $as_echo_n "checking whether flex is recent enough... " >&6; }
4215 cat >conftest.l <<EOF
4216 %top{
4217 #include "prediluvian.h"
4221 if $FLEX -t conftest.l >/dev/null 2>&1
4222 then
4223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4224 $as_echo "yes" >&6; }
4225 else
4226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4227 $as_echo "no" >&6; }
4228 as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4231 for ac_prog in bison
4233 # Extract the first word of "$ac_prog", so it can be a program name with args.
4234 set dummy $ac_prog; ac_word=$2
4235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4236 $as_echo_n "checking for $ac_word... " >&6; }
4237 if test "${ac_cv_prog_BISON+set}" = set; then :
4238 $as_echo_n "(cached) " >&6
4239 else
4240 if test -n "$BISON"; then
4241 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4242 else
4243 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4244 for as_dir in $PATH
4246 IFS=$as_save_IFS
4247 test -z "$as_dir" && as_dir=.
4248 for ac_exec_ext in '' $ac_executable_extensions; do
4249 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4250 ac_cv_prog_BISON="$ac_prog"
4251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4252 break 2
4254 done
4255 done
4256 IFS=$as_save_IFS
4260 BISON=$ac_cv_prog_BISON
4261 if test -n "$BISON"; then
4262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4263 $as_echo "$BISON" >&6; }
4264 else
4265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4266 $as_echo "no" >&6; }
4270 test -n "$BISON" && break
4271 done
4272 test -n "$BISON" || BISON="none"
4274 if test "$BISON" = "none"
4275 then
4276 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4279 if test -n "$ac_tool_prefix"; then
4280 for ac_prog in ar gar
4282 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4283 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4285 $as_echo_n "checking for $ac_word... " >&6; }
4286 if test "${ac_cv_prog_AR+set}" = set; then :
4287 $as_echo_n "(cached) " >&6
4288 else
4289 if test -n "$AR"; then
4290 ac_cv_prog_AR="$AR" # Let the user override the test.
4291 else
4292 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4293 for as_dir in $PATH
4295 IFS=$as_save_IFS
4296 test -z "$as_dir" && as_dir=.
4297 for ac_exec_ext in '' $ac_executable_extensions; do
4298 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4299 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4300 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4301 break 2
4303 done
4304 done
4305 IFS=$as_save_IFS
4309 AR=$ac_cv_prog_AR
4310 if test -n "$AR"; then
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4312 $as_echo "$AR" >&6; }
4313 else
4314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4315 $as_echo "no" >&6; }
4319 test -n "$AR" && break
4320 done
4322 if test -z "$AR"; then
4323 ac_ct_AR=$AR
4324 for ac_prog in ar gar
4326 # Extract the first word of "$ac_prog", so it can be a program name with args.
4327 set dummy $ac_prog; ac_word=$2
4328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4329 $as_echo_n "checking for $ac_word... " >&6; }
4330 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4331 $as_echo_n "(cached) " >&6
4332 else
4333 if test -n "$ac_ct_AR"; then
4334 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4335 else
4336 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4337 for as_dir in $PATH
4339 IFS=$as_save_IFS
4340 test -z "$as_dir" && as_dir=.
4341 for ac_exec_ext in '' $ac_executable_extensions; do
4342 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4343 ac_cv_prog_ac_ct_AR="$ac_prog"
4344 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4345 break 2
4347 done
4348 done
4349 IFS=$as_save_IFS
4353 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4354 if test -n "$ac_ct_AR"; then
4355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4356 $as_echo "$ac_ct_AR" >&6; }
4357 else
4358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4359 $as_echo "no" >&6; }
4363 test -n "$ac_ct_AR" && break
4364 done
4366 if test "x$ac_ct_AR" = x; then
4367 AR="ar"
4368 else
4369 case $cross_compiling:$ac_tool_warned in
4370 yes:)
4371 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4372 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4373 ac_tool_warned=yes ;;
4374 esac
4375 AR=$ac_ct_AR
4379 ARFLAGS=rc
4381 if test -n "$ac_tool_prefix"; then
4382 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4383 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4385 $as_echo_n "checking for $ac_word... " >&6; }
4386 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4387 $as_echo_n "(cached) " >&6
4388 else
4389 if test -n "$RANLIB"; then
4390 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4391 else
4392 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4393 for as_dir in $PATH
4395 IFS=$as_save_IFS
4396 test -z "$as_dir" && as_dir=.
4397 for ac_exec_ext in '' $ac_executable_extensions; do
4398 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4399 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4400 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4401 break 2
4403 done
4404 done
4405 IFS=$as_save_IFS
4409 RANLIB=$ac_cv_prog_RANLIB
4410 if test -n "$RANLIB"; then
4411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4412 $as_echo "$RANLIB" >&6; }
4413 else
4414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4415 $as_echo "no" >&6; }
4420 if test -z "$ac_cv_prog_RANLIB"; then
4421 ac_ct_RANLIB=$RANLIB
4422 # Extract the first word of "ranlib", so it can be a program name with args.
4423 set dummy ranlib; ac_word=$2
4424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4425 $as_echo_n "checking for $ac_word... " >&6; }
4426 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4427 $as_echo_n "(cached) " >&6
4428 else
4429 if test -n "$ac_ct_RANLIB"; then
4430 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4431 else
4432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4433 for as_dir in $PATH
4435 IFS=$as_save_IFS
4436 test -z "$as_dir" && as_dir=.
4437 for ac_exec_ext in '' $ac_executable_extensions; do
4438 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4439 ac_cv_prog_ac_ct_RANLIB="ranlib"
4440 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4441 break 2
4443 done
4444 done
4445 IFS=$as_save_IFS
4449 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4450 if test -n "$ac_ct_RANLIB"; then
4451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4452 $as_echo "$ac_ct_RANLIB" >&6; }
4453 else
4454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4455 $as_echo "no" >&6; }
4458 if test "x$ac_ct_RANLIB" = x; then
4459 RANLIB=":"
4460 else
4461 case $cross_compiling:$ac_tool_warned in
4462 yes:)
4463 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4464 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4465 ac_tool_warned=yes ;;
4466 esac
4467 RANLIB=$ac_ct_RANLIB
4469 else
4470 RANLIB="$ac_cv_prog_RANLIB"
4473 if test -n "$ac_tool_prefix"; then
4474 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4475 set dummy ${ac_tool_prefix}strip; ac_word=$2
4476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4477 $as_echo_n "checking for $ac_word... " >&6; }
4478 if test "${ac_cv_prog_STRIP+set}" = set; then :
4479 $as_echo_n "(cached) " >&6
4480 else
4481 if test -n "$STRIP"; then
4482 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4483 else
4484 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4485 for as_dir in $PATH
4487 IFS=$as_save_IFS
4488 test -z "$as_dir" && as_dir=.
4489 for ac_exec_ext in '' $ac_executable_extensions; do
4490 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4491 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4492 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4493 break 2
4495 done
4496 done
4497 IFS=$as_save_IFS
4501 STRIP=$ac_cv_prog_STRIP
4502 if test -n "$STRIP"; then
4503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4504 $as_echo "$STRIP" >&6; }
4505 else
4506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4507 $as_echo "no" >&6; }
4512 if test -z "$ac_cv_prog_STRIP"; then
4513 ac_ct_STRIP=$STRIP
4514 # Extract the first word of "strip", so it can be a program name with args.
4515 set dummy strip; ac_word=$2
4516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4517 $as_echo_n "checking for $ac_word... " >&6; }
4518 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4519 $as_echo_n "(cached) " >&6
4520 else
4521 if test -n "$ac_ct_STRIP"; then
4522 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4523 else
4524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4525 for as_dir in $PATH
4527 IFS=$as_save_IFS
4528 test -z "$as_dir" && as_dir=.
4529 for ac_exec_ext in '' $ac_executable_extensions; do
4530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4531 ac_cv_prog_ac_ct_STRIP="strip"
4532 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4533 break 2
4535 done
4536 done
4537 IFS=$as_save_IFS
4541 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4542 if test -n "$ac_ct_STRIP"; then
4543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4544 $as_echo "$ac_ct_STRIP" >&6; }
4545 else
4546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4547 $as_echo "no" >&6; }
4550 if test "x$ac_ct_STRIP" = x; then
4551 STRIP="strip"
4552 else
4553 case $cross_compiling:$ac_tool_warned in
4554 yes:)
4555 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4556 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4557 ac_tool_warned=yes ;;
4558 esac
4559 STRIP=$ac_ct_STRIP
4561 else
4562 STRIP="$ac_cv_prog_STRIP"
4565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4566 $as_echo_n "checking whether ln -s works... " >&6; }
4567 LN_S=$as_ln_s
4568 if test "$LN_S" = "ln -s"; then
4569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4570 $as_echo "yes" >&6; }
4571 else
4572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4573 $as_echo "no, using $LN_S" >&6; }
4576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4577 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4578 if test "${ac_cv_path_GREP+set}" = set; then :
4579 $as_echo_n "(cached) " >&6
4580 else
4581 if test -z "$GREP"; then
4582 ac_path_GREP_found=false
4583 # Loop through the user's path and test for each of PROGNAME-LIST
4584 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4585 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4587 IFS=$as_save_IFS
4588 test -z "$as_dir" && as_dir=.
4589 for ac_prog in grep ggrep; do
4590 for ac_exec_ext in '' $ac_executable_extensions; do
4591 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4592 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4593 # Check for GNU ac_path_GREP and select it if it is found.
4594 # Check for GNU $ac_path_GREP
4595 case `"$ac_path_GREP" --version 2>&1` in
4596 *GNU*)
4597 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4599 ac_count=0
4600 $as_echo_n 0123456789 >"conftest.in"
4601 while :
4603 cat "conftest.in" "conftest.in" >"conftest.tmp"
4604 mv "conftest.tmp" "conftest.in"
4605 cp "conftest.in" "conftest.nl"
4606 $as_echo 'GREP' >> "conftest.nl"
4607 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4608 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4609 as_fn_arith $ac_count + 1 && ac_count=$as_val
4610 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4611 # Best one so far, save it but keep looking for a better one
4612 ac_cv_path_GREP="$ac_path_GREP"
4613 ac_path_GREP_max=$ac_count
4615 # 10*(2^10) chars as input seems more than enough
4616 test $ac_count -gt 10 && break
4617 done
4618 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4619 esac
4621 $ac_path_GREP_found && break 3
4622 done
4623 done
4624 done
4625 IFS=$as_save_IFS
4626 if test -z "$ac_cv_path_GREP"; then
4627 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4629 else
4630 ac_cv_path_GREP=$GREP
4634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4635 $as_echo "$ac_cv_path_GREP" >&6; }
4636 GREP="$ac_cv_path_GREP"
4639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4640 $as_echo_n "checking for egrep... " >&6; }
4641 if test "${ac_cv_path_EGREP+set}" = set; then :
4642 $as_echo_n "(cached) " >&6
4643 else
4644 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4645 then ac_cv_path_EGREP="$GREP -E"
4646 else
4647 if test -z "$EGREP"; then
4648 ac_path_EGREP_found=false
4649 # Loop through the user's path and test for each of PROGNAME-LIST
4650 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4651 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4653 IFS=$as_save_IFS
4654 test -z "$as_dir" && as_dir=.
4655 for ac_prog in egrep; do
4656 for ac_exec_ext in '' $ac_executable_extensions; do
4657 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4658 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4659 # Check for GNU ac_path_EGREP and select it if it is found.
4660 # Check for GNU $ac_path_EGREP
4661 case `"$ac_path_EGREP" --version 2>&1` in
4662 *GNU*)
4663 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4665 ac_count=0
4666 $as_echo_n 0123456789 >"conftest.in"
4667 while :
4669 cat "conftest.in" "conftest.in" >"conftest.tmp"
4670 mv "conftest.tmp" "conftest.in"
4671 cp "conftest.in" "conftest.nl"
4672 $as_echo 'EGREP' >> "conftest.nl"
4673 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4674 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4675 as_fn_arith $ac_count + 1 && ac_count=$as_val
4676 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4677 # Best one so far, save it but keep looking for a better one
4678 ac_cv_path_EGREP="$ac_path_EGREP"
4679 ac_path_EGREP_max=$ac_count
4681 # 10*(2^10) chars as input seems more than enough
4682 test $ac_count -gt 10 && break
4683 done
4684 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4685 esac
4687 $ac_path_EGREP_found && break 3
4688 done
4689 done
4690 done
4691 IFS=$as_save_IFS
4692 if test -z "$ac_cv_path_EGREP"; then
4693 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4695 else
4696 ac_cv_path_EGREP=$EGREP
4701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4702 $as_echo "$ac_cv_path_EGREP" >&6; }
4703 EGREP="$ac_cv_path_EGREP"
4706 # Extract the first word of "ldconfig", so it can be a program name with args.
4707 set dummy ldconfig; ac_word=$2
4708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4709 $as_echo_n "checking for $ac_word... " >&6; }
4710 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4711 $as_echo_n "(cached) " >&6
4712 else
4713 case $LDCONFIG in
4714 [\\/]* | ?:[\\/]*)
4715 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4718 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4719 for as_dir in /sbin /usr/sbin $PATH
4721 IFS=$as_save_IFS
4722 test -z "$as_dir" && as_dir=.
4723 for ac_exec_ext in '' $ac_executable_extensions; do
4724 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4725 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4726 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4727 break 2
4729 done
4730 done
4731 IFS=$as_save_IFS
4733 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4735 esac
4737 LDCONFIG=$ac_cv_path_LDCONFIG
4738 if test -n "$LDCONFIG"; then
4739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4740 $as_echo "$LDCONFIG" >&6; }
4741 else
4742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4743 $as_echo "no" >&6; }
4747 # Find a good install program. We prefer a C program (faster),
4748 # so one script is as good as another. But avoid the broken or
4749 # incompatible versions:
4750 # SysV /etc/install, /usr/sbin/install
4751 # SunOS /usr/etc/install
4752 # IRIX /sbin/install
4753 # AIX /bin/install
4754 # AmigaOS /C/install, which installs bootblocks on floppy discs
4755 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4756 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4757 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4758 # OS/2's system install, which has a completely different semantic
4759 # ./install, which can be erroneously created by make from ./install.sh.
4760 # Reject install programs that cannot install multiple files.
4761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4762 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4763 if test -z "$INSTALL"; then
4764 if test "${ac_cv_path_install+set}" = set; then :
4765 $as_echo_n "(cached) " >&6
4766 else
4767 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4768 for as_dir in $PATH
4770 IFS=$as_save_IFS
4771 test -z "$as_dir" && as_dir=.
4772 # Account for people who put trailing slashes in PATH elements.
4773 case $as_dir/ in #((
4774 ./ | .// | /[cC]/* | \
4775 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4776 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4777 /usr/ucb/* ) ;;
4779 # OSF1 and SCO ODT 3.0 have their own names for install.
4780 # Don't use installbsd from OSF since it installs stuff as root
4781 # by default.
4782 for ac_prog in ginstall scoinst install; do
4783 for ac_exec_ext in '' $ac_executable_extensions; do
4784 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4785 if test $ac_prog = install &&
4786 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4787 # AIX install. It has an incompatible calling convention.
4789 elif test $ac_prog = install &&
4790 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4791 # program-specific install script used by HP pwplus--don't use.
4793 else
4794 rm -rf conftest.one conftest.two conftest.dir
4795 echo one > conftest.one
4796 echo two > conftest.two
4797 mkdir conftest.dir
4798 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4799 test -s conftest.one && test -s conftest.two &&
4800 test -s conftest.dir/conftest.one &&
4801 test -s conftest.dir/conftest.two
4802 then
4803 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4804 break 3
4808 done
4809 done
4811 esac
4813 done
4814 IFS=$as_save_IFS
4816 rm -rf conftest.one conftest.two conftest.dir
4819 if test "${ac_cv_path_install+set}" = set; then
4820 INSTALL=$ac_cv_path_install
4821 else
4822 # As a last resort, use the slow shell script. Don't cache a
4823 # value for INSTALL within a source directory, because that will
4824 # break other packages using the cache if that directory is
4825 # removed, or if the value is a relative name.
4826 INSTALL=$ac_install_sh
4829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4830 $as_echo "$INSTALL" >&6; }
4832 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4833 # It thinks the first close brace ends the variable substitution.
4834 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4836 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4838 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4840 case "$INSTALL" in
4841 [\\/$]* | ?:[\\/]* ) ;;
4842 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4843 esac
4845 for ac_prog in lclint lint
4847 # Extract the first word of "$ac_prog", so it can be a program name with args.
4848 set dummy $ac_prog; ac_word=$2
4849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4850 $as_echo_n "checking for $ac_word... " >&6; }
4851 if test "${ac_cv_prog_LINT+set}" = set; then :
4852 $as_echo_n "(cached) " >&6
4853 else
4854 if test -n "$LINT"; then
4855 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4856 else
4857 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4858 for as_dir in $PATH
4860 IFS=$as_save_IFS
4861 test -z "$as_dir" && as_dir=.
4862 for ac_exec_ext in '' $ac_executable_extensions; do
4863 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4864 ac_cv_prog_LINT="$ac_prog"
4865 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4866 break 2
4868 done
4869 done
4870 IFS=$as_save_IFS
4874 LINT=$ac_cv_prog_LINT
4875 if test -n "$LINT"; then
4876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4877 $as_echo "$LINT" >&6; }
4878 else
4879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4880 $as_echo "no" >&6; }
4884 test -n "$LINT" && break
4885 done
4887 if test "$LINT" = "lint"
4888 then
4889 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4894 for ac_prog in fontforge
4896 # Extract the first word of "$ac_prog", so it can be a program name with args.
4897 set dummy $ac_prog; ac_word=$2
4898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4899 $as_echo_n "checking for $ac_word... " >&6; }
4900 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4901 $as_echo_n "(cached) " >&6
4902 else
4903 if test -n "$FONTFORGE"; then
4904 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4905 else
4906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4907 for as_dir in $PATH
4909 IFS=$as_save_IFS
4910 test -z "$as_dir" && as_dir=.
4911 for ac_exec_ext in '' $ac_executable_extensions; do
4912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4913 ac_cv_prog_FONTFORGE="$ac_prog"
4914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4915 break 2
4917 done
4918 done
4919 IFS=$as_save_IFS
4923 FONTFORGE=$ac_cv_prog_FONTFORGE
4924 if test -n "$FONTFORGE"; then
4925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4926 $as_echo "$FONTFORGE" >&6; }
4927 else
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4929 $as_echo "no" >&6; }
4933 test -n "$FONTFORGE" && break
4934 done
4935 test -n "$FONTFORGE" || FONTFORGE="false"
4937 for ac_prog in pkg-config
4939 # Extract the first word of "$ac_prog", so it can be a program name with args.
4940 set dummy $ac_prog; ac_word=$2
4941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4942 $as_echo_n "checking for $ac_word... " >&6; }
4943 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4944 $as_echo_n "(cached) " >&6
4945 else
4946 if test -n "$PKG_CONFIG"; then
4947 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4948 else
4949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4950 for as_dir in $PATH
4952 IFS=$as_save_IFS
4953 test -z "$as_dir" && as_dir=.
4954 for ac_exec_ext in '' $ac_executable_extensions; do
4955 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4956 ac_cv_prog_PKG_CONFIG="$ac_prog"
4957 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4958 break 2
4960 done
4961 done
4962 IFS=$as_save_IFS
4966 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4967 if test -n "$PKG_CONFIG"; then
4968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4969 $as_echo "$PKG_CONFIG" >&6; }
4970 else
4971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4972 $as_echo "no" >&6; }
4976 test -n "$PKG_CONFIG" && break
4977 done
4978 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4980 for ac_prog in rsvg
4982 # Extract the first word of "$ac_prog", so it can be a program name with args.
4983 set dummy $ac_prog; ac_word=$2
4984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4985 $as_echo_n "checking for $ac_word... " >&6; }
4986 if test "${ac_cv_prog_RSVG+set}" = set; then :
4987 $as_echo_n "(cached) " >&6
4988 else
4989 if test -n "$RSVG"; then
4990 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4991 else
4992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4993 for as_dir in $PATH
4995 IFS=$as_save_IFS
4996 test -z "$as_dir" && as_dir=.
4997 for ac_exec_ext in '' $ac_executable_extensions; do
4998 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4999 ac_cv_prog_RSVG="$ac_prog"
5000 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5001 break 2
5003 done
5004 done
5005 IFS=$as_save_IFS
5009 RSVG=$ac_cv_prog_RSVG
5010 if test -n "$RSVG"; then
5011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5012 $as_echo "$RSVG" >&6; }
5013 else
5014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5015 $as_echo "no" >&6; }
5019 test -n "$RSVG" && break
5020 done
5021 test -n "$RSVG" || RSVG="false"
5023 for ac_prog in icotool
5025 # Extract the first word of "$ac_prog", so it can be a program name with args.
5026 set dummy $ac_prog; ac_word=$2
5027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5028 $as_echo_n "checking for $ac_word... " >&6; }
5029 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5030 $as_echo_n "(cached) " >&6
5031 else
5032 if test -n "$ICOTOOL"; then
5033 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5034 else
5035 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5036 for as_dir in $PATH
5038 IFS=$as_save_IFS
5039 test -z "$as_dir" && as_dir=.
5040 for ac_exec_ext in '' $ac_executable_extensions; do
5041 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5042 ac_cv_prog_ICOTOOL="$ac_prog"
5043 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5044 break 2
5046 done
5047 done
5048 IFS=$as_save_IFS
5052 ICOTOOL=$ac_cv_prog_ICOTOOL
5053 if test -n "$ICOTOOL"; then
5054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5055 $as_echo "$ICOTOOL" >&6; }
5056 else
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5058 $as_echo "no" >&6; }
5062 test -n "$ICOTOOL" && break
5063 done
5064 test -n "$ICOTOOL" || ICOTOOL="false"
5067 if test "${enable_maintainer_mode+set}" = set
5068 then
5069 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5070 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5071 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5074 case $host_cpu in
5075 *i[3456789]86*)
5076 # Extract the first word of "prelink", so it can be a program name with args.
5077 set dummy prelink; ac_word=$2
5078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5079 $as_echo_n "checking for $ac_word... " >&6; }
5080 if test "${ac_cv_path_PRELINK+set}" = set; then :
5081 $as_echo_n "(cached) " >&6
5082 else
5083 case $PRELINK in
5084 [\\/]* | ?:[\\/]*)
5085 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5088 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5089 for as_dir in /sbin /usr/sbin $PATH
5091 IFS=$as_save_IFS
5092 test -z "$as_dir" && as_dir=.
5093 for ac_exec_ext in '' $ac_executable_extensions; do
5094 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5095 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5096 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5097 break 2
5099 done
5100 done
5101 IFS=$as_save_IFS
5103 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5105 esac
5107 PRELINK=$ac_cv_path_PRELINK
5108 if test -n "$PRELINK"; then
5109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5110 $as_echo "$PRELINK" >&6; }
5111 else
5112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5113 $as_echo "no" >&6; }
5118 esac
5121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5122 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5123 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5124 $as_echo_n "(cached) " >&6
5125 else
5126 ac_check_lib_save_LIBS=$LIBS
5127 LIBS="-li386 $LIBS"
5128 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5129 /* end confdefs.h. */
5131 /* Override any GCC internal prototype to avoid an error.
5132 Use char because int might match the return type of a GCC
5133 builtin and then its argument prototype would still apply. */
5134 #ifdef __cplusplus
5135 extern "C"
5136 #endif
5137 char i386_set_ldt ();
5139 main ()
5141 return i386_set_ldt ();
5143 return 0;
5145 _ACEOF
5146 if ac_fn_c_try_link "$LINENO"; then :
5147 ac_cv_lib_i386_i386_set_ldt=yes
5148 else
5149 ac_cv_lib_i386_i386_set_ldt=no
5151 rm -f core conftest.err conftest.$ac_objext \
5152 conftest$ac_exeext conftest.$ac_ext
5153 LIBS=$ac_check_lib_save_LIBS
5155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5156 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5157 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5158 cat >>confdefs.h <<_ACEOF
5159 #define HAVE_LIBI386 1
5160 _ACEOF
5162 LIBS="-li386 $LIBS"
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5167 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5168 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5169 $as_echo_n "(cached) " >&6
5170 else
5171 ac_check_lib_save_LIBS=$LIBS
5172 LIBS="-lossaudio $LIBS"
5173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5174 /* end confdefs.h. */
5176 /* Override any GCC internal prototype to avoid an error.
5177 Use char because int might match the return type of a GCC
5178 builtin and then its argument prototype would still apply. */
5179 #ifdef __cplusplus
5180 extern "C"
5181 #endif
5182 char _oss_ioctl ();
5184 main ()
5186 return _oss_ioctl ();
5188 return 0;
5190 _ACEOF
5191 if ac_fn_c_try_link "$LINENO"; then :
5192 ac_cv_lib_ossaudio__oss_ioctl=yes
5193 else
5194 ac_cv_lib_ossaudio__oss_ioctl=no
5196 rm -f core conftest.err conftest.$ac_objext \
5197 conftest$ac_exeext conftest.$ac_ext
5198 LIBS=$ac_check_lib_save_LIBS
5200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5201 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5202 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5203 cat >>confdefs.h <<_ACEOF
5204 #define HAVE_LIBOSSAUDIO 1
5205 _ACEOF
5207 LIBS="-lossaudio $LIBS"
5212 XLIB=""
5214 OPENGL_LIBS=""
5218 # Check whether --enable-largefile was given.
5219 if test "${enable_largefile+set}" = set; then :
5220 enableval=$enable_largefile;
5223 if test "$enable_largefile" != no; then
5225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5226 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5227 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5228 $as_echo_n "(cached) " >&6
5229 else
5230 ac_cv_sys_largefile_CC=no
5231 if test "$GCC" != yes; then
5232 ac_save_CC=$CC
5233 while :; do
5234 # IRIX 6.2 and later do not support large files by default,
5235 # so use the C compiler's -n32 option if that helps.
5236 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5237 /* end confdefs.h. */
5238 #include <sys/types.h>
5239 /* Check that off_t can represent 2**63 - 1 correctly.
5240 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5241 since some C++ compilers masquerading as C compilers
5242 incorrectly reject 9223372036854775807. */
5243 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5244 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5245 && LARGE_OFF_T % 2147483647 == 1)
5246 ? 1 : -1];
5248 main ()
5252 return 0;
5254 _ACEOF
5255 if ac_fn_c_try_compile "$LINENO"; then :
5256 break
5258 rm -f core conftest.err conftest.$ac_objext
5259 CC="$CC -n32"
5260 if ac_fn_c_try_compile "$LINENO"; then :
5261 ac_cv_sys_largefile_CC=' -n32'; break
5263 rm -f core conftest.err conftest.$ac_objext
5264 break
5265 done
5266 CC=$ac_save_CC
5267 rm -f conftest.$ac_ext
5270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5271 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5272 if test "$ac_cv_sys_largefile_CC" != no; then
5273 CC=$CC$ac_cv_sys_largefile_CC
5276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5277 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5278 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5279 $as_echo_n "(cached) " >&6
5280 else
5281 while :; do
5282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5283 /* end confdefs.h. */
5284 #include <sys/types.h>
5285 /* Check that off_t can represent 2**63 - 1 correctly.
5286 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5287 since some C++ compilers masquerading as C compilers
5288 incorrectly reject 9223372036854775807. */
5289 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5290 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5291 && LARGE_OFF_T % 2147483647 == 1)
5292 ? 1 : -1];
5294 main ()
5298 return 0;
5300 _ACEOF
5301 if ac_fn_c_try_compile "$LINENO"; then :
5302 ac_cv_sys_file_offset_bits=no; break
5304 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5306 /* end confdefs.h. */
5307 #define _FILE_OFFSET_BITS 64
5308 #include <sys/types.h>
5309 /* Check that off_t can represent 2**63 - 1 correctly.
5310 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5311 since some C++ compilers masquerading as C compilers
5312 incorrectly reject 9223372036854775807. */
5313 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5314 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5315 && LARGE_OFF_T % 2147483647 == 1)
5316 ? 1 : -1];
5318 main ()
5322 return 0;
5324 _ACEOF
5325 if ac_fn_c_try_compile "$LINENO"; then :
5326 ac_cv_sys_file_offset_bits=64; break
5328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5329 ac_cv_sys_file_offset_bits=unknown
5330 break
5331 done
5333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5334 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5335 case $ac_cv_sys_file_offset_bits in #(
5336 no | unknown) ;;
5338 cat >>confdefs.h <<_ACEOF
5339 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5340 _ACEOF
5342 esac
5343 rm -rf conftest*
5344 if test $ac_cv_sys_file_offset_bits = unknown; then
5345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5346 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5347 if test "${ac_cv_sys_large_files+set}" = set; then :
5348 $as_echo_n "(cached) " >&6
5349 else
5350 while :; do
5351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5352 /* end confdefs.h. */
5353 #include <sys/types.h>
5354 /* Check that off_t can represent 2**63 - 1 correctly.
5355 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5356 since some C++ compilers masquerading as C compilers
5357 incorrectly reject 9223372036854775807. */
5358 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5359 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5360 && LARGE_OFF_T % 2147483647 == 1)
5361 ? 1 : -1];
5363 main ()
5367 return 0;
5369 _ACEOF
5370 if ac_fn_c_try_compile "$LINENO"; then :
5371 ac_cv_sys_large_files=no; break
5373 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5375 /* end confdefs.h. */
5376 #define _LARGE_FILES 1
5377 #include <sys/types.h>
5378 /* Check that off_t can represent 2**63 - 1 correctly.
5379 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5380 since some C++ compilers masquerading as C compilers
5381 incorrectly reject 9223372036854775807. */
5382 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5383 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5384 && LARGE_OFF_T % 2147483647 == 1)
5385 ? 1 : -1];
5387 main ()
5391 return 0;
5393 _ACEOF
5394 if ac_fn_c_try_compile "$LINENO"; then :
5395 ac_cv_sys_large_files=1; break
5397 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5398 ac_cv_sys_large_files=unknown
5399 break
5400 done
5402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5403 $as_echo "$ac_cv_sys_large_files" >&6; }
5404 case $ac_cv_sys_large_files in #(
5405 no | unknown) ;;
5407 cat >>confdefs.h <<_ACEOF
5408 #define _LARGE_FILES $ac_cv_sys_large_files
5409 _ACEOF
5411 esac
5412 rm -rf conftest*
5417 ac_ext=c
5418 ac_cpp='$CPP $CPPFLAGS'
5419 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5420 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5421 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5423 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5424 # On Suns, sometimes $CPP names a directory.
5425 if test -n "$CPP" && test -d "$CPP"; then
5426 CPP=
5428 if test -z "$CPP"; then
5429 if test "${ac_cv_prog_CPP+set}" = set; then :
5430 $as_echo_n "(cached) " >&6
5431 else
5432 # Double quotes because CPP needs to be expanded
5433 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5435 ac_preproc_ok=false
5436 for ac_c_preproc_warn_flag in '' yes
5438 # Use a header file that comes with gcc, so configuring glibc
5439 # with a fresh cross-compiler works.
5440 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5441 # <limits.h> exists even on freestanding compilers.
5442 # On the NeXT, cc -E runs the code through the compiler's parser,
5443 # not just through cpp. "Syntax error" is here to catch this case.
5444 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5445 /* end confdefs.h. */
5446 #ifdef __STDC__
5447 # include <limits.h>
5448 #else
5449 # include <assert.h>
5450 #endif
5451 Syntax error
5452 _ACEOF
5453 if ac_fn_c_try_cpp "$LINENO"; then :
5455 else
5456 # Broken: fails on valid input.
5457 continue
5459 rm -f conftest.err conftest.$ac_ext
5461 # OK, works on sane cases. Now check whether nonexistent headers
5462 # can be detected and how.
5463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464 /* end confdefs.h. */
5465 #include <ac_nonexistent.h>
5466 _ACEOF
5467 if ac_fn_c_try_cpp "$LINENO"; then :
5468 # Broken: success on invalid input.
5469 continue
5470 else
5471 # Passes both tests.
5472 ac_preproc_ok=:
5473 break
5475 rm -f conftest.err conftest.$ac_ext
5477 done
5478 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5479 rm -f conftest.err conftest.$ac_ext
5480 if $ac_preproc_ok; then :
5481 break
5484 done
5485 ac_cv_prog_CPP=$CPP
5488 CPP=$ac_cv_prog_CPP
5489 else
5490 ac_cv_prog_CPP=$CPP
5492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5493 $as_echo "$CPP" >&6; }
5494 ac_preproc_ok=false
5495 for ac_c_preproc_warn_flag in '' yes
5497 # Use a header file that comes with gcc, so configuring glibc
5498 # with a fresh cross-compiler works.
5499 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5500 # <limits.h> exists even on freestanding compilers.
5501 # On the NeXT, cc -E runs the code through the compiler's parser,
5502 # not just through cpp. "Syntax error" is here to catch this case.
5503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5504 /* end confdefs.h. */
5505 #ifdef __STDC__
5506 # include <limits.h>
5507 #else
5508 # include <assert.h>
5509 #endif
5510 Syntax error
5511 _ACEOF
5512 if ac_fn_c_try_cpp "$LINENO"; then :
5514 else
5515 # Broken: fails on valid input.
5516 continue
5518 rm -f conftest.err conftest.$ac_ext
5520 # OK, works on sane cases. Now check whether nonexistent headers
5521 # can be detected and how.
5522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5523 /* end confdefs.h. */
5524 #include <ac_nonexistent.h>
5525 _ACEOF
5526 if ac_fn_c_try_cpp "$LINENO"; then :
5527 # Broken: success on invalid input.
5528 continue
5529 else
5530 # Passes both tests.
5531 ac_preproc_ok=:
5532 break
5534 rm -f conftest.err conftest.$ac_ext
5536 done
5537 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5538 rm -f conftest.err conftest.$ac_ext
5539 if $ac_preproc_ok; then :
5541 else
5542 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5543 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5544 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5545 See \`config.log' for more details." "$LINENO" 5; }
5548 ac_ext=c
5549 ac_cpp='$CPP $CPPFLAGS'
5550 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5551 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5552 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5556 $as_echo_n "checking for ANSI C header files... " >&6; }
5557 if test "${ac_cv_header_stdc+set}" = set; then :
5558 $as_echo_n "(cached) " >&6
5559 else
5560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5561 /* end confdefs.h. */
5562 #include <stdlib.h>
5563 #include <stdarg.h>
5564 #include <string.h>
5565 #include <float.h>
5568 main ()
5572 return 0;
5574 _ACEOF
5575 if ac_fn_c_try_compile "$LINENO"; then :
5576 ac_cv_header_stdc=yes
5577 else
5578 ac_cv_header_stdc=no
5580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5582 if test $ac_cv_header_stdc = yes; then
5583 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5585 /* end confdefs.h. */
5586 #include <string.h>
5588 _ACEOF
5589 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5590 $EGREP "memchr" >/dev/null 2>&1; then :
5592 else
5593 ac_cv_header_stdc=no
5595 rm -f conftest*
5599 if test $ac_cv_header_stdc = yes; then
5600 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5602 /* end confdefs.h. */
5603 #include <stdlib.h>
5605 _ACEOF
5606 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5607 $EGREP "free" >/dev/null 2>&1; then :
5609 else
5610 ac_cv_header_stdc=no
5612 rm -f conftest*
5616 if test $ac_cv_header_stdc = yes; then
5617 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5618 if test "$cross_compiling" = yes; then :
5620 else
5621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5622 /* end confdefs.h. */
5623 #include <ctype.h>
5624 #include <stdlib.h>
5625 #if ((' ' & 0x0FF) == 0x020)
5626 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5627 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5628 #else
5629 # define ISLOWER(c) \
5630 (('a' <= (c) && (c) <= 'i') \
5631 || ('j' <= (c) && (c) <= 'r') \
5632 || ('s' <= (c) && (c) <= 'z'))
5633 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5634 #endif
5636 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5638 main ()
5640 int i;
5641 for (i = 0; i < 256; i++)
5642 if (XOR (islower (i), ISLOWER (i))
5643 || toupper (i) != TOUPPER (i))
5644 return 2;
5645 return 0;
5647 _ACEOF
5648 if ac_fn_c_try_run "$LINENO"; then :
5650 else
5651 ac_cv_header_stdc=no
5653 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5654 conftest.$ac_objext conftest.beam conftest.$ac_ext
5659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5660 $as_echo "$ac_cv_header_stdc" >&6; }
5661 if test $ac_cv_header_stdc = yes; then
5663 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5667 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5668 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5669 inttypes.h stdint.h unistd.h
5670 do :
5671 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5672 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5674 eval as_val=\$$as_ac_Header
5675 if test "x$as_val" = x""yes; then :
5676 cat >>confdefs.h <<_ACEOF
5677 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5678 _ACEOF
5682 done
5685 for ac_header in \
5686 AL/al.h \
5687 AudioUnit/AudioUnit.h \
5688 Carbon/Carbon.h \
5689 CoreAudio/CoreAudio.h \
5690 DiskArbitration/DiskArbitration.h \
5691 IOKit/IOKitLib.h \
5692 IOKit/hid/IOHIDLib.h \
5693 OpenAL/al.h \
5694 alias.h \
5695 alsa/asoundlib.h \
5696 arpa/inet.h \
5697 arpa/nameser.h \
5698 asm/types.h \
5699 capi20.h \
5700 curses.h \
5701 direct.h \
5702 dirent.h \
5703 dlfcn.h \
5704 elf.h \
5705 float.h \
5706 fnmatch.h \
5707 fontconfig/fontconfig.h \
5708 getopt.h \
5709 grp.h \
5710 gsm.h \
5711 gsm/gsm.h \
5712 ieeefp.h \
5713 inet/mib2.h \
5714 io.h \
5715 jack/jack.h \
5716 jpeglib.h \
5717 kstat.h \
5718 lber.h \
5719 lcms.h \
5720 lcms/lcms.h \
5721 ldap.h \
5722 libaudioio.h \
5723 link.h \
5724 linux/cdrom.h \
5725 linux/compiler.h \
5726 linux/hdreg.h \
5727 linux/input.h \
5728 linux/ioctl.h \
5729 linux/joystick.h \
5730 linux/major.h \
5731 linux/param.h \
5732 linux/serial.h \
5733 linux/types.h \
5734 linux/ucdrom.h \
5735 mach-o/nlist.h \
5736 mach/mach.h \
5737 mach/machine.h \
5738 machine/cpu.h \
5739 machine/limits.h \
5740 machine/soundcard.h \
5741 mntent.h \
5742 mpg123.h \
5743 ncurses.h \
5744 netdb.h \
5745 netinet/in.h \
5746 netinet/in_systm.h \
5747 netinet/tcp.h \
5748 netinet/tcp_fsm.h \
5749 openssl/err.h \
5750 openssl/ssl.h \
5751 png.h \
5752 poll.h \
5753 port.h \
5754 process.h \
5755 pthread.h \
5756 pwd.h \
5757 regex.h \
5758 sched.h \
5759 scsi/scsi.h \
5760 scsi/scsi_ioctl.h \
5761 scsi/sg.h \
5762 soundcard.h \
5763 stdbool.h \
5764 stdint.h \
5765 strings.h \
5766 stropts.h \
5767 sys/asoundlib.h \
5768 sys/cdio.h \
5769 sys/elf32.h \
5770 sys/epoll.h \
5771 sys/errno.h \
5772 sys/event.h \
5773 sys/exec_elf.h \
5774 sys/filio.h \
5775 sys/inotify.h \
5776 sys/ioctl.h \
5777 sys/ipc.h \
5778 sys/limits.h \
5779 sys/link.h \
5780 sys/mman.h \
5781 sys/modem.h \
5782 sys/msg.h \
5783 sys/mtio.h \
5784 sys/param.h \
5785 sys/poll.h \
5786 sys/prctl.h \
5787 sys/protosw.h \
5788 sys/ptrace.h \
5789 sys/resource.h \
5790 sys/scsiio.h \
5791 sys/shm.h \
5792 sys/signal.h \
5793 sys/socket.h \
5794 sys/socketvar.h \
5795 sys/sockio.h \
5796 sys/soundcard.h \
5797 sys/statvfs.h \
5798 sys/strtio.h \
5799 sys/syscall.h \
5800 sys/tihdr.h \
5801 sys/time.h \
5802 sys/timeout.h \
5803 sys/times.h \
5804 sys/uio.h \
5805 sys/un.h \
5806 sys/utsname.h \
5807 sys/vm86.h \
5808 sys/wait.h \
5809 syscall.h \
5810 termios.h \
5811 unistd.h \
5812 utime.h \
5813 valgrind/memcheck.h \
5814 valgrind/valgrind.h \
5815 zlib.h
5817 do :
5818 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5819 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5820 eval as_val=\$$as_ac_Header
5821 if test "x$as_val" = x""yes; then :
5822 cat >>confdefs.h <<_ACEOF
5823 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5824 _ACEOF
5828 done
5830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5831 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5832 if test "${ac_cv_header_stat_broken+set}" = set; then :
5833 $as_echo_n "(cached) " >&6
5834 else
5835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5836 /* end confdefs.h. */
5837 #include <sys/types.h>
5838 #include <sys/stat.h>
5840 #if defined S_ISBLK && defined S_IFDIR
5841 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5842 #endif
5844 #if defined S_ISBLK && defined S_IFCHR
5845 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5846 #endif
5848 #if defined S_ISLNK && defined S_IFREG
5849 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5850 #endif
5852 #if defined S_ISSOCK && defined S_IFREG
5853 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5854 #endif
5856 _ACEOF
5857 if ac_fn_c_try_compile "$LINENO"; then :
5858 ac_cv_header_stat_broken=no
5859 else
5860 ac_cv_header_stat_broken=yes
5862 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5865 $as_echo "$ac_cv_header_stat_broken" >&6; }
5866 if test $ac_cv_header_stat_broken = yes; then
5868 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5874 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5875 do :
5876 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5877 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5878 #ifdef HAVE_SYS_PARAM_H
5879 # include <sys/param.h>
5880 #endif
5882 eval as_val=\$$as_ac_Header
5883 if test "x$as_val" = x""yes; then :
5884 cat >>confdefs.h <<_ACEOF
5885 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5886 _ACEOF
5890 done
5893 for ac_header in \
5894 netinet/ip.h \
5895 net/if.h \
5896 net/if_arp.h \
5897 net/if_dl.h \
5898 net/if_types.h \
5899 net/route.h \
5900 netinet/if_ether.h \
5901 netinet/if_inarp.h \
5902 netinet/in_pcb.h \
5903 netinet/ip_icmp.h \
5904 netinet/ip_var.h \
5905 netinet/udp.h \
5906 netipx/ipx.h \
5908 do :
5909 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5910 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5911 #ifdef HAVE_SYS_SOCKET_H
5912 # include <sys/socket.h>
5913 #endif
5914 #ifdef HAVE_SYS_SOCKETVAR_H
5915 # include <sys/socketvar.h>
5916 #endif
5917 #ifdef HAVE_NET_ROUTE_H
5918 # include <net/route.h>
5919 #endif
5920 #ifdef HAVE_NETINET_IN_H
5921 # include <netinet/in.h>
5922 #endif
5923 #ifdef HAVE_NETINET_IN_SYSTM_H
5924 # include <netinet/in_systm.h>
5925 #endif
5926 #ifdef HAVE_NET_IF_H
5927 # include <net/if.h>
5928 #endif
5929 #ifdef HAVE_NETINET_IP_H
5930 # include <netinet/ip.h>
5931 #endif
5933 eval as_val=\$$as_ac_Header
5934 if test "x$as_val" = x""yes; then :
5935 cat >>confdefs.h <<_ACEOF
5936 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5937 _ACEOF
5941 done
5944 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5945 do :
5946 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5947 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5948 #ifdef HAVE_ALIAS_H
5949 # include <alias.h>
5950 #endif
5951 #ifdef HAVE_SYS_SOCKET_H
5952 # include <sys/socket.h>
5953 #endif
5954 #ifdef HAVE_SYS_SOCKETVAR_H
5955 # include <sys/socketvar.h>
5956 #endif
5957 #ifdef HAVE_SYS_TIMEOUT_H
5958 # include <sys/timeout.h>
5959 #endif
5960 #ifdef HAVE_NETINET_IN_H
5961 # include <netinet/in.h>
5962 #endif
5963 #ifdef HAVE_NETINET_IN_SYSTM_H
5964 # include <netinet/in_systm.h>
5965 #endif
5966 #ifdef HAVE_NETINET_IP_H
5967 # include <netinet/ip.h>
5968 #endif
5969 #ifdef HAVE_NETINET_IP_VAR_H
5970 # include <netinet/ip_var.h>
5971 #endif
5972 #ifdef HAVE_NETINET_IP_ICMP_H
5973 # include <netinet/ip_icmp.h>
5974 #endif
5975 #ifdef HAVE_NETINET_UDP_H
5976 # include <netinet/udp.h>
5977 #endif
5978 #ifdef HAVE_NETINET_TCP_H
5979 # include <netinet/tcp.h>
5980 #endif
5981 #ifdef HAVE_NETINET_TCP_TIMER_H
5982 #include <netinet/tcp_timer.h>
5983 #endif
5985 eval as_val=\$$as_ac_Header
5986 if test "x$as_val" = x""yes; then :
5987 cat >>confdefs.h <<_ACEOF
5988 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5989 _ACEOF
5993 done
5996 for ac_header in linux/ipx.h linux/irda.h
5997 do :
5998 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5999 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6000 #ifdef HAVE_ASM_TYPES_H
6001 # include <asm/types.h>
6002 #endif
6003 #ifdef HAVE_SYS_SOCKET_H
6004 # include <sys/socket.h>
6005 #endif
6006 #ifdef HAVE_LINUX_TYPES_H
6007 # include <linux/types.h>
6008 #endif
6010 eval as_val=\$$as_ac_Header
6011 if test "x$as_val" = x""yes; then :
6012 cat >>confdefs.h <<_ACEOF
6013 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6014 _ACEOF
6018 done
6021 for ac_header in mach-o/dyld_images.h
6022 do :
6023 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6024 # include <stdbool.h>
6025 #endif
6026 #ifdef HAVE_STDINT_H
6027 # include <stdint.h>
6028 #endif
6030 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6031 cat >>confdefs.h <<_ACEOF
6032 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6033 _ACEOF
6037 done
6040 for ac_header in resolv.h
6041 do :
6042 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6043 #ifdef HAVE_SYS_SOCKET_H
6044 # include <sys/socket.h>
6045 #endif
6046 #ifdef HAVE_NETINET_IN_H
6047 # include <netinet/in.h>
6048 #endif
6049 #ifdef HAVE_ARPA_NAMESER_H
6050 # include <arpa/nameser.h>
6051 #endif
6053 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6054 cat >>confdefs.h <<_ACEOF
6055 #define HAVE_RESOLV_H 1
6056 _ACEOF
6060 done
6063 for ac_header in ucontext.h
6064 do :
6065 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6067 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6068 cat >>confdefs.h <<_ACEOF
6069 #define HAVE_UCONTEXT_H 1
6070 _ACEOF
6074 done
6077 for ac_header in sys/thr.h
6078 do :
6079 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6080 #ifdef HAVE_UCONTEXT_H
6081 #include <ucontext.h>
6082 #endif
6084 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6085 cat >>confdefs.h <<_ACEOF
6086 #define HAVE_SYS_THR_H 1
6087 _ACEOF
6091 done
6094 for ac_header in pthread_np.h
6095 do :
6096 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6097 #include <pthread.h>
6098 #endif
6100 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6101 cat >>confdefs.h <<_ACEOF
6102 #define HAVE_PTHREAD_NP_H 1
6103 _ACEOF
6107 done
6110 for ac_header in linux/videodev.h
6111 do :
6112 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6113 #include <sys/time.h>
6114 #endif
6115 #include <sys/types.h>
6116 #ifdef HAVE_ASM_TYPES_H
6117 #include <asm/types.h>
6118 #endif
6120 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6121 cat >>confdefs.h <<_ACEOF
6122 #define HAVE_LINUX_VIDEODEV_H 1
6123 _ACEOF
6127 done
6130 for ac_header in linux/capi.h
6131 do :
6132 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6134 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6135 cat >>confdefs.h <<_ACEOF
6136 #define HAVE_LINUX_CAPI_H 1
6137 _ACEOF
6141 done
6145 DLLEXT=""
6147 DLLFLAGS="-D_REENTRANT"
6149 LDSHARED=""
6151 LDDLLFLAGS=""
6153 LIBEXT="so"
6155 IMPLIBEXT="def"
6157 LDRPATH_INSTALL=""
6159 LDRPATH_LOCAL=""
6161 STATIC_IMPLIBEXT="def.a"
6162 # Extract the first word of "ldd", so it can be a program name with args.
6163 set dummy ldd; ac_word=$2
6164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6165 $as_echo_n "checking for $ac_word... " >&6; }
6166 if test "${ac_cv_path_LDD+set}" = set; then :
6167 $as_echo_n "(cached) " >&6
6168 else
6169 case $LDD in
6170 [\\/]* | ?:[\\/]*)
6171 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6175 as_dummy="/sbin:/usr/sbin:$PATH"
6176 for as_dir in $as_dummy
6178 IFS=$as_save_IFS
6179 test -z "$as_dir" && as_dir=.
6180 for ac_exec_ext in '' $ac_executable_extensions; do
6181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6182 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6183 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6184 break 2
6186 done
6187 done
6188 IFS=$as_save_IFS
6190 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6192 esac
6194 LDD=$ac_cv_path_LDD
6195 if test -n "$LDD"; then
6196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6197 $as_echo "$LDD" >&6; }
6198 else
6199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6200 $as_echo "no" >&6; }
6205 case $host_os in
6206 cygwin*|mingw32*)
6207 if test -n "$ac_tool_prefix"; then
6208 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6209 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6211 $as_echo_n "checking for $ac_word... " >&6; }
6212 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6213 $as_echo_n "(cached) " >&6
6214 else
6215 if test -n "$DLLTOOL"; then
6216 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6217 else
6218 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6219 for as_dir in $PATH
6221 IFS=$as_save_IFS
6222 test -z "$as_dir" && as_dir=.
6223 for ac_exec_ext in '' $ac_executable_extensions; do
6224 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6225 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6226 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6227 break 2
6229 done
6230 done
6231 IFS=$as_save_IFS
6235 DLLTOOL=$ac_cv_prog_DLLTOOL
6236 if test -n "$DLLTOOL"; then
6237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6238 $as_echo "$DLLTOOL" >&6; }
6239 else
6240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6241 $as_echo "no" >&6; }
6246 if test -z "$ac_cv_prog_DLLTOOL"; then
6247 ac_ct_DLLTOOL=$DLLTOOL
6248 # Extract the first word of "dlltool", so it can be a program name with args.
6249 set dummy dlltool; ac_word=$2
6250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6251 $as_echo_n "checking for $ac_word... " >&6; }
6252 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6253 $as_echo_n "(cached) " >&6
6254 else
6255 if test -n "$ac_ct_DLLTOOL"; then
6256 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6257 else
6258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6259 for as_dir in $PATH
6261 IFS=$as_save_IFS
6262 test -z "$as_dir" && as_dir=.
6263 for ac_exec_ext in '' $ac_executable_extensions; do
6264 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6265 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6266 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6267 break 2
6269 done
6270 done
6271 IFS=$as_save_IFS
6275 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6276 if test -n "$ac_ct_DLLTOOL"; then
6277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6278 $as_echo "$ac_ct_DLLTOOL" >&6; }
6279 else
6280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6281 $as_echo "no" >&6; }
6284 if test "x$ac_ct_DLLTOOL" = x; then
6285 DLLTOOL="false"
6286 else
6287 case $cross_compiling:$ac_tool_warned in
6288 yes:)
6289 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6290 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6291 ac_tool_warned=yes ;;
6292 esac
6293 DLLTOOL=$ac_ct_DLLTOOL
6295 else
6296 DLLTOOL="$ac_cv_prog_DLLTOOL"
6299 if test -n "$ac_tool_prefix"; then
6300 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6301 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6303 $as_echo_n "checking for $ac_word... " >&6; }
6304 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6305 $as_echo_n "(cached) " >&6
6306 else
6307 if test -n "$DLLWRAP"; then
6308 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6309 else
6310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6311 for as_dir in $PATH
6313 IFS=$as_save_IFS
6314 test -z "$as_dir" && as_dir=.
6315 for ac_exec_ext in '' $ac_executable_extensions; do
6316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6317 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6318 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6319 break 2
6321 done
6322 done
6323 IFS=$as_save_IFS
6327 DLLWRAP=$ac_cv_prog_DLLWRAP
6328 if test -n "$DLLWRAP"; then
6329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6330 $as_echo "$DLLWRAP" >&6; }
6331 else
6332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6333 $as_echo "no" >&6; }
6338 if test -z "$ac_cv_prog_DLLWRAP"; then
6339 ac_ct_DLLWRAP=$DLLWRAP
6340 # Extract the first word of "dllwrap", so it can be a program name with args.
6341 set dummy dllwrap; ac_word=$2
6342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6343 $as_echo_n "checking for $ac_word... " >&6; }
6344 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6345 $as_echo_n "(cached) " >&6
6346 else
6347 if test -n "$ac_ct_DLLWRAP"; then
6348 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6349 else
6350 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6351 for as_dir in $PATH
6353 IFS=$as_save_IFS
6354 test -z "$as_dir" && as_dir=.
6355 for ac_exec_ext in '' $ac_executable_extensions; do
6356 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6357 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6358 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6359 break 2
6361 done
6362 done
6363 IFS=$as_save_IFS
6367 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6368 if test -n "$ac_ct_DLLWRAP"; then
6369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6370 $as_echo "$ac_ct_DLLWRAP" >&6; }
6371 else
6372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6373 $as_echo "no" >&6; }
6376 if test "x$ac_ct_DLLWRAP" = x; then
6377 DLLWRAP="false"
6378 else
6379 case $cross_compiling:$ac_tool_warned in
6380 yes:)
6381 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6382 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6383 ac_tool_warned=yes ;;
6384 esac
6385 DLLWRAP=$ac_ct_DLLWRAP
6387 else
6388 DLLWRAP="$ac_cv_prog_DLLWRAP"
6391 if test "$DLLWRAP" = "false"; then
6392 LIBEXT="a"
6393 else
6394 LIBEXT="dll"
6396 IMPLIBEXT="a"
6397 STATIC_IMPLIBEXT="a"
6398 enable_iphlpapi=${enable_iphlpapi:-no}
6399 enable_kernel32=${enable_kernel32:-no}
6400 enable_msvcrt=${enable_msvcrt:-no}
6401 enable_ntdll=${enable_ntdll:-no}
6402 enable_ws2_32=${enable_ws2_32:-no}
6403 enable_loader=${enable_loader:-no}
6404 enable_server=${enable_server:-no}
6405 with_x=${with_x:-no}
6406 with_pthread=${with_pthread:-no}
6408 darwin*|macosx*)
6409 DLLEXT=".so"
6410 LIBEXT="dylib"
6411 DLLFLAGS="$DLLFLAGS -fPIC"
6412 LDDLLFLAGS="-bundle -multiply_defined suppress"
6413 LIBWINE_LDFLAGS="-multiply_defined suppress"
6414 LDSHARED="\$(CC) -dynamiclib"
6415 STRIP="$STRIP -x"
6416 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6417 SECURITYLIB="-framework Security -framework CoreFoundation"
6419 COREFOUNDATIONLIB="-framework CoreFoundation"
6421 IOKITLIB="-framework IOKit -framework CoreFoundation"
6423 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6425 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6426 then
6427 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6430 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6431 then
6432 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6435 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6436 then
6437 LIBOPENAL="-framework OpenAL"
6439 ac_cv_lib_openal_alGetSource3i=yes
6441 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6442 then
6443 ac_save_LIBS="$LIBS"
6444 LIBS="$LIBS $IOKITLIB"
6445 for ac_func in IOHIDManagerCreate
6446 do :
6447 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6448 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6449 cat >>confdefs.h <<_ACEOF
6450 #define HAVE_IOHIDMANAGERCREATE 1
6451 _ACEOF
6454 done
6456 LIBS="$ac_save_LIBS"
6458 case $host_cpu in
6459 *powerpc*)
6460 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6461 esac
6462 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6463 then
6464 CARBONLIB="-framework Carbon"
6466 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6468 if test "x$enable_win16" = "xyes"
6469 then
6470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6471 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6472 if test "$cross_compiling" = yes; then :
6473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6474 $as_echo "cross-compiling, assuming yes" >&6; }
6475 else
6476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6477 /* end confdefs.h. */
6478 asm(".text\n"
6479 "bad:\tnop;nop\n"
6480 "good:\tnop;nop\n\t"
6481 ".globl _testfunc\n"
6482 "_testfunc:\tcallw good");
6483 extern void testfunc();
6485 main ()
6487 unsigned short *p = (unsigned short *)testfunc;
6488 return p[0] != 0xe866 || p[1] != 0xfffa
6490 return 0;
6492 _ACEOF
6493 if ac_fn_c_try_run "$LINENO"; then :
6494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6495 $as_echo "yes" >&6; }
6496 else
6497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6498 $as_echo "no" >&6; }
6499 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
6501 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6502 conftest.$ac_objext conftest.beam conftest.$ac_ext
6508 DLLFLAGS="$DLLFLAGS -fPIC"
6509 DLLEXT=".so"
6510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6511 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6512 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6513 $as_echo_n "(cached) " >&6
6514 else
6515 ac_wine_try_cflags_saved=$CFLAGS
6516 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6517 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6518 /* end confdefs.h. */
6519 void myfunc() {}
6520 _ACEOF
6521 if ac_fn_c_try_link "$LINENO"; then :
6522 ac_cv_c_dll_gnuelf="yes"
6523 else
6524 ac_cv_c_dll_gnuelf="no"
6526 rm -f core conftest.err conftest.$ac_objext \
6527 conftest$ac_exeext conftest.$ac_ext
6528 CFLAGS=$ac_wine_try_cflags_saved
6530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6531 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6532 if test "$ac_cv_c_dll_gnuelf" = "yes"
6533 then
6534 LDSHARED="\$(CC) -shared"
6535 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6537 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6538 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6539 $as_echo_n "(cached) " >&6
6540 else
6541 ac_wine_try_cflags_saved=$CFLAGS
6542 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6544 /* end confdefs.h. */
6545 int main(int argc, char *argv) { return 0; }
6546 _ACEOF
6547 if ac_fn_c_try_link "$LINENO"; then :
6548 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6549 else
6550 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6552 rm -f core conftest.err conftest.$ac_objext \
6553 conftest$ac_exeext conftest.$ac_ext
6554 CFLAGS=$ac_wine_try_cflags_saved
6556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6557 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6558 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6559 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6560 else
6561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6562 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6563 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6564 $as_echo_n "(cached) " >&6
6565 else
6566 ac_wine_try_cflags_saved=$CFLAGS
6567 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6569 /* end confdefs.h. */
6570 int main(int argc, char *argv) { return 0; }
6571 _ACEOF
6572 if ac_fn_c_try_link "$LINENO"; then :
6573 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6574 else
6575 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6577 rm -f core conftest.err conftest.$ac_objext \
6578 conftest$ac_exeext conftest.$ac_ext
6579 CFLAGS=$ac_wine_try_cflags_saved
6581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6582 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6583 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6584 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6589 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6590 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6591 $as_echo_n "(cached) " >&6
6592 else
6593 ac_wine_try_cflags_saved=$CFLAGS
6594 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6596 /* end confdefs.h. */
6597 int main(int argc, char *argv) { return 0; }
6598 _ACEOF
6599 if ac_fn_c_try_link "$LINENO"; then :
6600 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6601 else
6602 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6604 rm -f core conftest.err conftest.$ac_objext \
6605 conftest$ac_exeext conftest.$ac_ext
6606 CFLAGS=$ac_wine_try_cflags_saved
6608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6609 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6610 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6611 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6614 { $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
6615 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6616 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6617 $as_echo_n "(cached) " >&6
6618 else
6619 ac_wine_try_cflags_saved=$CFLAGS
6620 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6622 /* end confdefs.h. */
6623 int main(int argc, char *argv) { return 0; }
6624 _ACEOF
6625 if ac_fn_c_try_link "$LINENO"; then :
6626 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6627 else
6628 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6630 rm -f core conftest.err conftest.$ac_objext \
6631 conftest$ac_exeext conftest.$ac_ext
6632 CFLAGS=$ac_wine_try_cflags_saved
6634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6635 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6636 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6637 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6640 echo '{ global: *; };' >conftest.map
6641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6642 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6643 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6644 $as_echo_n "(cached) " >&6
6645 else
6646 ac_wine_try_cflags_saved=$CFLAGS
6647 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6649 /* end confdefs.h. */
6650 int main(int argc, char *argv) { return 0; }
6651 _ACEOF
6652 if ac_fn_c_try_link "$LINENO"; then :
6653 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6654 else
6655 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6657 rm -f core conftest.err conftest.$ac_objext \
6658 conftest$ac_exeext conftest.$ac_ext
6659 CFLAGS=$ac_wine_try_cflags_saved
6661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6662 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6663 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6664 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6666 rm -f conftest.map
6668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6669 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6670 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6671 $as_echo_n "(cached) " >&6
6672 else
6673 ac_wine_try_cflags_saved=$CFLAGS
6674 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6676 /* end confdefs.h. */
6677 int main(int argc, char *argv) { return 0; }
6678 _ACEOF
6679 if ac_fn_c_try_link "$LINENO"; then :
6680 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6681 else
6682 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6684 rm -f core conftest.err conftest.$ac_objext \
6685 conftest$ac_exeext conftest.$ac_ext
6686 CFLAGS=$ac_wine_try_cflags_saved
6688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6689 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6690 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6691 LDEXECFLAGS="-Wl,--export-dynamic"
6695 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6697 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6698 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6699 $as_echo_n "(cached) " >&6
6700 else
6701 ac_wine_try_cflags_saved=$CFLAGS
6702 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6704 /* end confdefs.h. */
6705 int main(int argc, char *argv) { return 0; }
6706 _ACEOF
6707 if ac_fn_c_try_link "$LINENO"; then :
6708 eval "$as_ac_var=yes"
6709 else
6710 eval "$as_ac_var=no"
6712 rm -f core conftest.err conftest.$ac_objext \
6713 conftest$ac_exeext conftest.$ac_ext
6714 CFLAGS=$ac_wine_try_cflags_saved
6716 eval ac_res=\$$as_ac_var
6717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6718 $as_echo "$ac_res" >&6; }
6719 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6720 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6721 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6722 else
6723 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6725 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6726 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6727 $as_echo_n "(cached) " >&6
6728 else
6729 ac_wine_try_cflags_saved=$CFLAGS
6730 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6732 /* end confdefs.h. */
6733 int main(int argc, char *argv) { return 0; }
6734 _ACEOF
6735 if ac_fn_c_try_link "$LINENO"; then :
6736 eval "$as_ac_var=yes"
6737 else
6738 eval "$as_ac_var=no"
6740 rm -f core conftest.err conftest.$ac_objext \
6741 conftest$ac_exeext conftest.$ac_ext
6742 CFLAGS=$ac_wine_try_cflags_saved
6744 eval ac_res=\$$as_ac_var
6745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6746 $as_echo "$ac_res" >&6; }
6747 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6748 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6749 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6754 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6755 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6756 $as_echo_n "(cached) " >&6
6757 else
6758 ac_wine_try_cflags_saved=$CFLAGS
6759 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6761 /* end confdefs.h. */
6762 int main(int argc, char *argv) { return 0; }
6763 _ACEOF
6764 if ac_fn_c_try_link "$LINENO"; then :
6765 ac_cv_cflags__Wl___enable_new_dtags=yes
6766 else
6767 ac_cv_cflags__Wl___enable_new_dtags=no
6769 rm -f core conftest.err conftest.$ac_objext \
6770 conftest$ac_exeext conftest.$ac_ext
6771 CFLAGS=$ac_wine_try_cflags_saved
6773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6774 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6775 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6776 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6779 case $host_cpu in
6780 *i[3456789]86* | x86_64)
6781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6782 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6783 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6784 $as_echo_n "(cached) " >&6
6785 else
6786 ac_wine_try_cflags_saved=$CFLAGS
6787 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6788 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6789 /* end confdefs.h. */
6790 int main(int argc, char *argv) { return 0; }
6791 _ACEOF
6792 if ac_fn_c_try_link "$LINENO"; then :
6793 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6794 else
6795 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6797 rm -f core conftest.err conftest.$ac_objext \
6798 conftest$ac_exeext conftest.$ac_ext
6799 CFLAGS=$ac_wine_try_cflags_saved
6801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6802 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6803 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6804 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6807 esac
6809 else
6810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6811 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6812 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6813 $as_echo_n "(cached) " >&6
6814 else
6815 ac_wine_try_cflags_saved=$CFLAGS
6816 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6818 /* end confdefs.h. */
6819 void myfunc() {}
6820 _ACEOF
6821 if ac_fn_c_try_link "$LINENO"; then :
6822 ac_cv_c_dll_unixware="yes"
6823 else
6824 ac_cv_c_dll_unixware="no"
6826 rm -f core conftest.err conftest.$ac_objext \
6827 conftest$ac_exeext conftest.$ac_ext
6828 CFLAGS=$ac_wine_try_cflags_saved
6830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6831 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6832 if test "$ac_cv_c_dll_unixware" = "yes"
6833 then
6834 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6835 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6837 else
6838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6839 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6840 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6841 $as_echo_n "(cached) " >&6
6842 else
6843 ac_wine_try_cflags_saved=$CFLAGS
6844 CFLAGS="$CFLAGS -shared"
6845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6846 /* end confdefs.h. */
6847 void myfunc() {}
6848 _ACEOF
6849 if ac_fn_c_try_link "$LINENO"; then :
6850 ac_cv_c_dll_hpux="yes"
6851 else
6852 ac_cv_c_dll_hpux="no"
6854 rm -f core conftest.err conftest.$ac_objext \
6855 conftest$ac_exeext conftest.$ac_ext
6856 CFLAGS=$ac_wine_try_cflags_saved
6858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6859 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6860 if test "$ac_cv_c_dll_hpux" = "yes"
6861 then
6862 LIBEXT="sl"
6863 DLLEXT=".sl"
6864 LDDLLFLAGS="-shared -fPIC"
6865 LDSHARED="\$(CC) -shared"
6870 esac
6872 enable_winequartz_drv=${enable_winequartz_drv:-no}
6874 if test "$LIBEXT" = "a"; then
6875 as_fn_error "could not find a way to build shared libraries.
6876 It is currently not possible to build Wine without shared library
6877 (.so) support to allow transparent switch between .so and .dll files.
6878 If you are using Linux, you will need a newer binutils.
6879 " "$LINENO" 5
6882 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6883 then
6884 case "$host_cpu" in
6885 i[3456789]86*)
6886 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 " ;;
6887 x86_64)
6888 ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
6890 ac_prefix_list="" ;;
6891 esac
6892 for ac_prog in $ac_prefix_list
6894 # Extract the first word of "$ac_prog", so it can be a program name with args.
6895 set dummy $ac_prog; ac_word=$2
6896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6897 $as_echo_n "checking for $ac_word... " >&6; }
6898 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6899 $as_echo_n "(cached) " >&6
6900 else
6901 if test -n "$CROSSCC"; then
6902 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6903 else
6904 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6905 for as_dir in $PATH
6907 IFS=$as_save_IFS
6908 test -z "$as_dir" && as_dir=.
6909 for ac_exec_ext in '' $ac_executable_extensions; do
6910 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6911 ac_cv_prog_CROSSCC="$ac_prog"
6912 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6913 break 2
6915 done
6916 done
6917 IFS=$as_save_IFS
6921 CROSSCC=$ac_cv_prog_CROSSCC
6922 if test -n "$CROSSCC"; then
6923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6924 $as_echo "$CROSSCC" >&6; }
6925 else
6926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6927 $as_echo "no" >&6; }
6931 test -n "$CROSSCC" && break
6932 done
6933 test -n "$CROSSCC" || CROSSCC="false"
6935 if test "$CROSSCC" != "false"
6936 then
6937 CROSSTEST="\$(CROSSTEST)"
6939 set x $CROSSCC
6940 shift
6941 target=""
6942 while test $# -ge 1
6944 case "$1" in
6945 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
6946 esac
6947 shift
6948 done
6949 if test -n "$target"
6950 then
6951 CROSSTARGET="$target"
6958 if test "$ac_cv_header_pthread_h" = "yes"
6959 then
6960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
6961 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
6962 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
6963 $as_echo_n "(cached) " >&6
6964 else
6965 ac_check_lib_save_LIBS=$LIBS
6966 LIBS="-lpthread $LIBS"
6967 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6968 /* end confdefs.h. */
6970 /* Override any GCC internal prototype to avoid an error.
6971 Use char because int might match the return type of a GCC
6972 builtin and then its argument prototype would still apply. */
6973 #ifdef __cplusplus
6974 extern "C"
6975 #endif
6976 char pthread_create ();
6978 main ()
6980 return pthread_create ();
6982 return 0;
6984 _ACEOF
6985 if ac_fn_c_try_link "$LINENO"; then :
6986 ac_cv_lib_pthread_pthread_create=yes
6987 else
6988 ac_cv_lib_pthread_pthread_create=no
6990 rm -f core conftest.err conftest.$ac_objext \
6991 conftest$ac_exeext conftest.$ac_ext
6992 LIBS=$ac_check_lib_save_LIBS
6994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
6995 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
6996 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
6997 LIBPTHREAD="-lpthread"
7002 if test "x$LIBPTHREAD" = "x"; then :
7003 case "x$with_pthread" in
7004 xno) ;;
7005 *) as_fn_error "pthread ${notice_platform}development files not found.
7006 Wine cannot support threads without libpthread.
7007 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7008 esac
7012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7013 $as_echo_n "checking for X... " >&6; }
7016 # Check whether --with-x was given.
7017 if test "${with_x+set}" = set; then :
7018 withval=$with_x;
7021 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7022 if test "x$with_x" = xno; then
7023 # The user explicitly disabled X.
7024 have_x=disabled
7025 else
7026 case $x_includes,$x_libraries in #(
7027 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7028 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7029 $as_echo_n "(cached) " >&6
7030 else
7031 # One or both of the vars are not set, and there is no cached value.
7032 ac_x_includes=no ac_x_libraries=no
7033 rm -f -r conftest.dir
7034 if mkdir conftest.dir; then
7035 cd conftest.dir
7036 cat >Imakefile <<'_ACEOF'
7037 incroot:
7038 @echo incroot='${INCROOT}'
7039 usrlibdir:
7040 @echo usrlibdir='${USRLIBDIR}'
7041 libdir:
7042 @echo libdir='${LIBDIR}'
7043 _ACEOF
7044 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7045 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7046 for ac_var in incroot usrlibdir libdir; do
7047 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7048 done
7049 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7050 for ac_extension in a so sl dylib la dll; do
7051 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7052 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7053 ac_im_usrlibdir=$ac_im_libdir; break
7055 done
7056 # Screen out bogus values from the imake configuration. They are
7057 # bogus both because they are the default anyway, and because
7058 # using them would break gcc on systems where it needs fixed includes.
7059 case $ac_im_incroot in
7060 /usr/include) ac_x_includes= ;;
7061 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7062 esac
7063 case $ac_im_usrlibdir in
7064 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7065 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7066 esac
7068 cd ..
7069 rm -f -r conftest.dir
7072 # Standard set of common directories for X headers.
7073 # Check X11 before X11Rn because it is often a symlink to the current release.
7074 ac_x_header_dirs='
7075 /usr/X11/include
7076 /usr/X11R7/include
7077 /usr/X11R6/include
7078 /usr/X11R5/include
7079 /usr/X11R4/include
7081 /usr/include/X11
7082 /usr/include/X11R7
7083 /usr/include/X11R6
7084 /usr/include/X11R5
7085 /usr/include/X11R4
7087 /usr/local/X11/include
7088 /usr/local/X11R7/include
7089 /usr/local/X11R6/include
7090 /usr/local/X11R5/include
7091 /usr/local/X11R4/include
7093 /usr/local/include/X11
7094 /usr/local/include/X11R7
7095 /usr/local/include/X11R6
7096 /usr/local/include/X11R5
7097 /usr/local/include/X11R4
7099 /usr/X386/include
7100 /usr/x386/include
7101 /usr/XFree86/include/X11
7103 /usr/include
7104 /usr/local/include
7105 /usr/unsupported/include
7106 /usr/athena/include
7107 /usr/local/x11r5/include
7108 /usr/lpp/Xamples/include
7110 /usr/openwin/include
7111 /usr/openwin/share/include'
7113 if test "$ac_x_includes" = no; then
7114 # Guess where to find include files, by looking for Xlib.h.
7115 # First, try using that file with no special directory specified.
7116 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7117 /* end confdefs.h. */
7118 #include <X11/Xlib.h>
7119 _ACEOF
7120 if ac_fn_c_try_cpp "$LINENO"; then :
7121 # We can compile using X headers with no special include directory.
7122 ac_x_includes=
7123 else
7124 for ac_dir in $ac_x_header_dirs; do
7125 if test -r "$ac_dir/X11/Xlib.h"; then
7126 ac_x_includes=$ac_dir
7127 break
7129 done
7131 rm -f conftest.err conftest.$ac_ext
7132 fi # $ac_x_includes = no
7134 if test "$ac_x_libraries" = no; then
7135 # Check for the libraries.
7136 # See if we find them without any special options.
7137 # Don't add to $LIBS permanently.
7138 ac_save_LIBS=$LIBS
7139 LIBS="-lX11 $LIBS"
7140 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7141 /* end confdefs.h. */
7142 #include <X11/Xlib.h>
7144 main ()
7146 XrmInitialize ()
7148 return 0;
7150 _ACEOF
7151 if ac_fn_c_try_link "$LINENO"; then :
7152 LIBS=$ac_save_LIBS
7153 # We can link X programs with no special library path.
7154 ac_x_libraries=
7155 else
7156 LIBS=$ac_save_LIBS
7157 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7159 # Don't even attempt the hair of trying to link an X program!
7160 for ac_extension in a so sl dylib la dll; do
7161 if test -r "$ac_dir/libX11.$ac_extension"; then
7162 ac_x_libraries=$ac_dir
7163 break 2
7165 done
7166 done
7168 rm -f core conftest.err conftest.$ac_objext \
7169 conftest$ac_exeext conftest.$ac_ext
7170 fi # $ac_x_libraries = no
7172 case $ac_x_includes,$ac_x_libraries in #(
7173 no,* | *,no | *\'*)
7174 # Didn't find X, or a directory has "'" in its name.
7175 ac_cv_have_x="have_x=no";; #(
7177 # Record where we found X for the cache.
7178 ac_cv_have_x="have_x=yes\
7179 ac_x_includes='$ac_x_includes'\
7180 ac_x_libraries='$ac_x_libraries'"
7181 esac
7183 ;; #(
7184 *) have_x=yes;;
7185 esac
7186 eval "$ac_cv_have_x"
7187 fi # $with_x != no
7189 if test "$have_x" != yes; then
7190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7191 $as_echo "$have_x" >&6; }
7192 no_x=yes
7193 else
7194 # If each of the values was on the command line, it overrides each guess.
7195 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7196 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7197 # Update the cache value to reflect the command line values.
7198 ac_cv_have_x="have_x=yes\
7199 ac_x_includes='$x_includes'\
7200 ac_x_libraries='$x_libraries'"
7201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7202 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7205 if test "$no_x" = yes; then
7206 # Not all programs may use this symbol, but it does not hurt to define it.
7208 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7210 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7211 else
7212 if test -n "$x_includes"; then
7213 X_CFLAGS="$X_CFLAGS -I$x_includes"
7216 # It would also be nice to do this for all -L options, not just this one.
7217 if test -n "$x_libraries"; then
7218 X_LIBS="$X_LIBS -L$x_libraries"
7219 # For Solaris; some versions of Sun CC require a space after -R and
7220 # others require no space. Words are not sufficient . . . .
7221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7222 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7223 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7224 ac_xsave_c_werror_flag=$ac_c_werror_flag
7225 ac_c_werror_flag=yes
7226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7227 /* end confdefs.h. */
7230 main ()
7234 return 0;
7236 _ACEOF
7237 if ac_fn_c_try_link "$LINENO"; then :
7238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7239 $as_echo "no" >&6; }
7240 X_LIBS="$X_LIBS -R$x_libraries"
7241 else
7242 LIBS="$ac_xsave_LIBS -R $x_libraries"
7243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7244 /* end confdefs.h. */
7247 main ()
7251 return 0;
7253 _ACEOF
7254 if ac_fn_c_try_link "$LINENO"; then :
7255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7256 $as_echo "yes" >&6; }
7257 X_LIBS="$X_LIBS -R $x_libraries"
7258 else
7259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7260 $as_echo "neither works" >&6; }
7262 rm -f core conftest.err conftest.$ac_objext \
7263 conftest$ac_exeext conftest.$ac_ext
7265 rm -f core conftest.err conftest.$ac_objext \
7266 conftest$ac_exeext conftest.$ac_ext
7267 ac_c_werror_flag=$ac_xsave_c_werror_flag
7268 LIBS=$ac_xsave_LIBS
7271 # Check for system-dependent libraries X programs must link with.
7272 # Do this before checking for the system-independent R6 libraries
7273 # (-lICE), since we may need -lsocket or whatever for X linking.
7275 if test "$ISC" = yes; then
7276 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7277 else
7278 # Martyn Johnson says this is needed for Ultrix, if the X
7279 # libraries were built with DECnet support. And Karl Berry says
7280 # the Alpha needs dnet_stub (dnet does not exist).
7281 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7283 /* end confdefs.h. */
7285 /* Override any GCC internal prototype to avoid an error.
7286 Use char because int might match the return type of a GCC
7287 builtin and then its argument prototype would still apply. */
7288 #ifdef __cplusplus
7289 extern "C"
7290 #endif
7291 char XOpenDisplay ();
7293 main ()
7295 return XOpenDisplay ();
7297 return 0;
7299 _ACEOF
7300 if ac_fn_c_try_link "$LINENO"; then :
7302 else
7303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7304 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7305 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7306 $as_echo_n "(cached) " >&6
7307 else
7308 ac_check_lib_save_LIBS=$LIBS
7309 LIBS="-ldnet $LIBS"
7310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7311 /* end confdefs.h. */
7313 /* Override any GCC internal prototype to avoid an error.
7314 Use char because int might match the return type of a GCC
7315 builtin and then its argument prototype would still apply. */
7316 #ifdef __cplusplus
7317 extern "C"
7318 #endif
7319 char dnet_ntoa ();
7321 main ()
7323 return dnet_ntoa ();
7325 return 0;
7327 _ACEOF
7328 if ac_fn_c_try_link "$LINENO"; then :
7329 ac_cv_lib_dnet_dnet_ntoa=yes
7330 else
7331 ac_cv_lib_dnet_dnet_ntoa=no
7333 rm -f core conftest.err conftest.$ac_objext \
7334 conftest$ac_exeext conftest.$ac_ext
7335 LIBS=$ac_check_lib_save_LIBS
7337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7338 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7339 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7340 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7343 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7345 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7346 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7347 $as_echo_n "(cached) " >&6
7348 else
7349 ac_check_lib_save_LIBS=$LIBS
7350 LIBS="-ldnet_stub $LIBS"
7351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7352 /* end confdefs.h. */
7354 /* Override any GCC internal prototype to avoid an error.
7355 Use char because int might match the return type of a GCC
7356 builtin and then its argument prototype would still apply. */
7357 #ifdef __cplusplus
7358 extern "C"
7359 #endif
7360 char dnet_ntoa ();
7362 main ()
7364 return dnet_ntoa ();
7366 return 0;
7368 _ACEOF
7369 if ac_fn_c_try_link "$LINENO"; then :
7370 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7371 else
7372 ac_cv_lib_dnet_stub_dnet_ntoa=no
7374 rm -f core conftest.err conftest.$ac_objext \
7375 conftest$ac_exeext conftest.$ac_ext
7376 LIBS=$ac_check_lib_save_LIBS
7378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7379 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7380 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7381 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7386 rm -f core conftest.err conftest.$ac_objext \
7387 conftest$ac_exeext conftest.$ac_ext
7388 LIBS="$ac_xsave_LIBS"
7390 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7391 # to get the SysV transport functions.
7392 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7393 # needs -lnsl.
7394 # The nsl library prevents programs from opening the X display
7395 # on Irix 5.2, according to T.E. Dickey.
7396 # The functions gethostbyname, getservbyname, and inet_addr are
7397 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7398 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7399 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7403 if test $ac_cv_func_gethostbyname = no; then
7404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7405 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7406 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7407 $as_echo_n "(cached) " >&6
7408 else
7409 ac_check_lib_save_LIBS=$LIBS
7410 LIBS="-lnsl $LIBS"
7411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7412 /* end confdefs.h. */
7414 /* Override any GCC internal prototype to avoid an error.
7415 Use char because int might match the return type of a GCC
7416 builtin and then its argument prototype would still apply. */
7417 #ifdef __cplusplus
7418 extern "C"
7419 #endif
7420 char gethostbyname ();
7422 main ()
7424 return gethostbyname ();
7426 return 0;
7428 _ACEOF
7429 if ac_fn_c_try_link "$LINENO"; then :
7430 ac_cv_lib_nsl_gethostbyname=yes
7431 else
7432 ac_cv_lib_nsl_gethostbyname=no
7434 rm -f core conftest.err conftest.$ac_objext \
7435 conftest$ac_exeext conftest.$ac_ext
7436 LIBS=$ac_check_lib_save_LIBS
7438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7439 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7440 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7441 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7444 if test $ac_cv_lib_nsl_gethostbyname = no; then
7445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7446 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7447 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7448 $as_echo_n "(cached) " >&6
7449 else
7450 ac_check_lib_save_LIBS=$LIBS
7451 LIBS="-lbsd $LIBS"
7452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7453 /* end confdefs.h. */
7455 /* Override any GCC internal prototype to avoid an error.
7456 Use char because int might match the return type of a GCC
7457 builtin and then its argument prototype would still apply. */
7458 #ifdef __cplusplus
7459 extern "C"
7460 #endif
7461 char gethostbyname ();
7463 main ()
7465 return gethostbyname ();
7467 return 0;
7469 _ACEOF
7470 if ac_fn_c_try_link "$LINENO"; then :
7471 ac_cv_lib_bsd_gethostbyname=yes
7472 else
7473 ac_cv_lib_bsd_gethostbyname=no
7475 rm -f core conftest.err conftest.$ac_objext \
7476 conftest$ac_exeext conftest.$ac_ext
7477 LIBS=$ac_check_lib_save_LIBS
7479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7480 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7481 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7482 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7488 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7489 # socket/setsockopt and other routines are undefined under SCO ODT
7490 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7491 # on later versions), says Simon Leinen: it contains gethostby*
7492 # variants that don't use the name server (or something). -lsocket
7493 # must be given before -lnsl if both are needed. We assume that
7494 # if connect needs -lnsl, so does gethostbyname.
7495 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7496 if test "x$ac_cv_func_connect" = x""yes; then :
7500 if test $ac_cv_func_connect = no; then
7501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7502 $as_echo_n "checking for connect in -lsocket... " >&6; }
7503 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7504 $as_echo_n "(cached) " >&6
7505 else
7506 ac_check_lib_save_LIBS=$LIBS
7507 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7509 /* end confdefs.h. */
7511 /* Override any GCC internal prototype to avoid an error.
7512 Use char because int might match the return type of a GCC
7513 builtin and then its argument prototype would still apply. */
7514 #ifdef __cplusplus
7515 extern "C"
7516 #endif
7517 char connect ();
7519 main ()
7521 return connect ();
7523 return 0;
7525 _ACEOF
7526 if ac_fn_c_try_link "$LINENO"; then :
7527 ac_cv_lib_socket_connect=yes
7528 else
7529 ac_cv_lib_socket_connect=no
7531 rm -f core conftest.err conftest.$ac_objext \
7532 conftest$ac_exeext conftest.$ac_ext
7533 LIBS=$ac_check_lib_save_LIBS
7535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7536 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7537 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7538 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7543 # Guillermo Gomez says -lposix is necessary on A/UX.
7544 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7545 if test "x$ac_cv_func_remove" = x""yes; then :
7549 if test $ac_cv_func_remove = no; then
7550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7551 $as_echo_n "checking for remove in -lposix... " >&6; }
7552 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7553 $as_echo_n "(cached) " >&6
7554 else
7555 ac_check_lib_save_LIBS=$LIBS
7556 LIBS="-lposix $LIBS"
7557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7558 /* end confdefs.h. */
7560 /* Override any GCC internal prototype to avoid an error.
7561 Use char because int might match the return type of a GCC
7562 builtin and then its argument prototype would still apply. */
7563 #ifdef __cplusplus
7564 extern "C"
7565 #endif
7566 char remove ();
7568 main ()
7570 return remove ();
7572 return 0;
7574 _ACEOF
7575 if ac_fn_c_try_link "$LINENO"; then :
7576 ac_cv_lib_posix_remove=yes
7577 else
7578 ac_cv_lib_posix_remove=no
7580 rm -f core conftest.err conftest.$ac_objext \
7581 conftest$ac_exeext conftest.$ac_ext
7582 LIBS=$ac_check_lib_save_LIBS
7584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7585 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7586 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7587 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7592 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7593 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7594 if test "x$ac_cv_func_shmat" = x""yes; then :
7598 if test $ac_cv_func_shmat = no; then
7599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7600 $as_echo_n "checking for shmat in -lipc... " >&6; }
7601 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7602 $as_echo_n "(cached) " >&6
7603 else
7604 ac_check_lib_save_LIBS=$LIBS
7605 LIBS="-lipc $LIBS"
7606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7607 /* end confdefs.h. */
7609 /* Override any GCC internal prototype to avoid an error.
7610 Use char because int might match the return type of a GCC
7611 builtin and then its argument prototype would still apply. */
7612 #ifdef __cplusplus
7613 extern "C"
7614 #endif
7615 char shmat ();
7617 main ()
7619 return shmat ();
7621 return 0;
7623 _ACEOF
7624 if ac_fn_c_try_link "$LINENO"; then :
7625 ac_cv_lib_ipc_shmat=yes
7626 else
7627 ac_cv_lib_ipc_shmat=no
7629 rm -f core conftest.err conftest.$ac_objext \
7630 conftest$ac_exeext conftest.$ac_ext
7631 LIBS=$ac_check_lib_save_LIBS
7633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7634 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7635 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7636 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7642 # Check for libraries that X11R6 Xt/Xaw programs need.
7643 ac_save_LDFLAGS=$LDFLAGS
7644 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7645 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7646 # check for ICE first), but we must link in the order -lSM -lICE or
7647 # we get undefined symbols. So assume we have SM if we have ICE.
7648 # These have to be linked with before -lX11, unlike the other
7649 # libraries we check for below, so use a different variable.
7650 # John Interrante, Karl Berry
7651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7652 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7653 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7654 $as_echo_n "(cached) " >&6
7655 else
7656 ac_check_lib_save_LIBS=$LIBS
7657 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7659 /* end confdefs.h. */
7661 /* Override any GCC internal prototype to avoid an error.
7662 Use char because int might match the return type of a GCC
7663 builtin and then its argument prototype would still apply. */
7664 #ifdef __cplusplus
7665 extern "C"
7666 #endif
7667 char IceConnectionNumber ();
7669 main ()
7671 return IceConnectionNumber ();
7673 return 0;
7675 _ACEOF
7676 if ac_fn_c_try_link "$LINENO"; then :
7677 ac_cv_lib_ICE_IceConnectionNumber=yes
7678 else
7679 ac_cv_lib_ICE_IceConnectionNumber=no
7681 rm -f core conftest.err conftest.$ac_objext \
7682 conftest$ac_exeext conftest.$ac_ext
7683 LIBS=$ac_check_lib_save_LIBS
7685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7686 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7687 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7688 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7691 LDFLAGS=$ac_save_LDFLAGS
7696 if test "$have_x" = "yes"
7697 then
7698 XLIB="-lX11"
7699 ac_save_CPPFLAGS="$CPPFLAGS"
7700 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7703 $as_echo_n "checking for -lX11... " >&6; }
7704 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7705 $as_echo_n "(cached) " >&6
7706 else
7707 ac_check_soname_save_LIBS=$LIBS
7708 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7710 /* end confdefs.h. */
7712 /* Override any GCC internal prototype to avoid an error.
7713 Use char because int might match the return type of a GCC
7714 builtin and then its argument prototype would still apply. */
7715 #ifdef __cplusplus
7716 extern "C"
7717 #endif
7718 char XCreateWindow ();
7720 main ()
7722 return XCreateWindow ();
7724 return 0;
7726 _ACEOF
7727 if ac_fn_c_try_link "$LINENO"; then :
7728 case "$LIBEXT" in
7729 dll) ;;
7730 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'` ;;
7731 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7732 esac
7734 rm -f core conftest.err conftest.$ac_objext \
7735 conftest$ac_exeext conftest.$ac_ext
7736 LIBS=$ac_check_soname_save_LIBS
7738 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7740 $as_echo "not found" >&6; }
7742 else
7743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7744 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7746 cat >>confdefs.h <<_ACEOF
7747 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7748 _ACEOF
7752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7753 $as_echo_n "checking for -lXext... " >&6; }
7754 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7755 $as_echo_n "(cached) " >&6
7756 else
7757 ac_check_soname_save_LIBS=$LIBS
7758 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7760 /* end confdefs.h. */
7762 /* Override any GCC internal prototype to avoid an error.
7763 Use char because int might match the return type of a GCC
7764 builtin and then its argument prototype would still apply. */
7765 #ifdef __cplusplus
7766 extern "C"
7767 #endif
7768 char XextCreateExtension ();
7770 main ()
7772 return XextCreateExtension ();
7774 return 0;
7776 _ACEOF
7777 if ac_fn_c_try_link "$LINENO"; then :
7778 case "$LIBEXT" in
7779 dll) ;;
7780 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'` ;;
7781 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7782 esac
7784 rm -f core conftest.err conftest.$ac_objext \
7785 conftest$ac_exeext conftest.$ac_ext
7786 LIBS=$ac_check_soname_save_LIBS
7788 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7790 $as_echo "not found" >&6; }
7792 else
7793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7794 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7796 cat >>confdefs.h <<_ACEOF
7797 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7798 _ACEOF
7800 XLIB="-lXext $XLIB"
7803 for ac_header in X11/Xlib.h \
7804 X11/XKBlib.h \
7805 X11/Xutil.h \
7806 X11/Xcursor/Xcursor.h \
7807 X11/extensions/shape.h \
7808 X11/extensions/XInput.h \
7809 X11/extensions/XShm.h \
7810 X11/extensions/Xcomposite.h \
7811 X11/extensions/Xinerama.h \
7812 X11/extensions/Xrandr.h \
7813 X11/extensions/Xrender.h \
7814 X11/extensions/xf86vmode.h \
7815 X11/extensions/xf86vmproto.h
7816 do :
7817 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7818 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7819 # include <X11/Xlib.h>
7820 #endif
7821 #ifdef HAVE_X11_XUTIL_H
7822 # include <X11/Xutil.h>
7823 #endif
7825 eval as_val=\$$as_ac_Header
7826 if test "x$as_val" = x""yes; then :
7827 cat >>confdefs.h <<_ACEOF
7828 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7829 _ACEOF
7833 done
7836 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7837 then
7838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7839 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7840 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7841 $as_echo_n "(cached) " >&6
7842 else
7843 ac_check_lib_save_LIBS=$LIBS
7844 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7846 /* end confdefs.h. */
7848 /* Override any GCC internal prototype to avoid an error.
7849 Use char because int might match the return type of a GCC
7850 builtin and then its argument prototype would still apply. */
7851 #ifdef __cplusplus
7852 extern "C"
7853 #endif
7854 char XkbQueryExtension ();
7856 main ()
7858 return XkbQueryExtension ();
7860 return 0;
7862 _ACEOF
7863 if ac_fn_c_try_link "$LINENO"; then :
7864 ac_cv_lib_X11_XkbQueryExtension=yes
7865 else
7866 ac_cv_lib_X11_XkbQueryExtension=no
7868 rm -f core conftest.err conftest.$ac_objext \
7869 conftest$ac_exeext conftest.$ac_ext
7870 LIBS=$ac_check_lib_save_LIBS
7872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7873 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7874 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7876 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7882 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7883 then
7884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7885 $as_echo_n "checking for -lXcursor... " >&6; }
7886 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
7887 $as_echo_n "(cached) " >&6
7888 else
7889 ac_check_soname_save_LIBS=$LIBS
7890 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7892 /* end confdefs.h. */
7894 /* Override any GCC internal prototype to avoid an error.
7895 Use char because int might match the return type of a GCC
7896 builtin and then its argument prototype would still apply. */
7897 #ifdef __cplusplus
7898 extern "C"
7899 #endif
7900 char XcursorImageLoadCursor ();
7902 main ()
7904 return XcursorImageLoadCursor ();
7906 return 0;
7908 _ACEOF
7909 if ac_fn_c_try_link "$LINENO"; then :
7910 case "$LIBEXT" in
7911 dll) ;;
7912 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'` ;;
7913 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7914 esac
7916 rm -f core conftest.err conftest.$ac_objext \
7917 conftest$ac_exeext conftest.$ac_ext
7918 LIBS=$ac_check_soname_save_LIBS
7920 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7922 $as_echo "not found" >&6; }
7924 else
7925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
7926 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
7928 cat >>confdefs.h <<_ACEOF
7929 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
7930 _ACEOF
7935 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7936 case "x$with_xcursor" in
7937 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
7938 xno) ;;
7939 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
7940 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
7941 esac
7944 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
7945 then
7946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
7947 $as_echo_n "checking for -lXi... " >&6; }
7948 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
7949 $as_echo_n "(cached) " >&6
7950 else
7951 ac_check_soname_save_LIBS=$LIBS
7952 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7954 /* end confdefs.h. */
7956 /* Override any GCC internal prototype to avoid an error.
7957 Use char because int might match the return type of a GCC
7958 builtin and then its argument prototype would still apply. */
7959 #ifdef __cplusplus
7960 extern "C"
7961 #endif
7962 char XOpenDevice ();
7964 main ()
7966 return XOpenDevice ();
7968 return 0;
7970 _ACEOF
7971 if ac_fn_c_try_link "$LINENO"; then :
7972 case "$LIBEXT" in
7973 dll) ;;
7974 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'` ;;
7975 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7976 esac
7978 rm -f core conftest.err conftest.$ac_objext \
7979 conftest$ac_exeext conftest.$ac_ext
7980 LIBS=$ac_check_soname_save_LIBS
7982 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7984 $as_echo "not found" >&6; }
7986 else
7987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
7988 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
7990 cat >>confdefs.h <<_ACEOF
7991 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
7992 _ACEOF
7997 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7998 case "x$with_xinput" in
7999 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8000 xno) ;;
8001 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8002 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8003 esac
8006 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8007 then
8008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8009 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8010 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8011 $as_echo_n "(cached) " >&6
8012 else
8013 ac_check_lib_save_LIBS=$LIBS
8014 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8016 /* end confdefs.h. */
8018 /* Override any GCC internal prototype to avoid an error.
8019 Use char because int might match the return type of a GCC
8020 builtin and then its argument prototype would still apply. */
8021 #ifdef __cplusplus
8022 extern "C"
8023 #endif
8024 char XShmQueryExtension ();
8026 main ()
8028 return XShmQueryExtension ();
8030 return 0;
8032 _ACEOF
8033 if ac_fn_c_try_link "$LINENO"; then :
8034 ac_cv_lib_Xext_XShmQueryExtension=yes
8035 else
8036 ac_cv_lib_Xext_XShmQueryExtension=no
8038 rm -f core conftest.err conftest.$ac_objext \
8039 conftest$ac_exeext conftest.$ac_ext
8040 LIBS=$ac_check_lib_save_LIBS
8042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8043 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8044 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8046 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8051 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8052 case "x$with_xshm" in
8053 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8054 xno) ;;
8055 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8056 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8057 esac
8060 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8061 then
8062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8063 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8064 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8065 $as_echo_n "(cached) " >&6
8066 else
8067 ac_check_lib_save_LIBS=$LIBS
8068 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8070 /* end confdefs.h. */
8072 /* Override any GCC internal prototype to avoid an error.
8073 Use char because int might match the return type of a GCC
8074 builtin and then its argument prototype would still apply. */
8075 #ifdef __cplusplus
8076 extern "C"
8077 #endif
8078 char XShapeQueryExtension ();
8080 main ()
8082 return XShapeQueryExtension ();
8084 return 0;
8086 _ACEOF
8087 if ac_fn_c_try_link "$LINENO"; then :
8088 ac_cv_lib_Xext_XShapeQueryExtension=yes
8089 else
8090 ac_cv_lib_Xext_XShapeQueryExtension=no
8092 rm -f core conftest.err conftest.$ac_objext \
8093 conftest$ac_exeext conftest.$ac_ext
8094 LIBS=$ac_check_lib_save_LIBS
8096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8097 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8098 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8100 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8105 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8106 case "x$with_xshape" in
8107 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8108 xno) ;;
8109 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8110 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8111 esac
8114 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8115 then
8116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8117 $as_echo_n "checking for -lXxf86vm... " >&6; }
8118 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8119 $as_echo_n "(cached) " >&6
8120 else
8121 ac_check_soname_save_LIBS=$LIBS
8122 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8124 /* end confdefs.h. */
8126 /* Override any GCC internal prototype to avoid an error.
8127 Use char because int might match the return type of a GCC
8128 builtin and then its argument prototype would still apply. */
8129 #ifdef __cplusplus
8130 extern "C"
8131 #endif
8132 char XF86VidModeQueryExtension ();
8134 main ()
8136 return XF86VidModeQueryExtension ();
8138 return 0;
8140 _ACEOF
8141 if ac_fn_c_try_link "$LINENO"; then :
8142 case "$LIBEXT" in
8143 dll) ;;
8144 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'` ;;
8145 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8146 esac
8148 rm -f core conftest.err conftest.$ac_objext \
8149 conftest$ac_exeext conftest.$ac_ext
8150 LIBS=$ac_check_soname_save_LIBS
8152 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8154 $as_echo "not found" >&6; }
8156 else
8157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8158 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8160 cat >>confdefs.h <<_ACEOF
8161 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8162 _ACEOF
8167 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8168 case "x$with_xxf86vm" in
8169 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8170 xno) ;;
8171 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8172 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8173 esac
8176 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"
8177 then
8178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8179 $as_echo_n "checking for -lXrender... " >&6; }
8180 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8181 $as_echo_n "(cached) " >&6
8182 else
8183 ac_check_soname_save_LIBS=$LIBS
8184 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8185 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8186 /* end confdefs.h. */
8188 /* Override any GCC internal prototype to avoid an error.
8189 Use char because int might match the return type of a GCC
8190 builtin and then its argument prototype would still apply. */
8191 #ifdef __cplusplus
8192 extern "C"
8193 #endif
8194 char XRenderQueryExtension ();
8196 main ()
8198 return XRenderQueryExtension ();
8200 return 0;
8202 _ACEOF
8203 if ac_fn_c_try_link "$LINENO"; then :
8204 case "$LIBEXT" in
8205 dll) ;;
8206 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'` ;;
8207 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8208 esac
8210 rm -f core conftest.err conftest.$ac_objext \
8211 conftest$ac_exeext conftest.$ac_ext
8212 LIBS=$ac_check_soname_save_LIBS
8214 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8216 $as_echo "not found" >&6; }
8218 else
8219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8220 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8222 cat >>confdefs.h <<_ACEOF
8223 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8224 _ACEOF
8226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8227 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8228 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8229 $as_echo_n "(cached) " >&6
8230 else
8231 ac_check_lib_save_LIBS=$LIBS
8232 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8233 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8234 /* end confdefs.h. */
8236 /* Override any GCC internal prototype to avoid an error.
8237 Use char because int might match the return type of a GCC
8238 builtin and then its argument prototype would still apply. */
8239 #ifdef __cplusplus
8240 extern "C"
8241 #endif
8242 char XRenderSetPictureTransform ();
8244 main ()
8246 return XRenderSetPictureTransform ();
8248 return 0;
8250 _ACEOF
8251 if ac_fn_c_try_link "$LINENO"; then :
8252 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8253 else
8254 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8256 rm -f core conftest.err conftest.$ac_objext \
8257 conftest$ac_exeext conftest.$ac_ext
8258 LIBS=$ac_check_lib_save_LIBS
8260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8261 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8262 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8264 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8271 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8272 case "x$with_xrender" in
8273 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8274 xno) ;;
8275 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8276 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8277 esac
8280 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8281 then
8282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8283 /* end confdefs.h. */
8284 #include <X11/Xlib.h>
8285 #include <X11/extensions/Xrandr.h>
8287 main ()
8289 static typeof(XRRSetScreenConfigAndRate) * func;
8291 return 0;
8293 _ACEOF
8294 if ac_fn_c_try_compile "$LINENO"; then :
8295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8296 $as_echo_n "checking for -lXrandr... " >&6; }
8297 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8298 $as_echo_n "(cached) " >&6
8299 else
8300 ac_check_soname_save_LIBS=$LIBS
8301 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8302 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8303 /* end confdefs.h. */
8305 /* Override any GCC internal prototype to avoid an error.
8306 Use char because int might match the return type of a GCC
8307 builtin and then its argument prototype would still apply. */
8308 #ifdef __cplusplus
8309 extern "C"
8310 #endif
8311 char XRRQueryExtension ();
8313 main ()
8315 return XRRQueryExtension ();
8317 return 0;
8319 _ACEOF
8320 if ac_fn_c_try_link "$LINENO"; then :
8321 case "$LIBEXT" in
8322 dll) ;;
8323 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'` ;;
8324 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8325 esac
8327 rm -f core conftest.err conftest.$ac_objext \
8328 conftest$ac_exeext conftest.$ac_ext
8329 LIBS=$ac_check_soname_save_LIBS
8331 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8333 $as_echo "not found" >&6; }
8335 else
8336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8337 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8339 cat >>confdefs.h <<_ACEOF
8340 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8341 _ACEOF
8346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8348 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8349 case "x$with_xrandr" in
8350 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8351 xno) ;;
8352 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8353 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8354 esac
8357 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8358 then
8359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8360 /* end confdefs.h. */
8361 #include <X11/Xlib.h>
8362 #include <X11/extensions/Xinerama.h>
8364 main ()
8366 static typeof(XineramaQueryScreens) * func;
8368 return 0;
8370 _ACEOF
8371 if ac_fn_c_try_compile "$LINENO"; then :
8372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8373 $as_echo_n "checking for -lXinerama... " >&6; }
8374 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8375 $as_echo_n "(cached) " >&6
8376 else
8377 ac_check_soname_save_LIBS=$LIBS
8378 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8380 /* end confdefs.h. */
8382 /* Override any GCC internal prototype to avoid an error.
8383 Use char because int might match the return type of a GCC
8384 builtin and then its argument prototype would still apply. */
8385 #ifdef __cplusplus
8386 extern "C"
8387 #endif
8388 char XineramaQueryScreens ();
8390 main ()
8392 return XineramaQueryScreens ();
8394 return 0;
8396 _ACEOF
8397 if ac_fn_c_try_link "$LINENO"; then :
8398 case "$LIBEXT" in
8399 dll) ;;
8400 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'` ;;
8401 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8402 esac
8404 rm -f core conftest.err conftest.$ac_objext \
8405 conftest$ac_exeext conftest.$ac_ext
8406 LIBS=$ac_check_soname_save_LIBS
8408 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8410 $as_echo "not found" >&6; }
8412 else
8413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8414 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8416 cat >>confdefs.h <<_ACEOF
8417 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8418 _ACEOF
8423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8425 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8426 case "x$with_xinerama" in
8427 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8428 xno) ;;
8429 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8430 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8431 esac
8434 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8435 then
8436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8437 $as_echo_n "checking for -lXcomposite... " >&6; }
8438 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8439 $as_echo_n "(cached) " >&6
8440 else
8441 ac_check_soname_save_LIBS=$LIBS
8442 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8444 /* end confdefs.h. */
8446 /* Override any GCC internal prototype to avoid an error.
8447 Use char because int might match the return type of a GCC
8448 builtin and then its argument prototype would still apply. */
8449 #ifdef __cplusplus
8450 extern "C"
8451 #endif
8452 char XCompositeRedirectWindow ();
8454 main ()
8456 return XCompositeRedirectWindow ();
8458 return 0;
8460 _ACEOF
8461 if ac_fn_c_try_link "$LINENO"; then :
8462 case "$LIBEXT" in
8463 dll) ;;
8464 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'` ;;
8465 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8466 esac
8468 rm -f core conftest.err conftest.$ac_objext \
8469 conftest$ac_exeext conftest.$ac_ext
8470 LIBS=$ac_check_soname_save_LIBS
8472 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8474 $as_echo "not found" >&6; }
8476 else
8477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8478 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8480 cat >>confdefs.h <<_ACEOF
8481 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8482 _ACEOF
8487 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8488 case "x$with_xcomposite" in
8489 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8490 xno) ;;
8491 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8492 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8493 esac
8496 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8497 #include <X11/Xlib.h>
8498 #endif
8500 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8502 cat >>confdefs.h <<_ACEOF
8503 #define HAVE_XICCALLBACK_CALLBACK 1
8504 _ACEOF
8511 opengl_msg=""
8512 if test "x$with_opengl" != "xno"
8513 then
8514 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8515 do :
8516 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8517 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8518 # include <GL/glx.h>
8519 #endif
8521 eval as_val=\$$as_ac_Header
8522 if test "x$as_val" = x""yes; then :
8523 cat >>confdefs.h <<_ACEOF
8524 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8525 _ACEOF
8529 done
8531 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8532 then
8533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8534 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8535 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8536 $as_echo_n "(cached) " >&6
8537 else
8538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8539 /* end confdefs.h. */
8540 #include <GL/gl.h>
8542 main ()
8544 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8546 return 0;
8548 _ACEOF
8549 if ac_fn_c_try_compile "$LINENO"; then :
8550 wine_cv_opengl_header_version_OK="yes"
8551 else
8552 wine_cv_opengl_header_version_OK="no"
8554 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8557 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8559 if test "$wine_cv_opengl_header_version_OK" = "yes"
8560 then
8561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8562 $as_echo_n "checking for -lGL... " >&6; }
8563 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8564 $as_echo_n "(cached) " >&6
8565 else
8566 ac_check_soname_save_LIBS=$LIBS
8567 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8569 /* end confdefs.h. */
8571 /* Override any GCC internal prototype to avoid an error.
8572 Use char because int might match the return type of a GCC
8573 builtin and then its argument prototype would still apply. */
8574 #ifdef __cplusplus
8575 extern "C"
8576 #endif
8577 char glXCreateContext ();
8579 main ()
8581 return glXCreateContext ();
8583 return 0;
8585 _ACEOF
8586 if ac_fn_c_try_link "$LINENO"; then :
8587 case "$LIBEXT" in
8588 dll) ;;
8589 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'` ;;
8590 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8591 esac
8593 rm -f core conftest.err conftest.$ac_objext \
8594 conftest$ac_exeext conftest.$ac_ext
8595 LIBS=$ac_check_soname_save_LIBS
8597 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8599 $as_echo "not found" >&6; }
8600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8601 $as_echo_n "checking for -lGL... " >&6; }
8602 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8603 $as_echo_n "(cached) " >&6
8604 else
8605 ac_check_soname_save_LIBS=$LIBS
8606 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"
8607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8608 /* end confdefs.h. */
8610 /* Override any GCC internal prototype to avoid an error.
8611 Use char because int might match the return type of a GCC
8612 builtin and then its argument prototype would still apply. */
8613 #ifdef __cplusplus
8614 extern "C"
8615 #endif
8616 char glXCreateContext ();
8618 main ()
8620 return glXCreateContext ();
8622 return 0;
8624 _ACEOF
8625 if ac_fn_c_try_link "$LINENO"; then :
8626 case "$LIBEXT" in
8627 dll) ;;
8628 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'` ;;
8629 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8630 esac
8632 rm -f core conftest.err conftest.$ac_objext \
8633 conftest$ac_exeext conftest.$ac_ext
8634 LIBS=$ac_check_soname_save_LIBS
8636 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8638 $as_echo "not found" >&6; }
8639 if test -f /usr/X11R6/lib/libGL.a
8640 then
8641 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8642 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8643 else
8644 opengl_msg="No OpenGL library found on this system."
8646 else
8647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8648 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8650 cat >>confdefs.h <<_ACEOF
8651 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8652 _ACEOF
8654 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"
8656 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
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="-lGL"
8669 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8672 if test "$ac_cv_header_GL_glu_h" = "yes"
8673 then
8674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8675 $as_echo_n "checking for -lGLU... " >&6; }
8676 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8677 $as_echo_n "(cached) " >&6
8678 else
8679 ac_check_soname_save_LIBS=$LIBS
8680 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8682 /* end confdefs.h. */
8684 /* Override any GCC internal prototype to avoid an error.
8685 Use char because int might match the return type of a GCC
8686 builtin and then its argument prototype would still apply. */
8687 #ifdef __cplusplus
8688 extern "C"
8689 #endif
8690 char gluLookAt ();
8692 main ()
8694 return gluLookAt ();
8696 return 0;
8698 _ACEOF
8699 if ac_fn_c_try_link "$LINENO"; then :
8700 case "$LIBEXT" in
8701 dll) ;;
8702 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'` ;;
8703 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8704 esac
8706 rm -f core conftest.err conftest.$ac_objext \
8707 conftest$ac_exeext conftest.$ac_ext
8708 LIBS=$ac_check_soname_save_LIBS
8710 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8712 $as_echo "not found" >&6; }
8714 else
8715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8716 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8718 cat >>confdefs.h <<_ACEOF
8719 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8720 _ACEOF
8725 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8726 case "x$with_glu" in
8727 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8728 xno) ;;
8729 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8730 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8731 esac
8733 else
8734 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8736 else
8737 opengl_msg="OpenGL development headers not found."
8739 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8740 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8741 else
8742 enable_opengl32=${enable_opengl32:-no}
8743 enable_glu32=${enable_glu32:-no}
8745 if test -n "$opengl_msg"; then :
8746 case "x$with_opengl" in
8747 x) wine_warnings="$wine_warnings|$opengl_msg
8748 OpenGL and Direct3D won't be supported." ;;
8749 xno) ;;
8750 *) as_fn_error "$opengl_msg
8751 OpenGL and Direct3D won't be supported.
8752 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8753 esac
8756 NASLIBS=""
8758 for ac_header in audio/audiolib.h
8759 do :
8760 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8761 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8762 cat >>confdefs.h <<_ACEOF
8763 #define HAVE_AUDIO_AUDIOLIB_H 1
8764 _ACEOF
8765 for ac_header in audio/soundlib.h
8766 do :
8767 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8769 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8770 cat >>confdefs.h <<_ACEOF
8771 #define HAVE_AUDIO_SOUNDLIB_H 1
8772 _ACEOF
8776 done
8778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8779 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8780 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8781 $as_echo_n "(cached) " >&6
8782 else
8783 ac_check_lib_save_LIBS=$LIBS
8784 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8786 /* end confdefs.h. */
8788 /* Override any GCC internal prototype to avoid an error.
8789 Use char because int might match the return type of a GCC
8790 builtin and then its argument prototype would still apply. */
8791 #ifdef __cplusplus
8792 extern "C"
8793 #endif
8794 char AuCreateFlow ();
8796 main ()
8798 return AuCreateFlow ();
8800 return 0;
8802 _ACEOF
8803 if ac_fn_c_try_link "$LINENO"; then :
8804 ac_cv_lib_audio_AuCreateFlow=yes
8805 else
8806 ac_cv_lib_audio_AuCreateFlow=no
8808 rm -f core conftest.err conftest.$ac_objext \
8809 conftest$ac_exeext conftest.$ac_ext
8810 LIBS=$ac_check_lib_save_LIBS
8812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8813 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8814 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8816 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8819 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8820 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8821 $as_echo_n "(cached) " >&6
8822 else
8823 ac_check_lib_save_LIBS=$LIBS
8824 LIBS="-lXau $X_LIBS $LIBS"
8825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8826 /* end confdefs.h. */
8828 /* Override any GCC internal prototype to avoid an error.
8829 Use char because int might match the return type of a GCC
8830 builtin and then its argument prototype would still apply. */
8831 #ifdef __cplusplus
8832 extern "C"
8833 #endif
8834 char XauGetBestAuthByAddr ();
8836 main ()
8838 return XauGetBestAuthByAddr ();
8840 return 0;
8842 _ACEOF
8843 if ac_fn_c_try_link "$LINENO"; then :
8844 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8845 else
8846 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8848 rm -f core conftest.err conftest.$ac_objext \
8849 conftest$ac_exeext conftest.$ac_ext
8850 LIBS=$ac_check_lib_save_LIBS
8852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8853 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8854 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8855 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8856 else
8857 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8865 done
8868 CPPFLAGS="$ac_save_CPPFLAGS"
8869 else
8870 XLIB=""
8871 X_CFLAGS=""
8872 X_LIBS=""
8873 enable_winex11_drv=${enable_winex11_drv:-no}
8874 enable_opengl32=${enable_opengl32:-no}
8875 enable_glu32=${enable_glu32:-no}
8877 if test "x$XLIB" = "x"; then :
8878 case "x$with_x" in
8879 xno) ;;
8880 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
8881 without X support, which probably isn't what you want. You will need to install
8882 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8883 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8884 esac
8888 XML2LIBS=""
8890 XML2INCL=""
8892 XSLTINCL=""
8894 if test "x$with_xml" != "xno"
8895 then
8896 ac_save_CPPFLAGS="$CPPFLAGS"
8897 if test "$PKG_CONFIG" != "false"
8898 then
8899 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
8900 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
8901 else
8902 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
8903 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
8905 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
8906 for ac_header in libxml/parser.h
8907 do :
8908 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
8909 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
8910 cat >>confdefs.h <<_ACEOF
8911 #define HAVE_LIBXML_PARSER_H 1
8912 _ACEOF
8913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
8914 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
8915 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
8916 $as_echo_n "(cached) " >&6
8917 else
8918 ac_check_lib_save_LIBS=$LIBS
8919 LIBS="-lxml2 $ac_xml_libs $LIBS"
8920 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8921 /* end confdefs.h. */
8923 /* Override any GCC internal prototype to avoid an error.
8924 Use char because int might match the return type of a GCC
8925 builtin and then its argument prototype would still apply. */
8926 #ifdef __cplusplus
8927 extern "C"
8928 #endif
8929 char xmlParseMemory ();
8931 main ()
8933 return xmlParseMemory ();
8935 return 0;
8937 _ACEOF
8938 if ac_fn_c_try_link "$LINENO"; then :
8939 ac_cv_lib_xml2_xmlParseMemory=yes
8940 else
8941 ac_cv_lib_xml2_xmlParseMemory=no
8943 rm -f core conftest.err conftest.$ac_objext \
8944 conftest$ac_exeext conftest.$ac_ext
8945 LIBS=$ac_check_lib_save_LIBS
8947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
8948 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
8949 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
8951 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
8953 XML2LIBS="$ac_xml_libs"
8954 XML2INCL="$ac_xml_cflags"
8957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
8958 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
8959 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
8960 $as_echo_n "(cached) " >&6
8961 else
8962 ac_check_lib_save_LIBS=$LIBS
8963 LIBS="-lxml2 $ac_xml_libs $LIBS"
8964 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8965 /* end confdefs.h. */
8967 /* Override any GCC internal prototype to avoid an error.
8968 Use char because int might match the return type of a GCC
8969 builtin and then its argument prototype would still apply. */
8970 #ifdef __cplusplus
8971 extern "C"
8972 #endif
8973 char xmlReadMemory ();
8975 main ()
8977 return xmlReadMemory ();
8979 return 0;
8981 _ACEOF
8982 if ac_fn_c_try_link "$LINENO"; then :
8983 ac_cv_lib_xml2_xmlReadMemory=yes
8984 else
8985 ac_cv_lib_xml2_xmlReadMemory=no
8987 rm -f core conftest.err conftest.$ac_objext \
8988 conftest$ac_exeext conftest.$ac_ext
8989 LIBS=$ac_check_lib_save_LIBS
8991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
8992 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
8993 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
8995 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
8999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9000 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9001 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9002 $as_echo_n "(cached) " >&6
9003 else
9004 ac_check_lib_save_LIBS=$LIBS
9005 LIBS="-lxml2 $ac_xml_libs $LIBS"
9006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9007 /* end confdefs.h. */
9009 /* Override any GCC internal prototype to avoid an error.
9010 Use char because int might match the return type of a GCC
9011 builtin and then its argument prototype would still apply. */
9012 #ifdef __cplusplus
9013 extern "C"
9014 #endif
9015 char xmlNewDocPI ();
9017 main ()
9019 return xmlNewDocPI ();
9021 return 0;
9023 _ACEOF
9024 if ac_fn_c_try_link "$LINENO"; then :
9025 ac_cv_lib_xml2_xmlNewDocPI=yes
9026 else
9027 ac_cv_lib_xml2_xmlNewDocPI=no
9029 rm -f core conftest.err conftest.$ac_objext \
9030 conftest$ac_exeext conftest.$ac_ext
9031 LIBS=$ac_check_lib_save_LIBS
9033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9034 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9035 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9037 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9044 done
9046 CPPFLAGS="$ac_save_CPPFLAGS"
9048 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9049 case "x$with_xml" in
9050 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9051 xno) ;;
9052 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9053 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9054 esac
9057 if test "x$with_xslt" != "xno"
9058 then
9059 if test "$PKG_CONFIG" != "false"
9060 then
9061 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9062 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9063 else
9064 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9065 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9067 ac_save_CPPFLAGS="$CPPFLAGS"
9068 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9069 for ac_header in libxslt/pattern.h libxslt/transform.h
9070 do :
9071 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9072 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9073 # include <libxslt/pattern.h>
9074 #endif
9076 eval as_val=\$$as_ac_Header
9077 if test "x$as_val" = x""yes; then :
9078 cat >>confdefs.h <<_ACEOF
9079 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9080 _ACEOF
9084 done
9086 CPPFLAGS="$ac_save_CPPFLAGS"
9087 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9088 then
9089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9090 $as_echo_n "checking for -lxslt... " >&6; }
9091 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9092 $as_echo_n "(cached) " >&6
9093 else
9094 ac_check_soname_save_LIBS=$LIBS
9095 LIBS="-lxslt $ac_xslt_libs $LIBS"
9096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9097 /* end confdefs.h. */
9099 /* Override any GCC internal prototype to avoid an error.
9100 Use char because int might match the return type of a GCC
9101 builtin and then its argument prototype would still apply. */
9102 #ifdef __cplusplus
9103 extern "C"
9104 #endif
9105 char xsltCompilePattern ();
9107 main ()
9109 return xsltCompilePattern ();
9111 return 0;
9113 _ACEOF
9114 if ac_fn_c_try_link "$LINENO"; then :
9115 case "$LIBEXT" in
9116 dll) ;;
9117 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'` ;;
9118 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9119 esac
9121 rm -f core conftest.err conftest.$ac_objext \
9122 conftest$ac_exeext conftest.$ac_ext
9123 LIBS=$ac_check_soname_save_LIBS
9125 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9127 $as_echo "not found" >&6; }
9129 else
9130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9131 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9133 cat >>confdefs.h <<_ACEOF
9134 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9135 _ACEOF
9137 XSLTINCL="$ac_xslt_cflags"
9141 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9142 case "x$with_xslt" in
9143 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9144 xno) ;;
9145 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9146 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9147 esac
9150 HALINCL=""
9152 if test "x$with_hal" != "xno"
9153 then
9154 ac_save_CPPFLAGS="$CPPFLAGS"
9155 if test "$PKG_CONFIG" != "false"
9156 then
9157 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9158 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9159 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9161 for ac_header in dbus/dbus.h hal/libhal.h
9162 do :
9163 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9164 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9165 eval as_val=\$$as_ac_Header
9166 if test "x$as_val" = x""yes; then :
9167 cat >>confdefs.h <<_ACEOF
9168 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9169 _ACEOF
9173 done
9175 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9176 then
9177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9178 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9179 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9180 $as_echo_n "(cached) " >&6
9181 else
9182 ac_check_lib_save_LIBS=$LIBS
9183 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9185 /* end confdefs.h. */
9187 /* Override any GCC internal prototype to avoid an error.
9188 Use char because int might match the return type of a GCC
9189 builtin and then its argument prototype would still apply. */
9190 #ifdef __cplusplus
9191 extern "C"
9192 #endif
9193 char dbus_connection_close ();
9195 main ()
9197 return dbus_connection_close ();
9199 return 0;
9201 _ACEOF
9202 if ac_fn_c_try_link "$LINENO"; then :
9203 ac_cv_lib_dbus_1_dbus_connection_close=yes
9204 else
9205 ac_cv_lib_dbus_1_dbus_connection_close=no
9207 rm -f core conftest.err conftest.$ac_objext \
9208 conftest$ac_exeext conftest.$ac_ext
9209 LIBS=$ac_check_lib_save_LIBS
9211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9212 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9213 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9215 $as_echo_n "checking for -lhal... " >&6; }
9216 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9217 $as_echo_n "(cached) " >&6
9218 else
9219 ac_check_soname_save_LIBS=$LIBS
9220 LIBS="-lhal $ac_hal_libs $LIBS"
9221 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9222 /* end confdefs.h. */
9224 /* Override any GCC internal prototype to avoid an error.
9225 Use char because int might match the return type of a GCC
9226 builtin and then its argument prototype would still apply. */
9227 #ifdef __cplusplus
9228 extern "C"
9229 #endif
9230 char libhal_ctx_new ();
9232 main ()
9234 return libhal_ctx_new ();
9236 return 0;
9238 _ACEOF
9239 if ac_fn_c_try_link "$LINENO"; then :
9240 case "$LIBEXT" in
9241 dll) ;;
9242 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'` ;;
9243 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9244 esac
9246 rm -f core conftest.err conftest.$ac_objext \
9247 conftest$ac_exeext conftest.$ac_ext
9248 LIBS=$ac_check_soname_save_LIBS
9250 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9252 $as_echo "not found" >&6; }
9254 else
9255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9256 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9258 cat >>confdefs.h <<_ACEOF
9259 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9260 _ACEOF
9262 HALINCL="$ac_hal_cflags"
9267 CPPFLAGS="$ac_save_CPPFLAGS"
9269 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9270 case "x$with_hal" in
9271 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9272 xno) ;;
9273 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9274 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9275 esac
9278 if test "x$with_gnutls" != "xno"
9279 then
9280 ac_save_CPPFLAGS="$CPPFLAGS"
9281 if test "$PKG_CONFIG" != "false"
9282 then
9283 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9284 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9285 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9287 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9288 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9289 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9290 /* end confdefs.h. */
9291 #include <gnutls/gnutls.h>
9293 main ()
9295 typeof(gnutls_mac_get_key_size) *pfunc;
9297 return 0;
9299 _ACEOF
9300 if ac_fn_c_try_compile "$LINENO"; then :
9301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9302 $as_echo_n "checking for -lgnutls... " >&6; }
9303 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9304 $as_echo_n "(cached) " >&6
9305 else
9306 ac_check_soname_save_LIBS=$LIBS
9307 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9309 /* end confdefs.h. */
9311 /* Override any GCC internal prototype to avoid an error.
9312 Use char because int might match the return type of a GCC
9313 builtin and then its argument prototype would still apply. */
9314 #ifdef __cplusplus
9315 extern "C"
9316 #endif
9317 char gnutls_global_init ();
9319 main ()
9321 return gnutls_global_init ();
9323 return 0;
9325 _ACEOF
9326 if ac_fn_c_try_link "$LINENO"; then :
9327 case "$LIBEXT" in
9328 dll) ;;
9329 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'` ;;
9330 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9331 esac
9333 rm -f core conftest.err conftest.$ac_objext \
9334 conftest$ac_exeext conftest.$ac_ext
9335 LIBS=$ac_check_soname_save_LIBS
9337 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9339 $as_echo "not found" >&6; }
9341 else
9342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9343 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9345 cat >>confdefs.h <<_ACEOF
9346 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9347 _ACEOF
9349 GNUTLSINCL="$ac_gnutls_cflags"
9353 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9357 CPPFLAGS="$ac_save_CPPFLAGS"
9359 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9360 case "x$with_gnutls" in
9361 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9362 xno) ;;
9363 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9364 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9365 esac
9368 CURSESLIBS=""
9369 if test "$ac_cv_header_ncurses_h" = "yes"
9370 then
9371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9372 $as_echo_n "checking for -lncurses... " >&6; }
9373 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9374 $as_echo_n "(cached) " >&6
9375 else
9376 ac_check_soname_save_LIBS=$LIBS
9377 LIBS="-lncurses $LIBS"
9378 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9379 /* end confdefs.h. */
9381 /* Override any GCC internal prototype to avoid an error.
9382 Use char because int might match the return type of a GCC
9383 builtin and then its argument prototype would still apply. */
9384 #ifdef __cplusplus
9385 extern "C"
9386 #endif
9387 char waddch ();
9389 main ()
9391 return waddch ();
9393 return 0;
9395 _ACEOF
9396 if ac_fn_c_try_link "$LINENO"; then :
9397 case "$LIBEXT" in
9398 dll) ;;
9399 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'` ;;
9400 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9401 esac
9403 rm -f core conftest.err conftest.$ac_objext \
9404 conftest$ac_exeext conftest.$ac_ext
9405 LIBS=$ac_check_soname_save_LIBS
9407 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9409 $as_echo "not found" >&6; }
9411 else
9412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9413 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9415 cat >>confdefs.h <<_ACEOF
9416 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9417 _ACEOF
9419 CURSESLIBS="-lncurses"
9421 elif test "$ac_cv_header_curses_h" = "yes"
9422 then
9423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9424 $as_echo_n "checking for -lcurses... " >&6; }
9425 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9426 $as_echo_n "(cached) " >&6
9427 else
9428 ac_check_soname_save_LIBS=$LIBS
9429 LIBS="-lcurses $LIBS"
9430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9431 /* end confdefs.h. */
9433 /* Override any GCC internal prototype to avoid an error.
9434 Use char because int might match the return type of a GCC
9435 builtin and then its argument prototype would still apply. */
9436 #ifdef __cplusplus
9437 extern "C"
9438 #endif
9439 char waddch ();
9441 main ()
9443 return waddch ();
9445 return 0;
9447 _ACEOF
9448 if ac_fn_c_try_link "$LINENO"; then :
9449 case "$LIBEXT" in
9450 dll) ;;
9451 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'` ;;
9452 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9453 esac
9455 rm -f core conftest.err conftest.$ac_objext \
9456 conftest$ac_exeext conftest.$ac_ext
9457 LIBS=$ac_check_soname_save_LIBS
9459 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9461 $as_echo "not found" >&6; }
9463 else
9464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9465 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9467 cat >>confdefs.h <<_ACEOF
9468 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9469 _ACEOF
9471 CURSESLIBS="-lcurses"
9474 ac_save_LIBS="$LIBS"
9475 LIBS="$LIBS $CURSESLIBS"
9476 for ac_func in mousemask
9477 do :
9478 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9479 if test "x$ac_cv_func_mousemask" = x""yes; then :
9480 cat >>confdefs.h <<_ACEOF
9481 #define HAVE_MOUSEMASK 1
9482 _ACEOF
9485 done
9487 LIBS="$ac_save_LIBS"
9488 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9489 case "x$with_curses" in
9490 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9491 xno) ;;
9492 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9493 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9494 esac
9497 if test "x$with_sane" != "xno"
9498 then
9499 ac_save_CPPFLAGS="$CPPFLAGS"
9500 # Extract the first word of "sane-config", so it can be a program name with args.
9501 set dummy sane-config; ac_word=$2
9502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9503 $as_echo_n "checking for $ac_word... " >&6; }
9504 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9505 $as_echo_n "(cached) " >&6
9506 else
9507 if test -n "$sane_devel"; then
9508 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9509 else
9510 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9511 for as_dir in $PATH
9513 IFS=$as_save_IFS
9514 test -z "$as_dir" && as_dir=.
9515 for ac_exec_ext in '' $ac_executable_extensions; do
9516 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9517 ac_cv_prog_sane_devel="sane-config"
9518 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9519 break 2
9521 done
9522 done
9523 IFS=$as_save_IFS
9525 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9528 sane_devel=$ac_cv_prog_sane_devel
9529 if test -n "$sane_devel"; then
9530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9531 $as_echo "$sane_devel" >&6; }
9532 else
9533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9534 $as_echo "no" >&6; }
9538 if test "$sane_devel" != "no"
9539 then
9540 ac_sane_incl="`$sane_devel --cflags`"
9541 ac_sane_libs="`$sane_devel --ldflags`"
9542 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9544 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9545 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9547 $as_echo_n "checking for -lsane... " >&6; }
9548 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9549 $as_echo_n "(cached) " >&6
9550 else
9551 ac_check_soname_save_LIBS=$LIBS
9552 LIBS="-lsane $ac_sane_libs $LIBS"
9553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9554 /* end confdefs.h. */
9556 /* Override any GCC internal prototype to avoid an error.
9557 Use char because int might match the return type of a GCC
9558 builtin and then its argument prototype would still apply. */
9559 #ifdef __cplusplus
9560 extern "C"
9561 #endif
9562 char sane_init ();
9564 main ()
9566 return sane_init ();
9568 return 0;
9570 _ACEOF
9571 if ac_fn_c_try_link "$LINENO"; then :
9572 case "$LIBEXT" in
9573 dll) ;;
9574 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'` ;;
9575 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9576 esac
9578 rm -f core conftest.err conftest.$ac_objext \
9579 conftest$ac_exeext conftest.$ac_ext
9580 LIBS=$ac_check_soname_save_LIBS
9582 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9584 $as_echo "not found" >&6; }
9586 else
9587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9588 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9590 cat >>confdefs.h <<_ACEOF
9591 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9592 _ACEOF
9594 SANEINCL="$ac_sane_incl"
9600 CPPFLAGS="$ac_save_CPPFLAGS"
9602 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9603 case "x$with_sane" in
9604 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9605 xno) ;;
9606 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9607 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9608 esac
9611 if test "x$with_v4l" != "xno"
9612 then
9613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9614 $as_echo_n "checking for -lv4l1... " >&6; }
9615 if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
9616 $as_echo_n "(cached) " >&6
9617 else
9618 ac_check_soname_save_LIBS=$LIBS
9619 LIBS="-lv4l1 $LIBS"
9620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9621 /* end confdefs.h. */
9623 /* Override any GCC internal prototype to avoid an error.
9624 Use char because int might match the return type of a GCC
9625 builtin and then its argument prototype would still apply. */
9626 #ifdef __cplusplus
9627 extern "C"
9628 #endif
9629 char v4l1_open ();
9631 main ()
9633 return v4l1_open ();
9635 return 0;
9637 _ACEOF
9638 if ac_fn_c_try_link "$LINENO"; then :
9639 case "$LIBEXT" in
9640 dll) ;;
9641 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'` ;;
9642 *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9643 esac
9645 rm -f core conftest.err conftest.$ac_objext \
9646 conftest$ac_exeext conftest.$ac_ext
9647 LIBS=$ac_check_soname_save_LIBS
9649 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9651 $as_echo "not found" >&6; }
9653 else
9654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
9655 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
9657 cat >>confdefs.h <<_ACEOF
9658 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
9659 _ACEOF
9664 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9665 case "x$with_v4l" in
9666 x) wine_notices="$wine_notices|libv4l ${notice_platform}development files not found." ;;
9667 xno) ;;
9668 *) as_fn_error "libv4l ${notice_platform}development files not found.
9669 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
9670 esac
9673 if test "x$with_gphoto" != "xno"
9674 then
9675 ac_save_CPPFLAGS="$CPPFLAGS"
9676 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9677 set dummy gphoto2-config; ac_word=$2
9678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9679 $as_echo_n "checking for $ac_word... " >&6; }
9680 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9681 $as_echo_n "(cached) " >&6
9682 else
9683 if test -n "$gphoto2_devel"; then
9684 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9685 else
9686 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9687 for as_dir in $PATH
9689 IFS=$as_save_IFS
9690 test -z "$as_dir" && as_dir=.
9691 for ac_exec_ext in '' $ac_executable_extensions; do
9692 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9693 ac_cv_prog_gphoto2_devel="gphoto2-config"
9694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9695 break 2
9697 done
9698 done
9699 IFS=$as_save_IFS
9701 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9704 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9705 if test -n "$gphoto2_devel"; then
9706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9707 $as_echo "$gphoto2_devel" >&6; }
9708 else
9709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9710 $as_echo "no" >&6; }
9714 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9715 set dummy gphoto2-port-config; ac_word=$2
9716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9717 $as_echo_n "checking for $ac_word... " >&6; }
9718 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9719 $as_echo_n "(cached) " >&6
9720 else
9721 if test -n "$gphoto2port_devel"; then
9722 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9723 else
9724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9725 for as_dir in $PATH
9727 IFS=$as_save_IFS
9728 test -z "$as_dir" && as_dir=.
9729 for ac_exec_ext in '' $ac_executable_extensions; do
9730 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9731 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9733 break 2
9735 done
9736 done
9737 IFS=$as_save_IFS
9739 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9742 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9743 if test -n "$gphoto2port_devel"; then
9744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9745 $as_echo "$gphoto2port_devel" >&6; }
9746 else
9747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9748 $as_echo "no" >&6; }
9752 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9753 then
9754 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9755 ac_gphoto2_libs=""
9756 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9758 case "$i" in
9759 -L/usr/lib|-L/usr/lib64) ;;
9760 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9761 esac
9762 done
9763 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9765 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9766 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9767 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9769 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9770 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9771 $as_echo_n "(cached) " >&6
9772 else
9773 ac_check_lib_save_LIBS=$LIBS
9774 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9776 /* end confdefs.h. */
9778 /* Override any GCC internal prototype to avoid an error.
9779 Use char because int might match the return type of a GCC
9780 builtin and then its argument prototype would still apply. */
9781 #ifdef __cplusplus
9782 extern "C"
9783 #endif
9784 char gp_camera_new ();
9786 main ()
9788 return gp_camera_new ();
9790 return 0;
9792 _ACEOF
9793 if ac_fn_c_try_link "$LINENO"; then :
9794 ac_cv_lib_gphoto2_gp_camera_new=yes
9795 else
9796 ac_cv_lib_gphoto2_gp_camera_new=no
9798 rm -f core conftest.err conftest.$ac_objext \
9799 conftest$ac_exeext conftest.$ac_ext
9800 LIBS=$ac_check_lib_save_LIBS
9802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9803 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9804 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9806 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9808 GPHOTO2LIBS="$ac_gphoto2_libs"
9810 GPHOTO2INCL="$ac_gphoto2_incl"
9817 CPPFLAGS="$ac_save_CPPFLAGS"
9819 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9820 case "x$with_gphoto" in
9821 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9822 xno) ;;
9823 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9824 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9825 esac
9829 RESOLVLIBS=""
9831 if test "$ac_cv_header_resolv_h" = "yes"
9832 then
9833 ac_save_LIBS="$LIBS"
9834 LIBS="$LIBS -lresolv"
9835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9836 /* end confdefs.h. */
9837 #ifdef HAVE_NETINET_IN_H
9838 #include <netinet/in.h>
9839 #endif
9840 #include <resolv.h>
9842 main ()
9844 res_init();
9846 return 0;
9848 _ACEOF
9849 if ac_fn_c_try_link "$LINENO"; then :
9851 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9853 RESOLVLIBS="-lresolv"
9855 rm -f core conftest.err conftest.$ac_objext \
9856 conftest$ac_exeext conftest.$ac_ext
9857 LIBS="$ac_save_LIBS"
9860 LCMSLIBS=""
9862 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9863 then
9864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9865 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9866 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9867 $as_echo_n "(cached) " >&6
9868 else
9869 ac_check_lib_save_LIBS=$LIBS
9870 LIBS="-llcms $LIBS"
9871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9872 /* end confdefs.h. */
9874 /* Override any GCC internal prototype to avoid an error.
9875 Use char because int might match the return type of a GCC
9876 builtin and then its argument prototype would still apply. */
9877 #ifdef __cplusplus
9878 extern "C"
9879 #endif
9880 char cmsOpenProfileFromFile ();
9882 main ()
9884 return cmsOpenProfileFromFile ();
9886 return 0;
9888 _ACEOF
9889 if ac_fn_c_try_link "$LINENO"; then :
9890 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9891 else
9892 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9894 rm -f core conftest.err conftest.$ac_objext \
9895 conftest$ac_exeext conftest.$ac_ext
9896 LIBS=$ac_check_lib_save_LIBS
9898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9899 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
9900 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
9902 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
9904 LCMSLIBS="-llcms"
9908 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
9909 case "x$with_cms" in
9910 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
9911 xno) ;;
9912 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9913 This is an error since --with-cms was requested." "$LINENO" 5 ;;
9914 esac
9917 if test "x$with_freetype" != "xno"
9918 then
9919 for ac_prog in freetype-config freetype2-config
9921 # Extract the first word of "$ac_prog", so it can be a program name with args.
9922 set dummy $ac_prog; ac_word=$2
9923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9924 $as_echo_n "checking for $ac_word... " >&6; }
9925 if test "${ac_cv_prog_ft_devel+set}" = set; then :
9926 $as_echo_n "(cached) " >&6
9927 else
9928 if test -n "$ft_devel"; then
9929 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
9930 else
9931 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9932 for as_dir in $PATH
9934 IFS=$as_save_IFS
9935 test -z "$as_dir" && as_dir=.
9936 for ac_exec_ext in '' $ac_executable_extensions; do
9937 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9938 ac_cv_prog_ft_devel="$ac_prog"
9939 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9940 break 2
9942 done
9943 done
9944 IFS=$as_save_IFS
9948 ft_devel=$ac_cv_prog_ft_devel
9949 if test -n "$ft_devel"; then
9950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
9951 $as_echo "$ft_devel" >&6; }
9952 else
9953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9954 $as_echo "no" >&6; }
9958 test -n "$ft_devel" && break
9959 done
9960 test -n "$ft_devel" || ft_devel="no"
9962 if test "$ft_devel" != "no"
9963 then
9964 ac_freetype_incl=`$ft_devel --cflags`
9965 ac_freetype_libs=`$ft_devel --libs`
9967 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
9968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
9969 $as_echo_n "checking for -lfreetype... " >&6; }
9970 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
9971 $as_echo_n "(cached) " >&6
9972 else
9973 ac_check_soname_save_LIBS=$LIBS
9974 LIBS="-lfreetype $ac_freetype_libs $LIBS"
9975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9976 /* end confdefs.h. */
9978 /* Override any GCC internal prototype to avoid an error.
9979 Use char because int might match the return type of a GCC
9980 builtin and then its argument prototype would still apply. */
9981 #ifdef __cplusplus
9982 extern "C"
9983 #endif
9984 char FT_Init_FreeType ();
9986 main ()
9988 return FT_Init_FreeType ();
9990 return 0;
9992 _ACEOF
9993 if ac_fn_c_try_link "$LINENO"; then :
9994 case "$LIBEXT" in
9995 dll) ;;
9996 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'` ;;
9997 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9998 esac
10000 rm -f core conftest.err conftest.$ac_objext \
10001 conftest$ac_exeext conftest.$ac_ext
10002 LIBS=$ac_check_soname_save_LIBS
10004 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10006 $as_echo "not found" >&6; }
10007 ft_lib=no
10008 else
10009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10010 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10012 cat >>confdefs.h <<_ACEOF
10013 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10014 _ACEOF
10016 ft_lib=yes
10018 if test "$ft_lib" = "yes"
10019 then
10020 ac_save_CPPFLAGS="$CPPFLAGS"
10021 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10022 for ac_header in ft2build.h \
10023 freetype/freetype.h \
10024 freetype/ftglyph.h \
10025 freetype/fttypes.h \
10026 freetype/tttables.h \
10027 freetype/ftsnames.h \
10028 freetype/ttnameid.h \
10029 freetype/ftoutln.h \
10030 freetype/ftwinfnt.h \
10031 freetype/ftmodapi.h \
10032 freetype/ftlcdfil.h \
10033 freetype/internal/sfnt.h
10034 do :
10035 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10036 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10037 # include <ft2build.h>
10038 #endif
10040 eval as_val=\$$as_ac_Header
10041 if test "x$as_val" = x""yes; then :
10042 cat >>confdefs.h <<_ACEOF
10043 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10044 _ACEOF
10048 done
10050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10051 /* end confdefs.h. */
10052 #include <ft2build.h>
10053 #include <freetype/fttrigon.h>
10054 _ACEOF
10055 if ac_fn_c_try_cpp "$LINENO"; then :
10057 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10059 wine_cv_fttrigon=yes
10060 else
10061 wine_cv_fttrigon=no
10063 rm -f conftest.err conftest.$ac_ext
10064 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10066 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10068 cat >>confdefs.h <<_ACEOF
10069 #define HAVE_FT_TRUETYPEENGINETYPE 1
10070 _ACEOF
10075 ac_save_CFLAGS="$CFLAGS"
10076 CFLAGS="$CFLAGS $ac_freetype_libs"
10077 for ac_func in FT_Load_Sfnt_Table
10078 do :
10079 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10080 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10081 cat >>confdefs.h <<_ACEOF
10082 #define HAVE_FT_LOAD_SFNT_TABLE 1
10083 _ACEOF
10086 done
10088 CFLAGS="$ac_save_CFLAGS"
10089 CPPFLAGS="$ac_save_CPPFLAGS"
10090 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10091 then
10093 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10095 FREETYPELIBS="$ac_freetype_libs"
10097 FREETYPEINCL="$ac_freetype_incl"
10102 if test "x$FREETYPELIBS" = "x"; then :
10103 case "x$with_freetype" in
10104 xno) ;;
10105 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10106 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10107 esac
10109 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10112 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10113 if test "${ac_cv_c_ppdev+set}" = set; then :
10114 $as_echo_n "(cached) " >&6
10115 else
10116 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10117 /* end confdefs.h. */
10118 #include <linux/ppdev.h>
10120 main ()
10122 ioctl (1,PPCLAIM,0)
10124 return 0;
10126 _ACEOF
10127 if ac_fn_c_try_compile "$LINENO"; then :
10128 ac_cv_c_ppdev="yes"
10129 else
10130 ac_cv_c_ppdev="no"
10132 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10135 $as_echo "$ac_cv_c_ppdev" >&6; }
10136 if test "$ac_cv_c_ppdev" = "yes"
10137 then
10139 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10143 ac_wine_check_funcs_save_LIBS="$LIBS"
10144 LIBS="$LIBS $LIBPTHREAD"
10145 for ac_func in \
10146 pthread_attr_get_np \
10147 pthread_getattr_np \
10148 pthread_get_stackaddr_np \
10149 pthread_get_stacksize_np
10150 do :
10151 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10152 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10153 eval as_val=\$$as_ac_var
10154 if test "x$as_val" = x""yes; then :
10155 cat >>confdefs.h <<_ACEOF
10156 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10157 _ACEOF
10160 done
10162 LIBS="$ac_wine_check_funcs_save_LIBS"
10164 if test "$ac_cv_header_zlib_h" = "yes"
10165 then
10166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10167 $as_echo_n "checking for inflate in -lz... " >&6; }
10168 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10169 $as_echo_n "(cached) " >&6
10170 else
10171 ac_check_lib_save_LIBS=$LIBS
10172 LIBS="-lz $LIBS"
10173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10174 /* end confdefs.h. */
10176 /* Override any GCC internal prototype to avoid an error.
10177 Use char because int might match the return type of a GCC
10178 builtin and then its argument prototype would still apply. */
10179 #ifdef __cplusplus
10180 extern "C"
10181 #endif
10182 char inflate ();
10184 main ()
10186 return inflate ();
10188 return 0;
10190 _ACEOF
10191 if ac_fn_c_try_link "$LINENO"; then :
10192 ac_cv_lib_z_inflate=yes
10193 else
10194 ac_cv_lib_z_inflate=no
10196 rm -f core conftest.err conftest.$ac_objext \
10197 conftest$ac_exeext conftest.$ac_ext
10198 LIBS=$ac_check_lib_save_LIBS
10200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10201 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10202 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10204 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10206 ZLIB="-lz"
10212 if test "x$with_esd" != xno
10213 then
10214 save_CFLAGS="$CFLAGS"
10215 # Extract the first word of "esd-config", so it can be a program name with args.
10216 set dummy esd-config; ac_word=$2
10217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10218 $as_echo_n "checking for $ac_word... " >&6; }
10219 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10220 $as_echo_n "(cached) " >&6
10221 else
10222 case $ESDCONFIG in
10223 [\\/]* | ?:[\\/]*)
10224 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10227 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10228 for as_dir in $PATH
10230 IFS=$as_save_IFS
10231 test -z "$as_dir" && as_dir=.
10232 for ac_exec_ext in '' $ac_executable_extensions; do
10233 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10234 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10235 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10236 break 2
10238 done
10239 done
10240 IFS=$as_save_IFS
10242 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10244 esac
10246 ESDCONFIG=$ac_cv_path_ESDCONFIG
10247 if test -n "$ESDCONFIG"; then
10248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10249 $as_echo "$ESDCONFIG" >&6; }
10250 else
10251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10252 $as_echo "no" >&6; }
10256 if test "x$ESDCONFIG" != "xno"
10257 then
10258 ac_esd_incl=""
10259 for i in `$ESDCONFIG --cflags`
10261 case "$i" in
10262 -I*) ac_esd_incl="$ac_esd_incl $i";;
10263 esac
10264 done
10265 ac_esd_libs=`$ESDCONFIG --libs`
10266 CFLAGS="$CFLAGS $ac_esd_incl"
10268 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10269 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10270 if test "x$ac_cv_header_esd_h" = x""yes; then :
10271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10272 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10273 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10274 $as_echo_n "(cached) " >&6
10275 else
10276 ac_check_lib_save_LIBS=$LIBS
10277 LIBS="-lesd $ac_esd_libs $LIBS"
10278 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10279 /* end confdefs.h. */
10281 /* Override any GCC internal prototype to avoid an error.
10282 Use char because int might match the return type of a GCC
10283 builtin and then its argument prototype would still apply. */
10284 #ifdef __cplusplus
10285 extern "C"
10286 #endif
10287 char esd_open_sound ();
10289 main ()
10291 return esd_open_sound ();
10293 return 0;
10295 _ACEOF
10296 if ac_fn_c_try_link "$LINENO"; then :
10297 ac_cv_lib_esd_esd_open_sound=yes
10298 else
10299 ac_cv_lib_esd_esd_open_sound=no
10301 rm -f core conftest.err conftest.$ac_objext \
10302 conftest$ac_exeext conftest.$ac_ext
10303 LIBS=$ac_check_lib_save_LIBS
10305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10306 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10307 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10308 ESDINCL="$ac_esd_incl"
10310 ESDLIBS="$ac_esd_libs"
10313 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10320 CFLAGS="$save_CFLAGS"
10323 ALSALIBS=""
10325 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10326 then
10327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10328 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10329 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10330 $as_echo_n "(cached) " >&6
10331 else
10332 ac_check_lib_save_LIBS=$LIBS
10333 LIBS="-lasound $LIBS"
10334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10335 /* end confdefs.h. */
10337 /* Override any GCC internal prototype to avoid an error.
10338 Use char because int might match the return type of a GCC
10339 builtin and then its argument prototype would still apply. */
10340 #ifdef __cplusplus
10341 extern "C"
10342 #endif
10343 char snd_pcm_hw_params_get_access ();
10345 main ()
10347 return snd_pcm_hw_params_get_access ();
10349 return 0;
10351 _ACEOF
10352 if ac_fn_c_try_link "$LINENO"; then :
10353 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10354 else
10355 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10357 rm -f core conftest.err conftest.$ac_objext \
10358 conftest$ac_exeext conftest.$ac_ext
10359 LIBS=$ac_check_lib_save_LIBS
10361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10362 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10363 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10365 /* end confdefs.h. */
10366 #ifdef HAVE_ALSA_ASOUNDLIB_H
10367 #include <alsa/asoundlib.h>
10368 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10369 #include <sys/asoundlib.h>
10370 #endif
10372 main ()
10374 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10376 return 0;
10378 _ACEOF
10379 if ac_fn_c_try_compile "$LINENO"; then :
10381 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10383 ALSALIBS="-lasound"
10385 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10390 AUDIOIOLIBS=""
10392 if test "$ac_cv_header_libaudioio_h" = "yes"
10393 then
10394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10395 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10396 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10397 $as_echo_n "(cached) " >&6
10398 else
10399 ac_check_lib_save_LIBS=$LIBS
10400 LIBS="-laudioio $LIBS"
10401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10402 /* end confdefs.h. */
10404 /* Override any GCC internal prototype to avoid an error.
10405 Use char because int might match the return type of a GCC
10406 builtin and then its argument prototype would still apply. */
10407 #ifdef __cplusplus
10408 extern "C"
10409 #endif
10410 char AudioIOGetVersion ();
10412 main ()
10414 return AudioIOGetVersion ();
10416 return 0;
10418 _ACEOF
10419 if ac_fn_c_try_link "$LINENO"; then :
10420 ac_cv_lib_audioio_AudioIOGetVersion=yes
10421 else
10422 ac_cv_lib_audioio_AudioIOGetVersion=no
10424 rm -f core conftest.err conftest.$ac_objext \
10425 conftest$ac_exeext conftest.$ac_ext
10426 LIBS=$ac_check_lib_save_LIBS
10428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10429 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10430 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10431 AUDIOIOLIBS="-laudioio"
10433 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10440 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10441 then
10442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10443 $as_echo_n "checking for -lcapi20... " >&6; }
10444 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10445 $as_echo_n "(cached) " >&6
10446 else
10447 ac_check_soname_save_LIBS=$LIBS
10448 LIBS="-lcapi20 $LIBS"
10449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10450 /* end confdefs.h. */
10452 /* Override any GCC internal prototype to avoid an error.
10453 Use char because int might match the return type of a GCC
10454 builtin and then its argument prototype would still apply. */
10455 #ifdef __cplusplus
10456 extern "C"
10457 #endif
10458 char capi20_register ();
10460 main ()
10462 return capi20_register ();
10464 return 0;
10466 _ACEOF
10467 if ac_fn_c_try_link "$LINENO"; then :
10468 case "$LIBEXT" in
10469 dll) ;;
10470 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'` ;;
10471 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10472 esac
10474 rm -f core conftest.err conftest.$ac_objext \
10475 conftest$ac_exeext conftest.$ac_ext
10476 LIBS=$ac_check_soname_save_LIBS
10478 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10480 $as_echo "not found" >&6; }
10482 else
10483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10484 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10486 cat >>confdefs.h <<_ACEOF
10487 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10488 _ACEOF
10493 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10494 case "x$with_capi" in
10495 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10496 xno) ;;
10497 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10498 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10499 esac
10502 CUPSINCL=""
10504 if test "x$with_cups" != "xno"
10505 then
10506 ac_save_CPPFLAGS="$CPPFLAGS"
10507 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10508 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10509 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10510 for ac_header in cups/cups.h
10511 do :
10512 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10513 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10514 cat >>confdefs.h <<_ACEOF
10515 #define HAVE_CUPS_CUPS_H 1
10516 _ACEOF
10517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10518 $as_echo_n "checking for -lcups... " >&6; }
10519 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10520 $as_echo_n "(cached) " >&6
10521 else
10522 ac_check_soname_save_LIBS=$LIBS
10523 LIBS="-lcups $ac_cups_libs $LIBS"
10524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10525 /* end confdefs.h. */
10527 /* Override any GCC internal prototype to avoid an error.
10528 Use char because int might match the return type of a GCC
10529 builtin and then its argument prototype would still apply. */
10530 #ifdef __cplusplus
10531 extern "C"
10532 #endif
10533 char cupsGetDefault ();
10535 main ()
10537 return cupsGetDefault ();
10539 return 0;
10541 _ACEOF
10542 if ac_fn_c_try_link "$LINENO"; then :
10543 case "$LIBEXT" in
10544 dll) ;;
10545 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'` ;;
10546 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10547 esac
10549 rm -f core conftest.err conftest.$ac_objext \
10550 conftest$ac_exeext conftest.$ac_ext
10551 LIBS=$ac_check_soname_save_LIBS
10553 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10555 $as_echo "not found" >&6; }
10557 else
10558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10559 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10561 cat >>confdefs.h <<_ACEOF
10562 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10563 _ACEOF
10565 CUPSINCL="$ac_cups_cflags"
10569 done
10571 CPPFLAGS="$ac_save_CPPFLAGS"
10573 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10574 case "x$with_cups" in
10575 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10576 xno) ;;
10577 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10578 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10579 esac
10582 if test "$ac_cv_header_jack_jack_h" = "yes"
10583 then
10584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10585 $as_echo_n "checking for -ljack... " >&6; }
10586 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10587 $as_echo_n "(cached) " >&6
10588 else
10589 ac_check_soname_save_LIBS=$LIBS
10590 LIBS="-ljack $LIBS"
10591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10592 /* end confdefs.h. */
10594 /* Override any GCC internal prototype to avoid an error.
10595 Use char because int might match the return type of a GCC
10596 builtin and then its argument prototype would still apply. */
10597 #ifdef __cplusplus
10598 extern "C"
10599 #endif
10600 char jack_client_new ();
10602 main ()
10604 return jack_client_new ();
10606 return 0;
10608 _ACEOF
10609 if ac_fn_c_try_link "$LINENO"; then :
10610 case "$LIBEXT" in
10611 dll) ;;
10612 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'` ;;
10613 *) 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'` ;;
10614 esac
10616 rm -f core conftest.err conftest.$ac_objext \
10617 conftest$ac_exeext conftest.$ac_ext
10618 LIBS=$ac_check_soname_save_LIBS
10620 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10622 $as_echo "not found" >&6; }
10624 else
10625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10626 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10628 cat >>confdefs.h <<_ACEOF
10629 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10630 _ACEOF
10636 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10637 then
10638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10639 $as_echo_n "checking for -lfontconfig... " >&6; }
10640 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10641 $as_echo_n "(cached) " >&6
10642 else
10643 ac_check_soname_save_LIBS=$LIBS
10644 LIBS="-lfontconfig $LIBS"
10645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10646 /* end confdefs.h. */
10648 /* Override any GCC internal prototype to avoid an error.
10649 Use char because int might match the return type of a GCC
10650 builtin and then its argument prototype would still apply. */
10651 #ifdef __cplusplus
10652 extern "C"
10653 #endif
10654 char FcInit ();
10656 main ()
10658 return FcInit ();
10660 return 0;
10662 _ACEOF
10663 if ac_fn_c_try_link "$LINENO"; then :
10664 case "$LIBEXT" in
10665 dll) ;;
10666 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'` ;;
10667 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10668 esac
10670 rm -f core conftest.err conftest.$ac_objext \
10671 conftest$ac_exeext conftest.$ac_ext
10672 LIBS=$ac_check_soname_save_LIBS
10674 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10676 $as_echo "not found" >&6; }
10678 else
10679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10680 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10682 cat >>confdefs.h <<_ACEOF
10683 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10684 _ACEOF
10688 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10689 then
10690 ac_save_CPPFLAGS="$CPPFLAGS"
10691 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10692 $as_unset ac_cv_header_fontconfig_fontconfig_h
10693 for ac_header in fontconfig/fontconfig.h
10694 do :
10695 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10696 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10697 cat >>confdefs.h <<_ACEOF
10698 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10699 _ACEOF
10703 done
10705 CPPFLAGS="$ac_save_CPPFLAGS"
10706 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10707 then
10708 FONTCONFIGINCL="$X_CFLAGS"
10710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10711 $as_echo_n "checking for -lfontconfig... " >&6; }
10712 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10713 $as_echo_n "(cached) " >&6
10714 else
10715 ac_check_soname_save_LIBS=$LIBS
10716 LIBS="-lfontconfig $X_LIBS $LIBS"
10717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10718 /* end confdefs.h. */
10720 /* Override any GCC internal prototype to avoid an error.
10721 Use char because int might match the return type of a GCC
10722 builtin and then its argument prototype would still apply. */
10723 #ifdef __cplusplus
10724 extern "C"
10725 #endif
10726 char FcInit ();
10728 main ()
10730 return FcInit ();
10732 return 0;
10734 _ACEOF
10735 if ac_fn_c_try_link "$LINENO"; then :
10736 case "$LIBEXT" in
10737 dll) ;;
10738 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'` ;;
10739 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10740 esac
10742 rm -f core conftest.err conftest.$ac_objext \
10743 conftest$ac_exeext conftest.$ac_ext
10744 LIBS=$ac_check_soname_save_LIBS
10746 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10748 $as_echo "not found" >&6; }
10750 else
10751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10752 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10754 cat >>confdefs.h <<_ACEOF
10755 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10756 _ACEOF
10762 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10763 case "x$with_fontconfig" in
10764 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10765 xno) ;;
10766 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10767 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10768 esac
10771 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10772 then
10773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10774 $as_echo_n "checking for -lssl... " >&6; }
10775 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10776 $as_echo_n "(cached) " >&6
10777 else
10778 ac_check_soname_save_LIBS=$LIBS
10779 LIBS="-lssl $LIBS"
10780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10781 /* end confdefs.h. */
10783 /* Override any GCC internal prototype to avoid an error.
10784 Use char because int might match the return type of a GCC
10785 builtin and then its argument prototype would still apply. */
10786 #ifdef __cplusplus
10787 extern "C"
10788 #endif
10789 char SSL_library_init ();
10791 main ()
10793 return SSL_library_init ();
10795 return 0;
10797 _ACEOF
10798 if ac_fn_c_try_link "$LINENO"; then :
10799 case "$LIBEXT" in
10800 dll) ;;
10801 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'` ;;
10802 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10803 esac
10805 rm -f core conftest.err conftest.$ac_objext \
10806 conftest$ac_exeext conftest.$ac_ext
10807 LIBS=$ac_check_soname_save_LIBS
10809 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10811 $as_echo "not found" >&6; }
10813 else
10814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10815 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10817 cat >>confdefs.h <<_ACEOF
10818 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10819 _ACEOF
10823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10824 $as_echo_n "checking for -lcrypto... " >&6; }
10825 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10826 $as_echo_n "(cached) " >&6
10827 else
10828 ac_check_soname_save_LIBS=$LIBS
10829 LIBS="-lcrypto $LIBS"
10830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10831 /* end confdefs.h. */
10833 /* Override any GCC internal prototype to avoid an error.
10834 Use char because int might match the return type of a GCC
10835 builtin and then its argument prototype would still apply. */
10836 #ifdef __cplusplus
10837 extern "C"
10838 #endif
10839 char BIO_new_socket ();
10841 main ()
10843 return BIO_new_socket ();
10845 return 0;
10847 _ACEOF
10848 if ac_fn_c_try_link "$LINENO"; then :
10849 case "$LIBEXT" in
10850 dll) ;;
10851 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'` ;;
10852 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10853 esac
10855 rm -f core conftest.err conftest.$ac_objext \
10856 conftest$ac_exeext conftest.$ac_ext
10857 LIBS=$ac_check_soname_save_LIBS
10859 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10861 $as_echo "not found" >&6; }
10863 else
10864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10865 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10867 cat >>confdefs.h <<_ACEOF
10868 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10869 _ACEOF
10874 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10875 case "x$with_openssl" in
10876 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10877 xno) ;;
10878 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10879 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10880 esac
10883 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10884 then
10885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10886 $as_echo_n "checking for -lgsm... " >&6; }
10887 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10888 $as_echo_n "(cached) " >&6
10889 else
10890 ac_check_soname_save_LIBS=$LIBS
10891 LIBS="-lgsm $LIBS"
10892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10893 /* end confdefs.h. */
10895 /* Override any GCC internal prototype to avoid an error.
10896 Use char because int might match the return type of a GCC
10897 builtin and then its argument prototype would still apply. */
10898 #ifdef __cplusplus
10899 extern "C"
10900 #endif
10901 char gsm_create ();
10903 main ()
10905 return gsm_create ();
10907 return 0;
10909 _ACEOF
10910 if ac_fn_c_try_link "$LINENO"; then :
10911 case "$LIBEXT" in
10912 dll) ;;
10913 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'` ;;
10914 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10915 esac
10917 rm -f core conftest.err conftest.$ac_objext \
10918 conftest$ac_exeext conftest.$ac_ext
10919 LIBS=$ac_check_soname_save_LIBS
10921 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10923 $as_echo "not found" >&6; }
10925 else
10926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
10927 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
10929 cat >>confdefs.h <<_ACEOF
10930 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
10931 _ACEOF
10936 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10937 case "x$with_gsm" in
10938 x) wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
10939 xno) ;;
10940 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
10941 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
10942 esac
10945 if test "$ac_cv_header_jpeglib_h" = "yes"
10946 then
10947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
10948 $as_echo_n "checking for -ljpeg... " >&6; }
10949 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
10950 $as_echo_n "(cached) " >&6
10951 else
10952 ac_check_soname_save_LIBS=$LIBS
10953 LIBS="-ljpeg $LIBS"
10954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10955 /* end confdefs.h. */
10957 /* Override any GCC internal prototype to avoid an error.
10958 Use char because int might match the return type of a GCC
10959 builtin and then its argument prototype would still apply. */
10960 #ifdef __cplusplus
10961 extern "C"
10962 #endif
10963 char jpeg_start_decompress ();
10965 main ()
10967 return jpeg_start_decompress ();
10969 return 0;
10971 _ACEOF
10972 if ac_fn_c_try_link "$LINENO"; then :
10973 case "$LIBEXT" in
10974 dll) ;;
10975 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'` ;;
10976 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10977 esac
10979 rm -f core conftest.err conftest.$ac_objext \
10980 conftest$ac_exeext conftest.$ac_ext
10981 LIBS=$ac_check_soname_save_LIBS
10983 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10985 $as_echo "not found" >&6; }
10987 else
10988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
10989 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
10991 cat >>confdefs.h <<_ACEOF
10992 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
10993 _ACEOF
10998 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10999 case "x$with_jpeg" in
11000 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11001 xno) ;;
11002 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11003 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11004 esac
11007 if test "$ac_cv_header_png_h" = "yes"
11008 then
11009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11010 $as_echo_n "checking for -lpng... " >&6; }
11011 if test "${ac_cv_lib_soname_png+set}" = set; then :
11012 $as_echo_n "(cached) " >&6
11013 else
11014 ac_check_soname_save_LIBS=$LIBS
11015 LIBS="-lpng -lm -lz $LIBS"
11016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11017 /* end confdefs.h. */
11019 /* Override any GCC internal prototype to avoid an error.
11020 Use char because int might match the return type of a GCC
11021 builtin and then its argument prototype would still apply. */
11022 #ifdef __cplusplus
11023 extern "C"
11024 #endif
11025 char png_create_read_struct ();
11027 main ()
11029 return png_create_read_struct ();
11031 return 0;
11033 _ACEOF
11034 if ac_fn_c_try_link "$LINENO"; then :
11035 case "$LIBEXT" in
11036 dll) ;;
11037 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'` ;;
11038 *) 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'` ;;
11039 esac
11041 rm -f core conftest.err conftest.$ac_objext \
11042 conftest$ac_exeext conftest.$ac_ext
11043 LIBS=$ac_check_soname_save_LIBS
11045 if test "x$ac_cv_lib_soname_png" = "x"; then :
11046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11047 $as_echo "not found" >&6; }
11049 else
11050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11051 $as_echo "$ac_cv_lib_soname_png" >&6; }
11053 cat >>confdefs.h <<_ACEOF
11054 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11055 _ACEOF
11059 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11060 then
11061 ac_save_CPPFLAGS="$CPPFLAGS"
11062 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11063 $as_unset ac_cv_header_png_h
11064 for ac_header in png.h
11065 do :
11066 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11067 if test "x$ac_cv_header_png_h" = x""yes; then :
11068 cat >>confdefs.h <<_ACEOF
11069 #define HAVE_PNG_H 1
11070 _ACEOF
11074 done
11076 CPPFLAGS="$ac_save_CPPFLAGS"
11077 if test "$ac_cv_header_png_h" = "yes"
11078 then
11079 PNGINCL="$X_CFLAGS"
11081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11082 $as_echo_n "checking for -lpng... " >&6; }
11083 if test "${ac_cv_lib_soname_png+set}" = set; then :
11084 $as_echo_n "(cached) " >&6
11085 else
11086 ac_check_soname_save_LIBS=$LIBS
11087 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11089 /* end confdefs.h. */
11091 /* Override any GCC internal prototype to avoid an error.
11092 Use char because int might match the return type of a GCC
11093 builtin and then its argument prototype would still apply. */
11094 #ifdef __cplusplus
11095 extern "C"
11096 #endif
11097 char png_create_read_struct ();
11099 main ()
11101 return png_create_read_struct ();
11103 return 0;
11105 _ACEOF
11106 if ac_fn_c_try_link "$LINENO"; then :
11107 case "$LIBEXT" in
11108 dll) ;;
11109 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'` ;;
11110 *) 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'` ;;
11111 esac
11113 rm -f core conftest.err conftest.$ac_objext \
11114 conftest$ac_exeext conftest.$ac_ext
11115 LIBS=$ac_check_soname_save_LIBS
11117 if test "x$ac_cv_lib_soname_png" = "x"; then :
11118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11119 $as_echo "not found" >&6; }
11121 else
11122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11123 $as_echo "$ac_cv_lib_soname_png" >&6; }
11125 cat >>confdefs.h <<_ACEOF
11126 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11127 _ACEOF
11133 if test "x$ac_cv_lib_soname_png" = "x"; then :
11134 case "x$with_png" in
11135 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11136 xno) ;;
11137 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11138 This is an error since --with-png was requested." "$LINENO" 5 ;;
11139 esac
11142 if test "$ac_cv_header_mpg123_h" = "yes"
11143 then
11144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11145 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11146 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11147 $as_echo_n "(cached) " >&6
11148 else
11149 ac_check_lib_save_LIBS=$LIBS
11150 LIBS="-lmpg123 $LIBS"
11151 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11152 /* end confdefs.h. */
11154 /* Override any GCC internal prototype to avoid an error.
11155 Use char because int might match the return type of a GCC
11156 builtin and then its argument prototype would still apply. */
11157 #ifdef __cplusplus
11158 extern "C"
11159 #endif
11160 char mpg123_feed ();
11162 main ()
11164 return mpg123_feed ();
11166 return 0;
11168 _ACEOF
11169 if ac_fn_c_try_link "$LINENO"; then :
11170 ac_cv_lib_mpg123_mpg123_feed=yes
11171 else
11172 ac_cv_lib_mpg123_mpg123_feed=no
11174 rm -f core conftest.err conftest.$ac_objext \
11175 conftest$ac_exeext conftest.$ac_ext
11176 LIBS=$ac_check_lib_save_LIBS
11178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11179 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11180 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11181 LIBMPG123="-lmpg123"
11186 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then :
11187 case "x$with_mpg123" in
11188 x) wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11189 xno) ;;
11190 *) as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11191 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11192 esac
11194 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11196 if test "$ac_cv_header_AL_al_h" = "yes"
11197 then
11198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11199 $as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11200 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11201 $as_echo_n "(cached) " >&6
11202 else
11203 ac_check_lib_save_LIBS=$LIBS
11204 LIBS="-lopenal $LIBS"
11205 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11206 /* end confdefs.h. */
11208 /* Override any GCC internal prototype to avoid an error.
11209 Use char because int might match the return type of a GCC
11210 builtin and then its argument prototype would still apply. */
11211 #ifdef __cplusplus
11212 extern "C"
11213 #endif
11214 char alGetSource3i ();
11216 main ()
11218 return alGetSource3i ();
11220 return 0;
11222 _ACEOF
11223 if ac_fn_c_try_link "$LINENO"; then :
11224 ac_cv_lib_openal_alGetSource3i=yes
11225 else
11226 ac_cv_lib_openal_alGetSource3i=no
11228 rm -f core conftest.err conftest.$ac_objext \
11229 conftest$ac_exeext conftest.$ac_ext
11230 LIBS=$ac_check_lib_save_LIBS
11232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11233 $as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11234 if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11235 LIBOPENAL="-lopenal"
11240 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11241 case "x$with_openal" in
11242 x) wine_notices="$wine_notices|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11243 xno) ;;
11244 *) as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11245 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11246 esac
11248 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11250 if test "$ac_cv_header_kstat_h" = "yes"
11251 then
11252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11253 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11254 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11255 $as_echo_n "(cached) " >&6
11256 else
11257 ac_check_lib_save_LIBS=$LIBS
11258 LIBS="-lkstat $LIBS"
11259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11260 /* end confdefs.h. */
11262 /* Override any GCC internal prototype to avoid an error.
11263 Use char because int might match the return type of a GCC
11264 builtin and then its argument prototype would still apply. */
11265 #ifdef __cplusplus
11266 extern "C"
11267 #endif
11268 char kstat_open ();
11270 main ()
11272 return kstat_open ();
11274 return 0;
11276 _ACEOF
11277 if ac_fn_c_try_link "$LINENO"; then :
11278 ac_cv_lib_kstat_kstat_open=yes
11279 else
11280 ac_cv_lib_kstat_kstat_open=no
11282 rm -f core conftest.err conftest.$ac_objext \
11283 conftest$ac_exeext conftest.$ac_ext
11284 LIBS=$ac_check_lib_save_LIBS
11286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11287 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11288 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11290 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11292 LIBKSTAT="-lkstat"
11298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11299 $as_echo_n "checking for -lodbc... " >&6; }
11300 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11301 $as_echo_n "(cached) " >&6
11302 else
11303 ac_check_soname_save_LIBS=$LIBS
11304 LIBS="-lodbc $LIBS"
11305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11306 /* end confdefs.h. */
11308 /* Override any GCC internal prototype to avoid an error.
11309 Use char because int might match the return type of a GCC
11310 builtin and then its argument prototype would still apply. */
11311 #ifdef __cplusplus
11312 extern "C"
11313 #endif
11314 char SQLConnect ();
11316 main ()
11318 return SQLConnect ();
11320 return 0;
11322 _ACEOF
11323 if ac_fn_c_try_link "$LINENO"; then :
11324 case "$LIBEXT" in
11325 dll) ;;
11326 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'` ;;
11327 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11328 esac
11330 rm -f core conftest.err conftest.$ac_objext \
11331 conftest$ac_exeext conftest.$ac_ext
11332 LIBS=$ac_check_soname_save_LIBS
11334 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11336 $as_echo "not found" >&6; }
11337 cat >>confdefs.h <<_ACEOF
11338 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11339 _ACEOF
11341 else
11342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11343 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11345 cat >>confdefs.h <<_ACEOF
11346 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11347 _ACEOF
11352 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11353 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11354 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11355 "$ac_cv_header_soundcard_h" != "yes" -a \
11356 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11357 then
11358 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
11362 EXTRACFLAGS=""
11364 if test "x${GCC}" = "xyes"
11365 then
11366 EXTRACFLAGS="-Wall -pipe"
11368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11369 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11370 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11371 $as_echo_n "(cached) " >&6
11372 else
11373 if test "$cross_compiling" = yes; then :
11374 ac_cv_c_gcc_strength_bug="yes"
11375 else
11376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11377 /* end confdefs.h. */
11378 int L[4] = {0,1,2,3};
11380 main ()
11382 static int Array[3];
11383 unsigned int B = 3;
11384 int i;
11385 for(i=0; i<B; i++) Array[i] = i - 3;
11386 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11387 L[i] = 4;
11388 return (Array[1] != -2 || L[2] != 3)
11390 return 0;
11392 _ACEOF
11393 if ac_fn_c_try_run "$LINENO"; then :
11394 ac_cv_c_gcc_strength_bug="no"
11395 else
11396 ac_cv_c_gcc_strength_bug="yes"
11398 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11399 conftest.$ac_objext conftest.beam conftest.$ac_ext
11403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11404 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11405 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11406 then
11407 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11411 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11412 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11413 $as_echo_n "(cached) " >&6
11414 else
11415 ac_wine_try_cflags_saved=$CFLAGS
11416 CFLAGS="$CFLAGS -fno-builtin"
11417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11418 /* end confdefs.h. */
11419 int main(int argc, char *argv) { return 0; }
11420 _ACEOF
11421 if ac_fn_c_try_link "$LINENO"; then :
11422 ac_cv_cflags__fno_builtin=yes
11423 else
11424 ac_cv_cflags__fno_builtin=no
11426 rm -f core conftest.err conftest.$ac_objext \
11427 conftest$ac_exeext conftest.$ac_ext
11428 CFLAGS=$ac_wine_try_cflags_saved
11430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11431 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11432 if test $ac_cv_cflags__fno_builtin = yes; then :
11433 BUILTINFLAG="-fno-builtin"
11436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11437 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11438 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11439 $as_echo_n "(cached) " >&6
11440 else
11441 ac_wine_try_cflags_saved=$CFLAGS
11442 CFLAGS="$CFLAGS -fno-strict-aliasing"
11443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11444 /* end confdefs.h. */
11445 int main(int argc, char *argv) { return 0; }
11446 _ACEOF
11447 if ac_fn_c_try_link "$LINENO"; then :
11448 ac_cv_cflags__fno_strict_aliasing=yes
11449 else
11450 ac_cv_cflags__fno_strict_aliasing=no
11452 rm -f core conftest.err conftest.$ac_objext \
11453 conftest$ac_exeext conftest.$ac_ext
11454 CFLAGS=$ac_wine_try_cflags_saved
11456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11457 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11458 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11459 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11462 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11463 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11464 $as_echo_n "(cached) " >&6
11465 else
11466 ac_wine_try_cflags_saved=$CFLAGS
11467 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11469 /* end confdefs.h. */
11470 int main(int argc, char *argv) { return 0; }
11471 _ACEOF
11472 if ac_fn_c_try_link "$LINENO"; then :
11473 ac_cv_cflags__Wdeclaration_after_statement=yes
11474 else
11475 ac_cv_cflags__Wdeclaration_after_statement=no
11477 rm -f core conftest.err conftest.$ac_objext \
11478 conftest$ac_exeext conftest.$ac_ext
11479 CFLAGS=$ac_wine_try_cflags_saved
11481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11482 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11483 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11484 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11487 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11488 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11489 $as_echo_n "(cached) " >&6
11490 else
11491 ac_wine_try_cflags_saved=$CFLAGS
11492 CFLAGS="$CFLAGS -Wstrict-prototypes"
11493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11494 /* end confdefs.h. */
11495 int main(int argc, char *argv) { return 0; }
11496 _ACEOF
11497 if ac_fn_c_try_link "$LINENO"; then :
11498 ac_cv_cflags__Wstrict_prototypes=yes
11499 else
11500 ac_cv_cflags__Wstrict_prototypes=no
11502 rm -f core conftest.err conftest.$ac_objext \
11503 conftest$ac_exeext conftest.$ac_ext
11504 CFLAGS=$ac_wine_try_cflags_saved
11506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11507 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11508 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11509 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11512 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11513 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11514 $as_echo_n "(cached) " >&6
11515 else
11516 ac_wine_try_cflags_saved=$CFLAGS
11517 CFLAGS="$CFLAGS -Wtype-limits"
11518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11519 /* end confdefs.h. */
11520 int main(int argc, char *argv) { return 0; }
11521 _ACEOF
11522 if ac_fn_c_try_link "$LINENO"; then :
11523 ac_cv_cflags__Wtype_limits=yes
11524 else
11525 ac_cv_cflags__Wtype_limits=no
11527 rm -f core conftest.err conftest.$ac_objext \
11528 conftest$ac_exeext conftest.$ac_ext
11529 CFLAGS=$ac_wine_try_cflags_saved
11531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11532 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11533 if test $ac_cv_cflags__Wtype_limits = yes; then :
11534 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11537 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11538 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11539 $as_echo_n "(cached) " >&6
11540 else
11541 ac_wine_try_cflags_saved=$CFLAGS
11542 CFLAGS="$CFLAGS -Wwrite-strings"
11543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11544 /* end confdefs.h. */
11545 int main(int argc, char *argv) { return 0; }
11546 _ACEOF
11547 if ac_fn_c_try_link "$LINENO"; then :
11548 ac_cv_cflags__Wwrite_strings=yes
11549 else
11550 ac_cv_cflags__Wwrite_strings=no
11552 rm -f core conftest.err conftest.$ac_objext \
11553 conftest$ac_exeext conftest.$ac_ext
11554 CFLAGS=$ac_wine_try_cflags_saved
11556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11557 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11558 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11559 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11562 saved_CFLAGS="$CFLAGS"
11563 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11565 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11566 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11567 $as_echo_n "(cached) " >&6
11568 else
11569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11570 /* end confdefs.h. */
11571 #include <string.h>
11573 main ()
11577 return 0;
11579 _ACEOF
11580 if ac_fn_c_try_compile "$LINENO"; then :
11581 ac_cv_c_string_h_warnings=no
11582 else
11583 ac_cv_c_string_h_warnings=yes
11585 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11588 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11589 CFLAGS="$saved_CFLAGS"
11590 if test "$ac_cv_c_string_h_warnings" = "no"
11591 then
11592 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11595 if test "${enable_maintainer_mode+set}" = set
11596 then
11597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11598 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11599 if test "${ac_cv_cflags__Werror+set}" = set; then :
11600 $as_echo_n "(cached) " >&6
11601 else
11602 ac_wine_try_cflags_saved=$CFLAGS
11603 CFLAGS="$CFLAGS -Werror"
11604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11605 /* end confdefs.h. */
11606 int main(int argc, char *argv) { return 0; }
11607 _ACEOF
11608 if ac_fn_c_try_link "$LINENO"; then :
11609 ac_cv_cflags__Werror=yes
11610 else
11611 ac_cv_cflags__Werror=no
11613 rm -f core conftest.err conftest.$ac_objext \
11614 conftest$ac_exeext conftest.$ac_ext
11615 CFLAGS=$ac_wine_try_cflags_saved
11617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11618 $as_echo "$ac_cv_cflags__Werror" >&6; }
11619 if test $ac_cv_cflags__Werror = yes; then :
11620 EXTRACFLAGS="$EXTRACFLAGS -Werror"
11624 saved_CFLAGS="$CFLAGS"
11625 CFLAGS="$CFLAGS -Werror"
11626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11627 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11628 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11629 $as_echo_n "(cached) " >&6
11630 else
11631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11632 /* end confdefs.h. */
11633 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11635 main ()
11639 return 0;
11641 _ACEOF
11642 if ac_fn_c_try_compile "$LINENO"; then :
11643 ac_cv_have_ms_hook_prologue="yes"
11644 else
11645 ac_cv_have_ms_hook_prologue="no"
11647 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11650 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11651 CFLAGS="$saved_CFLAGS"
11652 if test "$ac_cv_have_ms_hook_prologue" = "yes"
11653 then
11655 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11657 else
11658 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11665 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11666 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11667 $as_echo_n "(cached) " >&6
11668 else
11669 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11670 /* end confdefs.h. */
11671 extern int ac_test;
11673 main ()
11675 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11677 return 0;
11679 _ACEOF
11680 if ac_fn_c_try_link "$LINENO"; then :
11681 ac_cv_c_extern_prefix="yes"
11682 else
11683 ac_cv_c_extern_prefix="no"
11685 rm -f core conftest.err conftest.$ac_objext \
11686 conftest$ac_exeext conftest.$ac_ext
11688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11689 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11691 case $host_cpu in
11692 *i[3456789]86*)
11693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11694 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11695 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11696 $as_echo_n "(cached) " >&6
11697 else
11698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11699 /* end confdefs.h. */
11700 #ifndef _MSC_VER
11701 #define __stdcall __attribute__((__stdcall__))
11702 #endif
11703 int __stdcall ac_test(int i) { return i; }
11705 main ()
11707 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11709 return 0;
11711 _ACEOF
11712 if ac_fn_c_try_link "$LINENO"; then :
11713 ac_cv_c_stdcall_suffix="yes"
11714 else
11715 ac_cv_c_stdcall_suffix="no"
11717 rm -f core conftest.err conftest.$ac_objext \
11718 conftest$ac_exeext conftest.$ac_ext
11720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11721 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11722 *) ac_cv_c_stdcall_suffix="no" ;;
11723 esac
11726 if test "$ac_cv_c_extern_prefix" = "yes"
11727 then
11728 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11730 asm_name_prefix="_"
11731 else
11732 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11734 asm_name_prefix=""
11738 if test "$ac_cv_c_stdcall_suffix" = "yes"
11739 then
11740 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11742 else
11743 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11749 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11750 if test "${ac_cv_asm_func_def+set}" = set; then :
11751 $as_echo_n "(cached) " >&6
11752 else
11753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11754 /* end confdefs.h. */
11757 main ()
11759 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11761 return 0;
11763 _ACEOF
11764 if ac_fn_c_try_link "$LINENO"; then :
11765 ac_cv_asm_func_def=".def"
11766 else
11767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11768 /* end confdefs.h. */
11771 main ()
11773 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11775 return 0;
11777 _ACEOF
11778 if ac_fn_c_try_link "$LINENO"; then :
11779 ac_cv_asm_func_def=".type @function"
11780 else
11781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11782 /* end confdefs.h. */
11785 main ()
11787 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11789 return 0;
11791 _ACEOF
11792 if ac_fn_c_try_link "$LINENO"; then :
11793 ac_cv_asm_func_def=".type 2"
11794 else
11795 ac_cv_asm_func_def="unknown"
11797 rm -f core conftest.err conftest.$ac_objext \
11798 conftest$ac_exeext conftest.$ac_ext
11800 rm -f core conftest.err conftest.$ac_objext \
11801 conftest$ac_exeext conftest.$ac_ext
11803 rm -f core conftest.err conftest.$ac_objext \
11804 conftest$ac_exeext conftest.$ac_ext
11806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11807 $as_echo "$ac_cv_asm_func_def" >&6; }
11810 case "$ac_cv_asm_func_def" in
11811 ".def")
11812 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11814 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11815 ".type @function")
11816 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11818 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11819 ".type 2")
11820 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11822 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11824 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11826 asm_func_header="" ;;
11827 esac
11829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11830 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11831 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11832 $as_echo_n "(cached) " >&6
11833 else
11834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11835 /* end confdefs.h. */
11836 asm(".text\n\t.long 0");
11838 main ()
11842 return 0;
11844 _ACEOF
11845 if ac_fn_c_try_compile "$LINENO"; then :
11846 ac_cv_c_asm_outside_funcs="yes"
11847 else
11848 ac_cv_c_asm_outside_funcs="no"
11850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11853 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11856 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11857 if test "${ac_cv_c_dot_previous+set}" = set; then :
11858 $as_echo_n "(cached) " >&6
11859 else
11860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11861 /* end confdefs.h. */
11864 main ()
11866 asm(".text\nac_test:\t.long 0\n\t.previous");
11868 return 0;
11870 _ACEOF
11871 if ac_fn_c_try_link "$LINENO"; then :
11872 ac_cv_c_dot_previous="yes"
11873 else
11874 ac_cv_c_dot_previous="no"
11876 rm -f core conftest.err conftest.$ac_objext \
11877 conftest$ac_exeext conftest.$ac_ext
11879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
11880 $as_echo "$ac_cv_c_dot_previous" >&6; }
11882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
11883 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
11884 if test "${ac_cv_c_cfi_support+set}" = set; then :
11885 $as_echo_n "(cached) " >&6
11886 else
11887 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11888 /* end confdefs.h. */
11889 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11891 main ()
11895 return 0;
11897 _ACEOF
11898 if ac_fn_c_try_compile "$LINENO"; then :
11899 ac_cv_c_cfi_support="yes"
11900 else
11901 ac_cv_c_cfi_support="no"
11903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
11906 $as_echo "$ac_cv_c_cfi_support" >&6; }
11908 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
11909 asm_func_trailer=""
11910 if test "$ac_cv_c_dot_previous" = "yes"
11911 then
11912 asm_func_trailer="\\n\\t.previous"
11914 if test "$ac_cv_c_cfi_support" = "yes"
11915 then
11916 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
11917 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
11919 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
11921 else
11922 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
11926 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
11929 if test "$ac_cv_c_asm_outside_funcs" = "yes"
11930 then
11931 cat >>confdefs.h <<_ACEOF
11932 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
11933 _ACEOF
11935 else
11936 cat >>confdefs.h <<_ACEOF
11937 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
11938 _ACEOF
11942 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
11945 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
11949 LDPATH=""
11951 case $build_os in
11952 cygwin*|mingw32*)
11953 TOOLSEXT=".exe"
11955 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
11957 darwin*|macosx*)
11960 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
11962 esac
11964 case $host_os in
11965 mingw32*)
11966 CRTLIBS="-lmsvcrt"
11968 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
11971 esac
11973 MAIN_BINARY="wine"
11975 test -z "$with_wine64" || MAIN_BINARY="wine32"
11977 case $host_cpu in
11978 *i[3456789]86*)
11979 case $host_os in
11980 linux*)
11981 EXTRA_BINARIES="wine-preloader"
11983 esac
11985 esac
11988 ac_save_CFLAGS="$CFLAGS"
11989 CFLAGS="$CFLAGS $BUILTINFLAG"
11990 for ac_func in \
11991 _pclose \
11992 _popen \
11993 _snprintf \
11994 _spawnvp \
11995 _strdup \
11996 _stricmp \
11997 _strnicmp \
11998 _strtoi64 \
11999 _strtoui64 \
12000 _vsnprintf \
12001 asctime_r \
12002 chsize \
12003 dlopen \
12004 epoll_create \
12005 ffs \
12006 finite \
12007 fnmatch \
12008 fork \
12009 fpclass \
12010 fstatfs \
12011 fstatvfs \
12012 ftruncate \
12013 futimes \
12014 futimesat \
12015 getdirentries \
12016 getopt_long \
12017 getpagesize \
12018 getpwuid \
12019 gettid \
12020 gettimeofday \
12021 getuid \
12022 kqueue \
12023 lstat \
12024 memmove \
12025 mmap \
12026 pclose \
12027 pipe2 \
12028 poll \
12029 popen \
12030 port_create \
12031 prctl \
12032 pread \
12033 pwrite \
12034 readdir \
12035 readlink \
12036 sched_setaffinity \
12037 sched_yield \
12038 select \
12039 setproctitle \
12040 setrlimit \
12041 settimeofday \
12042 sigaltstack \
12043 sigprocmask \
12044 snprintf \
12045 spawnvp \
12046 statfs \
12047 statvfs \
12048 strcasecmp \
12049 strdup \
12050 strerror \
12051 strncasecmp \
12052 strtold \
12053 strtoll \
12054 strtoull \
12055 symlink \
12056 tcgetattr \
12057 thr_kill2 \
12058 timegm \
12059 usleep \
12060 vsnprintf \
12061 wait4 \
12062 waitpid \
12064 do :
12065 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12066 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12067 eval as_val=\$$as_ac_var
12068 if test "x$as_val" = x""yes; then :
12069 cat >>confdefs.h <<_ACEOF
12070 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12071 _ACEOF
12074 done
12076 CFLAGS="$ac_save_CFLAGS"
12078 if test "$ac_cv_func_dlopen" = no
12079 then
12080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12081 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12082 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12083 $as_echo_n "(cached) " >&6
12084 else
12085 ac_check_lib_save_LIBS=$LIBS
12086 LIBS="-ldl $LIBS"
12087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12088 /* end confdefs.h. */
12090 /* Override any GCC internal prototype to avoid an error.
12091 Use char because int might match the return type of a GCC
12092 builtin and then its argument prototype would still apply. */
12093 #ifdef __cplusplus
12094 extern "C"
12095 #endif
12096 char dlopen ();
12098 main ()
12100 return dlopen ();
12102 return 0;
12104 _ACEOF
12105 if ac_fn_c_try_link "$LINENO"; then :
12106 ac_cv_lib_dl_dlopen=yes
12107 else
12108 ac_cv_lib_dl_dlopen=no
12110 rm -f core conftest.err conftest.$ac_objext \
12111 conftest$ac_exeext conftest.$ac_ext
12112 LIBS=$ac_check_lib_save_LIBS
12114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12115 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12116 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12117 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12118 LIBDL="-ldl"
12123 ac_wine_check_funcs_save_LIBS="$LIBS"
12124 LIBS="$LIBS $LIBDL"
12125 for ac_func in dladdr
12126 do :
12127 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12128 if test "x$ac_cv_func_dladdr" = x""yes; then :
12129 cat >>confdefs.h <<_ACEOF
12130 #define HAVE_DLADDR 1
12131 _ACEOF
12134 done
12136 LIBS="$ac_wine_check_funcs_save_LIBS"
12138 if test "$ac_cv_func_poll" = no
12139 then
12140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12141 $as_echo_n "checking for poll in -lpoll... " >&6; }
12142 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12143 $as_echo_n "(cached) " >&6
12144 else
12145 ac_check_lib_save_LIBS=$LIBS
12146 LIBS="-lpoll $LIBS"
12147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12148 /* end confdefs.h. */
12150 /* Override any GCC internal prototype to avoid an error.
12151 Use char because int might match the return type of a GCC
12152 builtin and then its argument prototype would still apply. */
12153 #ifdef __cplusplus
12154 extern "C"
12155 #endif
12156 char poll ();
12158 main ()
12160 return poll ();
12162 return 0;
12164 _ACEOF
12165 if ac_fn_c_try_link "$LINENO"; then :
12166 ac_cv_lib_poll_poll=yes
12167 else
12168 ac_cv_lib_poll_poll=no
12170 rm -f core conftest.err conftest.$ac_objext \
12171 conftest$ac_exeext conftest.$ac_ext
12172 LIBS=$ac_check_lib_save_LIBS
12174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12175 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12176 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12177 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12178 LIBPOLL="-lpoll"
12184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12185 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12186 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12187 $as_echo_n "(cached) " >&6
12188 else
12189 ac_func_search_save_LIBS=$LIBS
12190 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12191 /* end confdefs.h. */
12193 /* Override any GCC internal prototype to avoid an error.
12194 Use char because int might match the return type of a GCC
12195 builtin and then its argument prototype would still apply. */
12196 #ifdef __cplusplus
12197 extern "C"
12198 #endif
12199 char gethostbyname ();
12201 main ()
12203 return gethostbyname ();
12205 return 0;
12207 _ACEOF
12208 for ac_lib in '' nsl; do
12209 if test -z "$ac_lib"; then
12210 ac_res="none required"
12211 else
12212 ac_res=-l$ac_lib
12213 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12215 if ac_fn_c_try_link "$LINENO"; then :
12216 ac_cv_search_gethostbyname=$ac_res
12218 rm -f core conftest.err conftest.$ac_objext \
12219 conftest$ac_exeext
12220 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12221 break
12223 done
12224 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12226 else
12227 ac_cv_search_gethostbyname=no
12229 rm conftest.$ac_ext
12230 LIBS=$ac_func_search_save_LIBS
12232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12233 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12234 ac_res=$ac_cv_search_gethostbyname
12235 if test "$ac_res" != no; then :
12236 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12242 $as_echo_n "checking for library containing connect... " >&6; }
12243 if test "${ac_cv_search_connect+set}" = set; then :
12244 $as_echo_n "(cached) " >&6
12245 else
12246 ac_func_search_save_LIBS=$LIBS
12247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12248 /* end confdefs.h. */
12250 /* Override any GCC internal prototype to avoid an error.
12251 Use char because int might match the return type of a GCC
12252 builtin and then its argument prototype would still apply. */
12253 #ifdef __cplusplus
12254 extern "C"
12255 #endif
12256 char connect ();
12258 main ()
12260 return connect ();
12262 return 0;
12264 _ACEOF
12265 for ac_lib in '' socket; do
12266 if test -z "$ac_lib"; then
12267 ac_res="none required"
12268 else
12269 ac_res=-l$ac_lib
12270 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12272 if ac_fn_c_try_link "$LINENO"; then :
12273 ac_cv_search_connect=$ac_res
12275 rm -f core conftest.err conftest.$ac_objext \
12276 conftest$ac_exeext
12277 if test "${ac_cv_search_connect+set}" = set; then :
12278 break
12280 done
12281 if test "${ac_cv_search_connect+set}" = set; then :
12283 else
12284 ac_cv_search_connect=no
12286 rm conftest.$ac_ext
12287 LIBS=$ac_func_search_save_LIBS
12289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12290 $as_echo "$ac_cv_search_connect" >&6; }
12291 ac_res=$ac_cv_search_connect
12292 if test "$ac_res" != no; then :
12293 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12299 $as_echo_n "checking for library containing inet_aton... " >&6; }
12300 if test "${ac_cv_search_inet_aton+set}" = set; then :
12301 $as_echo_n "(cached) " >&6
12302 else
12303 ac_func_search_save_LIBS=$LIBS
12304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12305 /* end confdefs.h. */
12307 /* Override any GCC internal prototype to avoid an error.
12308 Use char because int might match the return type of a GCC
12309 builtin and then its argument prototype would still apply. */
12310 #ifdef __cplusplus
12311 extern "C"
12312 #endif
12313 char inet_aton ();
12315 main ()
12317 return inet_aton ();
12319 return 0;
12321 _ACEOF
12322 for ac_lib in '' resolv; do
12323 if test -z "$ac_lib"; then
12324 ac_res="none required"
12325 else
12326 ac_res=-l$ac_lib
12327 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12329 if ac_fn_c_try_link "$LINENO"; then :
12330 ac_cv_search_inet_aton=$ac_res
12332 rm -f core conftest.err conftest.$ac_objext \
12333 conftest$ac_exeext
12334 if test "${ac_cv_search_inet_aton+set}" = set; then :
12335 break
12337 done
12338 if test "${ac_cv_search_inet_aton+set}" = set; then :
12340 else
12341 ac_cv_search_inet_aton=no
12343 rm conftest.$ac_ext
12344 LIBS=$ac_func_search_save_LIBS
12346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12347 $as_echo "$ac_cv_search_inet_aton" >&6; }
12348 ac_res=$ac_cv_search_inet_aton
12349 if test "$ac_res" != no; then :
12350 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12355 for ac_func in \
12356 getaddrinfo \
12357 getnameinfo \
12358 getnetbyname \
12359 getprotobyname \
12360 getprotobynumber \
12361 getservbyport \
12362 inet_network \
12363 inet_ntop \
12364 inet_pton \
12365 sendmsg \
12366 socketpair \
12368 do :
12369 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12370 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12371 eval as_val=\$$as_ac_var
12372 if test "x$as_val" = x""yes; then :
12373 cat >>confdefs.h <<_ACEOF
12374 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12375 _ACEOF
12378 done
12381 LDAPLIBS=""
12383 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12384 then
12385 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12387 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12389 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12390 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12391 $as_echo_n "(cached) " >&6
12392 else
12393 ac_check_lib_save_LIBS=$LIBS
12394 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12396 /* end confdefs.h. */
12398 /* Override any GCC internal prototype to avoid an error.
12399 Use char because int might match the return type of a GCC
12400 builtin and then its argument prototype would still apply. */
12401 #ifdef __cplusplus
12402 extern "C"
12403 #endif
12404 char ldap_initialize ();
12406 main ()
12408 return ldap_initialize ();
12410 return 0;
12412 _ACEOF
12413 if ac_fn_c_try_link "$LINENO"; then :
12414 ac_cv_lib_ldap_r_ldap_initialize=yes
12415 else
12416 ac_cv_lib_ldap_r_ldap_initialize=no
12418 rm -f core conftest.err conftest.$ac_objext \
12419 conftest$ac_exeext conftest.$ac_ext
12420 LIBS=$ac_check_lib_save_LIBS
12422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12423 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12424 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12426 $as_echo_n "checking for ber_init in -llber... " >&6; }
12427 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12428 $as_echo_n "(cached) " >&6
12429 else
12430 ac_check_lib_save_LIBS=$LIBS
12431 LIBS="-llber $LIBPTHREAD $LIBS"
12432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12433 /* end confdefs.h. */
12435 /* Override any GCC internal prototype to avoid an error.
12436 Use char because int might match the return type of a GCC
12437 builtin and then its argument prototype would still apply. */
12438 #ifdef __cplusplus
12439 extern "C"
12440 #endif
12441 char ber_init ();
12443 main ()
12445 return ber_init ();
12447 return 0;
12449 _ACEOF
12450 if ac_fn_c_try_link "$LINENO"; then :
12451 ac_cv_lib_lber_ber_init=yes
12452 else
12453 ac_cv_lib_lber_ber_init=no
12455 rm -f core conftest.err conftest.$ac_objext \
12456 conftest$ac_exeext conftest.$ac_ext
12457 LIBS=$ac_check_lib_save_LIBS
12459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12460 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12461 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12463 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12465 LDAPLIBS="-lldap_r -llber"
12472 ac_wine_check_funcs_save_LIBS="$LIBS"
12473 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12474 for ac_func in \
12475 ldap_count_references \
12476 ldap_first_reference \
12477 ldap_next_reference \
12478 ldap_parse_reference \
12479 ldap_parse_sort_control \
12480 ldap_parse_sortresponse_control \
12481 ldap_parse_vlv_control \
12482 ldap_parse_vlvresponse_control
12483 do :
12484 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12485 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12486 eval as_val=\$$as_ac_var
12487 if test "x$as_val" = x""yes; then :
12488 cat >>confdefs.h <<_ACEOF
12489 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12490 _ACEOF
12493 done
12495 LIBS="$ac_wine_check_funcs_save_LIBS"
12497 if test "x$LDAPLIBS" = "x"; then :
12498 case "x$with_ldap" in
12499 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12500 xno) ;;
12501 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12502 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12503 esac
12506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12507 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12508 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12509 $as_echo_n "(cached) " >&6
12510 else
12511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12512 /* end confdefs.h. */
12513 #include <sys/stat.h>
12515 main ()
12517 mkdir("foo");
12519 return 0;
12521 _ACEOF
12522 if ac_fn_c_try_compile "$LINENO"; then :
12523 wine_cv_one_arg_mkdir=yes
12524 else
12525 wine_cv_one_arg_mkdir=no
12527 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12530 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12531 if test "$wine_cv_one_arg_mkdir" = "yes"
12532 then
12534 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12540 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12541 if test "${ac_cv_c_const+set}" = set; then :
12542 $as_echo_n "(cached) " >&6
12543 else
12544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12545 /* end confdefs.h. */
12548 main ()
12550 /* FIXME: Include the comments suggested by Paul. */
12551 #ifndef __cplusplus
12552 /* Ultrix mips cc rejects this. */
12553 typedef int charset[2];
12554 const charset cs;
12555 /* SunOS 4.1.1 cc rejects this. */
12556 char const *const *pcpcc;
12557 char **ppc;
12558 /* NEC SVR4.0.2 mips cc rejects this. */
12559 struct point {int x, y;};
12560 static struct point const zero = {0,0};
12561 /* AIX XL C 1.02.0.0 rejects this.
12562 It does not let you subtract one const X* pointer from another in
12563 an arm of an if-expression whose if-part is not a constant
12564 expression */
12565 const char *g = "string";
12566 pcpcc = &g + (g ? g-g : 0);
12567 /* HPUX 7.0 cc rejects these. */
12568 ++pcpcc;
12569 ppc = (char**) pcpcc;
12570 pcpcc = (char const *const *) ppc;
12571 { /* SCO 3.2v4 cc rejects this. */
12572 char *t;
12573 char const *s = 0 ? (char *) 0 : (char const *) 0;
12575 *t++ = 0;
12576 if (s) return 0;
12578 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12579 int x[] = {25, 17};
12580 const int *foo = &x[0];
12581 ++foo;
12583 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12584 typedef const int *iptr;
12585 iptr p = 0;
12586 ++p;
12588 { /* AIX XL C 1.02.0.0 rejects this saying
12589 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12590 struct s { int j; const int *ap[3]; };
12591 struct s *b; b->j = 5;
12593 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12594 const int foo = 10;
12595 if (!foo) return 0;
12597 return !cs[0] && !zero.x;
12598 #endif
12601 return 0;
12603 _ACEOF
12604 if ac_fn_c_try_compile "$LINENO"; then :
12605 ac_cv_c_const=yes
12606 else
12607 ac_cv_c_const=no
12609 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12612 $as_echo "$ac_cv_c_const" >&6; }
12613 if test $ac_cv_c_const = no; then
12615 $as_echo "#define const /**/" >>confdefs.h
12619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12620 $as_echo_n "checking for inline... " >&6; }
12621 if test "${ac_cv_c_inline+set}" = set; then :
12622 $as_echo_n "(cached) " >&6
12623 else
12624 ac_cv_c_inline=no
12625 for ac_kw in inline __inline__ __inline; do
12626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12627 /* end confdefs.h. */
12628 #ifndef __cplusplus
12629 typedef int foo_t;
12630 static $ac_kw foo_t static_foo () {return 0; }
12631 $ac_kw foo_t foo () {return 0; }
12632 #endif
12634 _ACEOF
12635 if ac_fn_c_try_compile "$LINENO"; then :
12636 ac_cv_c_inline=$ac_kw
12638 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12639 test "$ac_cv_c_inline" != no && break
12640 done
12643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12644 $as_echo "$ac_cv_c_inline" >&6; }
12646 case $ac_cv_c_inline in
12647 inline | yes) ;;
12649 case $ac_cv_c_inline in
12650 no) ac_val=;;
12651 *) ac_val=$ac_cv_c_inline;;
12652 esac
12653 cat >>confdefs.h <<_ACEOF
12654 #ifndef __cplusplus
12655 #define inline $ac_val
12656 #endif
12657 _ACEOF
12659 esac
12661 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12662 if test "x$ac_cv_type_mode_t" = x""yes; then :
12664 cat >>confdefs.h <<_ACEOF
12665 #define HAVE_MODE_T 1
12666 _ACEOF
12670 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12671 if test "x$ac_cv_type_off_t" = x""yes; then :
12673 cat >>confdefs.h <<_ACEOF
12674 #define HAVE_OFF_T 1
12675 _ACEOF
12679 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12680 if test "x$ac_cv_type_pid_t" = x""yes; then :
12682 cat >>confdefs.h <<_ACEOF
12683 #define HAVE_PID_T 1
12684 _ACEOF
12688 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12689 if test "x$ac_cv_type_size_t" = x""yes; then :
12691 cat >>confdefs.h <<_ACEOF
12692 #define HAVE_SIZE_T 1
12693 _ACEOF
12697 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12698 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12700 cat >>confdefs.h <<_ACEOF
12701 #define HAVE_SSIZE_T 1
12702 _ACEOF
12706 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12707 if test "x$ac_cv_type_long_long" = x""yes; then :
12709 cat >>confdefs.h <<_ACEOF
12710 #define HAVE_LONG_LONG 1
12711 _ACEOF
12715 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12716 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12718 cat >>confdefs.h <<_ACEOF
12719 #define HAVE_FSBLKCNT_T 1
12720 _ACEOF
12724 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12725 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12727 cat >>confdefs.h <<_ACEOF
12728 #define HAVE_FSFILCNT_T 1
12729 _ACEOF
12734 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12735 #include <signal.h>
12737 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12739 cat >>confdefs.h <<_ACEOF
12740 #define HAVE_SIGSET_T 1
12741 _ACEOF
12746 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12748 if test "x$ac_cv_type_request_sense" = x""yes; then :
12750 cat >>confdefs.h <<_ACEOF
12751 #define HAVE_REQUEST_SENSE 1
12752 _ACEOF
12758 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12759 #ifdef HAVE_SYS_SOCKET_H
12760 #include <sys/socket.h>
12761 #endif
12762 #ifdef HAVE_SYS_SOCKETVAR_H
12763 #include <sys/socketvar.h>
12764 #endif
12765 #ifdef HAVE_NET_ROUTE_H
12766 #include <net/route.h>
12767 #endif
12768 #ifdef HAVE_NETINET_IN_H
12769 #include <netinet/in.h>
12770 #endif
12771 #ifdef HAVE_NETINET_IN_SYSTM_H
12772 #include <netinet/in_systm.h>
12773 #endif
12774 #ifdef HAVE_NETINET_IP_H
12775 #include <netinet/ip.h>
12776 #endif
12777 #ifdef HAVE_NETINET_IN_PCB_H
12778 #include <netinet/in_pcb.h>
12779 #endif
12781 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12783 cat >>confdefs.h <<_ACEOF
12784 #define HAVE_STRUCT_XINPGEN 1
12785 _ACEOF
12791 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12792 #include <linux/input.h>
12793 #endif
12795 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12797 cat >>confdefs.h <<_ACEOF
12798 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12799 _ACEOF
12805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12806 $as_echo_n "checking for sigaddset... " >&6; }
12807 if test "${wine_cv_have_sigaddset+set}" = set; then :
12808 $as_echo_n "(cached) " >&6
12809 else
12810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12811 /* end confdefs.h. */
12812 #include <signal.h>
12814 main ()
12816 sigset_t set; sigaddset(&set,SIGTERM);
12818 return 0;
12820 _ACEOF
12821 if ac_fn_c_try_link "$LINENO"; then :
12822 wine_cv_have_sigaddset=yes
12823 else
12824 wine_cv_have_sigaddset=no
12826 rm -f core conftest.err conftest.$ac_objext \
12827 conftest$ac_exeext conftest.$ac_ext
12829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12830 $as_echo "$wine_cv_have_sigaddset" >&6; }
12831 if test "$wine_cv_have_sigaddset" = "yes"
12832 then
12834 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12840 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12841 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12842 $as_echo_n "(cached) " >&6
12843 else
12844 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12845 /* end confdefs.h. */
12846 #include <netdb.h>
12848 main ()
12851 char *name=0;
12852 struct hostent he;
12853 struct hostent *result;
12854 char *buf=0;
12855 int bufsize=0;
12856 int res,errnr;
12857 char *addr=0;
12858 int addrlen=0;
12859 int addrtype=0;
12860 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12861 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12864 return 0;
12866 _ACEOF
12867 if ac_fn_c_try_link "$LINENO"; then :
12868 wine_cv_linux_gethostbyname_r_6=yes
12869 else
12870 wine_cv_linux_gethostbyname_r_6=no
12873 rm -f core conftest.err conftest.$ac_objext \
12874 conftest$ac_exeext conftest.$ac_ext
12877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
12878 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
12879 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12880 then
12882 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
12886 if test "$ac_cv_header_linux_joystick_h" = "yes"
12887 then
12888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
12889 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
12890 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
12891 $as_echo_n "(cached) " >&6
12892 else
12893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12894 /* end confdefs.h. */
12896 #include <sys/ioctl.h>
12897 #include <sys/types.h>
12898 #include <linux/joystick.h>
12900 struct js_event blub;
12901 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
12902 #error "no 2.2 header"
12903 #endif
12906 main ()
12908 /*empty*/
12910 return 0;
12912 _ACEOF
12913 if ac_fn_c_try_compile "$LINENO"; then :
12914 wine_cv_linux_joystick_22_api=yes
12915 else
12916 wine_cv_linux_joystick_22_api=no
12918 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
12922 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
12923 if test "$wine_cv_linux_joystick_22_api" = "yes"
12924 then
12926 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
12932 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
12933 #ifdef HAVE_SYS_PARAM_H
12934 # include <sys/param.h>
12935 #endif
12936 #ifdef HAVE_SYS_MOUNT_H
12937 # include <sys/mount.h>
12938 #endif
12939 #ifdef HAVE_SYS_VFS_H
12940 # include <sys/vfs.h>
12941 #endif
12942 #ifdef HAVE_SYS_STATFS_H
12943 # include <sys/statfs.h>
12944 #endif
12946 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
12948 cat >>confdefs.h <<_ACEOF
12949 #define HAVE_STRUCT_STATFS_F_BFREE 1
12950 _ACEOF
12954 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
12955 #ifdef HAVE_SYS_PARAM_H
12956 # include <sys/param.h>
12957 #endif
12958 #ifdef HAVE_SYS_MOUNT_H
12959 # include <sys/mount.h>
12960 #endif
12961 #ifdef HAVE_SYS_VFS_H
12962 # include <sys/vfs.h>
12963 #endif
12964 #ifdef HAVE_SYS_STATFS_H
12965 # include <sys/statfs.h>
12966 #endif
12968 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
12970 cat >>confdefs.h <<_ACEOF
12971 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
12972 _ACEOF
12976 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
12977 #ifdef HAVE_SYS_PARAM_H
12978 # include <sys/param.h>
12979 #endif
12980 #ifdef HAVE_SYS_MOUNT_H
12981 # include <sys/mount.h>
12982 #endif
12983 #ifdef HAVE_SYS_VFS_H
12984 # include <sys/vfs.h>
12985 #endif
12986 #ifdef HAVE_SYS_STATFS_H
12987 # include <sys/statfs.h>
12988 #endif
12990 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
12992 cat >>confdefs.h <<_ACEOF
12993 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
12994 _ACEOF
12998 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
12999 #ifdef HAVE_SYS_PARAM_H
13000 # include <sys/param.h>
13001 #endif
13002 #ifdef HAVE_SYS_MOUNT_H
13003 # include <sys/mount.h>
13004 #endif
13005 #ifdef HAVE_SYS_VFS_H
13006 # include <sys/vfs.h>
13007 #endif
13008 #ifdef HAVE_SYS_STATFS_H
13009 # include <sys/statfs.h>
13010 #endif
13012 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13014 cat >>confdefs.h <<_ACEOF
13015 #define HAVE_STRUCT_STATFS_F_FFREE 1
13016 _ACEOF
13020 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13021 #ifdef HAVE_SYS_PARAM_H
13022 # include <sys/param.h>
13023 #endif
13024 #ifdef HAVE_SYS_MOUNT_H
13025 # include <sys/mount.h>
13026 #endif
13027 #ifdef HAVE_SYS_VFS_H
13028 # include <sys/vfs.h>
13029 #endif
13030 #ifdef HAVE_SYS_STATFS_H
13031 # include <sys/statfs.h>
13032 #endif
13034 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13036 cat >>confdefs.h <<_ACEOF
13037 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13038 _ACEOF
13042 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13043 #ifdef HAVE_SYS_PARAM_H
13044 # include <sys/param.h>
13045 #endif
13046 #ifdef HAVE_SYS_MOUNT_H
13047 # include <sys/mount.h>
13048 #endif
13049 #ifdef HAVE_SYS_VFS_H
13050 # include <sys/vfs.h>
13051 #endif
13052 #ifdef HAVE_SYS_STATFS_H
13053 # include <sys/statfs.h>
13054 #endif
13056 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13058 cat >>confdefs.h <<_ACEOF
13059 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13060 _ACEOF
13066 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13067 #include <sys/statvfs.h>
13068 #endif
13070 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13072 cat >>confdefs.h <<_ACEOF
13073 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13074 _ACEOF
13080 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13081 #ifdef HAVE_SYS_SOCKET_H
13082 # include <sys/socket.h>
13083 #endif
13084 #ifdef HAVE_SYS_UN_H
13085 # include <sys/un.h>
13086 #endif
13088 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13090 cat >>confdefs.h <<_ACEOF
13091 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13092 _ACEOF
13096 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13097 #ifdef HAVE_SYS_SOCKET_H
13098 # include <sys/socket.h>
13099 #endif
13100 #ifdef HAVE_SYS_UN_H
13101 # include <sys/un.h>
13102 #endif
13104 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13106 cat >>confdefs.h <<_ACEOF
13107 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13108 _ACEOF
13112 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13113 #ifdef HAVE_SYS_SOCKET_H
13114 # include <sys/socket.h>
13115 #endif
13116 #ifdef HAVE_SYS_UN_H
13117 # include <sys/un.h>
13118 #endif
13120 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13122 cat >>confdefs.h <<_ACEOF
13123 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13124 _ACEOF
13130 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13131 #ifdef HAVE_SCSI_SG_H
13132 #include <scsi/sg.h>
13133 #endif
13135 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13137 cat >>confdefs.h <<_ACEOF
13138 #define HAVE_SCSIREQ_T_CMD 1
13139 _ACEOF
13143 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>
13144 #ifdef HAVE_SCSI_SG_H
13145 #include <scsi/sg.h>
13146 #endif
13148 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13150 cat >>confdefs.h <<_ACEOF
13151 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13152 _ACEOF
13158 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13160 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13162 cat >>confdefs.h <<_ACEOF
13163 #define HAVE_SIGINFO_T_SI_FD 1
13164 _ACEOF
13170 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13171 #ifdef HAVE_SYS_MTIO_H
13172 #include <sys/mtio.h>
13173 #endif
13175 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13177 cat >>confdefs.h <<_ACEOF
13178 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13179 _ACEOF
13183 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13184 #ifdef HAVE_SYS_MTIO_H
13185 #include <sys/mtio.h>
13186 #endif
13188 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13190 cat >>confdefs.h <<_ACEOF
13191 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13192 _ACEOF
13196 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13197 #ifdef HAVE_SYS_MTIO_H
13198 #include <sys/mtio.h>
13199 #endif
13201 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13203 cat >>confdefs.h <<_ACEOF
13204 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13205 _ACEOF
13211 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13212 #include <getopt.h>
13213 #endif
13215 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13217 cat >>confdefs.h <<_ACEOF
13218 #define HAVE_STRUCT_OPTION_NAME 1
13219 _ACEOF
13225 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13226 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13228 cat >>confdefs.h <<_ACEOF
13229 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13230 _ACEOF
13234 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13235 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13237 cat >>confdefs.h <<_ACEOF
13238 #define HAVE_STRUCT_STAT_ST_MTIM 1
13239 _ACEOF
13243 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13244 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13246 cat >>confdefs.h <<_ACEOF
13247 #define HAVE_STRUCT_STAT_ST_CTIM 1
13248 _ACEOF
13252 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13253 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13255 cat >>confdefs.h <<_ACEOF
13256 #define HAVE_STRUCT_STAT_ST_ATIM 1
13257 _ACEOF
13263 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
13264 #include <sys/types.h>
13265 #endif
13266 #ifdef HAVE_NETINET_IN_H
13267 #include <netinet/in.h>
13268 #endif
13270 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13272 cat >>confdefs.h <<_ACEOF
13273 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13274 _ACEOF
13280 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13281 #include <sys/types.h>
13282 #endif
13283 #ifdef HAVE_NETINET_IN_H
13284 # include <netinet/in.h>
13285 #endif
13286 #ifdef HAVE_ARPA_NAMESER_H
13287 # include <arpa/nameser.h>
13288 #endif
13290 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13292 cat >>confdefs.h <<_ACEOF
13293 #define HAVE_NS_MSG__MSG_PTR 1
13294 _ACEOF
13300 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13301 #include <sys/types.h>
13302 #endif
13303 #ifdef HAVE_ALIAS_H
13304 #include <alias.h>
13305 #endif
13306 #ifdef HAVE_SYS_SOCKET_H
13307 #include <sys/socket.h>
13308 #endif
13309 #ifdef HAVE_SYS_SOCKETVAR_H
13310 #include <sys/socketvar.h>
13311 #endif
13312 #ifdef HAVE_SYS_TIMEOUT_H
13313 #include <sys/timeout.h>
13314 #endif
13315 #ifdef HAVE_NETINET_IN_H
13316 #include <netinet/in.h>
13317 #endif
13318 #ifdef HAVE_NETINET_IN_SYSTM_H
13319 #include <netinet/in_systm.h>
13320 #endif
13321 #ifdef HAVE_NETINET_IP_H
13322 #include <netinet/ip.h>
13323 #endif
13324 #ifdef HAVE_NETINET_IP_VAR_H
13325 #include <netinet/ip_var.h>
13326 #endif
13327 #ifdef HAVE_NETINET_IP_ICMP_H
13328 #include <netinet/ip_icmp.h>
13329 #endif
13330 #ifdef HAVE_NETINET_ICMP_VAR
13331 #include <netinet/icmp_var.h>
13332 #endif
13334 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13336 cat >>confdefs.h <<_ACEOF
13337 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13338 _ACEOF
13344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13345 $as_echo_n "checking for timezone variable... " >&6; }
13346 if test "${ac_cv_have_timezone+set}" = set; then :
13347 $as_echo_n "(cached) " >&6
13348 else
13349 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13350 /* end confdefs.h. */
13351 #include <time.h>
13353 main ()
13355 timezone = 1
13357 return 0;
13359 _ACEOF
13360 if ac_fn_c_try_link "$LINENO"; then :
13361 ac_cv_have_timezone="yes"
13362 else
13363 ac_cv_have_timezone="no"
13365 rm -f core conftest.err conftest.$ac_objext \
13366 conftest$ac_exeext conftest.$ac_ext
13368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13369 $as_echo "$ac_cv_have_timezone" >&6; }
13370 if test "$ac_cv_have_timezone" = "yes"
13371 then
13373 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13377 $as_echo_n "checking for daylight variable... " >&6; }
13378 if test "${ac_cv_have_daylight+set}" = set; then :
13379 $as_echo_n "(cached) " >&6
13380 else
13381 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13382 /* end confdefs.h. */
13383 #include <time.h>
13385 main ()
13387 daylight = 1
13389 return 0;
13391 _ACEOF
13392 if ac_fn_c_try_link "$LINENO"; then :
13393 ac_cv_have_daylight="yes"
13394 else
13395 ac_cv_have_daylight="no"
13397 rm -f core conftest.err conftest.$ac_objext \
13398 conftest$ac_exeext conftest.$ac_ext
13400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13401 $as_echo "$ac_cv_have_daylight" >&6; }
13402 if test "$ac_cv_have_daylight" = "yes"
13403 then
13405 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13410 $as_echo_n "checking for isinf... " >&6; }
13411 if test "${ac_cv_have_isinf+set}" = set; then :
13412 $as_echo_n "(cached) " >&6
13413 else
13414 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13415 /* end confdefs.h. */
13416 #include <math.h>
13418 main ()
13420 float f = 0.0; int i=isinf(f)
13422 return 0;
13424 _ACEOF
13425 if ac_fn_c_try_link "$LINENO"; then :
13426 ac_cv_have_isinf="yes"
13427 else
13428 ac_cv_have_isinf="no"
13430 rm -f core conftest.err conftest.$ac_objext \
13431 conftest$ac_exeext conftest.$ac_ext
13433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13434 $as_echo "$ac_cv_have_isinf" >&6; }
13435 if test "$ac_cv_have_isinf" = "yes"
13436 then
13438 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13443 $as_echo_n "checking for isnan... " >&6; }
13444 if test "${ac_cv_have_isnan+set}" = set; then :
13445 $as_echo_n "(cached) " >&6
13446 else
13447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13448 /* end confdefs.h. */
13449 #include <math.h>
13451 main ()
13453 float f = 0.0; int i=isnan(f)
13455 return 0;
13457 _ACEOF
13458 if ac_fn_c_try_link "$LINENO"; then :
13459 ac_cv_have_isnan="yes"
13460 else
13461 ac_cv_have_isnan="no"
13463 rm -f core conftest.err conftest.$ac_objext \
13464 conftest$ac_exeext conftest.$ac_ext
13466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13467 $as_echo "$ac_cv_have_isnan" >&6; }
13468 if test "$ac_cv_have_isnan" = "yes"
13469 then
13471 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13476 case $host_cpu in
13477 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13478 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13479 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13480 $as_echo_n "(cached) " >&6
13481 else
13482 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13483 /* end confdefs.h. */
13484 #ifndef __i386__
13486 #endif
13487 _ACEOF
13488 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13489 $EGREP "yes" >/dev/null 2>&1; then :
13490 ac_cv_cpp_def___i386__=yes
13491 else
13492 ac_cv_cpp_def___i386__=no
13494 rm -f conftest*
13497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13498 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13499 if test $ac_cv_cpp_def___i386__ = yes; then :
13500 CFLAGS="$CFLAGS -D__i386__"
13501 LINTFLAGS="$LINTFLAGS -D__i386__"
13502 fi ;;
13503 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13504 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13505 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13506 $as_echo_n "(cached) " >&6
13507 else
13508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13509 /* end confdefs.h. */
13510 #ifndef __x86_64__
13512 #endif
13513 _ACEOF
13514 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13515 $EGREP "yes" >/dev/null 2>&1; then :
13516 ac_cv_cpp_def___x86_64__=yes
13517 else
13518 ac_cv_cpp_def___x86_64__=no
13520 rm -f conftest*
13523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13524 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13525 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13526 CFLAGS="$CFLAGS -D__x86_64__"
13527 LINTFLAGS="$LINTFLAGS -D__x86_64__"
13528 fi ;;
13529 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13530 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13531 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13532 $as_echo_n "(cached) " >&6
13533 else
13534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13535 /* end confdefs.h. */
13536 #ifndef __ALPHA__
13538 #endif
13539 _ACEOF
13540 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13541 $EGREP "yes" >/dev/null 2>&1; then :
13542 ac_cv_cpp_def___ALPHA__=yes
13543 else
13544 ac_cv_cpp_def___ALPHA__=no
13546 rm -f conftest*
13549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13550 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13551 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13552 CFLAGS="$CFLAGS -D__ALPHA__"
13553 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13554 fi ;;
13555 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13556 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13557 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13558 $as_echo_n "(cached) " >&6
13559 else
13560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13561 /* end confdefs.h. */
13562 #ifndef __sparc__
13564 #endif
13565 _ACEOF
13566 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13567 $EGREP "yes" >/dev/null 2>&1; then :
13568 ac_cv_cpp_def___sparc__=yes
13569 else
13570 ac_cv_cpp_def___sparc__=no
13572 rm -f conftest*
13575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13576 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13577 if test $ac_cv_cpp_def___sparc__ = yes; then :
13578 CFLAGS="$CFLAGS -D__sparc__"
13579 LINTFLAGS="$LINTFLAGS -D__sparc__"
13580 fi ;;
13581 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13582 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13583 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13584 $as_echo_n "(cached) " >&6
13585 else
13586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13587 /* end confdefs.h. */
13588 #ifndef __powerpc__
13590 #endif
13591 _ACEOF
13592 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13593 $EGREP "yes" >/dev/null 2>&1; then :
13594 ac_cv_cpp_def___powerpc__=yes
13595 else
13596 ac_cv_cpp_def___powerpc__=no
13598 rm -f conftest*
13601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13602 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13603 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13604 CFLAGS="$CFLAGS -D__powerpc__"
13605 LINTFLAGS="$LINTFLAGS -D__powerpc__"
13606 fi ;;
13607 esac
13609 case $host_vendor in
13610 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13611 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13612 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13613 $as_echo_n "(cached) " >&6
13614 else
13615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13616 /* end confdefs.h. */
13617 #ifndef __sun__
13619 #endif
13620 _ACEOF
13621 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13622 $EGREP "yes" >/dev/null 2>&1; then :
13623 ac_cv_cpp_def___sun__=yes
13624 else
13625 ac_cv_cpp_def___sun__=no
13627 rm -f conftest*
13630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13631 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13632 if test $ac_cv_cpp_def___sun__ = yes; then :
13633 CFLAGS="$CFLAGS -D__sun__"
13634 LINTFLAGS="$LINTFLAGS -D__sun__"
13635 fi ;;
13636 esac
13639 DEPENDENCIES="### Dependencies:
13641 .INIT: Makefile
13642 .BEGIN: Makefile
13643 .MAKEFILEDEPS:
13644 Makefile: dummy
13645 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
13647 \$(OBJS) \$(CROSSOBJS): \$(IDL_GEN_HEADERS) \$(BISON_SRCS:.y=.tab.h)
13648 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13649 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13650 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13651 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13654 ALL_MAKERULES=""
13656 ALL_MAKEFILES=""
13658 ALL_SYMLINKS=""
13660 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13662 ALL_WINETEST_DEPENDS="# Test binaries"
13665 ALL_TOP_DIRS=""
13667 ALL_DLL_DIRS=""
13669 ALL_TOOL_DIRS=""
13671 ALL_STATICLIB_DIRS=""
13673 ALL_STATIC_LIBS=""
13675 ALL_IMPORT_LIBS=""
13677 ALL_TEST_DIRS=""
13679 ALL_TEST_BINARIES=""
13681 ALL_PROGRAM_DIRS=""
13683 ALL_PROGRAM_INSTALL_DIRS=""
13685 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13690 ac_config_commands="$ac_config_commands include/stamp-h"
13693 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
13694 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13695 dlls/wineps.drv/generic.ppd"
13696 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
13697 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13698 fonts/marlett.ttf"
13699 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
13700 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13701 fonts/symbol.ttf"
13702 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
13703 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13704 fonts/tahoma.ttf"
13705 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
13706 test "$srcdir" = "." || ALL_SYMLINKS="$ALL_SYMLINKS \\
13707 fonts/tahomabd.ttf"
13708 ac_config_links="$ac_config_links wine:tools/winewrapper"
13709 ALL_SYMLINKS="$ALL_SYMLINKS \\
13710 wine"
13712 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13714 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13716 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13718 ac_config_commands="$ac_config_commands dlls/user32/resources"
13720 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13722 ac_config_commands="$ac_config_commands include/wine"
13725 ALL_MAKERULES="$ALL_MAKERULES \\
13726 Make.rules"
13727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13728 Make.rules: Make.rules.in config.status"
13729 MAKE_RULES=Make.rules
13730 ac_config_files="$ac_config_files Make.rules"
13732 ALL_MAKERULES="$ALL_MAKERULES \\
13733 dlls/Makedll.rules"
13734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13735 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules config.status"
13736 MAKE_DLL_RULES=dlls/Makedll.rules
13737 ac_config_files="$ac_config_files dlls/Makedll.rules"
13739 ALL_MAKERULES="$ALL_MAKERULES \\
13740 dlls/Makeimplib.rules"
13741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13742 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules config.status"
13743 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13744 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13746 ALL_MAKERULES="$ALL_MAKERULES \\
13747 dlls/Maketest.rules"
13748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13749 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules config.status"
13750 MAKE_TEST_RULES=dlls/Maketest.rules
13751 ac_config_files="$ac_config_files dlls/Maketest.rules"
13753 ALL_MAKERULES="$ALL_MAKERULES \\
13754 programs/Makeprog.rules"
13755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13756 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules config.status"
13757 MAKE_PROG_RULES=programs/Makeprog.rules
13758 ac_config_files="$ac_config_files programs/Makeprog.rules"
13763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13764 Makefile: Makefile.in Make.rules config.status"
13765 ac_config_files="$ac_config_files Makefile"
13767 ALL_MAKEFILES="$ALL_MAKEFILES \\
13768 dlls/Makefile"
13769 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
13770 dlls"
13771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13772 \$(RECURSE_TARGETS:%=dlls/%) dlls: dlls/Makefile \$(MAKEDEP)
13773 dlls/Makefile: dlls/Makefile.in Make.rules config.status"
13774 ac_config_files="$ac_config_files dlls/Makefile"
13776 ALL_MAKEFILES="$ALL_MAKEFILES \\
13777 dlls/acledit/Makefile"
13778 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13779 acledit"
13780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13781 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules config.status"
13782 ac_config_files="$ac_config_files dlls/acledit/Makefile"
13784 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13785 dlls/aclui/libaclui.$IMPLIBEXT"
13786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13787 dlls/aclui/libaclui.$IMPLIBEXT dlls/aclui/libaclui.cross.a: tools/widl tools/winebuild tools/winegcc include
13788 dlls/aclui/libaclui.$IMPLIBEXT dlls/aclui/libaclui.cross.a: dlls/aclui/aclui.spec dlls/aclui/Makefile
13789 @cd dlls/aclui && \$(MAKE) \`basename \$@\`"
13790 ALL_MAKEFILES="$ALL_MAKEFILES \\
13791 dlls/aclui/Makefile"
13792 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13793 aclui"
13794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13795 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules config.status"
13796 ac_config_files="$ac_config_files dlls/aclui/Makefile"
13798 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13799 dlls/activeds/libactiveds.$IMPLIBEXT"
13800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13801 dlls/activeds/libactiveds.$IMPLIBEXT dlls/activeds/libactiveds.cross.a: tools/widl tools/winebuild tools/winegcc include
13802 dlls/activeds/libactiveds.$IMPLIBEXT dlls/activeds/libactiveds.cross.a: dlls/activeds/activeds.spec dlls/activeds/Makefile
13803 @cd dlls/activeds && \$(MAKE) \`basename \$@\`"
13804 ALL_MAKEFILES="$ALL_MAKEFILES \\
13805 dlls/activeds/Makefile"
13806 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13807 activeds"
13808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13809 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules config.status"
13810 ac_config_files="$ac_config_files dlls/activeds/Makefile"
13812 ALL_MAKEFILES="$ALL_MAKEFILES \\
13813 dlls/actxprxy/Makefile"
13814 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13815 actxprxy"
13816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13817 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules config.status"
13818 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13820 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
13821 dlls/adsiid/libadsiid.a"
13822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13823 dlls/adsiid: tools/widl tools/winebuild tools/winegcc include
13824 dlls/adsiid/__install__ dlls/adsiid/__install-dev__: dlls/adsiid
13825 dlls/adsiid/libadsiid.cross.a: dlls/adsiid/Makefile tools/widl tools/winebuild tools/winegcc include dummy
13826 @cd dlls/adsiid && \$(MAKE) \`basename \$@\`"
13827 ALL_MAKEFILES="$ALL_MAKEFILES \\
13828 dlls/adsiid/Makefile"
13829 test "x$enable_adsiid" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
13830 dlls/adsiid"
13831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13832 \$(RECURSE_TARGETS:%=dlls/adsiid/%) dlls/adsiid: dlls/adsiid/Makefile \$(MAKEDEP)
13833 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules config.status"
13834 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13836 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13837 dlls/advapi32/libadvapi32.$IMPLIBEXT"
13838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13839 dlls/advapi32/libadvapi32.$IMPLIBEXT dlls/advapi32/libadvapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
13840 dlls/advapi32/libadvapi32.$IMPLIBEXT dlls/advapi32/libadvapi32.cross.a: dlls/advapi32/advapi32.spec dlls/advapi32/Makefile
13841 @cd dlls/advapi32 && \$(MAKE) \`basename \$@\`"
13842 ALL_MAKEFILES="$ALL_MAKEFILES \\
13843 dlls/advapi32/Makefile"
13844 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13845 advapi32"
13846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13847 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules config.status"
13848 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13851 dlls/advapi32/tests: __builddeps__
13852 dlls/advapi32/tests/__crosstest__: __buildcrossdeps__"
13853 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
13854 advapi32_test.exe"
13855 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
13856 advapi32_test.exe: \$(TOPOBJDIR)/dlls/advapi32/tests/advapi32_test.exe$DLLEXT
13857 cp \$(TOPOBJDIR)/dlls/advapi32/tests/advapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13858 advapi32_test.rc:
13859 echo \"advapi32_test.exe TESTRES \\\"advapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13860 advapi32_test.res: advapi32_test.rc advapi32_test.exe"
13861 ALL_MAKEFILES="$ALL_MAKEFILES \\
13862 dlls/advapi32/tests/Makefile"
13863 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13864 dlls/advapi32/tests"
13865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13866 \$(RECURSE_TARGETS:%=dlls/advapi32/tests/%) dlls/advapi32/tests: dlls/advapi32/tests/Makefile \$(MAKEDEP)
13867 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules config.status"
13868 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13870 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13871 dlls/advpack/libadvpack.$IMPLIBEXT"
13872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13873 dlls/advpack/libadvpack.$IMPLIBEXT dlls/advpack/libadvpack.cross.a: tools/widl tools/winebuild tools/winegcc include
13874 dlls/advpack/libadvpack.$IMPLIBEXT dlls/advpack/libadvpack.cross.a: dlls/advpack/advpack.spec dlls/advpack/Makefile
13875 @cd dlls/advpack && \$(MAKE) \`basename \$@\`"
13876 ALL_MAKEFILES="$ALL_MAKEFILES \\
13877 dlls/advpack/Makefile"
13878 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13879 advpack"
13880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13881 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules config.status"
13882 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13885 dlls/advpack/tests: __builddeps__
13886 dlls/advpack/tests/__crosstest__: __buildcrossdeps__"
13887 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
13888 advpack_test.exe"
13889 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
13890 advpack_test.exe: \$(TOPOBJDIR)/dlls/advpack/tests/advpack_test.exe$DLLEXT
13891 cp \$(TOPOBJDIR)/dlls/advpack/tests/advpack_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13892 advpack_test.rc:
13893 echo \"advpack_test.exe TESTRES \\\"advpack_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13894 advpack_test.res: advpack_test.rc advpack_test.exe"
13895 ALL_MAKEFILES="$ALL_MAKEFILES \\
13896 dlls/advpack/tests/Makefile"
13897 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13898 dlls/advpack/tests"
13899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13900 \$(RECURSE_TARGETS:%=dlls/advpack/tests/%) dlls/advpack/tests: dlls/advpack/tests/Makefile \$(MAKEDEP)
13901 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules config.status"
13902 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13904 ALL_MAKEFILES="$ALL_MAKEFILES \\
13905 dlls/amstream/Makefile"
13906 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13907 amstream"
13908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13909 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules config.status"
13910 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13913 dlls/amstream/tests: __builddeps__
13914 dlls/amstream/tests/__crosstest__: __buildcrossdeps__"
13915 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
13916 amstream_test.exe"
13917 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
13918 amstream_test.exe: \$(TOPOBJDIR)/dlls/amstream/tests/amstream_test.exe$DLLEXT
13919 cp \$(TOPOBJDIR)/dlls/amstream/tests/amstream_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13920 amstream_test.rc:
13921 echo \"amstream_test.exe TESTRES \\\"amstream_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13922 amstream_test.res: amstream_test.rc amstream_test.exe"
13923 ALL_MAKEFILES="$ALL_MAKEFILES \\
13924 dlls/amstream/tests/Makefile"
13925 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13926 dlls/amstream/tests"
13927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13928 \$(RECURSE_TARGETS:%=dlls/amstream/tests/%) dlls/amstream/tests: dlls/amstream/tests/Makefile \$(MAKEDEP)
13929 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules config.status"
13930 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13932 ALL_MAKEFILES="$ALL_MAKEFILES \\
13933 dlls/appwiz.cpl/Makefile"
13934 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13935 appwiz.cpl"
13936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13937 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules config.status"
13938 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13940 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13941 dlls/atl/libatl.$IMPLIBEXT"
13942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13943 dlls/atl/libatl.$IMPLIBEXT dlls/atl/libatl.cross.a: tools/widl tools/winebuild tools/winegcc include
13944 dlls/atl/libatl.$IMPLIBEXT dlls/atl/libatl.cross.a: dlls/atl/atl.spec dlls/atl/Makefile
13945 @cd dlls/atl && \$(MAKE) \`basename \$@\`"
13946 ALL_MAKEFILES="$ALL_MAKEFILES \\
13947 dlls/atl/Makefile"
13948 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13949 atl"
13950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13951 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules config.status"
13952 ac_config_files="$ac_config_files dlls/atl/Makefile"
13954 ALL_MAKEFILES="$ALL_MAKEFILES \\
13955 dlls/authz/Makefile"
13956 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13957 authz"
13958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13959 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules config.status"
13960 ac_config_files="$ac_config_files dlls/authz/Makefile"
13962 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13963 dlls/avicap32/libavicap32.$IMPLIBEXT"
13964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13965 dlls/avicap32/libavicap32.$IMPLIBEXT dlls/avicap32/libavicap32.cross.a: tools/widl tools/winebuild tools/winegcc include
13966 dlls/avicap32/libavicap32.$IMPLIBEXT dlls/avicap32/libavicap32.cross.a: dlls/avicap32/avicap32.spec dlls/avicap32/Makefile
13967 @cd dlls/avicap32 && \$(MAKE) \`basename \$@\`"
13968 ALL_MAKEFILES="$ALL_MAKEFILES \\
13969 dlls/avicap32/Makefile"
13970 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13971 avicap32"
13972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13973 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules config.status"
13974 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13976 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13977 dlls/avifil32/libavifil32.$IMPLIBEXT"
13978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13979 dlls/avifil32/libavifil32.$IMPLIBEXT dlls/avifil32/libavifil32.cross.a: tools/widl tools/winebuild tools/winegcc include
13980 dlls/avifil32/libavifil32.$IMPLIBEXT dlls/avifil32/libavifil32.cross.a: dlls/avifil32/avifil32.spec dlls/avifil32/Makefile
13981 @cd dlls/avifil32 && \$(MAKE) \`basename \$@\`"
13982 ALL_MAKEFILES="$ALL_MAKEFILES \\
13983 dlls/avifil32/Makefile"
13984 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13985 avifil32"
13986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13987 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules config.status"
13988 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
13990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13991 dlls/avifil32/tests: __builddeps__
13992 dlls/avifil32/tests/__crosstest__: __buildcrossdeps__"
13993 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
13994 avifil32_test.exe"
13995 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
13996 avifil32_test.exe: \$(TOPOBJDIR)/dlls/avifil32/tests/avifil32_test.exe$DLLEXT
13997 cp \$(TOPOBJDIR)/dlls/avifil32/tests/avifil32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13998 avifil32_test.rc:
13999 echo \"avifil32_test.exe TESTRES \\\"avifil32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14000 avifil32_test.res: avifil32_test.rc avifil32_test.exe"
14001 ALL_MAKEFILES="$ALL_MAKEFILES \\
14002 dlls/avifil32/tests/Makefile"
14003 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14004 dlls/avifil32/tests"
14005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14006 \$(RECURSE_TARGETS:%=dlls/avifil32/tests/%) dlls/avifil32/tests: dlls/avifil32/tests/Makefile \$(MAKEDEP)
14007 dlls/avifil32/tests/Makefile: dlls/avifil32/tests/Makefile.in dlls/Maketest.rules config.status"
14008 ac_config_files="$ac_config_files dlls/avifil32/tests/Makefile"
14010 ALL_MAKEFILES="$ALL_MAKEFILES \\
14011 dlls/avifile.dll16/Makefile"
14012 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14013 avifile.dll16"
14014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14015 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules config.status"
14016 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
14018 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14019 dlls/avrt/libavrt.$IMPLIBEXT"
14020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14021 dlls/avrt/libavrt.$IMPLIBEXT dlls/avrt/libavrt.cross.a: tools/widl tools/winebuild tools/winegcc include
14022 dlls/avrt/libavrt.$IMPLIBEXT dlls/avrt/libavrt.cross.a: dlls/avrt/avrt.spec dlls/avrt/Makefile
14023 @cd dlls/avrt && \$(MAKE) \`basename \$@\`"
14024 ALL_MAKEFILES="$ALL_MAKEFILES \\
14025 dlls/avrt/Makefile"
14026 test "x$enable_avrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14027 avrt"
14028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14029 dlls/avrt/Makefile: dlls/avrt/Makefile.in dlls/Makedll.rules config.status"
14030 ac_config_files="$ac_config_files dlls/avrt/Makefile"
14032 ALL_MAKEFILES="$ALL_MAKEFILES \\
14033 dlls/bcrypt/Makefile"
14034 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14035 bcrypt"
14036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14037 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules config.status"
14038 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
14040 ALL_MAKEFILES="$ALL_MAKEFILES \\
14041 dlls/browseui/Makefile"
14042 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14043 browseui"
14044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14045 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules config.status"
14046 ac_config_files="$ac_config_files dlls/browseui/Makefile"
14048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14049 dlls/browseui/tests: __builddeps__
14050 dlls/browseui/tests/__crosstest__: __buildcrossdeps__"
14051 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14052 browseui_test.exe"
14053 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14054 browseui_test.exe: \$(TOPOBJDIR)/dlls/browseui/tests/browseui_test.exe$DLLEXT
14055 cp \$(TOPOBJDIR)/dlls/browseui/tests/browseui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14056 browseui_test.rc:
14057 echo \"browseui_test.exe TESTRES \\\"browseui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14058 browseui_test.res: browseui_test.rc browseui_test.exe"
14059 ALL_MAKEFILES="$ALL_MAKEFILES \\
14060 dlls/browseui/tests/Makefile"
14061 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14062 dlls/browseui/tests"
14063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14064 \$(RECURSE_TARGETS:%=dlls/browseui/tests/%) dlls/browseui/tests: dlls/browseui/tests/Makefile \$(MAKEDEP)
14065 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules config.status"
14066 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
14068 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14069 dlls/cabinet/libcabinet.$IMPLIBEXT"
14070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14071 dlls/cabinet/libcabinet.$IMPLIBEXT dlls/cabinet/libcabinet.cross.a: tools/widl tools/winebuild tools/winegcc include
14072 dlls/cabinet/libcabinet.$IMPLIBEXT dlls/cabinet/libcabinet.cross.a: dlls/cabinet/cabinet.spec dlls/cabinet/Makefile
14073 @cd dlls/cabinet && \$(MAKE) \`basename \$@\`"
14074 ALL_MAKEFILES="$ALL_MAKEFILES \\
14075 dlls/cabinet/Makefile"
14076 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14077 cabinet"
14078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14079 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules config.status"
14080 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
14082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14083 dlls/cabinet/tests: __builddeps__
14084 dlls/cabinet/tests/__crosstest__: __buildcrossdeps__"
14085 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14086 cabinet_test.exe"
14087 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14088 cabinet_test.exe: \$(TOPOBJDIR)/dlls/cabinet/tests/cabinet_test.exe$DLLEXT
14089 cp \$(TOPOBJDIR)/dlls/cabinet/tests/cabinet_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14090 cabinet_test.rc:
14091 echo \"cabinet_test.exe TESTRES \\\"cabinet_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14092 cabinet_test.res: cabinet_test.rc cabinet_test.exe"
14093 ALL_MAKEFILES="$ALL_MAKEFILES \\
14094 dlls/cabinet/tests/Makefile"
14095 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14096 dlls/cabinet/tests"
14097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14098 \$(RECURSE_TARGETS:%=dlls/cabinet/tests/%) dlls/cabinet/tests: dlls/cabinet/tests/Makefile \$(MAKEDEP)
14099 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules config.status"
14100 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
14102 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14103 dlls/capi2032/libcapi2032.$IMPLIBEXT"
14104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14105 dlls/capi2032/libcapi2032.$IMPLIBEXT dlls/capi2032/libcapi2032.cross.a: tools/widl tools/winebuild tools/winegcc include
14106 dlls/capi2032/libcapi2032.$IMPLIBEXT dlls/capi2032/libcapi2032.cross.a: dlls/capi2032/capi2032.spec dlls/capi2032/Makefile
14107 @cd dlls/capi2032 && \$(MAKE) \`basename \$@\`"
14108 ALL_MAKEFILES="$ALL_MAKEFILES \\
14109 dlls/capi2032/Makefile"
14110 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14111 capi2032"
14112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14113 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules config.status"
14114 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
14116 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14117 dlls/cards/libcards.$IMPLIBEXT"
14118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14119 dlls/cards/libcards.$IMPLIBEXT dlls/cards/libcards.cross.a: tools/widl tools/winebuild tools/winegcc include
14120 dlls/cards/libcards.$IMPLIBEXT dlls/cards/libcards.cross.a: dlls/cards/cards.spec dlls/cards/Makefile
14121 @cd dlls/cards && \$(MAKE) \`basename \$@\`"
14122 ALL_MAKEFILES="$ALL_MAKEFILES \\
14123 dlls/cards/Makefile"
14124 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14125 cards"
14126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14127 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules config.status"
14128 ac_config_files="$ac_config_files dlls/cards/Makefile"
14130 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14131 dlls/cfgmgr32/libcfgmgr32.$IMPLIBEXT"
14132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14133 dlls/cfgmgr32/libcfgmgr32.$IMPLIBEXT dlls/cfgmgr32/libcfgmgr32.cross.a: tools/widl tools/winebuild tools/winegcc include
14134 dlls/cfgmgr32/libcfgmgr32.$IMPLIBEXT dlls/cfgmgr32/libcfgmgr32.cross.a: dlls/cfgmgr32/cfgmgr32.spec dlls/cfgmgr32/Makefile
14135 @cd dlls/cfgmgr32 && \$(MAKE) \`basename \$@\`"
14136 ALL_MAKEFILES="$ALL_MAKEFILES \\
14137 dlls/cfgmgr32/Makefile"
14138 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14139 cfgmgr32"
14140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14141 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules config.status"
14142 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
14144 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14145 dlls/clusapi/libclusapi.$IMPLIBEXT"
14146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14147 dlls/clusapi/libclusapi.$IMPLIBEXT dlls/clusapi/libclusapi.cross.a: tools/widl tools/winebuild tools/winegcc include
14148 dlls/clusapi/libclusapi.$IMPLIBEXT dlls/clusapi/libclusapi.cross.a: dlls/clusapi/clusapi.spec dlls/clusapi/Makefile
14149 @cd dlls/clusapi && \$(MAKE) \`basename \$@\`"
14150 ALL_MAKEFILES="$ALL_MAKEFILES \\
14151 dlls/clusapi/Makefile"
14152 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14153 clusapi"
14154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14155 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules config.status"
14156 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
14158 ALL_MAKEFILES="$ALL_MAKEFILES \\
14159 dlls/comcat/Makefile"
14160 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14161 comcat"
14162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14163 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules config.status"
14164 ac_config_files="$ac_config_files dlls/comcat/Makefile"
14166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14167 dlls/comcat/tests: __builddeps__
14168 dlls/comcat/tests/__crosstest__: __buildcrossdeps__"
14169 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14170 comcat_test.exe"
14171 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14172 comcat_test.exe: \$(TOPOBJDIR)/dlls/comcat/tests/comcat_test.exe$DLLEXT
14173 cp \$(TOPOBJDIR)/dlls/comcat/tests/comcat_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14174 comcat_test.rc:
14175 echo \"comcat_test.exe TESTRES \\\"comcat_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14176 comcat_test.res: comcat_test.rc comcat_test.exe"
14177 ALL_MAKEFILES="$ALL_MAKEFILES \\
14178 dlls/comcat/tests/Makefile"
14179 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14180 dlls/comcat/tests"
14181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14182 \$(RECURSE_TARGETS:%=dlls/comcat/tests/%) dlls/comcat/tests: dlls/comcat/tests/Makefile \$(MAKEDEP)
14183 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules config.status"
14184 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
14186 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14187 dlls/comctl32/libcomctl32.$IMPLIBEXT"
14188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14189 dlls/comctl32/libcomctl32.$IMPLIBEXT dlls/comctl32/libcomctl32.cross.a: tools/widl tools/winebuild tools/winegcc include
14190 dlls/comctl32/libcomctl32.$IMPLIBEXT dlls/comctl32/libcomctl32.cross.a: dlls/comctl32/comctl32.spec dlls/comctl32/Makefile
14191 @cd dlls/comctl32 && \$(MAKE) \`basename \$@\`"
14192 ALL_MAKEFILES="$ALL_MAKEFILES \\
14193 dlls/comctl32/Makefile"
14194 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14195 comctl32"
14196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14197 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules config.status"
14198 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
14200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14201 dlls/comctl32/tests: __builddeps__
14202 dlls/comctl32/tests/__crosstest__: __buildcrossdeps__"
14203 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14204 comctl32_test.exe"
14205 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14206 comctl32_test.exe: \$(TOPOBJDIR)/dlls/comctl32/tests/comctl32_test.exe$DLLEXT
14207 cp \$(TOPOBJDIR)/dlls/comctl32/tests/comctl32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14208 comctl32_test.rc:
14209 echo \"comctl32_test.exe TESTRES \\\"comctl32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14210 comctl32_test.res: comctl32_test.rc comctl32_test.exe"
14211 ALL_MAKEFILES="$ALL_MAKEFILES \\
14212 dlls/comctl32/tests/Makefile"
14213 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14214 dlls/comctl32/tests"
14215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14216 \$(RECURSE_TARGETS:%=dlls/comctl32/tests/%) dlls/comctl32/tests: dlls/comctl32/tests/Makefile \$(MAKEDEP)
14217 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules config.status"
14218 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
14220 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14221 dlls/comdlg32/libcomdlg32.$IMPLIBEXT"
14222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14223 dlls/comdlg32/libcomdlg32.$IMPLIBEXT dlls/comdlg32/libcomdlg32.cross.a: tools/widl tools/winebuild tools/winegcc include
14224 dlls/comdlg32/libcomdlg32.$IMPLIBEXT dlls/comdlg32/libcomdlg32.cross.a: dlls/comdlg32/comdlg32.spec dlls/comdlg32/Makefile
14225 @cd dlls/comdlg32 && \$(MAKE) \`basename \$@\`"
14226 ALL_MAKEFILES="$ALL_MAKEFILES \\
14227 dlls/comdlg32/Makefile"
14228 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14229 comdlg32"
14230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14231 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules config.status"
14232 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
14234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14235 dlls/comdlg32/tests: __builddeps__
14236 dlls/comdlg32/tests/__crosstest__: __buildcrossdeps__"
14237 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14238 comdlg32_test.exe"
14239 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14240 comdlg32_test.exe: \$(TOPOBJDIR)/dlls/comdlg32/tests/comdlg32_test.exe$DLLEXT
14241 cp \$(TOPOBJDIR)/dlls/comdlg32/tests/comdlg32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14242 comdlg32_test.rc:
14243 echo \"comdlg32_test.exe TESTRES \\\"comdlg32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14244 comdlg32_test.res: comdlg32_test.rc comdlg32_test.exe"
14245 ALL_MAKEFILES="$ALL_MAKEFILES \\
14246 dlls/comdlg32/tests/Makefile"
14247 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14248 dlls/comdlg32/tests"
14249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14250 \$(RECURSE_TARGETS:%=dlls/comdlg32/tests/%) dlls/comdlg32/tests: dlls/comdlg32/tests/Makefile \$(MAKEDEP)
14251 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules config.status"
14252 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
14254 ALL_MAKEFILES="$ALL_MAKEFILES \\
14255 dlls/comm.drv16/Makefile"
14256 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14257 comm.drv16"
14258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14259 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules config.status"
14260 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
14262 ALL_MAKEFILES="$ALL_MAKEFILES \\
14263 dlls/commdlg.dll16/Makefile"
14264 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14265 commdlg.dll16"
14266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14267 dlls/commdlg.dll16/Makefile: dlls/commdlg.dll16/Makefile.in dlls/Makedll.rules config.status"
14268 ac_config_files="$ac_config_files dlls/commdlg.dll16/Makefile"
14270 ALL_MAKEFILES="$ALL_MAKEFILES \\
14271 dlls/compobj.dll16/Makefile"
14272 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14273 compobj.dll16"
14274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14275 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules config.status"
14276 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
14278 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14279 dlls/compstui/libcompstui.$IMPLIBEXT"
14280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14281 dlls/compstui/libcompstui.$IMPLIBEXT dlls/compstui/libcompstui.cross.a: tools/widl tools/winebuild tools/winegcc include
14282 dlls/compstui/libcompstui.$IMPLIBEXT dlls/compstui/libcompstui.cross.a: dlls/compstui/compstui.spec dlls/compstui/Makefile
14283 @cd dlls/compstui && \$(MAKE) \`basename \$@\`"
14284 ALL_MAKEFILES="$ALL_MAKEFILES \\
14285 dlls/compstui/Makefile"
14286 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14287 compstui"
14288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14289 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules config.status"
14290 ac_config_files="$ac_config_files dlls/compstui/Makefile"
14292 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14293 dlls/credui/libcredui.$IMPLIBEXT"
14294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14295 dlls/credui/libcredui.$IMPLIBEXT dlls/credui/libcredui.cross.a: tools/widl tools/winebuild tools/winegcc include
14296 dlls/credui/libcredui.$IMPLIBEXT dlls/credui/libcredui.cross.a: dlls/credui/credui.spec dlls/credui/Makefile
14297 @cd dlls/credui && \$(MAKE) \`basename \$@\`"
14298 ALL_MAKEFILES="$ALL_MAKEFILES \\
14299 dlls/credui/Makefile"
14300 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14301 credui"
14302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14303 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules config.status"
14304 ac_config_files="$ac_config_files dlls/credui/Makefile"
14306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14307 dlls/credui/tests: __builddeps__
14308 dlls/credui/tests/__crosstest__: __buildcrossdeps__"
14309 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14310 credui_test.exe"
14311 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14312 credui_test.exe: \$(TOPOBJDIR)/dlls/credui/tests/credui_test.exe$DLLEXT
14313 cp \$(TOPOBJDIR)/dlls/credui/tests/credui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14314 credui_test.rc:
14315 echo \"credui_test.exe TESTRES \\\"credui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14316 credui_test.res: credui_test.rc credui_test.exe"
14317 ALL_MAKEFILES="$ALL_MAKEFILES \\
14318 dlls/credui/tests/Makefile"
14319 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14320 dlls/credui/tests"
14321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14322 \$(RECURSE_TARGETS:%=dlls/credui/tests/%) dlls/credui/tests: dlls/credui/tests/Makefile \$(MAKEDEP)
14323 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules config.status"
14324 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
14326 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14327 dlls/crtdll/libcrtdll.$IMPLIBEXT"
14328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14329 dlls/crtdll/libcrtdll.$IMPLIBEXT dlls/crtdll/libcrtdll.cross.a: tools/widl tools/winebuild tools/winegcc include
14330 dlls/crtdll/libcrtdll.$IMPLIBEXT dlls/crtdll/libcrtdll.cross.a: dlls/crtdll/crtdll.spec dlls/crtdll/Makefile
14331 @cd dlls/crtdll && \$(MAKE) \`basename \$@\`"
14332 ALL_MAKEFILES="$ALL_MAKEFILES \\
14333 dlls/crtdll/Makefile"
14334 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14335 crtdll"
14336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14337 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules config.status"
14338 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
14340 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14341 dlls/crypt32/libcrypt32.$IMPLIBEXT"
14342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14343 dlls/crypt32/libcrypt32.$IMPLIBEXT dlls/crypt32/libcrypt32.cross.a: tools/widl tools/winebuild tools/winegcc include
14344 dlls/crypt32/libcrypt32.$IMPLIBEXT dlls/crypt32/libcrypt32.cross.a: dlls/crypt32/crypt32.spec dlls/crypt32/Makefile
14345 @cd dlls/crypt32 && \$(MAKE) \`basename \$@\`"
14346 ALL_MAKEFILES="$ALL_MAKEFILES \\
14347 dlls/crypt32/Makefile"
14348 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14349 crypt32"
14350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14351 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules config.status"
14352 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
14354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14355 dlls/crypt32/tests: __builddeps__
14356 dlls/crypt32/tests/__crosstest__: __buildcrossdeps__"
14357 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14358 crypt32_test.exe"
14359 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14360 crypt32_test.exe: \$(TOPOBJDIR)/dlls/crypt32/tests/crypt32_test.exe$DLLEXT
14361 cp \$(TOPOBJDIR)/dlls/crypt32/tests/crypt32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14362 crypt32_test.rc:
14363 echo \"crypt32_test.exe TESTRES \\\"crypt32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14364 crypt32_test.res: crypt32_test.rc crypt32_test.exe"
14365 ALL_MAKEFILES="$ALL_MAKEFILES \\
14366 dlls/crypt32/tests/Makefile"
14367 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14368 dlls/crypt32/tests"
14369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14370 \$(RECURSE_TARGETS:%=dlls/crypt32/tests/%) dlls/crypt32/tests: dlls/crypt32/tests/Makefile \$(MAKEDEP)
14371 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules config.status"
14372 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
14374 ALL_MAKEFILES="$ALL_MAKEFILES \\
14375 dlls/cryptdlg/Makefile"
14376 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14377 cryptdlg"
14378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14379 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules config.status"
14380 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
14382 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14383 dlls/cryptdll/libcryptdll.$IMPLIBEXT"
14384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14385 dlls/cryptdll/libcryptdll.$IMPLIBEXT dlls/cryptdll/libcryptdll.cross.a: tools/widl tools/winebuild tools/winegcc include
14386 dlls/cryptdll/libcryptdll.$IMPLIBEXT dlls/cryptdll/libcryptdll.cross.a: dlls/cryptdll/cryptdll.spec dlls/cryptdll/Makefile
14387 @cd dlls/cryptdll && \$(MAKE) \`basename \$@\`"
14388 ALL_MAKEFILES="$ALL_MAKEFILES \\
14389 dlls/cryptdll/Makefile"
14390 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14391 cryptdll"
14392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14393 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules config.status"
14394 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
14396 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14397 dlls/cryptnet/libcryptnet.$IMPLIBEXT"
14398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14399 dlls/cryptnet/libcryptnet.$IMPLIBEXT dlls/cryptnet/libcryptnet.cross.a: tools/widl tools/winebuild tools/winegcc include
14400 dlls/cryptnet/libcryptnet.$IMPLIBEXT dlls/cryptnet/libcryptnet.cross.a: dlls/cryptnet/cryptnet.spec dlls/cryptnet/Makefile
14401 @cd dlls/cryptnet && \$(MAKE) \`basename \$@\`"
14402 ALL_MAKEFILES="$ALL_MAKEFILES \\
14403 dlls/cryptnet/Makefile"
14404 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14405 cryptnet"
14406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14407 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules config.status"
14408 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
14410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14411 dlls/cryptnet/tests: __builddeps__
14412 dlls/cryptnet/tests/__crosstest__: __buildcrossdeps__"
14413 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14414 cryptnet_test.exe"
14415 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14416 cryptnet_test.exe: \$(TOPOBJDIR)/dlls/cryptnet/tests/cryptnet_test.exe$DLLEXT
14417 cp \$(TOPOBJDIR)/dlls/cryptnet/tests/cryptnet_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14418 cryptnet_test.rc:
14419 echo \"cryptnet_test.exe TESTRES \\\"cryptnet_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14420 cryptnet_test.res: cryptnet_test.rc cryptnet_test.exe"
14421 ALL_MAKEFILES="$ALL_MAKEFILES \\
14422 dlls/cryptnet/tests/Makefile"
14423 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14424 dlls/cryptnet/tests"
14425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14426 \$(RECURSE_TARGETS:%=dlls/cryptnet/tests/%) dlls/cryptnet/tests: dlls/cryptnet/tests/Makefile \$(MAKEDEP)
14427 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules config.status"
14428 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
14430 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14431 dlls/cryptui/libcryptui.$IMPLIBEXT"
14432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14433 dlls/cryptui/libcryptui.$IMPLIBEXT dlls/cryptui/libcryptui.cross.a: tools/widl tools/winebuild tools/winegcc include
14434 dlls/cryptui/libcryptui.$IMPLIBEXT dlls/cryptui/libcryptui.cross.a: dlls/cryptui/cryptui.spec dlls/cryptui/Makefile
14435 @cd dlls/cryptui && \$(MAKE) \`basename \$@\`"
14436 ALL_MAKEFILES="$ALL_MAKEFILES \\
14437 dlls/cryptui/Makefile"
14438 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14439 cryptui"
14440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14441 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules config.status"
14442 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
14444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14445 dlls/cryptui/tests: __builddeps__
14446 dlls/cryptui/tests/__crosstest__: __buildcrossdeps__"
14447 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14448 cryptui_test.exe"
14449 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14450 cryptui_test.exe: \$(TOPOBJDIR)/dlls/cryptui/tests/cryptui_test.exe$DLLEXT
14451 cp \$(TOPOBJDIR)/dlls/cryptui/tests/cryptui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14452 cryptui_test.rc:
14453 echo \"cryptui_test.exe TESTRES \\\"cryptui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14454 cryptui_test.res: cryptui_test.rc cryptui_test.exe"
14455 ALL_MAKEFILES="$ALL_MAKEFILES \\
14456 dlls/cryptui/tests/Makefile"
14457 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14458 dlls/cryptui/tests"
14459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14460 \$(RECURSE_TARGETS:%=dlls/cryptui/tests/%) dlls/cryptui/tests: dlls/cryptui/tests/Makefile \$(MAKEDEP)
14461 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules config.status"
14462 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
14464 ALL_MAKEFILES="$ALL_MAKEFILES \\
14465 dlls/ctapi32/Makefile"
14466 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14467 ctapi32"
14468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14469 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules config.status"
14470 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
14472 ALL_MAKEFILES="$ALL_MAKEFILES \\
14473 dlls/ctl3d.dll16/Makefile"
14474 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14475 ctl3d.dll16"
14476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14477 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules config.status"
14478 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
14480 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14481 dlls/ctl3d32/libctl3d32.$IMPLIBEXT"
14482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14483 dlls/ctl3d32/libctl3d32.$IMPLIBEXT dlls/ctl3d32/libctl3d32.cross.a: tools/widl tools/winebuild tools/winegcc include
14484 dlls/ctl3d32/libctl3d32.$IMPLIBEXT dlls/ctl3d32/libctl3d32.cross.a: dlls/ctl3d32/ctl3d32.spec dlls/ctl3d32/Makefile
14485 @cd dlls/ctl3d32 && \$(MAKE) \`basename \$@\`"
14486 ALL_MAKEFILES="$ALL_MAKEFILES \\
14487 dlls/ctl3d32/Makefile"
14488 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14489 ctl3d32"
14490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14491 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules config.status"
14492 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
14494 ALL_MAKEFILES="$ALL_MAKEFILES \\
14495 dlls/ctl3dv2.dll16/Makefile"
14496 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14497 ctl3dv2.dll16"
14498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14499 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules config.status"
14500 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
14502 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14503 dlls/d3d10/libd3d10.$IMPLIBEXT"
14504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14505 dlls/d3d10/libd3d10.$IMPLIBEXT dlls/d3d10/libd3d10.cross.a: tools/widl tools/winebuild tools/winegcc include
14506 dlls/d3d10/libd3d10.$IMPLIBEXT dlls/d3d10/libd3d10.cross.a: dlls/d3d10/d3d10.spec dlls/d3d10/Makefile
14507 @cd dlls/d3d10 && \$(MAKE) \`basename \$@\`"
14508 ALL_MAKEFILES="$ALL_MAKEFILES \\
14509 dlls/d3d10/Makefile"
14510 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14511 d3d10"
14512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14513 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules config.status"
14514 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
14516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14517 dlls/d3d10/tests: __builddeps__
14518 dlls/d3d10/tests/__crosstest__: __buildcrossdeps__"
14519 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14520 d3d10_test.exe"
14521 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14522 d3d10_test.exe: \$(TOPOBJDIR)/dlls/d3d10/tests/d3d10_test.exe$DLLEXT
14523 cp \$(TOPOBJDIR)/dlls/d3d10/tests/d3d10_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14524 d3d10_test.rc:
14525 echo \"d3d10_test.exe TESTRES \\\"d3d10_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14526 d3d10_test.res: d3d10_test.rc d3d10_test.exe"
14527 ALL_MAKEFILES="$ALL_MAKEFILES \\
14528 dlls/d3d10/tests/Makefile"
14529 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14530 dlls/d3d10/tests"
14531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14532 \$(RECURSE_TARGETS:%=dlls/d3d10/tests/%) dlls/d3d10/tests: dlls/d3d10/tests/Makefile \$(MAKEDEP)
14533 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules config.status"
14534 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
14536 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14537 dlls/d3d10core/libd3d10core.$IMPLIBEXT"
14538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14539 dlls/d3d10core/libd3d10core.$IMPLIBEXT dlls/d3d10core/libd3d10core.cross.a: tools/widl tools/winebuild tools/winegcc include
14540 dlls/d3d10core/libd3d10core.$IMPLIBEXT dlls/d3d10core/libd3d10core.cross.a: dlls/d3d10core/d3d10core.spec dlls/d3d10core/Makefile
14541 @cd dlls/d3d10core && \$(MAKE) \`basename \$@\`"
14542 ALL_MAKEFILES="$ALL_MAKEFILES \\
14543 dlls/d3d10core/Makefile"
14544 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14545 d3d10core"
14546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14547 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules config.status"
14548 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
14550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14551 dlls/d3d10core/tests: __builddeps__
14552 dlls/d3d10core/tests/__crosstest__: __buildcrossdeps__"
14553 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14554 d3d10core_test.exe"
14555 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14556 d3d10core_test.exe: \$(TOPOBJDIR)/dlls/d3d10core/tests/d3d10core_test.exe$DLLEXT
14557 cp \$(TOPOBJDIR)/dlls/d3d10core/tests/d3d10core_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14558 d3d10core_test.rc:
14559 echo \"d3d10core_test.exe TESTRES \\\"d3d10core_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14560 d3d10core_test.res: d3d10core_test.rc d3d10core_test.exe"
14561 ALL_MAKEFILES="$ALL_MAKEFILES \\
14562 dlls/d3d10core/tests/Makefile"
14563 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14564 dlls/d3d10core/tests"
14565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14566 \$(RECURSE_TARGETS:%=dlls/d3d10core/tests/%) dlls/d3d10core/tests: dlls/d3d10core/tests/Makefile \$(MAKEDEP)
14567 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules config.status"
14568 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
14570 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14571 dlls/d3d8/libd3d8.$IMPLIBEXT"
14572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14573 dlls/d3d8/libd3d8.$IMPLIBEXT dlls/d3d8/libd3d8.cross.a: tools/widl tools/winebuild tools/winegcc include
14574 dlls/d3d8/libd3d8.$IMPLIBEXT dlls/d3d8/libd3d8.cross.a: dlls/d3d8/d3d8.spec dlls/d3d8/Makefile
14575 @cd dlls/d3d8 && \$(MAKE) \`basename \$@\`"
14576 ALL_MAKEFILES="$ALL_MAKEFILES \\
14577 dlls/d3d8/Makefile"
14578 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14579 d3d8"
14580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14581 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules config.status"
14582 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
14584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14585 dlls/d3d8/tests: __builddeps__
14586 dlls/d3d8/tests/__crosstest__: __buildcrossdeps__"
14587 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14588 d3d8_test.exe"
14589 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14590 d3d8_test.exe: \$(TOPOBJDIR)/dlls/d3d8/tests/d3d8_test.exe$DLLEXT
14591 cp \$(TOPOBJDIR)/dlls/d3d8/tests/d3d8_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14592 d3d8_test.rc:
14593 echo \"d3d8_test.exe TESTRES \\\"d3d8_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14594 d3d8_test.res: d3d8_test.rc d3d8_test.exe"
14595 ALL_MAKEFILES="$ALL_MAKEFILES \\
14596 dlls/d3d8/tests/Makefile"
14597 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14598 dlls/d3d8/tests"
14599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14600 \$(RECURSE_TARGETS:%=dlls/d3d8/tests/%) dlls/d3d8/tests: dlls/d3d8/tests/Makefile \$(MAKEDEP)
14601 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules config.status"
14602 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
14604 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14605 dlls/d3d9/libd3d9.$IMPLIBEXT"
14606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14607 dlls/d3d9/libd3d9.$IMPLIBEXT dlls/d3d9/libd3d9.cross.a: tools/widl tools/winebuild tools/winegcc include
14608 dlls/d3d9/libd3d9.$IMPLIBEXT dlls/d3d9/libd3d9.cross.a: dlls/d3d9/d3d9.spec dlls/d3d9/Makefile
14609 @cd dlls/d3d9 && \$(MAKE) \`basename \$@\`"
14610 ALL_MAKEFILES="$ALL_MAKEFILES \\
14611 dlls/d3d9/Makefile"
14612 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14613 d3d9"
14614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14615 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules config.status"
14616 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
14618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14619 dlls/d3d9/tests: __builddeps__
14620 dlls/d3d9/tests/__crosstest__: __buildcrossdeps__"
14621 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14622 d3d9_test.exe"
14623 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14624 d3d9_test.exe: \$(TOPOBJDIR)/dlls/d3d9/tests/d3d9_test.exe$DLLEXT
14625 cp \$(TOPOBJDIR)/dlls/d3d9/tests/d3d9_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14626 d3d9_test.rc:
14627 echo \"d3d9_test.exe TESTRES \\\"d3d9_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14628 d3d9_test.res: d3d9_test.rc d3d9_test.exe"
14629 ALL_MAKEFILES="$ALL_MAKEFILES \\
14630 dlls/d3d9/tests/Makefile"
14631 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14632 dlls/d3d9/tests"
14633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14634 \$(RECURSE_TARGETS:%=dlls/d3d9/tests/%) dlls/d3d9/tests: dlls/d3d9/tests/Makefile \$(MAKEDEP)
14635 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules config.status"
14636 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
14638 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14639 dlls/d3dim/libd3dim.$IMPLIBEXT"
14640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14641 dlls/d3dim/libd3dim.$IMPLIBEXT dlls/d3dim/libd3dim.cross.a: tools/widl tools/winebuild tools/winegcc include
14642 dlls/d3dim/libd3dim.$IMPLIBEXT dlls/d3dim/libd3dim.cross.a: dlls/d3dim/d3dim.spec dlls/d3dim/Makefile
14643 @cd dlls/d3dim && \$(MAKE) \`basename \$@\`"
14644 ALL_MAKEFILES="$ALL_MAKEFILES \\
14645 dlls/d3dim/Makefile"
14646 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14647 d3dim"
14648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14649 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules config.status"
14650 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
14652 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14653 dlls/d3drm/libd3drm.$IMPLIBEXT"
14654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14655 dlls/d3drm/libd3drm.$IMPLIBEXT dlls/d3drm/libd3drm.cross.a: tools/widl tools/winebuild tools/winegcc include
14656 dlls/d3drm/libd3drm.$IMPLIBEXT dlls/d3drm/libd3drm.cross.a: dlls/d3drm/d3drm.spec dlls/d3drm/Makefile
14657 @cd dlls/d3drm && \$(MAKE) \`basename \$@\`"
14658 ALL_MAKEFILES="$ALL_MAKEFILES \\
14659 dlls/d3drm/Makefile"
14660 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14661 d3drm"
14662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14663 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules config.status"
14664 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
14666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14667 dlls/d3drm/tests: __builddeps__
14668 dlls/d3drm/tests/__crosstest__: __buildcrossdeps__"
14669 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14670 d3drm_test.exe"
14671 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14672 d3drm_test.exe: \$(TOPOBJDIR)/dlls/d3drm/tests/d3drm_test.exe$DLLEXT
14673 cp \$(TOPOBJDIR)/dlls/d3drm/tests/d3drm_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14674 d3drm_test.rc:
14675 echo \"d3drm_test.exe TESTRES \\\"d3drm_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14676 d3drm_test.res: d3drm_test.rc d3drm_test.exe"
14677 ALL_MAKEFILES="$ALL_MAKEFILES \\
14678 dlls/d3drm/tests/Makefile"
14679 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14680 dlls/d3drm/tests"
14681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14682 \$(RECURSE_TARGETS:%=dlls/d3drm/tests/%) dlls/d3drm/tests: dlls/d3drm/tests/Makefile \$(MAKEDEP)
14683 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules config.status"
14684 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
14686 ALL_MAKEFILES="$ALL_MAKEFILES \\
14687 dlls/d3dx9_24/Makefile"
14688 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14689 d3dx9_24"
14690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14691 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules config.status"
14692 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
14694 ALL_MAKEFILES="$ALL_MAKEFILES \\
14695 dlls/d3dx9_25/Makefile"
14696 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14697 d3dx9_25"
14698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14699 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules config.status"
14700 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
14702 ALL_MAKEFILES="$ALL_MAKEFILES \\
14703 dlls/d3dx9_26/Makefile"
14704 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14705 d3dx9_26"
14706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14707 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules config.status"
14708 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14710 ALL_MAKEFILES="$ALL_MAKEFILES \\
14711 dlls/d3dx9_27/Makefile"
14712 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14713 d3dx9_27"
14714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14715 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules config.status"
14716 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14718 ALL_MAKEFILES="$ALL_MAKEFILES \\
14719 dlls/d3dx9_28/Makefile"
14720 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14721 d3dx9_28"
14722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14723 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules config.status"
14724 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14726 ALL_MAKEFILES="$ALL_MAKEFILES \\
14727 dlls/d3dx9_29/Makefile"
14728 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14729 d3dx9_29"
14730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14731 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules config.status"
14732 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14734 ALL_MAKEFILES="$ALL_MAKEFILES \\
14735 dlls/d3dx9_30/Makefile"
14736 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14737 d3dx9_30"
14738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14739 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules config.status"
14740 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14742 ALL_MAKEFILES="$ALL_MAKEFILES \\
14743 dlls/d3dx9_31/Makefile"
14744 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14745 d3dx9_31"
14746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14747 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules config.status"
14748 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14750 ALL_MAKEFILES="$ALL_MAKEFILES \\
14751 dlls/d3dx9_32/Makefile"
14752 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14753 d3dx9_32"
14754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14755 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules config.status"
14756 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14758 ALL_MAKEFILES="$ALL_MAKEFILES \\
14759 dlls/d3dx9_33/Makefile"
14760 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14761 d3dx9_33"
14762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14763 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules config.status"
14764 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14766 ALL_MAKEFILES="$ALL_MAKEFILES \\
14767 dlls/d3dx9_34/Makefile"
14768 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14769 d3dx9_34"
14770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14771 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules config.status"
14772 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14774 ALL_MAKEFILES="$ALL_MAKEFILES \\
14775 dlls/d3dx9_35/Makefile"
14776 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14777 d3dx9_35"
14778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14779 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules config.status"
14780 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14782 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14783 dlls/d3dx9_36/libd3dx9.$IMPLIBEXT \\
14784 dlls/libd3dx9.$IMPLIBEXT"
14785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14786 dlls/d3dx9_36/libd3dx9.$IMPLIBEXT dlls/d3dx9_36/libd3dx9.cross.a: tools/widl tools/winebuild tools/winegcc include
14787 dlls/libd3dx9.a: dlls/d3dx9_36/libd3dx9.a
14788 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.a \$@
14789 dlls/libd3dx9.cross.a: dlls/d3dx9_36/libd3dx9.cross.a
14790 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.cross.a \$@
14791 dlls/libd3dx9.def: dlls/d3dx9_36/libd3dx9.def
14792 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.def \$@
14793 clean::
14794 \$(RM) dlls/libd3dx9.def
14795 dlls/d3dx9_36/libd3dx9.$IMPLIBEXT dlls/d3dx9_36/libd3dx9.cross.a: dlls/d3dx9_36/d3dx9_36.spec dlls/d3dx9_36/Makefile
14796 @cd dlls/d3dx9_36 && \$(MAKE) \`basename \$@\`"
14797 ALL_MAKEFILES="$ALL_MAKEFILES \\
14798 dlls/d3dx9_36/Makefile"
14799 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14800 d3dx9_36"
14801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14802 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules config.status"
14803 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14806 dlls/d3dx9_36/tests: __builddeps__
14807 dlls/d3dx9_36/tests/__crosstest__: __buildcrossdeps__"
14808 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14809 d3dx9_36_test.exe"
14810 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14811 d3dx9_36_test.exe: \$(TOPOBJDIR)/dlls/d3dx9_36/tests/d3dx9_36_test.exe$DLLEXT
14812 cp \$(TOPOBJDIR)/dlls/d3dx9_36/tests/d3dx9_36_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14813 d3dx9_36_test.rc:
14814 echo \"d3dx9_36_test.exe TESTRES \\\"d3dx9_36_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14815 d3dx9_36_test.res: d3dx9_36_test.rc d3dx9_36_test.exe"
14816 ALL_MAKEFILES="$ALL_MAKEFILES \\
14817 dlls/d3dx9_36/tests/Makefile"
14818 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14819 dlls/d3dx9_36/tests"
14820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14821 \$(RECURSE_TARGETS:%=dlls/d3dx9_36/tests/%) dlls/d3dx9_36/tests: dlls/d3dx9_36/tests/Makefile \$(MAKEDEP)
14822 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules config.status"
14823 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14825 ALL_MAKEFILES="$ALL_MAKEFILES \\
14826 dlls/d3dx9_37/Makefile"
14827 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14828 d3dx9_37"
14829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14830 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules config.status"
14831 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14833 ALL_MAKEFILES="$ALL_MAKEFILES \\
14834 dlls/d3dx9_38/Makefile"
14835 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14836 d3dx9_38"
14837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14838 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules config.status"
14839 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14841 ALL_MAKEFILES="$ALL_MAKEFILES \\
14842 dlls/d3dx9_39/Makefile"
14843 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14844 d3dx9_39"
14845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14846 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules config.status"
14847 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14849 ALL_MAKEFILES="$ALL_MAKEFILES \\
14850 dlls/d3dx9_40/Makefile"
14851 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14852 d3dx9_40"
14853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14854 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules config.status"
14855 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14857 ALL_MAKEFILES="$ALL_MAKEFILES \\
14858 dlls/d3dx9_41/Makefile"
14859 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14860 d3dx9_41"
14861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14862 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules config.status"
14863 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14865 ALL_MAKEFILES="$ALL_MAKEFILES \\
14866 dlls/d3dx9_42/Makefile"
14867 test "x$enable_d3dx9_42" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14868 d3dx9_42"
14869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14870 dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules config.status"
14871 ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
14873 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14874 dlls/d3dxof/libd3dxof.$IMPLIBEXT"
14875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14876 dlls/d3dxof/libd3dxof.$IMPLIBEXT dlls/d3dxof/libd3dxof.cross.a: tools/widl tools/winebuild tools/winegcc include
14877 dlls/d3dxof/libd3dxof.$IMPLIBEXT dlls/d3dxof/libd3dxof.cross.a: dlls/d3dxof/d3dxof.spec dlls/d3dxof/Makefile
14878 @cd dlls/d3dxof && \$(MAKE) \`basename \$@\`"
14879 ALL_MAKEFILES="$ALL_MAKEFILES \\
14880 dlls/d3dxof/Makefile"
14881 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14882 d3dxof"
14883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14884 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules config.status"
14885 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14888 dlls/d3dxof/tests: __builddeps__
14889 dlls/d3dxof/tests/__crosstest__: __buildcrossdeps__"
14890 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14891 d3dxof_test.exe"
14892 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14893 d3dxof_test.exe: \$(TOPOBJDIR)/dlls/d3dxof/tests/d3dxof_test.exe$DLLEXT
14894 cp \$(TOPOBJDIR)/dlls/d3dxof/tests/d3dxof_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14895 d3dxof_test.rc:
14896 echo \"d3dxof_test.exe TESTRES \\\"d3dxof_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14897 d3dxof_test.res: d3dxof_test.rc d3dxof_test.exe"
14898 ALL_MAKEFILES="$ALL_MAKEFILES \\
14899 dlls/d3dxof/tests/Makefile"
14900 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14901 dlls/d3dxof/tests"
14902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14903 \$(RECURSE_TARGETS:%=dlls/d3dxof/tests/%) dlls/d3dxof/tests: dlls/d3dxof/tests/Makefile \$(MAKEDEP)
14904 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules config.status"
14905 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14907 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14908 dlls/dbghelp/libdbghelp.$IMPLIBEXT"
14909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14910 dlls/dbghelp/libdbghelp.$IMPLIBEXT dlls/dbghelp/libdbghelp.cross.a: tools/widl tools/winebuild tools/winegcc include
14911 dlls/dbghelp/libdbghelp.$IMPLIBEXT dlls/dbghelp/libdbghelp.cross.a: dlls/dbghelp/dbghelp.spec dlls/dbghelp/Makefile
14912 @cd dlls/dbghelp && \$(MAKE) \`basename \$@\`"
14913 ALL_MAKEFILES="$ALL_MAKEFILES \\
14914 dlls/dbghelp/Makefile"
14915 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14916 dbghelp"
14917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14918 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules config.status"
14919 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14921 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14922 dlls/dciman32/libdciman32.$IMPLIBEXT"
14923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14924 dlls/dciman32/libdciman32.$IMPLIBEXT dlls/dciman32/libdciman32.cross.a: tools/widl tools/winebuild tools/winegcc include
14925 dlls/dciman32/libdciman32.$IMPLIBEXT dlls/dciman32/libdciman32.cross.a: dlls/dciman32/dciman32.spec dlls/dciman32/Makefile
14926 @cd dlls/dciman32 && \$(MAKE) \`basename \$@\`"
14927 ALL_MAKEFILES="$ALL_MAKEFILES \\
14928 dlls/dciman32/Makefile"
14929 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14930 dciman32"
14931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14932 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules config.status"
14933 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14935 ALL_MAKEFILES="$ALL_MAKEFILES \\
14936 dlls/ddeml.dll16/Makefile"
14937 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14938 ddeml.dll16"
14939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14940 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules config.status"
14941 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14943 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14944 dlls/ddraw/libddraw.$IMPLIBEXT"
14945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14946 dlls/ddraw/libddraw.$IMPLIBEXT dlls/ddraw/libddraw.cross.a: tools/widl tools/winebuild tools/winegcc include
14947 dlls/ddraw/libddraw.$IMPLIBEXT dlls/ddraw/libddraw.cross.a: dlls/ddraw/ddraw.spec dlls/ddraw/Makefile
14948 @cd dlls/ddraw && \$(MAKE) \`basename \$@\`"
14949 ALL_MAKEFILES="$ALL_MAKEFILES \\
14950 dlls/ddraw/Makefile"
14951 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14952 ddraw"
14953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14954 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules config.status"
14955 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14958 dlls/ddraw/tests: __builddeps__
14959 dlls/ddraw/tests/__crosstest__: __buildcrossdeps__"
14960 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14961 ddraw_test.exe"
14962 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14963 ddraw_test.exe: \$(TOPOBJDIR)/dlls/ddraw/tests/ddraw_test.exe$DLLEXT
14964 cp \$(TOPOBJDIR)/dlls/ddraw/tests/ddraw_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14965 ddraw_test.rc:
14966 echo \"ddraw_test.exe TESTRES \\\"ddraw_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14967 ddraw_test.res: ddraw_test.rc ddraw_test.exe"
14968 ALL_MAKEFILES="$ALL_MAKEFILES \\
14969 dlls/ddraw/tests/Makefile"
14970 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14971 dlls/ddraw/tests"
14972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14973 \$(RECURSE_TARGETS:%=dlls/ddraw/tests/%) dlls/ddraw/tests: dlls/ddraw/tests/Makefile \$(MAKEDEP)
14974 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules config.status"
14975 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14977 ALL_MAKEFILES="$ALL_MAKEFILES \\
14978 dlls/ddrawex/Makefile"
14979 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14980 ddrawex"
14981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14982 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules config.status"
14983 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14986 dlls/ddrawex/tests: __builddeps__
14987 dlls/ddrawex/tests/__crosstest__: __buildcrossdeps__"
14988 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14989 ddrawex_test.exe"
14990 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14991 ddrawex_test.exe: \$(TOPOBJDIR)/dlls/ddrawex/tests/ddrawex_test.exe$DLLEXT
14992 cp \$(TOPOBJDIR)/dlls/ddrawex/tests/ddrawex_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14993 ddrawex_test.rc:
14994 echo \"ddrawex_test.exe TESTRES \\\"ddrawex_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14995 ddrawex_test.res: ddrawex_test.rc ddrawex_test.exe"
14996 ALL_MAKEFILES="$ALL_MAKEFILES \\
14997 dlls/ddrawex/tests/Makefile"
14998 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14999 dlls/ddrawex/tests"
15000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15001 \$(RECURSE_TARGETS:%=dlls/ddrawex/tests/%) dlls/ddrawex/tests: dlls/ddrawex/tests/Makefile \$(MAKEDEP)
15002 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules config.status"
15003 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
15005 ALL_MAKEFILES="$ALL_MAKEFILES \\
15006 dlls/devenum/Makefile"
15007 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15008 devenum"
15009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15010 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules config.status"
15011 ac_config_files="$ac_config_files dlls/devenum/Makefile"
15013 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15014 dlls/dinput/libdinput.$IMPLIBEXT \\
15015 dlls/dinput/libdinput.$STATIC_IMPLIBEXT"
15016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15017 dlls/dinput/libdinput.$IMPLIBEXT dlls/dinput/libdinput.$STATIC_IMPLIBEXT dlls/dinput/libdinput.cross.a: tools/widl tools/winebuild tools/winegcc include
15018 dlls/dinput/libdinput.def: dlls/dinput/dinput.spec dlls/dinput/Makefile
15019 @cd dlls/dinput && \$(MAKE) \`basename \$@\`
15020 dlls/dinput/libdinput.$STATIC_IMPLIBEXT dlls/dinput/libdinput.cross.a: dlls/dinput/Makefile dummy
15021 @cd dlls/dinput && \$(MAKE) \`basename \$@\`"
15022 ALL_MAKEFILES="$ALL_MAKEFILES \\
15023 dlls/dinput/Makefile"
15024 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15025 dinput"
15026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15027 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules config.status"
15028 ac_config_files="$ac_config_files dlls/dinput/Makefile"
15030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15031 dlls/dinput/tests: __builddeps__
15032 dlls/dinput/tests/__crosstest__: __buildcrossdeps__"
15033 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15034 dinput_test.exe"
15035 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15036 dinput_test.exe: \$(TOPOBJDIR)/dlls/dinput/tests/dinput_test.exe$DLLEXT
15037 cp \$(TOPOBJDIR)/dlls/dinput/tests/dinput_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15038 dinput_test.rc:
15039 echo \"dinput_test.exe TESTRES \\\"dinput_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15040 dinput_test.res: dinput_test.rc dinput_test.exe"
15041 ALL_MAKEFILES="$ALL_MAKEFILES \\
15042 dlls/dinput/tests/Makefile"
15043 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15044 dlls/dinput/tests"
15045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15046 \$(RECURSE_TARGETS:%=dlls/dinput/tests/%) dlls/dinput/tests: dlls/dinput/tests/Makefile \$(MAKEDEP)
15047 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules config.status"
15048 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
15050 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15051 dlls/dinput8/libdinput8.$IMPLIBEXT"
15052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15053 dlls/dinput8/libdinput8.$IMPLIBEXT dlls/dinput8/libdinput8.cross.a: tools/widl tools/winebuild tools/winegcc include
15054 dlls/dinput8/libdinput8.$IMPLIBEXT dlls/dinput8/libdinput8.cross.a: dlls/dinput8/dinput8.spec dlls/dinput8/Makefile
15055 @cd dlls/dinput8 && \$(MAKE) \`basename \$@\`"
15056 ALL_MAKEFILES="$ALL_MAKEFILES \\
15057 dlls/dinput8/Makefile"
15058 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15059 dinput8"
15060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15061 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules config.status"
15062 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
15064 ALL_MAKEFILES="$ALL_MAKEFILES \\
15065 dlls/dispdib.dll16/Makefile"
15066 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15067 dispdib.dll16"
15068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15069 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules config.status"
15070 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
15072 ALL_MAKEFILES="$ALL_MAKEFILES \\
15073 dlls/display.drv16/Makefile"
15074 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15075 display.drv16"
15076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15077 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules config.status"
15078 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
15080 ALL_MAKEFILES="$ALL_MAKEFILES \\
15081 dlls/dmband/Makefile"
15082 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15083 dmband"
15084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15085 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules config.status"
15086 ac_config_files="$ac_config_files dlls/dmband/Makefile"
15088 ALL_MAKEFILES="$ALL_MAKEFILES \\
15089 dlls/dmcompos/Makefile"
15090 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15091 dmcompos"
15092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15093 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules config.status"
15094 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
15096 ALL_MAKEFILES="$ALL_MAKEFILES \\
15097 dlls/dmime/Makefile"
15098 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15099 dmime"
15100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15101 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules config.status"
15102 ac_config_files="$ac_config_files dlls/dmime/Makefile"
15104 ALL_MAKEFILES="$ALL_MAKEFILES \\
15105 dlls/dmloader/Makefile"
15106 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15107 dmloader"
15108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15109 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules config.status"
15110 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
15112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15113 dlls/dmloader/tests: __builddeps__
15114 dlls/dmloader/tests/__crosstest__: __buildcrossdeps__"
15115 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15116 dmloader_test.exe"
15117 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15118 dmloader_test.exe: \$(TOPOBJDIR)/dlls/dmloader/tests/dmloader_test.exe$DLLEXT
15119 cp \$(TOPOBJDIR)/dlls/dmloader/tests/dmloader_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15120 dmloader_test.rc:
15121 echo \"dmloader_test.exe TESTRES \\\"dmloader_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15122 dmloader_test.res: dmloader_test.rc dmloader_test.exe"
15123 ALL_MAKEFILES="$ALL_MAKEFILES \\
15124 dlls/dmloader/tests/Makefile"
15125 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15126 dlls/dmloader/tests"
15127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15128 \$(RECURSE_TARGETS:%=dlls/dmloader/tests/%) dlls/dmloader/tests: dlls/dmloader/tests/Makefile \$(MAKEDEP)
15129 dlls/dmloader/tests/Makefile: dlls/dmloader/tests/Makefile.in dlls/Maketest.rules config.status"
15130 ac_config_files="$ac_config_files dlls/dmloader/tests/Makefile"
15132 ALL_MAKEFILES="$ALL_MAKEFILES \\
15133 dlls/dmscript/Makefile"
15134 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15135 dmscript"
15136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15137 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules config.status"
15138 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
15140 ALL_MAKEFILES="$ALL_MAKEFILES \\
15141 dlls/dmstyle/Makefile"
15142 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15143 dmstyle"
15144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15145 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules config.status"
15146 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
15148 ALL_MAKEFILES="$ALL_MAKEFILES \\
15149 dlls/dmsynth/Makefile"
15150 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15151 dmsynth"
15152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15153 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules config.status"
15154 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
15156 ALL_MAKEFILES="$ALL_MAKEFILES \\
15157 dlls/dmusic/Makefile"
15158 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15159 dmusic"
15160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15161 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules config.status"
15162 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
15164 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15165 dlls/dmusic32/libdmusic32.$IMPLIBEXT"
15166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15167 dlls/dmusic32/libdmusic32.$IMPLIBEXT dlls/dmusic32/libdmusic32.cross.a: tools/widl tools/winebuild tools/winegcc include
15168 dlls/dmusic32/libdmusic32.$IMPLIBEXT dlls/dmusic32/libdmusic32.cross.a: dlls/dmusic32/dmusic32.spec dlls/dmusic32/Makefile
15169 @cd dlls/dmusic32 && \$(MAKE) \`basename \$@\`"
15170 ALL_MAKEFILES="$ALL_MAKEFILES \\
15171 dlls/dmusic32/Makefile"
15172 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15173 dmusic32"
15174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15175 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules config.status"
15176 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
15178 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15179 dlls/dnsapi/libdnsapi.$IMPLIBEXT"
15180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15181 dlls/dnsapi/libdnsapi.$IMPLIBEXT dlls/dnsapi/libdnsapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15182 dlls/dnsapi/libdnsapi.$IMPLIBEXT dlls/dnsapi/libdnsapi.cross.a: dlls/dnsapi/dnsapi.spec dlls/dnsapi/Makefile
15183 @cd dlls/dnsapi && \$(MAKE) \`basename \$@\`"
15184 ALL_MAKEFILES="$ALL_MAKEFILES \\
15185 dlls/dnsapi/Makefile"
15186 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15187 dnsapi"
15188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15189 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules config.status"
15190 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
15192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15193 dlls/dnsapi/tests: __builddeps__
15194 dlls/dnsapi/tests/__crosstest__: __buildcrossdeps__"
15195 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15196 dnsapi_test.exe"
15197 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15198 dnsapi_test.exe: \$(TOPOBJDIR)/dlls/dnsapi/tests/dnsapi_test.exe$DLLEXT
15199 cp \$(TOPOBJDIR)/dlls/dnsapi/tests/dnsapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15200 dnsapi_test.rc:
15201 echo \"dnsapi_test.exe TESTRES \\\"dnsapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15202 dnsapi_test.res: dnsapi_test.rc dnsapi_test.exe"
15203 ALL_MAKEFILES="$ALL_MAKEFILES \\
15204 dlls/dnsapi/tests/Makefile"
15205 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15206 dlls/dnsapi/tests"
15207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15208 \$(RECURSE_TARGETS:%=dlls/dnsapi/tests/%) dlls/dnsapi/tests: dlls/dnsapi/tests/Makefile \$(MAKEDEP)
15209 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules config.status"
15210 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
15212 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15213 dlls/dplay/libdplay.$IMPLIBEXT"
15214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15215 dlls/dplay/libdplay.$IMPLIBEXT dlls/dplay/libdplay.cross.a: tools/widl tools/winebuild tools/winegcc include
15216 dlls/dplay/libdplay.$IMPLIBEXT dlls/dplay/libdplay.cross.a: dlls/dplay/dplay.spec dlls/dplay/Makefile
15217 @cd dlls/dplay && \$(MAKE) \`basename \$@\`"
15218 ALL_MAKEFILES="$ALL_MAKEFILES \\
15219 dlls/dplay/Makefile"
15220 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15221 dplay"
15222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15223 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules config.status"
15224 ac_config_files="$ac_config_files dlls/dplay/Makefile"
15226 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15227 dlls/dplayx/libdplayx.$IMPLIBEXT"
15228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15229 dlls/dplayx/libdplayx.$IMPLIBEXT dlls/dplayx/libdplayx.cross.a: tools/widl tools/winebuild tools/winegcc include
15230 dlls/dplayx/libdplayx.$IMPLIBEXT dlls/dplayx/libdplayx.cross.a: dlls/dplayx/dplayx.spec dlls/dplayx/Makefile
15231 @cd dlls/dplayx && \$(MAKE) \`basename \$@\`"
15232 ALL_MAKEFILES="$ALL_MAKEFILES \\
15233 dlls/dplayx/Makefile"
15234 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15235 dplayx"
15236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15237 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules config.status"
15238 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
15240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15241 dlls/dplayx/tests: __builddeps__
15242 dlls/dplayx/tests/__crosstest__: __buildcrossdeps__"
15243 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15244 dplayx_test.exe"
15245 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15246 dplayx_test.exe: \$(TOPOBJDIR)/dlls/dplayx/tests/dplayx_test.exe$DLLEXT
15247 cp \$(TOPOBJDIR)/dlls/dplayx/tests/dplayx_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15248 dplayx_test.rc:
15249 echo \"dplayx_test.exe TESTRES \\\"dplayx_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15250 dplayx_test.res: dplayx_test.rc dplayx_test.exe"
15251 ALL_MAKEFILES="$ALL_MAKEFILES \\
15252 dlls/dplayx/tests/Makefile"
15253 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15254 dlls/dplayx/tests"
15255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15256 \$(RECURSE_TARGETS:%=dlls/dplayx/tests/%) dlls/dplayx/tests: dlls/dplayx/tests/Makefile \$(MAKEDEP)
15257 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules config.status"
15258 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
15260 ALL_MAKEFILES="$ALL_MAKEFILES \\
15261 dlls/dpnaddr/Makefile"
15262 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15263 dpnaddr"
15264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15265 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules config.status"
15266 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
15268 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15269 dlls/dpnet/libdpnet.$IMPLIBEXT"
15270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15271 dlls/dpnet/libdpnet.$IMPLIBEXT dlls/dpnet/libdpnet.cross.a: tools/widl tools/winebuild tools/winegcc include
15272 dlls/dpnet/libdpnet.$IMPLIBEXT dlls/dpnet/libdpnet.cross.a: dlls/dpnet/dpnet.spec dlls/dpnet/Makefile
15273 @cd dlls/dpnet && \$(MAKE) \`basename \$@\`"
15274 ALL_MAKEFILES="$ALL_MAKEFILES \\
15275 dlls/dpnet/Makefile"
15276 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15277 dpnet"
15278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15279 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules config.status"
15280 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
15282 ALL_MAKEFILES="$ALL_MAKEFILES \\
15283 dlls/dpnhpast/Makefile"
15284 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15285 dpnhpast"
15286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15287 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules config.status"
15288 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
15290 ALL_MAKEFILES="$ALL_MAKEFILES \\
15291 dlls/dpnlobby/Makefile"
15292 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15293 dpnlobby"
15294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15295 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules config.status"
15296 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
15298 ALL_MAKEFILES="$ALL_MAKEFILES \\
15299 dlls/dpwsockx/Makefile"
15300 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15301 dpwsockx"
15302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15303 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules config.status"
15304 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
15306 ALL_MAKEFILES="$ALL_MAKEFILES \\
15307 dlls/drmclien/Makefile"
15308 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15309 drmclien"
15310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15311 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules config.status"
15312 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
15314 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15315 dlls/dsound/libdsound.$IMPLIBEXT"
15316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15317 dlls/dsound/libdsound.$IMPLIBEXT dlls/dsound/libdsound.cross.a: tools/widl tools/winebuild tools/winegcc include
15318 dlls/dsound/libdsound.$IMPLIBEXT dlls/dsound/libdsound.cross.a: dlls/dsound/dsound.spec dlls/dsound/Makefile
15319 @cd dlls/dsound && \$(MAKE) \`basename \$@\`"
15320 ALL_MAKEFILES="$ALL_MAKEFILES \\
15321 dlls/dsound/Makefile"
15322 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15323 dsound"
15324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15325 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules config.status"
15326 ac_config_files="$ac_config_files dlls/dsound/Makefile"
15328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15329 dlls/dsound/tests: __builddeps__
15330 dlls/dsound/tests/__crosstest__: __buildcrossdeps__"
15331 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15332 dsound_test.exe"
15333 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15334 dsound_test.exe: \$(TOPOBJDIR)/dlls/dsound/tests/dsound_test.exe$DLLEXT
15335 cp \$(TOPOBJDIR)/dlls/dsound/tests/dsound_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15336 dsound_test.rc:
15337 echo \"dsound_test.exe TESTRES \\\"dsound_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15338 dsound_test.res: dsound_test.rc dsound_test.exe"
15339 ALL_MAKEFILES="$ALL_MAKEFILES \\
15340 dlls/dsound/tests/Makefile"
15341 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15342 dlls/dsound/tests"
15343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15344 \$(RECURSE_TARGETS:%=dlls/dsound/tests/%) dlls/dsound/tests: dlls/dsound/tests/Makefile \$(MAKEDEP)
15345 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules config.status"
15346 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
15348 ALL_MAKEFILES="$ALL_MAKEFILES \\
15349 dlls/dssenh/Makefile"
15350 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15351 dssenh"
15352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15353 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules config.status"
15354 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
15356 ALL_MAKEFILES="$ALL_MAKEFILES \\
15357 dlls/dswave/Makefile"
15358 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15359 dswave"
15360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15361 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules config.status"
15362 ac_config_files="$ac_config_files dlls/dswave/Makefile"
15364 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15365 dlls/dwmapi/libdwmapi.$IMPLIBEXT"
15366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15367 dlls/dwmapi/libdwmapi.$IMPLIBEXT dlls/dwmapi/libdwmapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15368 dlls/dwmapi/libdwmapi.$IMPLIBEXT dlls/dwmapi/libdwmapi.cross.a: dlls/dwmapi/dwmapi.spec dlls/dwmapi/Makefile
15369 @cd dlls/dwmapi && \$(MAKE) \`basename \$@\`"
15370 ALL_MAKEFILES="$ALL_MAKEFILES \\
15371 dlls/dwmapi/Makefile"
15372 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15373 dwmapi"
15374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15375 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules config.status"
15376 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
15378 ALL_MAKEFILES="$ALL_MAKEFILES \\
15379 dlls/dxdiagn/Makefile"
15380 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15381 dxdiagn"
15382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15383 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules config.status"
15384 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
15386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15387 dlls/dxdiagn/tests: __builddeps__
15388 dlls/dxdiagn/tests/__crosstest__: __buildcrossdeps__"
15389 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15390 dxdiagn_test.exe"
15391 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15392 dxdiagn_test.exe: \$(TOPOBJDIR)/dlls/dxdiagn/tests/dxdiagn_test.exe$DLLEXT
15393 cp \$(TOPOBJDIR)/dlls/dxdiagn/tests/dxdiagn_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15394 dxdiagn_test.rc:
15395 echo \"dxdiagn_test.exe TESTRES \\\"dxdiagn_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15396 dxdiagn_test.res: dxdiagn_test.rc dxdiagn_test.exe"
15397 ALL_MAKEFILES="$ALL_MAKEFILES \\
15398 dlls/dxdiagn/tests/Makefile"
15399 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15400 dlls/dxdiagn/tests"
15401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15402 \$(RECURSE_TARGETS:%=dlls/dxdiagn/tests/%) dlls/dxdiagn/tests: dlls/dxdiagn/tests/Makefile \$(MAKEDEP)
15403 dlls/dxdiagn/tests/Makefile: dlls/dxdiagn/tests/Makefile.in dlls/Maketest.rules config.status"
15404 ac_config_files="$ac_config_files dlls/dxdiagn/tests/Makefile"
15406 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15407 dlls/dxerr8/libdxerr8.a"
15408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15409 dlls/dxerr8: tools/widl tools/winebuild tools/winegcc include
15410 dlls/dxerr8/__install__ dlls/dxerr8/__install-dev__: dlls/dxerr8
15411 dlls/dxerr8/libdxerr8.cross.a: dlls/dxerr8/Makefile tools/widl tools/winebuild tools/winegcc include dummy
15412 @cd dlls/dxerr8 && \$(MAKE) \`basename \$@\`"
15413 ALL_MAKEFILES="$ALL_MAKEFILES \\
15414 dlls/dxerr8/Makefile"
15415 test "x$enable_dxerr8" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
15416 dlls/dxerr8"
15417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15418 \$(RECURSE_TARGETS:%=dlls/dxerr8/%) dlls/dxerr8: dlls/dxerr8/Makefile \$(MAKEDEP)
15419 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules config.status"
15420 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
15422 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15423 dlls/dxerr9/libdxerr9.a"
15424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15425 dlls/dxerr9: tools/widl tools/winebuild tools/winegcc include
15426 dlls/dxerr9/__install__ dlls/dxerr9/__install-dev__: dlls/dxerr9
15427 dlls/dxerr9/libdxerr9.cross.a: dlls/dxerr9/Makefile tools/widl tools/winebuild tools/winegcc include dummy
15428 @cd dlls/dxerr9 && \$(MAKE) \`basename \$@\`"
15429 ALL_MAKEFILES="$ALL_MAKEFILES \\
15430 dlls/dxerr9/Makefile"
15431 test "x$enable_dxerr9" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
15432 dlls/dxerr9"
15433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15434 \$(RECURSE_TARGETS:%=dlls/dxerr9/%) dlls/dxerr9: dlls/dxerr9/Makefile \$(MAKEDEP)
15435 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules config.status"
15436 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
15438 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15439 dlls/dxgi/libdxgi.$IMPLIBEXT"
15440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15441 dlls/dxgi/libdxgi.$IMPLIBEXT dlls/dxgi/libdxgi.cross.a: tools/widl tools/winebuild tools/winegcc include
15442 dlls/dxgi/libdxgi.$IMPLIBEXT dlls/dxgi/libdxgi.cross.a: dlls/dxgi/dxgi.spec dlls/dxgi/Makefile
15443 @cd dlls/dxgi && \$(MAKE) \`basename \$@\`"
15444 ALL_MAKEFILES="$ALL_MAKEFILES \\
15445 dlls/dxgi/Makefile"
15446 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15447 dxgi"
15448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15449 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules config.status"
15450 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
15452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15453 dlls/dxgi/tests: __builddeps__
15454 dlls/dxgi/tests/__crosstest__: __buildcrossdeps__"
15455 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15456 dxgi_test.exe"
15457 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15458 dxgi_test.exe: \$(TOPOBJDIR)/dlls/dxgi/tests/dxgi_test.exe$DLLEXT
15459 cp \$(TOPOBJDIR)/dlls/dxgi/tests/dxgi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15460 dxgi_test.rc:
15461 echo \"dxgi_test.exe TESTRES \\\"dxgi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15462 dxgi_test.res: dxgi_test.rc dxgi_test.exe"
15463 ALL_MAKEFILES="$ALL_MAKEFILES \\
15464 dlls/dxgi/tests/Makefile"
15465 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15466 dlls/dxgi/tests"
15467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15468 \$(RECURSE_TARGETS:%=dlls/dxgi/tests/%) dlls/dxgi/tests: dlls/dxgi/tests/Makefile \$(MAKEDEP)
15469 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules config.status"
15470 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
15472 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15473 dlls/dxguid/libdxguid.a"
15474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15475 dlls/dxguid: tools/widl tools/winebuild tools/winegcc include
15476 dlls/dxguid/__install__ dlls/dxguid/__install-dev__: dlls/dxguid
15477 dlls/dxguid/libdxguid.cross.a: dlls/dxguid/Makefile tools/widl tools/winebuild tools/winegcc include dummy
15478 @cd dlls/dxguid && \$(MAKE) \`basename \$@\`"
15479 ALL_MAKEFILES="$ALL_MAKEFILES \\
15480 dlls/dxguid/Makefile"
15481 test "x$enable_dxguid" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
15482 dlls/dxguid"
15483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15484 \$(RECURSE_TARGETS:%=dlls/dxguid/%) dlls/dxguid: dlls/dxguid/Makefile \$(MAKEDEP)
15485 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules config.status"
15486 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
15488 ALL_MAKEFILES="$ALL_MAKEFILES \\
15489 dlls/faultrep/Makefile"
15490 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15491 faultrep"
15492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15493 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules config.status"
15494 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
15496 ALL_MAKEFILES="$ALL_MAKEFILES \\
15497 dlls/fltlib/Makefile"
15498 test "x$enable_fltlib" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15499 fltlib"
15500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15501 dlls/fltlib/Makefile: dlls/fltlib/Makefile.in dlls/Makedll.rules config.status"
15502 ac_config_files="$ac_config_files dlls/fltlib/Makefile"
15504 ALL_MAKEFILES="$ALL_MAKEFILES \\
15505 dlls/fusion/Makefile"
15506 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15507 fusion"
15508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15509 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules config.status"
15510 ac_config_files="$ac_config_files dlls/fusion/Makefile"
15512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15513 dlls/fusion/tests: __builddeps__
15514 dlls/fusion/tests/__crosstest__: __buildcrossdeps__"
15515 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15516 fusion_test.exe"
15517 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15518 fusion_test.exe: \$(TOPOBJDIR)/dlls/fusion/tests/fusion_test.exe$DLLEXT
15519 cp \$(TOPOBJDIR)/dlls/fusion/tests/fusion_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15520 fusion_test.rc:
15521 echo \"fusion_test.exe TESTRES \\\"fusion_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15522 fusion_test.res: fusion_test.rc fusion_test.exe"
15523 ALL_MAKEFILES="$ALL_MAKEFILES \\
15524 dlls/fusion/tests/Makefile"
15525 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15526 dlls/fusion/tests"
15527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15528 \$(RECURSE_TARGETS:%=dlls/fusion/tests/%) dlls/fusion/tests: dlls/fusion/tests/Makefile \$(MAKEDEP)
15529 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules config.status"
15530 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
15532 ALL_MAKEFILES="$ALL_MAKEFILES \\
15533 dlls/fwpuclnt/Makefile"
15534 test "x$enable_fwpuclnt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15535 fwpuclnt"
15536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15537 dlls/fwpuclnt/Makefile: dlls/fwpuclnt/Makefile.in dlls/Makedll.rules config.status"
15538 ac_config_files="$ac_config_files dlls/fwpuclnt/Makefile"
15540 ALL_MAKEFILES="$ALL_MAKEFILES \\
15541 dlls/gdi.exe16/Makefile"
15542 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15543 gdi.exe16"
15544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15545 dlls/gdi.exe16/Makefile: dlls/gdi.exe16/Makefile.in dlls/Makedll.rules config.status"
15546 ac_config_files="$ac_config_files dlls/gdi.exe16/Makefile"
15548 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15549 dlls/gdi32/libgdi32.$IMPLIBEXT"
15550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15551 dlls/gdi32/libgdi32.$IMPLIBEXT dlls/gdi32/libgdi32.cross.a: tools/widl tools/winebuild tools/winegcc include
15552 dlls/gdi32/libgdi32.$IMPLIBEXT dlls/gdi32/libgdi32.cross.a: dlls/gdi32/gdi32.spec dlls/gdi32/Makefile
15553 @cd dlls/gdi32 && \$(MAKE) \`basename \$@\`"
15554 ALL_MAKEFILES="$ALL_MAKEFILES \\
15555 dlls/gdi32/Makefile"
15556 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15557 gdi32"
15558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15559 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules config.status"
15560 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
15562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15563 dlls/gdi32/tests: __builddeps__
15564 dlls/gdi32/tests/__crosstest__: __buildcrossdeps__"
15565 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15566 gdi32_test.exe"
15567 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15568 gdi32_test.exe: \$(TOPOBJDIR)/dlls/gdi32/tests/gdi32_test.exe$DLLEXT
15569 cp \$(TOPOBJDIR)/dlls/gdi32/tests/gdi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15570 gdi32_test.rc:
15571 echo \"gdi32_test.exe TESTRES \\\"gdi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15572 gdi32_test.res: gdi32_test.rc gdi32_test.exe"
15573 ALL_MAKEFILES="$ALL_MAKEFILES \\
15574 dlls/gdi32/tests/Makefile"
15575 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15576 dlls/gdi32/tests"
15577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15578 \$(RECURSE_TARGETS:%=dlls/gdi32/tests/%) dlls/gdi32/tests: dlls/gdi32/tests/Makefile \$(MAKEDEP)
15579 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules config.status"
15580 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
15582 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15583 dlls/gdiplus/libgdiplus.$IMPLIBEXT"
15584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15585 dlls/gdiplus/libgdiplus.$IMPLIBEXT dlls/gdiplus/libgdiplus.cross.a: tools/widl tools/winebuild tools/winegcc include
15586 dlls/gdiplus/libgdiplus.$IMPLIBEXT dlls/gdiplus/libgdiplus.cross.a: dlls/gdiplus/gdiplus.spec dlls/gdiplus/Makefile
15587 @cd dlls/gdiplus && \$(MAKE) \`basename \$@\`"
15588 ALL_MAKEFILES="$ALL_MAKEFILES \\
15589 dlls/gdiplus/Makefile"
15590 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15591 gdiplus"
15592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15593 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules config.status"
15594 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
15596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15597 dlls/gdiplus/tests: __builddeps__
15598 dlls/gdiplus/tests/__crosstest__: __buildcrossdeps__"
15599 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15600 gdiplus_test.exe"
15601 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15602 gdiplus_test.exe: \$(TOPOBJDIR)/dlls/gdiplus/tests/gdiplus_test.exe$DLLEXT
15603 cp \$(TOPOBJDIR)/dlls/gdiplus/tests/gdiplus_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15604 gdiplus_test.rc:
15605 echo \"gdiplus_test.exe TESTRES \\\"gdiplus_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15606 gdiplus_test.res: gdiplus_test.rc gdiplus_test.exe"
15607 ALL_MAKEFILES="$ALL_MAKEFILES \\
15608 dlls/gdiplus/tests/Makefile"
15609 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15610 dlls/gdiplus/tests"
15611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15612 \$(RECURSE_TARGETS:%=dlls/gdiplus/tests/%) dlls/gdiplus/tests: dlls/gdiplus/tests/Makefile \$(MAKEDEP)
15613 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules config.status"
15614 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
15616 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15617 dlls/glu32/libglu32.$IMPLIBEXT"
15618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15619 dlls/glu32/libglu32.$IMPLIBEXT dlls/glu32/libglu32.cross.a: tools/widl tools/winebuild tools/winegcc include
15620 dlls/glu32/libglu32.$IMPLIBEXT dlls/glu32/libglu32.cross.a: dlls/glu32/glu32.spec dlls/glu32/Makefile
15621 @cd dlls/glu32 && \$(MAKE) \`basename \$@\`"
15622 ALL_MAKEFILES="$ALL_MAKEFILES \\
15623 dlls/glu32/Makefile"
15624 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15625 glu32"
15626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15627 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules config.status"
15628 ac_config_files="$ac_config_files dlls/glu32/Makefile"
15630 ALL_MAKEFILES="$ALL_MAKEFILES \\
15631 dlls/gphoto2.ds/Makefile"
15632 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15633 gphoto2.ds"
15634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15635 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules config.status"
15636 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
15638 ALL_MAKEFILES="$ALL_MAKEFILES \\
15639 dlls/gpkcsp/Makefile"
15640 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15641 gpkcsp"
15642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15643 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules config.status"
15644 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
15646 ALL_MAKEFILES="$ALL_MAKEFILES \\
15647 dlls/hal/Makefile"
15648 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15649 hal"
15650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15651 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules config.status"
15652 ac_config_files="$ac_config_files dlls/hal/Makefile"
15654 ALL_MAKEFILES="$ALL_MAKEFILES \\
15655 dlls/hhctrl.ocx/Makefile"
15656 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15657 hhctrl.ocx"
15658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15659 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules config.status"
15660 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
15662 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15663 dlls/hid/libhid.$IMPLIBEXT"
15664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15665 dlls/hid/libhid.$IMPLIBEXT dlls/hid/libhid.cross.a: tools/widl tools/winebuild tools/winegcc include
15666 dlls/hid/libhid.$IMPLIBEXT dlls/hid/libhid.cross.a: dlls/hid/hid.spec dlls/hid/Makefile
15667 @cd dlls/hid && \$(MAKE) \`basename \$@\`"
15668 ALL_MAKEFILES="$ALL_MAKEFILES \\
15669 dlls/hid/Makefile"
15670 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15671 hid"
15672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15673 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules config.status"
15674 ac_config_files="$ac_config_files dlls/hid/Makefile"
15676 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15677 dlls/hlink/libhlink.$IMPLIBEXT"
15678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15679 dlls/hlink/libhlink.$IMPLIBEXT dlls/hlink/libhlink.cross.a: tools/widl tools/winebuild tools/winegcc include
15680 dlls/hlink/libhlink.$IMPLIBEXT dlls/hlink/libhlink.cross.a: dlls/hlink/hlink.spec dlls/hlink/Makefile
15681 @cd dlls/hlink && \$(MAKE) \`basename \$@\`"
15682 ALL_MAKEFILES="$ALL_MAKEFILES \\
15683 dlls/hlink/Makefile"
15684 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15685 hlink"
15686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15687 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules config.status"
15688 ac_config_files="$ac_config_files dlls/hlink/Makefile"
15690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15691 dlls/hlink/tests: __builddeps__
15692 dlls/hlink/tests/__crosstest__: __buildcrossdeps__"
15693 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15694 hlink_test.exe"
15695 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15696 hlink_test.exe: \$(TOPOBJDIR)/dlls/hlink/tests/hlink_test.exe$DLLEXT
15697 cp \$(TOPOBJDIR)/dlls/hlink/tests/hlink_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15698 hlink_test.rc:
15699 echo \"hlink_test.exe TESTRES \\\"hlink_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15700 hlink_test.res: hlink_test.rc hlink_test.exe"
15701 ALL_MAKEFILES="$ALL_MAKEFILES \\
15702 dlls/hlink/tests/Makefile"
15703 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15704 dlls/hlink/tests"
15705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15706 \$(RECURSE_TARGETS:%=dlls/hlink/tests/%) dlls/hlink/tests: dlls/hlink/tests/Makefile \$(MAKEDEP)
15707 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules config.status"
15708 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
15710 ALL_MAKEFILES="$ALL_MAKEFILES \\
15711 dlls/hnetcfg/Makefile"
15712 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15713 hnetcfg"
15714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15715 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules config.status"
15716 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
15718 ALL_MAKEFILES="$ALL_MAKEFILES \\
15719 dlls/httpapi/Makefile"
15720 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15721 httpapi"
15722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15723 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules config.status"
15724 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
15726 ALL_MAKEFILES="$ALL_MAKEFILES \\
15727 dlls/iccvid/Makefile"
15728 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15729 iccvid"
15730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15731 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules config.status"
15732 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
15734 ALL_MAKEFILES="$ALL_MAKEFILES \\
15735 dlls/icmp/Makefile"
15736 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15737 icmp"
15738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15739 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules config.status"
15740 ac_config_files="$ac_config_files dlls/icmp/Makefile"
15742 ALL_MAKEFILES="$ALL_MAKEFILES \\
15743 dlls/ifsmgr.vxd/Makefile"
15744 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15745 ifsmgr.vxd"
15746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15747 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules config.status"
15748 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
15750 ALL_MAKEFILES="$ALL_MAKEFILES \\
15751 dlls/imaadp32.acm/Makefile"
15752 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15753 imaadp32.acm"
15754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15755 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules config.status"
15756 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
15758 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15759 dlls/imagehlp/libimagehlp.$IMPLIBEXT"
15760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15761 dlls/imagehlp/libimagehlp.$IMPLIBEXT dlls/imagehlp/libimagehlp.cross.a: tools/widl tools/winebuild tools/winegcc include
15762 dlls/imagehlp/libimagehlp.$IMPLIBEXT dlls/imagehlp/libimagehlp.cross.a: dlls/imagehlp/imagehlp.spec dlls/imagehlp/Makefile
15763 @cd dlls/imagehlp && \$(MAKE) \`basename \$@\`"
15764 ALL_MAKEFILES="$ALL_MAKEFILES \\
15765 dlls/imagehlp/Makefile"
15766 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15767 imagehlp"
15768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15769 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules config.status"
15770 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
15772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15773 dlls/imagehlp/tests: __builddeps__
15774 dlls/imagehlp/tests/__crosstest__: __buildcrossdeps__"
15775 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15776 imagehlp_test.exe"
15777 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15778 imagehlp_test.exe: \$(TOPOBJDIR)/dlls/imagehlp/tests/imagehlp_test.exe$DLLEXT
15779 cp \$(TOPOBJDIR)/dlls/imagehlp/tests/imagehlp_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15780 imagehlp_test.rc:
15781 echo \"imagehlp_test.exe TESTRES \\\"imagehlp_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15782 imagehlp_test.res: imagehlp_test.rc imagehlp_test.exe"
15783 ALL_MAKEFILES="$ALL_MAKEFILES \\
15784 dlls/imagehlp/tests/Makefile"
15785 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15786 dlls/imagehlp/tests"
15787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15788 \$(RECURSE_TARGETS:%=dlls/imagehlp/tests/%) dlls/imagehlp/tests: dlls/imagehlp/tests/Makefile \$(MAKEDEP)
15789 dlls/imagehlp/tests/Makefile: dlls/imagehlp/tests/Makefile.in dlls/Maketest.rules config.status"
15790 ac_config_files="$ac_config_files dlls/imagehlp/tests/Makefile"
15792 ALL_MAKEFILES="$ALL_MAKEFILES \\
15793 dlls/imm.dll16/Makefile"
15794 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15795 imm.dll16"
15796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15797 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules config.status"
15798 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
15800 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15801 dlls/imm32/libimm32.$IMPLIBEXT"
15802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15803 dlls/imm32/libimm32.$IMPLIBEXT dlls/imm32/libimm32.cross.a: tools/widl tools/winebuild tools/winegcc include
15804 dlls/imm32/libimm32.$IMPLIBEXT dlls/imm32/libimm32.cross.a: dlls/imm32/imm32.spec dlls/imm32/Makefile
15805 @cd dlls/imm32 && \$(MAKE) \`basename \$@\`"
15806 ALL_MAKEFILES="$ALL_MAKEFILES \\
15807 dlls/imm32/Makefile"
15808 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15809 imm32"
15810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15811 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules config.status"
15812 ac_config_files="$ac_config_files dlls/imm32/Makefile"
15814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15815 dlls/imm32/tests: __builddeps__
15816 dlls/imm32/tests/__crosstest__: __buildcrossdeps__"
15817 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15818 imm32_test.exe"
15819 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15820 imm32_test.exe: \$(TOPOBJDIR)/dlls/imm32/tests/imm32_test.exe$DLLEXT
15821 cp \$(TOPOBJDIR)/dlls/imm32/tests/imm32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15822 imm32_test.rc:
15823 echo \"imm32_test.exe TESTRES \\\"imm32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15824 imm32_test.res: imm32_test.rc imm32_test.exe"
15825 ALL_MAKEFILES="$ALL_MAKEFILES \\
15826 dlls/imm32/tests/Makefile"
15827 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15828 dlls/imm32/tests"
15829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15830 \$(RECURSE_TARGETS:%=dlls/imm32/tests/%) dlls/imm32/tests: dlls/imm32/tests/Makefile \$(MAKEDEP)
15831 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules config.status"
15832 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
15834 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15835 dlls/inetcomm/libinetcomm.$IMPLIBEXT"
15836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15837 dlls/inetcomm/libinetcomm.$IMPLIBEXT dlls/inetcomm/libinetcomm.cross.a: tools/widl tools/winebuild tools/winegcc include
15838 dlls/inetcomm/libinetcomm.$IMPLIBEXT dlls/inetcomm/libinetcomm.cross.a: dlls/inetcomm/inetcomm.spec dlls/inetcomm/Makefile
15839 @cd dlls/inetcomm && \$(MAKE) \`basename \$@\`"
15840 ALL_MAKEFILES="$ALL_MAKEFILES \\
15841 dlls/inetcomm/Makefile"
15842 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15843 inetcomm"
15844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15845 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules config.status"
15846 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
15848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15849 dlls/inetcomm/tests: __builddeps__
15850 dlls/inetcomm/tests/__crosstest__: __buildcrossdeps__"
15851 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15852 inetcomm_test.exe"
15853 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15854 inetcomm_test.exe: \$(TOPOBJDIR)/dlls/inetcomm/tests/inetcomm_test.exe$DLLEXT
15855 cp \$(TOPOBJDIR)/dlls/inetcomm/tests/inetcomm_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15856 inetcomm_test.rc:
15857 echo \"inetcomm_test.exe TESTRES \\\"inetcomm_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15858 inetcomm_test.res: inetcomm_test.rc inetcomm_test.exe"
15859 ALL_MAKEFILES="$ALL_MAKEFILES \\
15860 dlls/inetcomm/tests/Makefile"
15861 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15862 dlls/inetcomm/tests"
15863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15864 \$(RECURSE_TARGETS:%=dlls/inetcomm/tests/%) dlls/inetcomm/tests: dlls/inetcomm/tests/Makefile \$(MAKEDEP)
15865 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules config.status"
15866 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
15868 ALL_MAKEFILES="$ALL_MAKEFILES \\
15869 dlls/inetmib1/Makefile"
15870 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15871 inetmib1"
15872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15873 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules config.status"
15874 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
15876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15877 dlls/inetmib1/tests: __builddeps__
15878 dlls/inetmib1/tests/__crosstest__: __buildcrossdeps__"
15879 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15880 inetmib1_test.exe"
15881 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15882 inetmib1_test.exe: \$(TOPOBJDIR)/dlls/inetmib1/tests/inetmib1_test.exe$DLLEXT
15883 cp \$(TOPOBJDIR)/dlls/inetmib1/tests/inetmib1_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15884 inetmib1_test.rc:
15885 echo \"inetmib1_test.exe TESTRES \\\"inetmib1_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15886 inetmib1_test.res: inetmib1_test.rc inetmib1_test.exe"
15887 ALL_MAKEFILES="$ALL_MAKEFILES \\
15888 dlls/inetmib1/tests/Makefile"
15889 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15890 dlls/inetmib1/tests"
15891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15892 \$(RECURSE_TARGETS:%=dlls/inetmib1/tests/%) dlls/inetmib1/tests: dlls/inetmib1/tests/Makefile \$(MAKEDEP)
15893 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules config.status"
15894 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
15896 ALL_MAKEFILES="$ALL_MAKEFILES \\
15897 dlls/infosoft/Makefile"
15898 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15899 infosoft"
15900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15901 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules config.status"
15902 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
15904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15905 dlls/infosoft/tests: __builddeps__
15906 dlls/infosoft/tests/__crosstest__: __buildcrossdeps__"
15907 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15908 infosoft_test.exe"
15909 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15910 infosoft_test.exe: \$(TOPOBJDIR)/dlls/infosoft/tests/infosoft_test.exe$DLLEXT
15911 cp \$(TOPOBJDIR)/dlls/infosoft/tests/infosoft_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15912 infosoft_test.rc:
15913 echo \"infosoft_test.exe TESTRES \\\"infosoft_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15914 infosoft_test.res: infosoft_test.rc infosoft_test.exe"
15915 ALL_MAKEFILES="$ALL_MAKEFILES \\
15916 dlls/infosoft/tests/Makefile"
15917 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15918 dlls/infosoft/tests"
15919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15920 \$(RECURSE_TARGETS:%=dlls/infosoft/tests/%) dlls/infosoft/tests: dlls/infosoft/tests/Makefile \$(MAKEDEP)
15921 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules config.status"
15922 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
15924 ALL_MAKEFILES="$ALL_MAKEFILES \\
15925 dlls/initpki/Makefile"
15926 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15927 initpki"
15928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15929 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules config.status"
15930 ac_config_files="$ac_config_files dlls/initpki/Makefile"
15932 ALL_MAKEFILES="$ALL_MAKEFILES \\
15933 dlls/inkobj/Makefile"
15934 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15935 inkobj"
15936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15937 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules config.status"
15938 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
15940 ALL_MAKEFILES="$ALL_MAKEFILES \\
15941 dlls/inseng/Makefile"
15942 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15943 inseng"
15944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15945 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules config.status"
15946 ac_config_files="$ac_config_files dlls/inseng/Makefile"
15948 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15949 dlls/iphlpapi/libiphlpapi.$IMPLIBEXT"
15950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15951 dlls/iphlpapi/libiphlpapi.$IMPLIBEXT dlls/iphlpapi/libiphlpapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15952 dlls/iphlpapi/libiphlpapi.$IMPLIBEXT dlls/iphlpapi/libiphlpapi.cross.a: dlls/iphlpapi/iphlpapi.spec dlls/iphlpapi/Makefile
15953 @cd dlls/iphlpapi && \$(MAKE) \`basename \$@\`"
15954 ALL_MAKEFILES="$ALL_MAKEFILES \\
15955 dlls/iphlpapi/Makefile"
15956 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15957 iphlpapi"
15958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15959 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules config.status"
15960 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
15962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15963 dlls/iphlpapi/tests: __builddeps__
15964 dlls/iphlpapi/tests/__crosstest__: __buildcrossdeps__"
15965 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15966 iphlpapi_test.exe"
15967 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15968 iphlpapi_test.exe: \$(TOPOBJDIR)/dlls/iphlpapi/tests/iphlpapi_test.exe$DLLEXT
15969 cp \$(TOPOBJDIR)/dlls/iphlpapi/tests/iphlpapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15970 iphlpapi_test.rc:
15971 echo \"iphlpapi_test.exe TESTRES \\\"iphlpapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15972 iphlpapi_test.res: iphlpapi_test.rc iphlpapi_test.exe"
15973 ALL_MAKEFILES="$ALL_MAKEFILES \\
15974 dlls/iphlpapi/tests/Makefile"
15975 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15976 dlls/iphlpapi/tests"
15977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15978 \$(RECURSE_TARGETS:%=dlls/iphlpapi/tests/%) dlls/iphlpapi/tests: dlls/iphlpapi/tests/Makefile \$(MAKEDEP)
15979 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules config.status"
15980 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
15982 ALL_MAKEFILES="$ALL_MAKEFILES \\
15983 dlls/itircl/Makefile"
15984 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15985 itircl"
15986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15987 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules config.status"
15988 ac_config_files="$ac_config_files dlls/itircl/Makefile"
15990 ALL_MAKEFILES="$ALL_MAKEFILES \\
15991 dlls/itss/Makefile"
15992 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15993 itss"
15994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15995 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules config.status"
15996 ac_config_files="$ac_config_files dlls/itss/Makefile"
15998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15999 dlls/itss/tests: __builddeps__
16000 dlls/itss/tests/__crosstest__: __buildcrossdeps__"
16001 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16002 itss_test.exe"
16003 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16004 itss_test.exe: \$(TOPOBJDIR)/dlls/itss/tests/itss_test.exe$DLLEXT
16005 cp \$(TOPOBJDIR)/dlls/itss/tests/itss_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16006 itss_test.rc:
16007 echo \"itss_test.exe TESTRES \\\"itss_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16008 itss_test.res: itss_test.rc itss_test.exe"
16009 ALL_MAKEFILES="$ALL_MAKEFILES \\
16010 dlls/itss/tests/Makefile"
16011 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16012 dlls/itss/tests"
16013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16014 \$(RECURSE_TARGETS:%=dlls/itss/tests/%) dlls/itss/tests: dlls/itss/tests/Makefile \$(MAKEDEP)
16015 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules config.status"
16016 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
16018 ALL_MAKEFILES="$ALL_MAKEFILES \\
16019 dlls/jscript/Makefile"
16020 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16021 jscript"
16022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16023 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules config.status"
16024 ac_config_files="$ac_config_files dlls/jscript/Makefile"
16026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16027 dlls/jscript/tests: __builddeps__
16028 dlls/jscript/tests/__crosstest__: __buildcrossdeps__"
16029 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16030 jscript_test.exe"
16031 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16032 jscript_test.exe: \$(TOPOBJDIR)/dlls/jscript/tests/jscript_test.exe$DLLEXT
16033 cp \$(TOPOBJDIR)/dlls/jscript/tests/jscript_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16034 jscript_test.rc:
16035 echo \"jscript_test.exe TESTRES \\\"jscript_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16036 jscript_test.res: jscript_test.rc jscript_test.exe"
16037 ALL_MAKEFILES="$ALL_MAKEFILES \\
16038 dlls/jscript/tests/Makefile"
16039 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16040 dlls/jscript/tests"
16041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16042 \$(RECURSE_TARGETS:%=dlls/jscript/tests/%) dlls/jscript/tests: dlls/jscript/tests/Makefile \$(MAKEDEP)
16043 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules config.status"
16044 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
16046 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16047 dlls/kernel32/libkernel32.$IMPLIBEXT"
16048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16049 dlls/kernel32/libkernel32.$IMPLIBEXT dlls/kernel32/libkernel32.cross.a: tools/widl tools/winebuild tools/winegcc include
16050 dlls/kernel32/libkernel32.$IMPLIBEXT dlls/kernel32/libkernel32.cross.a: dlls/kernel32/kernel32.spec dlls/kernel32/Makefile
16051 @cd dlls/kernel32 && \$(MAKE) \`basename \$@\`"
16052 ALL_MAKEFILES="$ALL_MAKEFILES \\
16053 dlls/kernel32/Makefile"
16054 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16055 kernel32"
16056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16057 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules config.status"
16058 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
16060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16061 dlls/kernel32/tests: __builddeps__
16062 dlls/kernel32/tests/__crosstest__: __buildcrossdeps__"
16063 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16064 kernel32_test.exe"
16065 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16066 kernel32_test.exe: \$(TOPOBJDIR)/dlls/kernel32/tests/kernel32_test.exe$DLLEXT
16067 cp \$(TOPOBJDIR)/dlls/kernel32/tests/kernel32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16068 kernel32_test.rc:
16069 echo \"kernel32_test.exe TESTRES \\\"kernel32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16070 kernel32_test.res: kernel32_test.rc kernel32_test.exe"
16071 ALL_MAKEFILES="$ALL_MAKEFILES \\
16072 dlls/kernel32/tests/Makefile"
16073 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16074 dlls/kernel32/tests"
16075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16076 \$(RECURSE_TARGETS:%=dlls/kernel32/tests/%) dlls/kernel32/tests: dlls/kernel32/tests/Makefile \$(MAKEDEP)
16077 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules config.status"
16078 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
16080 ALL_MAKEFILES="$ALL_MAKEFILES \\
16081 dlls/keyboard.drv16/Makefile"
16082 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16083 keyboard.drv16"
16084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16085 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules config.status"
16086 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
16088 test "x$enable_win16" = xno || ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16089 dlls/krnl386.exe16/libkernel.$IMPLIBEXT \\
16090 dlls/libkernel.$IMPLIBEXT"
16091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16092 dlls/krnl386.exe16/libkernel.$IMPLIBEXT dlls/krnl386.exe16/libkernel.cross.a: tools/widl tools/winebuild tools/winegcc include
16093 dlls/libkernel.a: dlls/krnl386.exe16/libkernel.a
16094 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.a \$@
16095 dlls/libkernel.cross.a: dlls/krnl386.exe16/libkernel.cross.a
16096 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.cross.a \$@
16097 dlls/libkernel.def: dlls/krnl386.exe16/libkernel.def
16098 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.def \$@
16099 clean::
16100 \$(RM) dlls/libkernel.def
16101 dlls/krnl386.exe16/libkernel.$IMPLIBEXT dlls/krnl386.exe16/libkernel.cross.a: dlls/krnl386.exe16/krnl386.exe16.spec dlls/krnl386.exe16/Makefile
16102 @cd dlls/krnl386.exe16 && \$(MAKE) \`basename \$@\`"
16103 ALL_MAKEFILES="$ALL_MAKEFILES \\
16104 dlls/krnl386.exe16/Makefile"
16105 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16106 krnl386.exe16"
16107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16108 dlls/krnl386.exe16/Makefile: dlls/krnl386.exe16/Makefile.in dlls/Makedll.rules config.status"
16109 ac_config_files="$ac_config_files dlls/krnl386.exe16/Makefile"
16111 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16112 dlls/loadperf/libloadperf.$IMPLIBEXT"
16113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16114 dlls/loadperf/libloadperf.$IMPLIBEXT dlls/loadperf/libloadperf.cross.a: tools/widl tools/winebuild tools/winegcc include
16115 dlls/loadperf/libloadperf.$IMPLIBEXT dlls/loadperf/libloadperf.cross.a: dlls/loadperf/loadperf.spec dlls/loadperf/Makefile
16116 @cd dlls/loadperf && \$(MAKE) \`basename \$@\`"
16117 ALL_MAKEFILES="$ALL_MAKEFILES \\
16118 dlls/loadperf/Makefile"
16119 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16120 loadperf"
16121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16122 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules config.status"
16123 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
16125 ALL_MAKEFILES="$ALL_MAKEFILES \\
16126 dlls/localspl/Makefile"
16127 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16128 localspl"
16129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16130 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules config.status"
16131 ac_config_files="$ac_config_files dlls/localspl/Makefile"
16133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16134 dlls/localspl/tests: __builddeps__
16135 dlls/localspl/tests/__crosstest__: __buildcrossdeps__"
16136 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16137 localspl_test.exe"
16138 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16139 localspl_test.exe: \$(TOPOBJDIR)/dlls/localspl/tests/localspl_test.exe$DLLEXT
16140 cp \$(TOPOBJDIR)/dlls/localspl/tests/localspl_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16141 localspl_test.rc:
16142 echo \"localspl_test.exe TESTRES \\\"localspl_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16143 localspl_test.res: localspl_test.rc localspl_test.exe"
16144 ALL_MAKEFILES="$ALL_MAKEFILES \\
16145 dlls/localspl/tests/Makefile"
16146 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16147 dlls/localspl/tests"
16148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16149 \$(RECURSE_TARGETS:%=dlls/localspl/tests/%) dlls/localspl/tests: dlls/localspl/tests/Makefile \$(MAKEDEP)
16150 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules config.status"
16151 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
16153 ALL_MAKEFILES="$ALL_MAKEFILES \\
16154 dlls/localui/Makefile"
16155 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16156 localui"
16157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16158 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules config.status"
16159 ac_config_files="$ac_config_files dlls/localui/Makefile"
16161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16162 dlls/localui/tests: __builddeps__
16163 dlls/localui/tests/__crosstest__: __buildcrossdeps__"
16164 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16165 localui_test.exe"
16166 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16167 localui_test.exe: \$(TOPOBJDIR)/dlls/localui/tests/localui_test.exe$DLLEXT
16168 cp \$(TOPOBJDIR)/dlls/localui/tests/localui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16169 localui_test.rc:
16170 echo \"localui_test.exe TESTRES \\\"localui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16171 localui_test.res: localui_test.rc localui_test.exe"
16172 ALL_MAKEFILES="$ALL_MAKEFILES \\
16173 dlls/localui/tests/Makefile"
16174 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16175 dlls/localui/tests"
16176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16177 \$(RECURSE_TARGETS:%=dlls/localui/tests/%) dlls/localui/tests: dlls/localui/tests/Makefile \$(MAKEDEP)
16178 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules config.status"
16179 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
16181 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16182 dlls/lz32/liblz32.$IMPLIBEXT"
16183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16184 dlls/lz32/liblz32.$IMPLIBEXT dlls/lz32/liblz32.cross.a: tools/widl tools/winebuild tools/winegcc include
16185 dlls/lz32/liblz32.$IMPLIBEXT dlls/lz32/liblz32.cross.a: dlls/lz32/lz32.spec dlls/lz32/Makefile
16186 @cd dlls/lz32 && \$(MAKE) \`basename \$@\`"
16187 ALL_MAKEFILES="$ALL_MAKEFILES \\
16188 dlls/lz32/Makefile"
16189 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16190 lz32"
16191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16192 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules config.status"
16193 ac_config_files="$ac_config_files dlls/lz32/Makefile"
16195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16196 dlls/lz32/tests: __builddeps__
16197 dlls/lz32/tests/__crosstest__: __buildcrossdeps__"
16198 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16199 lz32_test.exe"
16200 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16201 lz32_test.exe: \$(TOPOBJDIR)/dlls/lz32/tests/lz32_test.exe$DLLEXT
16202 cp \$(TOPOBJDIR)/dlls/lz32/tests/lz32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16203 lz32_test.rc:
16204 echo \"lz32_test.exe TESTRES \\\"lz32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16205 lz32_test.res: lz32_test.rc lz32_test.exe"
16206 ALL_MAKEFILES="$ALL_MAKEFILES \\
16207 dlls/lz32/tests/Makefile"
16208 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16209 dlls/lz32/tests"
16210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16211 \$(RECURSE_TARGETS:%=dlls/lz32/tests/%) dlls/lz32/tests: dlls/lz32/tests/Makefile \$(MAKEDEP)
16212 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules config.status"
16213 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
16215 ALL_MAKEFILES="$ALL_MAKEFILES \\
16216 dlls/lzexpand.dll16/Makefile"
16217 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16218 lzexpand.dll16"
16219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16220 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules config.status"
16221 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
16223 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16224 dlls/mapi32/libmapi32.$IMPLIBEXT"
16225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16226 dlls/mapi32/libmapi32.$IMPLIBEXT dlls/mapi32/libmapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
16227 dlls/mapi32/libmapi32.$IMPLIBEXT dlls/mapi32/libmapi32.cross.a: dlls/mapi32/mapi32.spec dlls/mapi32/Makefile
16228 @cd dlls/mapi32 && \$(MAKE) \`basename \$@\`"
16229 ALL_MAKEFILES="$ALL_MAKEFILES \\
16230 dlls/mapi32/Makefile"
16231 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16232 mapi32"
16233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16234 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules config.status"
16235 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
16237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16238 dlls/mapi32/tests: __builddeps__
16239 dlls/mapi32/tests/__crosstest__: __buildcrossdeps__"
16240 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16241 mapi32_test.exe"
16242 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16243 mapi32_test.exe: \$(TOPOBJDIR)/dlls/mapi32/tests/mapi32_test.exe$DLLEXT
16244 cp \$(TOPOBJDIR)/dlls/mapi32/tests/mapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16245 mapi32_test.rc:
16246 echo \"mapi32_test.exe TESTRES \\\"mapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16247 mapi32_test.res: mapi32_test.rc mapi32_test.exe"
16248 ALL_MAKEFILES="$ALL_MAKEFILES \\
16249 dlls/mapi32/tests/Makefile"
16250 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16251 dlls/mapi32/tests"
16252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16253 \$(RECURSE_TARGETS:%=dlls/mapi32/tests/%) dlls/mapi32/tests: dlls/mapi32/tests/Makefile \$(MAKEDEP)
16254 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules config.status"
16255 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
16257 ALL_MAKEFILES="$ALL_MAKEFILES \\
16258 dlls/mapistub/Makefile"
16259 test "x$enable_mapistub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16260 mapistub"
16261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16262 dlls/mapistub/Makefile: dlls/mapistub/Makefile.in dlls/Makedll.rules config.status"
16263 ac_config_files="$ac_config_files dlls/mapistub/Makefile"
16265 ALL_MAKEFILES="$ALL_MAKEFILES \\
16266 dlls/mciavi32/Makefile"
16267 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16268 mciavi32"
16269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16270 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules config.status"
16271 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
16273 ALL_MAKEFILES="$ALL_MAKEFILES \\
16274 dlls/mcicda/Makefile"
16275 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16276 mcicda"
16277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16278 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules config.status"
16279 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
16281 ALL_MAKEFILES="$ALL_MAKEFILES \\
16282 dlls/mciqtz32/Makefile"
16283 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16284 mciqtz32"
16285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16286 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules config.status"
16287 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
16289 ALL_MAKEFILES="$ALL_MAKEFILES \\
16290 dlls/mciseq/Makefile"
16291 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16292 mciseq"
16293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16294 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules config.status"
16295 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
16297 ALL_MAKEFILES="$ALL_MAKEFILES \\
16298 dlls/mciwave/Makefile"
16299 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16300 mciwave"
16301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16302 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules config.status"
16303 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
16305 ALL_MAKEFILES="$ALL_MAKEFILES \\
16306 dlls/midimap/Makefile"
16307 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16308 midimap"
16309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16310 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules config.status"
16311 ac_config_files="$ac_config_files dlls/midimap/Makefile"
16313 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16314 dlls/mlang/libmlang.$IMPLIBEXT"
16315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16316 dlls/mlang/libmlang.$IMPLIBEXT dlls/mlang/libmlang.cross.a: tools/widl tools/winebuild tools/winegcc include
16317 dlls/mlang/libmlang.$IMPLIBEXT dlls/mlang/libmlang.cross.a: dlls/mlang/mlang.spec dlls/mlang/Makefile
16318 @cd dlls/mlang && \$(MAKE) \`basename \$@\`"
16319 ALL_MAKEFILES="$ALL_MAKEFILES \\
16320 dlls/mlang/Makefile"
16321 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16322 mlang"
16323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16324 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules config.status"
16325 ac_config_files="$ac_config_files dlls/mlang/Makefile"
16327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16328 dlls/mlang/tests: __builddeps__
16329 dlls/mlang/tests/__crosstest__: __buildcrossdeps__"
16330 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16331 mlang_test.exe"
16332 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16333 mlang_test.exe: \$(TOPOBJDIR)/dlls/mlang/tests/mlang_test.exe$DLLEXT
16334 cp \$(TOPOBJDIR)/dlls/mlang/tests/mlang_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16335 mlang_test.rc:
16336 echo \"mlang_test.exe TESTRES \\\"mlang_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16337 mlang_test.res: mlang_test.rc mlang_test.exe"
16338 ALL_MAKEFILES="$ALL_MAKEFILES \\
16339 dlls/mlang/tests/Makefile"
16340 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16341 dlls/mlang/tests"
16342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16343 \$(RECURSE_TARGETS:%=dlls/mlang/tests/%) dlls/mlang/tests: dlls/mlang/tests/Makefile \$(MAKEDEP)
16344 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules config.status"
16345 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
16347 ALL_MAKEFILES="$ALL_MAKEFILES \\
16348 dlls/mmdevapi/Makefile"
16349 test "x$enable_mmdevapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16350 mmdevapi"
16351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16352 dlls/mmdevapi/Makefile: dlls/mmdevapi/Makefile.in dlls/Makedll.rules config.status"
16353 ac_config_files="$ac_config_files dlls/mmdevapi/Makefile"
16355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16356 dlls/mmdevapi/tests: __builddeps__
16357 dlls/mmdevapi/tests/__crosstest__: __buildcrossdeps__"
16358 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16359 mmdevapi_test.exe"
16360 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16361 mmdevapi_test.exe: \$(TOPOBJDIR)/dlls/mmdevapi/tests/mmdevapi_test.exe$DLLEXT
16362 cp \$(TOPOBJDIR)/dlls/mmdevapi/tests/mmdevapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16363 mmdevapi_test.rc:
16364 echo \"mmdevapi_test.exe TESTRES \\\"mmdevapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16365 mmdevapi_test.res: mmdevapi_test.rc mmdevapi_test.exe"
16366 ALL_MAKEFILES="$ALL_MAKEFILES \\
16367 dlls/mmdevapi/tests/Makefile"
16368 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16369 dlls/mmdevapi/tests"
16370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16371 \$(RECURSE_TARGETS:%=dlls/mmdevapi/tests/%) dlls/mmdevapi/tests: dlls/mmdevapi/tests/Makefile \$(MAKEDEP)
16372 dlls/mmdevapi/tests/Makefile: dlls/mmdevapi/tests/Makefile.in dlls/Maketest.rules config.status"
16373 ac_config_files="$ac_config_files dlls/mmdevapi/tests/Makefile"
16375 ALL_MAKEFILES="$ALL_MAKEFILES \\
16376 dlls/mmdevldr.vxd/Makefile"
16377 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16378 mmdevldr.vxd"
16379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16380 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules config.status"
16381 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
16383 ALL_MAKEFILES="$ALL_MAKEFILES \\
16384 dlls/mmsystem.dll16/Makefile"
16385 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16386 mmsystem.dll16"
16387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16388 dlls/mmsystem.dll16/Makefile: dlls/mmsystem.dll16/Makefile.in dlls/Makedll.rules config.status"
16389 ac_config_files="$ac_config_files dlls/mmsystem.dll16/Makefile"
16391 ALL_MAKEFILES="$ALL_MAKEFILES \\
16392 dlls/monodebg.vxd/Makefile"
16393 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16394 monodebg.vxd"
16395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16396 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules config.status"
16397 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
16399 ALL_MAKEFILES="$ALL_MAKEFILES \\
16400 dlls/mountmgr.sys/Makefile"
16401 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16402 mountmgr.sys"
16403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16404 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules config.status"
16405 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
16407 ALL_MAKEFILES="$ALL_MAKEFILES \\
16408 dlls/mouse.drv16/Makefile"
16409 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16410 mouse.drv16"
16411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16412 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules config.status"
16413 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
16415 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16416 dlls/mpr/libmpr.$IMPLIBEXT"
16417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16418 dlls/mpr/libmpr.$IMPLIBEXT dlls/mpr/libmpr.cross.a: tools/widl tools/winebuild tools/winegcc include
16419 dlls/mpr/libmpr.$IMPLIBEXT dlls/mpr/libmpr.cross.a: dlls/mpr/mpr.spec dlls/mpr/Makefile
16420 @cd dlls/mpr && \$(MAKE) \`basename \$@\`"
16421 ALL_MAKEFILES="$ALL_MAKEFILES \\
16422 dlls/mpr/Makefile"
16423 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16424 mpr"
16425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16426 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules config.status"
16427 ac_config_files="$ac_config_files dlls/mpr/Makefile"
16429 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16430 dlls/mprapi/libmprapi.$IMPLIBEXT"
16431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16432 dlls/mprapi/libmprapi.$IMPLIBEXT dlls/mprapi/libmprapi.cross.a: tools/widl tools/winebuild tools/winegcc include
16433 dlls/mprapi/libmprapi.$IMPLIBEXT dlls/mprapi/libmprapi.cross.a: dlls/mprapi/mprapi.spec dlls/mprapi/Makefile
16434 @cd dlls/mprapi && \$(MAKE) \`basename \$@\`"
16435 ALL_MAKEFILES="$ALL_MAKEFILES \\
16436 dlls/mprapi/Makefile"
16437 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16438 mprapi"
16439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16440 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules config.status"
16441 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
16443 ALL_MAKEFILES="$ALL_MAKEFILES \\
16444 dlls/msacm.dll16/Makefile"
16445 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16446 msacm.dll16"
16447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16448 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules config.status"
16449 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
16451 ALL_MAKEFILES="$ALL_MAKEFILES \\
16452 dlls/msacm32.drv/Makefile"
16453 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16454 msacm32.drv"
16455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16456 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules config.status"
16457 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
16459 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16460 dlls/msacm32/libmsacm32.$IMPLIBEXT"
16461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16462 dlls/msacm32/libmsacm32.$IMPLIBEXT dlls/msacm32/libmsacm32.cross.a: tools/widl tools/winebuild tools/winegcc include
16463 dlls/msacm32/libmsacm32.$IMPLIBEXT dlls/msacm32/libmsacm32.cross.a: dlls/msacm32/msacm32.spec dlls/msacm32/Makefile
16464 @cd dlls/msacm32 && \$(MAKE) \`basename \$@\`"
16465 ALL_MAKEFILES="$ALL_MAKEFILES \\
16466 dlls/msacm32/Makefile"
16467 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16468 msacm32"
16469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16470 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules config.status"
16471 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
16473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16474 dlls/msacm32/tests: __builddeps__
16475 dlls/msacm32/tests/__crosstest__: __buildcrossdeps__"
16476 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16477 msacm32_test.exe"
16478 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16479 msacm32_test.exe: \$(TOPOBJDIR)/dlls/msacm32/tests/msacm32_test.exe$DLLEXT
16480 cp \$(TOPOBJDIR)/dlls/msacm32/tests/msacm32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16481 msacm32_test.rc:
16482 echo \"msacm32_test.exe TESTRES \\\"msacm32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16483 msacm32_test.res: msacm32_test.rc msacm32_test.exe"
16484 ALL_MAKEFILES="$ALL_MAKEFILES \\
16485 dlls/msacm32/tests/Makefile"
16486 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16487 dlls/msacm32/tests"
16488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16489 \$(RECURSE_TARGETS:%=dlls/msacm32/tests/%) dlls/msacm32/tests: dlls/msacm32/tests/Makefile \$(MAKEDEP)
16490 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules config.status"
16491 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
16493 ALL_MAKEFILES="$ALL_MAKEFILES \\
16494 dlls/msadp32.acm/Makefile"
16495 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16496 msadp32.acm"
16497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16498 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules config.status"
16499 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
16501 ALL_MAKEFILES="$ALL_MAKEFILES \\
16502 dlls/mscat32/Makefile"
16503 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16504 mscat32"
16505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16506 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules config.status"
16507 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
16509 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16510 dlls/mscms/libmscms.$IMPLIBEXT"
16511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16512 dlls/mscms/libmscms.$IMPLIBEXT dlls/mscms/libmscms.cross.a: tools/widl tools/winebuild tools/winegcc include
16513 dlls/mscms/libmscms.$IMPLIBEXT dlls/mscms/libmscms.cross.a: dlls/mscms/mscms.spec dlls/mscms/Makefile
16514 @cd dlls/mscms && \$(MAKE) \`basename \$@\`"
16515 ALL_MAKEFILES="$ALL_MAKEFILES \\
16516 dlls/mscms/Makefile"
16517 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16518 mscms"
16519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16520 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules config.status"
16521 ac_config_files="$ac_config_files dlls/mscms/Makefile"
16523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16524 dlls/mscms/tests: __builddeps__
16525 dlls/mscms/tests/__crosstest__: __buildcrossdeps__"
16526 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16527 mscms_test.exe"
16528 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16529 mscms_test.exe: \$(TOPOBJDIR)/dlls/mscms/tests/mscms_test.exe$DLLEXT
16530 cp \$(TOPOBJDIR)/dlls/mscms/tests/mscms_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16531 mscms_test.rc:
16532 echo \"mscms_test.exe TESTRES \\\"mscms_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16533 mscms_test.res: mscms_test.rc mscms_test.exe"
16534 ALL_MAKEFILES="$ALL_MAKEFILES \\
16535 dlls/mscms/tests/Makefile"
16536 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16537 dlls/mscms/tests"
16538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16539 \$(RECURSE_TARGETS:%=dlls/mscms/tests/%) dlls/mscms/tests: dlls/mscms/tests/Makefile \$(MAKEDEP)
16540 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules config.status"
16541 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
16543 ALL_MAKEFILES="$ALL_MAKEFILES \\
16544 dlls/mscoree/Makefile"
16545 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16546 mscoree"
16547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16548 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules config.status"
16549 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
16551 ALL_MAKEFILES="$ALL_MAKEFILES \\
16552 dlls/msctf/Makefile"
16553 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16554 msctf"
16555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16556 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules config.status"
16557 ac_config_files="$ac_config_files dlls/msctf/Makefile"
16559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16560 dlls/msctf/tests: __builddeps__
16561 dlls/msctf/tests/__crosstest__: __buildcrossdeps__"
16562 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16563 msctf_test.exe"
16564 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16565 msctf_test.exe: \$(TOPOBJDIR)/dlls/msctf/tests/msctf_test.exe$DLLEXT
16566 cp \$(TOPOBJDIR)/dlls/msctf/tests/msctf_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16567 msctf_test.rc:
16568 echo \"msctf_test.exe TESTRES \\\"msctf_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16569 msctf_test.res: msctf_test.rc msctf_test.exe"
16570 ALL_MAKEFILES="$ALL_MAKEFILES \\
16571 dlls/msctf/tests/Makefile"
16572 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16573 dlls/msctf/tests"
16574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16575 \$(RECURSE_TARGETS:%=dlls/msctf/tests/%) dlls/msctf/tests: dlls/msctf/tests/Makefile \$(MAKEDEP)
16576 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules config.status"
16577 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
16579 ALL_MAKEFILES="$ALL_MAKEFILES \\
16580 dlls/msdaps/Makefile"
16581 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16582 msdaps"
16583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16584 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules config.status"
16585 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
16587 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16588 dlls/msdmo/libmsdmo.$IMPLIBEXT"
16589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16590 dlls/msdmo/libmsdmo.$IMPLIBEXT dlls/msdmo/libmsdmo.cross.a: tools/widl tools/winebuild tools/winegcc include
16591 dlls/msdmo/libmsdmo.$IMPLIBEXT dlls/msdmo/libmsdmo.cross.a: dlls/msdmo/msdmo.spec dlls/msdmo/Makefile
16592 @cd dlls/msdmo && \$(MAKE) \`basename \$@\`"
16593 ALL_MAKEFILES="$ALL_MAKEFILES \\
16594 dlls/msdmo/Makefile"
16595 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16596 msdmo"
16597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16598 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules config.status"
16599 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
16601 ALL_MAKEFILES="$ALL_MAKEFILES \\
16602 dlls/msftedit/Makefile"
16603 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16604 msftedit"
16605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16606 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules config.status"
16607 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
16609 ALL_MAKEFILES="$ALL_MAKEFILES \\
16610 dlls/msg711.acm/Makefile"
16611 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16612 msg711.acm"
16613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16614 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules config.status"
16615 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
16617 ALL_MAKEFILES="$ALL_MAKEFILES \\
16618 dlls/msgsm32.acm/Makefile"
16619 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16620 msgsm32.acm"
16621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16622 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules config.status"
16623 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
16625 ALL_MAKEFILES="$ALL_MAKEFILES \\
16626 dlls/mshtml.tlb/Makefile"
16627 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16628 mshtml.tlb"
16629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16630 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules config.status"
16631 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
16633 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16634 dlls/mshtml/libmshtml.$IMPLIBEXT"
16635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16636 dlls/mshtml/libmshtml.$IMPLIBEXT dlls/mshtml/libmshtml.cross.a: tools/widl tools/winebuild tools/winegcc include
16637 dlls/mshtml/libmshtml.$IMPLIBEXT dlls/mshtml/libmshtml.cross.a: dlls/mshtml/mshtml.spec dlls/mshtml/Makefile
16638 @cd dlls/mshtml && \$(MAKE) \`basename \$@\`"
16639 ALL_MAKEFILES="$ALL_MAKEFILES \\
16640 dlls/mshtml/Makefile"
16641 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16642 mshtml"
16643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16644 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules config.status"
16645 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
16647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16648 dlls/mshtml/tests: __builddeps__
16649 dlls/mshtml/tests/__crosstest__: __buildcrossdeps__"
16650 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16651 mshtml_test.exe"
16652 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16653 mshtml_test.exe: \$(TOPOBJDIR)/dlls/mshtml/tests/mshtml_test.exe$DLLEXT
16654 cp \$(TOPOBJDIR)/dlls/mshtml/tests/mshtml_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16655 mshtml_test.rc:
16656 echo \"mshtml_test.exe TESTRES \\\"mshtml_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16657 mshtml_test.res: mshtml_test.rc mshtml_test.exe"
16658 ALL_MAKEFILES="$ALL_MAKEFILES \\
16659 dlls/mshtml/tests/Makefile"
16660 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16661 dlls/mshtml/tests"
16662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16663 \$(RECURSE_TARGETS:%=dlls/mshtml/tests/%) dlls/mshtml/tests: dlls/mshtml/tests/Makefile \$(MAKEDEP)
16664 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules config.status"
16665 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
16667 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16668 dlls/msi/libmsi.$IMPLIBEXT"
16669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16670 dlls/msi/libmsi.$IMPLIBEXT dlls/msi/libmsi.cross.a: tools/widl tools/winebuild tools/winegcc include
16671 dlls/msi/libmsi.$IMPLIBEXT dlls/msi/libmsi.cross.a: dlls/msi/msi.spec dlls/msi/Makefile
16672 @cd dlls/msi && \$(MAKE) \`basename \$@\`"
16673 ALL_MAKEFILES="$ALL_MAKEFILES \\
16674 dlls/msi/Makefile"
16675 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16676 msi"
16677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16678 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules config.status"
16679 ac_config_files="$ac_config_files dlls/msi/Makefile"
16681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16682 dlls/msi/tests: __builddeps__
16683 dlls/msi/tests/__crosstest__: __buildcrossdeps__"
16684 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16685 msi_test.exe"
16686 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16687 msi_test.exe: \$(TOPOBJDIR)/dlls/msi/tests/msi_test.exe$DLLEXT
16688 cp \$(TOPOBJDIR)/dlls/msi/tests/msi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16689 msi_test.rc:
16690 echo \"msi_test.exe TESTRES \\\"msi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16691 msi_test.res: msi_test.rc msi_test.exe"
16692 ALL_MAKEFILES="$ALL_MAKEFILES \\
16693 dlls/msi/tests/Makefile"
16694 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16695 dlls/msi/tests"
16696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16697 \$(RECURSE_TARGETS:%=dlls/msi/tests/%) dlls/msi/tests: dlls/msi/tests/Makefile \$(MAKEDEP)
16698 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules config.status"
16699 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
16701 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16702 dlls/msimg32/libmsimg32.$IMPLIBEXT"
16703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16704 dlls/msimg32/libmsimg32.$IMPLIBEXT dlls/msimg32/libmsimg32.cross.a: tools/widl tools/winebuild tools/winegcc include
16705 dlls/msimg32/libmsimg32.$IMPLIBEXT dlls/msimg32/libmsimg32.cross.a: dlls/msimg32/msimg32.spec dlls/msimg32/Makefile
16706 @cd dlls/msimg32 && \$(MAKE) \`basename \$@\`"
16707 ALL_MAKEFILES="$ALL_MAKEFILES \\
16708 dlls/msimg32/Makefile"
16709 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16710 msimg32"
16711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16712 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules config.status"
16713 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
16715 ALL_MAKEFILES="$ALL_MAKEFILES \\
16716 dlls/msimtf/Makefile"
16717 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16718 msimtf"
16719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16720 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules config.status"
16721 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
16723 ALL_MAKEFILES="$ALL_MAKEFILES \\
16724 dlls/msisip/Makefile"
16725 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16726 msisip"
16727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16728 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules config.status"
16729 ac_config_files="$ac_config_files dlls/msisip/Makefile"
16731 ALL_MAKEFILES="$ALL_MAKEFILES \\
16732 dlls/msisys.ocx/Makefile"
16733 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16734 msisys.ocx"
16735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16736 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules config.status"
16737 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
16739 ALL_MAKEFILES="$ALL_MAKEFILES \\
16740 dlls/msnet32/Makefile"
16741 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16742 msnet32"
16743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16744 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules config.status"
16745 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
16747 ALL_MAKEFILES="$ALL_MAKEFILES \\
16748 dlls/msrle32/Makefile"
16749 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16750 msrle32"
16751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16752 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules config.status"
16753 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
16755 ALL_MAKEFILES="$ALL_MAKEFILES \\
16756 dlls/mssign32/Makefile"
16757 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16758 mssign32"
16759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16760 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules config.status"
16761 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
16763 ALL_MAKEFILES="$ALL_MAKEFILES \\
16764 dlls/mssip32/Makefile"
16765 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16766 mssip32"
16767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16768 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules config.status"
16769 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
16771 ALL_MAKEFILES="$ALL_MAKEFILES \\
16772 dlls/mstask/Makefile"
16773 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16774 mstask"
16775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16776 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules config.status"
16777 ac_config_files="$ac_config_files dlls/mstask/Makefile"
16779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16780 dlls/mstask/tests: __builddeps__
16781 dlls/mstask/tests/__crosstest__: __buildcrossdeps__"
16782 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16783 mstask_test.exe"
16784 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16785 mstask_test.exe: \$(TOPOBJDIR)/dlls/mstask/tests/mstask_test.exe$DLLEXT
16786 cp \$(TOPOBJDIR)/dlls/mstask/tests/mstask_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16787 mstask_test.rc:
16788 echo \"mstask_test.exe TESTRES \\\"mstask_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16789 mstask_test.res: mstask_test.rc mstask_test.exe"
16790 ALL_MAKEFILES="$ALL_MAKEFILES \\
16791 dlls/mstask/tests/Makefile"
16792 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16793 dlls/mstask/tests"
16794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16795 \$(RECURSE_TARGETS:%=dlls/mstask/tests/%) dlls/mstask/tests: dlls/mstask/tests/Makefile \$(MAKEDEP)
16796 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules config.status"
16797 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
16799 ALL_MAKEFILES="$ALL_MAKEFILES \\
16800 dlls/msvcirt/Makefile"
16801 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16802 msvcirt"
16803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16804 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules config.status"
16805 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
16807 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16808 dlls/msvcr71/libmsvcr71.$IMPLIBEXT"
16809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16810 dlls/msvcr71/libmsvcr71.$IMPLIBEXT dlls/msvcr71/libmsvcr71.cross.a: tools/widl tools/winebuild tools/winegcc include
16811 dlls/msvcr71/libmsvcr71.$IMPLIBEXT dlls/msvcr71/libmsvcr71.cross.a: dlls/msvcr71/msvcr71.spec dlls/msvcr71/Makefile
16812 @cd dlls/msvcr71 && \$(MAKE) \`basename \$@\`"
16813 ALL_MAKEFILES="$ALL_MAKEFILES \\
16814 dlls/msvcr71/Makefile"
16815 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16816 msvcr71"
16817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16818 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules config.status"
16819 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
16821 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16822 dlls/msvcrt/libmsvcrt.$IMPLIBEXT"
16823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16824 dlls/msvcrt/libmsvcrt.$IMPLIBEXT dlls/msvcrt/libmsvcrt.cross.a: tools/widl tools/winebuild tools/winegcc include
16825 dlls/msvcrt/libmsvcrt.$IMPLIBEXT dlls/msvcrt/libmsvcrt.cross.a: dlls/msvcrt/msvcrt.spec dlls/msvcrt/Makefile
16826 @cd dlls/msvcrt && \$(MAKE) \`basename \$@\`"
16827 ALL_MAKEFILES="$ALL_MAKEFILES \\
16828 dlls/msvcrt/Makefile"
16829 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16830 msvcrt"
16831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16832 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules config.status"
16833 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
16835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16836 dlls/msvcrt/tests: __builddeps__
16837 dlls/msvcrt/tests/__crosstest__: __buildcrossdeps__"
16838 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16839 msvcrt_test.exe"
16840 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16841 msvcrt_test.exe: \$(TOPOBJDIR)/dlls/msvcrt/tests/msvcrt_test.exe$DLLEXT
16842 cp \$(TOPOBJDIR)/dlls/msvcrt/tests/msvcrt_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16843 msvcrt_test.rc:
16844 echo \"msvcrt_test.exe TESTRES \\\"msvcrt_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16845 msvcrt_test.res: msvcrt_test.rc msvcrt_test.exe"
16846 ALL_MAKEFILES="$ALL_MAKEFILES \\
16847 dlls/msvcrt/tests/Makefile"
16848 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16849 dlls/msvcrt/tests"
16850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16851 \$(RECURSE_TARGETS:%=dlls/msvcrt/tests/%) dlls/msvcrt/tests: dlls/msvcrt/tests/Makefile \$(MAKEDEP)
16852 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules config.status"
16853 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
16855 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16856 dlls/msvcrt20/libmsvcrt20.$IMPLIBEXT"
16857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16858 dlls/msvcrt20/libmsvcrt20.$IMPLIBEXT dlls/msvcrt20/libmsvcrt20.cross.a: tools/widl tools/winebuild tools/winegcc include
16859 dlls/msvcrt20/libmsvcrt20.$IMPLIBEXT dlls/msvcrt20/libmsvcrt20.cross.a: dlls/msvcrt20/msvcrt20.spec dlls/msvcrt20/Makefile
16860 @cd dlls/msvcrt20 && \$(MAKE) \`basename \$@\`"
16861 ALL_MAKEFILES="$ALL_MAKEFILES \\
16862 dlls/msvcrt20/Makefile"
16863 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16864 msvcrt20"
16865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16866 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules config.status"
16867 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
16869 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16870 dlls/msvcrt40/libmsvcrt40.$IMPLIBEXT"
16871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16872 dlls/msvcrt40/libmsvcrt40.$IMPLIBEXT dlls/msvcrt40/libmsvcrt40.cross.a: tools/widl tools/winebuild tools/winegcc include
16873 dlls/msvcrt40/libmsvcrt40.$IMPLIBEXT dlls/msvcrt40/libmsvcrt40.cross.a: dlls/msvcrt40/msvcrt40.spec dlls/msvcrt40/Makefile
16874 @cd dlls/msvcrt40 && \$(MAKE) \`basename \$@\`"
16875 ALL_MAKEFILES="$ALL_MAKEFILES \\
16876 dlls/msvcrt40/Makefile"
16877 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16878 msvcrt40"
16879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16880 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules config.status"
16881 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
16883 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16884 dlls/msvcrtd/libmsvcrtd.$IMPLIBEXT"
16885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16886 dlls/msvcrtd/libmsvcrtd.$IMPLIBEXT dlls/msvcrtd/libmsvcrtd.cross.a: tools/widl tools/winebuild tools/winegcc include
16887 dlls/msvcrtd/libmsvcrtd.$IMPLIBEXT dlls/msvcrtd/libmsvcrtd.cross.a: dlls/msvcrtd/msvcrtd.spec dlls/msvcrtd/Makefile
16888 @cd dlls/msvcrtd && \$(MAKE) \`basename \$@\`"
16889 ALL_MAKEFILES="$ALL_MAKEFILES \\
16890 dlls/msvcrtd/Makefile"
16891 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16892 msvcrtd"
16893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16894 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules config.status"
16895 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
16897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16898 dlls/msvcrtd/tests: __builddeps__
16899 dlls/msvcrtd/tests/__crosstest__: __buildcrossdeps__"
16900 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16901 msvcrtd_test.exe"
16902 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16903 msvcrtd_test.exe: \$(TOPOBJDIR)/dlls/msvcrtd/tests/msvcrtd_test.exe$DLLEXT
16904 cp \$(TOPOBJDIR)/dlls/msvcrtd/tests/msvcrtd_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16905 msvcrtd_test.rc:
16906 echo \"msvcrtd_test.exe TESTRES \\\"msvcrtd_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16907 msvcrtd_test.res: msvcrtd_test.rc msvcrtd_test.exe"
16908 ALL_MAKEFILES="$ALL_MAKEFILES \\
16909 dlls/msvcrtd/tests/Makefile"
16910 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16911 dlls/msvcrtd/tests"
16912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16913 \$(RECURSE_TARGETS:%=dlls/msvcrtd/tests/%) dlls/msvcrtd/tests: dlls/msvcrtd/tests/Makefile \$(MAKEDEP)
16914 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules config.status"
16915 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
16917 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16918 dlls/msvfw32/libmsvfw32.$IMPLIBEXT"
16919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16920 dlls/msvfw32/libmsvfw32.$IMPLIBEXT dlls/msvfw32/libmsvfw32.cross.a: tools/widl tools/winebuild tools/winegcc include
16921 dlls/msvfw32/libmsvfw32.$IMPLIBEXT dlls/msvfw32/libmsvfw32.cross.a: dlls/msvfw32/msvfw32.spec dlls/msvfw32/Makefile
16922 @cd dlls/msvfw32 && \$(MAKE) \`basename \$@\`"
16923 ALL_MAKEFILES="$ALL_MAKEFILES \\
16924 dlls/msvfw32/Makefile"
16925 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16926 msvfw32"
16927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16928 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules config.status"
16929 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
16931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16932 dlls/msvfw32/tests: __builddeps__
16933 dlls/msvfw32/tests/__crosstest__: __buildcrossdeps__"
16934 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16935 msvfw32_test.exe"
16936 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16937 msvfw32_test.exe: \$(TOPOBJDIR)/dlls/msvfw32/tests/msvfw32_test.exe$DLLEXT
16938 cp \$(TOPOBJDIR)/dlls/msvfw32/tests/msvfw32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16939 msvfw32_test.rc:
16940 echo \"msvfw32_test.exe TESTRES \\\"msvfw32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16941 msvfw32_test.res: msvfw32_test.rc msvfw32_test.exe"
16942 ALL_MAKEFILES="$ALL_MAKEFILES \\
16943 dlls/msvfw32/tests/Makefile"
16944 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16945 dlls/msvfw32/tests"
16946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16947 \$(RECURSE_TARGETS:%=dlls/msvfw32/tests/%) dlls/msvfw32/tests: dlls/msvfw32/tests/Makefile \$(MAKEDEP)
16948 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules config.status"
16949 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
16951 ALL_MAKEFILES="$ALL_MAKEFILES \\
16952 dlls/msvidc32/Makefile"
16953 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16954 msvidc32"
16955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16956 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules config.status"
16957 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
16959 ALL_MAKEFILES="$ALL_MAKEFILES \\
16960 dlls/msvideo.dll16/Makefile"
16961 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16962 msvideo.dll16"
16963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16964 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules config.status"
16965 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
16967 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16968 dlls/mswsock/libmswsock.$IMPLIBEXT"
16969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16970 dlls/mswsock/libmswsock.$IMPLIBEXT dlls/mswsock/libmswsock.cross.a: tools/widl tools/winebuild tools/winegcc include
16971 dlls/mswsock/libmswsock.$IMPLIBEXT dlls/mswsock/libmswsock.cross.a: dlls/mswsock/mswsock.spec dlls/mswsock/Makefile
16972 @cd dlls/mswsock && \$(MAKE) \`basename \$@\`"
16973 ALL_MAKEFILES="$ALL_MAKEFILES \\
16974 dlls/mswsock/Makefile"
16975 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16976 mswsock"
16977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16978 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules config.status"
16979 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
16981 ALL_MAKEFILES="$ALL_MAKEFILES \\
16982 dlls/msxml3/Makefile"
16983 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16984 msxml3"
16985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16986 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules config.status"
16987 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
16989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16990 dlls/msxml3/tests: __builddeps__
16991 dlls/msxml3/tests/__crosstest__: __buildcrossdeps__"
16992 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16993 msxml3_test.exe"
16994 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16995 msxml3_test.exe: \$(TOPOBJDIR)/dlls/msxml3/tests/msxml3_test.exe$DLLEXT
16996 cp \$(TOPOBJDIR)/dlls/msxml3/tests/msxml3_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16997 msxml3_test.rc:
16998 echo \"msxml3_test.exe TESTRES \\\"msxml3_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16999 msxml3_test.res: msxml3_test.rc msxml3_test.exe"
17000 ALL_MAKEFILES="$ALL_MAKEFILES \\
17001 dlls/msxml3/tests/Makefile"
17002 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17003 dlls/msxml3/tests"
17004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17005 \$(RECURSE_TARGETS:%=dlls/msxml3/tests/%) dlls/msxml3/tests: dlls/msxml3/tests/Makefile \$(MAKEDEP)
17006 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules config.status"
17007 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
17009 ALL_MAKEFILES="$ALL_MAKEFILES \\
17010 dlls/msxml4/Makefile"
17011 test "x$enable_msxml4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17012 msxml4"
17013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17014 dlls/msxml4/Makefile: dlls/msxml4/Makefile.in dlls/Makedll.rules config.status"
17015 ac_config_files="$ac_config_files dlls/msxml4/Makefile"
17017 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17018 dlls/nddeapi/libnddeapi.$IMPLIBEXT"
17019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17020 dlls/nddeapi/libnddeapi.$IMPLIBEXT dlls/nddeapi/libnddeapi.cross.a: tools/widl tools/winebuild tools/winegcc include
17021 dlls/nddeapi/libnddeapi.$IMPLIBEXT dlls/nddeapi/libnddeapi.cross.a: dlls/nddeapi/nddeapi.spec dlls/nddeapi/Makefile
17022 @cd dlls/nddeapi && \$(MAKE) \`basename \$@\`"
17023 ALL_MAKEFILES="$ALL_MAKEFILES \\
17024 dlls/nddeapi/Makefile"
17025 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17026 nddeapi"
17027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17028 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules config.status"
17029 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
17031 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17032 dlls/netapi32/libnetapi32.$IMPLIBEXT"
17033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17034 dlls/netapi32/libnetapi32.$IMPLIBEXT dlls/netapi32/libnetapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
17035 dlls/netapi32/libnetapi32.$IMPLIBEXT dlls/netapi32/libnetapi32.cross.a: dlls/netapi32/netapi32.spec dlls/netapi32/Makefile
17036 @cd dlls/netapi32 && \$(MAKE) \`basename \$@\`"
17037 ALL_MAKEFILES="$ALL_MAKEFILES \\
17038 dlls/netapi32/Makefile"
17039 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17040 netapi32"
17041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17042 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules config.status"
17043 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
17045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17046 dlls/netapi32/tests: __builddeps__
17047 dlls/netapi32/tests/__crosstest__: __buildcrossdeps__"
17048 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17049 netapi32_test.exe"
17050 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17051 netapi32_test.exe: \$(TOPOBJDIR)/dlls/netapi32/tests/netapi32_test.exe$DLLEXT
17052 cp \$(TOPOBJDIR)/dlls/netapi32/tests/netapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17053 netapi32_test.rc:
17054 echo \"netapi32_test.exe TESTRES \\\"netapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17055 netapi32_test.res: netapi32_test.rc netapi32_test.exe"
17056 ALL_MAKEFILES="$ALL_MAKEFILES \\
17057 dlls/netapi32/tests/Makefile"
17058 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17059 dlls/netapi32/tests"
17060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17061 \$(RECURSE_TARGETS:%=dlls/netapi32/tests/%) dlls/netapi32/tests: dlls/netapi32/tests/Makefile \$(MAKEDEP)
17062 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules config.status"
17063 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
17065 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17066 dlls/newdev/libnewdev.$IMPLIBEXT"
17067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17068 dlls/newdev/libnewdev.$IMPLIBEXT dlls/newdev/libnewdev.cross.a: tools/widl tools/winebuild tools/winegcc include
17069 dlls/newdev/libnewdev.$IMPLIBEXT dlls/newdev/libnewdev.cross.a: dlls/newdev/newdev.spec dlls/newdev/Makefile
17070 @cd dlls/newdev && \$(MAKE) \`basename \$@\`"
17071 ALL_MAKEFILES="$ALL_MAKEFILES \\
17072 dlls/newdev/Makefile"
17073 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17074 newdev"
17075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17076 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules config.status"
17077 ac_config_files="$ac_config_files dlls/newdev/Makefile"
17079 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17080 dlls/ntdll/libntdll.$IMPLIBEXT"
17081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17082 dlls/ntdll/libntdll.$IMPLIBEXT dlls/ntdll/libntdll.cross.a: tools/widl tools/winebuild tools/winegcc include
17083 dlls/ntdll/libntdll.$IMPLIBEXT dlls/ntdll/libntdll.cross.a: dlls/ntdll/ntdll.spec dlls/ntdll/Makefile
17084 @cd dlls/ntdll && \$(MAKE) \`basename \$@\`"
17085 ALL_MAKEFILES="$ALL_MAKEFILES \\
17086 dlls/ntdll/Makefile"
17087 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17088 ntdll"
17089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17090 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules config.status"
17091 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
17093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17094 dlls/ntdll/tests: __builddeps__
17095 dlls/ntdll/tests/__crosstest__: __buildcrossdeps__"
17096 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17097 ntdll_test.exe"
17098 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17099 ntdll_test.exe: \$(TOPOBJDIR)/dlls/ntdll/tests/ntdll_test.exe$DLLEXT
17100 cp \$(TOPOBJDIR)/dlls/ntdll/tests/ntdll_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17101 ntdll_test.rc:
17102 echo \"ntdll_test.exe TESTRES \\\"ntdll_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17103 ntdll_test.res: ntdll_test.rc ntdll_test.exe"
17104 ALL_MAKEFILES="$ALL_MAKEFILES \\
17105 dlls/ntdll/tests/Makefile"
17106 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17107 dlls/ntdll/tests"
17108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17109 \$(RECURSE_TARGETS:%=dlls/ntdll/tests/%) dlls/ntdll/tests: dlls/ntdll/tests/Makefile \$(MAKEDEP)
17110 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules config.status"
17111 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
17113 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17114 dlls/ntdsapi/libntdsapi.$IMPLIBEXT"
17115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17116 dlls/ntdsapi/libntdsapi.$IMPLIBEXT dlls/ntdsapi/libntdsapi.cross.a: tools/widl tools/winebuild tools/winegcc include
17117 dlls/ntdsapi/libntdsapi.$IMPLIBEXT dlls/ntdsapi/libntdsapi.cross.a: dlls/ntdsapi/ntdsapi.spec dlls/ntdsapi/Makefile
17118 @cd dlls/ntdsapi && \$(MAKE) \`basename \$@\`"
17119 ALL_MAKEFILES="$ALL_MAKEFILES \\
17120 dlls/ntdsapi/Makefile"
17121 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17122 ntdsapi"
17123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17124 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules config.status"
17125 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
17127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17128 dlls/ntdsapi/tests: __builddeps__
17129 dlls/ntdsapi/tests/__crosstest__: __buildcrossdeps__"
17130 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17131 ntdsapi_test.exe"
17132 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17133 ntdsapi_test.exe: \$(TOPOBJDIR)/dlls/ntdsapi/tests/ntdsapi_test.exe$DLLEXT
17134 cp \$(TOPOBJDIR)/dlls/ntdsapi/tests/ntdsapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17135 ntdsapi_test.rc:
17136 echo \"ntdsapi_test.exe TESTRES \\\"ntdsapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17137 ntdsapi_test.res: ntdsapi_test.rc ntdsapi_test.exe"
17138 ALL_MAKEFILES="$ALL_MAKEFILES \\
17139 dlls/ntdsapi/tests/Makefile"
17140 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17141 dlls/ntdsapi/tests"
17142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17143 \$(RECURSE_TARGETS:%=dlls/ntdsapi/tests/%) dlls/ntdsapi/tests: dlls/ntdsapi/tests/Makefile \$(MAKEDEP)
17144 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules config.status"
17145 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
17147 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17148 dlls/ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT"
17149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17150 dlls/ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT dlls/ntoskrnl.exe/libntoskrnl.exe.cross.a: tools/widl tools/winebuild tools/winegcc include
17151 dlls/ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT dlls/ntoskrnl.exe/libntoskrnl.exe.cross.a: dlls/ntoskrnl.exe/ntoskrnl.exe.spec dlls/ntoskrnl.exe/Makefile
17152 @cd dlls/ntoskrnl.exe && \$(MAKE) \`basename \$@\`"
17153 ALL_MAKEFILES="$ALL_MAKEFILES \\
17154 dlls/ntoskrnl.exe/Makefile"
17155 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17156 ntoskrnl.exe"
17157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17158 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules config.status"
17159 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
17161 ALL_MAKEFILES="$ALL_MAKEFILES \\
17162 dlls/ntprint/Makefile"
17163 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17164 ntprint"
17165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17166 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules config.status"
17167 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
17169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17170 dlls/ntprint/tests: __builddeps__
17171 dlls/ntprint/tests/__crosstest__: __buildcrossdeps__"
17172 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17173 ntprint_test.exe"
17174 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17175 ntprint_test.exe: \$(TOPOBJDIR)/dlls/ntprint/tests/ntprint_test.exe$DLLEXT
17176 cp \$(TOPOBJDIR)/dlls/ntprint/tests/ntprint_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17177 ntprint_test.rc:
17178 echo \"ntprint_test.exe TESTRES \\\"ntprint_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17179 ntprint_test.res: ntprint_test.rc ntprint_test.exe"
17180 ALL_MAKEFILES="$ALL_MAKEFILES \\
17181 dlls/ntprint/tests/Makefile"
17182 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17183 dlls/ntprint/tests"
17184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17185 \$(RECURSE_TARGETS:%=dlls/ntprint/tests/%) dlls/ntprint/tests: dlls/ntprint/tests/Makefile \$(MAKEDEP)
17186 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules config.status"
17187 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
17189 ALL_MAKEFILES="$ALL_MAKEFILES \\
17190 dlls/objsel/Makefile"
17191 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17192 objsel"
17193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17194 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules config.status"
17195 ac_config_files="$ac_config_files dlls/objsel/Makefile"
17197 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17198 dlls/odbc32/libodbc32.$IMPLIBEXT"
17199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17200 dlls/odbc32/libodbc32.$IMPLIBEXT dlls/odbc32/libodbc32.cross.a: tools/widl tools/winebuild tools/winegcc include
17201 dlls/odbc32/libodbc32.$IMPLIBEXT dlls/odbc32/libodbc32.cross.a: dlls/odbc32/odbc32.spec dlls/odbc32/Makefile
17202 @cd dlls/odbc32 && \$(MAKE) \`basename \$@\`"
17203 ALL_MAKEFILES="$ALL_MAKEFILES \\
17204 dlls/odbc32/Makefile"
17205 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17206 odbc32"
17207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17208 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules config.status"
17209 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
17211 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17212 dlls/odbccp32/libodbccp32.$IMPLIBEXT"
17213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17214 dlls/odbccp32/libodbccp32.$IMPLIBEXT dlls/odbccp32/libodbccp32.cross.a: tools/widl tools/winebuild tools/winegcc include
17215 dlls/odbccp32/libodbccp32.$IMPLIBEXT dlls/odbccp32/libodbccp32.cross.a: dlls/odbccp32/odbccp32.spec dlls/odbccp32/Makefile
17216 @cd dlls/odbccp32 && \$(MAKE) \`basename \$@\`"
17217 ALL_MAKEFILES="$ALL_MAKEFILES \\
17218 dlls/odbccp32/Makefile"
17219 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17220 odbccp32"
17221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17222 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules config.status"
17223 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
17225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17226 dlls/odbccp32/tests: __builddeps__
17227 dlls/odbccp32/tests/__crosstest__: __buildcrossdeps__"
17228 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17229 odbccp32_test.exe"
17230 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17231 odbccp32_test.exe: \$(TOPOBJDIR)/dlls/odbccp32/tests/odbccp32_test.exe$DLLEXT
17232 cp \$(TOPOBJDIR)/dlls/odbccp32/tests/odbccp32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17233 odbccp32_test.rc:
17234 echo \"odbccp32_test.exe TESTRES \\\"odbccp32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17235 odbccp32_test.res: odbccp32_test.rc odbccp32_test.exe"
17236 ALL_MAKEFILES="$ALL_MAKEFILES \\
17237 dlls/odbccp32/tests/Makefile"
17238 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17239 dlls/odbccp32/tests"
17240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17241 \$(RECURSE_TARGETS:%=dlls/odbccp32/tests/%) dlls/odbccp32/tests: dlls/odbccp32/tests/Makefile \$(MAKEDEP)
17242 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules config.status"
17243 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
17245 ALL_MAKEFILES="$ALL_MAKEFILES \\
17246 dlls/ole2.dll16/Makefile"
17247 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17248 ole2.dll16"
17249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17250 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules config.status"
17251 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
17253 ALL_MAKEFILES="$ALL_MAKEFILES \\
17254 dlls/ole2conv.dll16/Makefile"
17255 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17256 ole2conv.dll16"
17257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17258 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules config.status"
17259 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
17261 ALL_MAKEFILES="$ALL_MAKEFILES \\
17262 dlls/ole2disp.dll16/Makefile"
17263 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17264 ole2disp.dll16"
17265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17266 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules config.status"
17267 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
17269 ALL_MAKEFILES="$ALL_MAKEFILES \\
17270 dlls/ole2nls.dll16/Makefile"
17271 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17272 ole2nls.dll16"
17273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17274 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules config.status"
17275 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
17277 ALL_MAKEFILES="$ALL_MAKEFILES \\
17278 dlls/ole2prox.dll16/Makefile"
17279 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17280 ole2prox.dll16"
17281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17282 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules config.status"
17283 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
17285 ALL_MAKEFILES="$ALL_MAKEFILES \\
17286 dlls/ole2thk.dll16/Makefile"
17287 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17288 ole2thk.dll16"
17289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17290 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules config.status"
17291 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
17293 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17294 dlls/ole32/libole32.$IMPLIBEXT"
17295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17296 dlls/ole32/libole32.$IMPLIBEXT dlls/ole32/libole32.cross.a: tools/widl tools/winebuild tools/winegcc include
17297 dlls/ole32/libole32.$IMPLIBEXT dlls/ole32/libole32.cross.a: dlls/ole32/ole32.spec dlls/ole32/Makefile
17298 @cd dlls/ole32 && \$(MAKE) \`basename \$@\`"
17299 ALL_MAKEFILES="$ALL_MAKEFILES \\
17300 dlls/ole32/Makefile"
17301 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17302 ole32"
17303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17304 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules config.status"
17305 ac_config_files="$ac_config_files dlls/ole32/Makefile"
17307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17308 dlls/ole32/tests: __builddeps__
17309 dlls/ole32/tests/__crosstest__: __buildcrossdeps__"
17310 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17311 ole32_test.exe"
17312 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17313 ole32_test.exe: \$(TOPOBJDIR)/dlls/ole32/tests/ole32_test.exe$DLLEXT
17314 cp \$(TOPOBJDIR)/dlls/ole32/tests/ole32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17315 ole32_test.rc:
17316 echo \"ole32_test.exe TESTRES \\\"ole32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17317 ole32_test.res: ole32_test.rc ole32_test.exe"
17318 ALL_MAKEFILES="$ALL_MAKEFILES \\
17319 dlls/ole32/tests/Makefile"
17320 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17321 dlls/ole32/tests"
17322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17323 \$(RECURSE_TARGETS:%=dlls/ole32/tests/%) dlls/ole32/tests: dlls/ole32/tests/Makefile \$(MAKEDEP)
17324 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules config.status"
17325 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
17327 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17328 dlls/oleacc/liboleacc.$IMPLIBEXT"
17329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17330 dlls/oleacc/liboleacc.$IMPLIBEXT dlls/oleacc/liboleacc.cross.a: tools/widl tools/winebuild tools/winegcc include
17331 dlls/oleacc/liboleacc.$IMPLIBEXT dlls/oleacc/liboleacc.cross.a: dlls/oleacc/oleacc.spec dlls/oleacc/Makefile
17332 @cd dlls/oleacc && \$(MAKE) \`basename \$@\`"
17333 ALL_MAKEFILES="$ALL_MAKEFILES \\
17334 dlls/oleacc/Makefile"
17335 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17336 oleacc"
17337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17338 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules config.status"
17339 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
17341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17342 dlls/oleacc/tests: __builddeps__
17343 dlls/oleacc/tests/__crosstest__: __buildcrossdeps__"
17344 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17345 oleacc_test.exe"
17346 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17347 oleacc_test.exe: \$(TOPOBJDIR)/dlls/oleacc/tests/oleacc_test.exe$DLLEXT
17348 cp \$(TOPOBJDIR)/dlls/oleacc/tests/oleacc_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17349 oleacc_test.rc:
17350 echo \"oleacc_test.exe TESTRES \\\"oleacc_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17351 oleacc_test.res: oleacc_test.rc oleacc_test.exe"
17352 ALL_MAKEFILES="$ALL_MAKEFILES \\
17353 dlls/oleacc/tests/Makefile"
17354 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17355 dlls/oleacc/tests"
17356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17357 \$(RECURSE_TARGETS:%=dlls/oleacc/tests/%) dlls/oleacc/tests: dlls/oleacc/tests/Makefile \$(MAKEDEP)
17358 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules config.status"
17359 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
17361 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17362 dlls/oleaut32/liboleaut32.$IMPLIBEXT"
17363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17364 dlls/oleaut32/liboleaut32.$IMPLIBEXT dlls/oleaut32/liboleaut32.cross.a: tools/widl tools/winebuild tools/winegcc include
17365 dlls/oleaut32/liboleaut32.$IMPLIBEXT dlls/oleaut32/liboleaut32.cross.a: dlls/oleaut32/oleaut32.spec dlls/oleaut32/Makefile
17366 @cd dlls/oleaut32 && \$(MAKE) \`basename \$@\`"
17367 ALL_MAKEFILES="$ALL_MAKEFILES \\
17368 dlls/oleaut32/Makefile"
17369 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17370 oleaut32"
17371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17372 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules config.status"
17373 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
17375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17376 dlls/oleaut32/tests: __builddeps__
17377 dlls/oleaut32/tests/__crosstest__: __buildcrossdeps__"
17378 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17379 oleaut32_test.exe"
17380 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17381 oleaut32_test.exe: \$(TOPOBJDIR)/dlls/oleaut32/tests/oleaut32_test.exe$DLLEXT
17382 cp \$(TOPOBJDIR)/dlls/oleaut32/tests/oleaut32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17383 oleaut32_test.rc:
17384 echo \"oleaut32_test.exe TESTRES \\\"oleaut32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17385 oleaut32_test.res: oleaut32_test.rc oleaut32_test.exe"
17386 ALL_MAKEFILES="$ALL_MAKEFILES \\
17387 dlls/oleaut32/tests/Makefile"
17388 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17389 dlls/oleaut32/tests"
17390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17391 \$(RECURSE_TARGETS:%=dlls/oleaut32/tests/%) dlls/oleaut32/tests: dlls/oleaut32/tests/Makefile \$(MAKEDEP)
17392 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules config.status"
17393 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
17395 ALL_MAKEFILES="$ALL_MAKEFILES \\
17396 dlls/olecli.dll16/Makefile"
17397 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17398 olecli.dll16"
17399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17400 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules config.status"
17401 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
17403 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17404 dlls/olecli32/libolecli32.$IMPLIBEXT"
17405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17406 dlls/olecli32/libolecli32.$IMPLIBEXT dlls/olecli32/libolecli32.cross.a: tools/widl tools/winebuild tools/winegcc include
17407 dlls/olecli32/libolecli32.$IMPLIBEXT dlls/olecli32/libolecli32.cross.a: dlls/olecli32/olecli32.spec dlls/olecli32/Makefile
17408 @cd dlls/olecli32 && \$(MAKE) \`basename \$@\`"
17409 ALL_MAKEFILES="$ALL_MAKEFILES \\
17410 dlls/olecli32/Makefile"
17411 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17412 olecli32"
17413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17414 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules config.status"
17415 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
17417 ALL_MAKEFILES="$ALL_MAKEFILES \\
17418 dlls/oledb32/Makefile"
17419 test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17420 oledb32"
17421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17422 dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules config.status"
17423 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
17425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17426 dlls/oledb32/tests: __builddeps__
17427 dlls/oledb32/tests/__crosstest__: __buildcrossdeps__"
17428 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17429 oledb32_test.exe"
17430 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17431 oledb32_test.exe: \$(TOPOBJDIR)/dlls/oledb32/tests/oledb32_test.exe$DLLEXT
17432 cp \$(TOPOBJDIR)/dlls/oledb32/tests/oledb32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17433 oledb32_test.rc:
17434 echo \"oledb32_test.exe TESTRES \\\"oledb32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17435 oledb32_test.res: oledb32_test.rc oledb32_test.exe"
17436 ALL_MAKEFILES="$ALL_MAKEFILES \\
17437 dlls/oledb32/tests/Makefile"
17438 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17439 dlls/oledb32/tests"
17440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17441 \$(RECURSE_TARGETS:%=dlls/oledb32/tests/%) dlls/oledb32/tests: dlls/oledb32/tests/Makefile \$(MAKEDEP)
17442 dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in dlls/Maketest.rules config.status"
17443 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
17445 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17446 dlls/oledlg/liboledlg.$IMPLIBEXT"
17447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17448 dlls/oledlg/liboledlg.$IMPLIBEXT dlls/oledlg/liboledlg.cross.a: tools/widl tools/winebuild tools/winegcc include
17449 dlls/oledlg/liboledlg.$IMPLIBEXT dlls/oledlg/liboledlg.cross.a: dlls/oledlg/oledlg.spec dlls/oledlg/Makefile
17450 @cd dlls/oledlg && \$(MAKE) \`basename \$@\`"
17451 ALL_MAKEFILES="$ALL_MAKEFILES \\
17452 dlls/oledlg/Makefile"
17453 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17454 oledlg"
17455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17456 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules config.status"
17457 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
17459 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17460 dlls/olepro32/libolepro32.$IMPLIBEXT"
17461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17462 dlls/olepro32/libolepro32.$IMPLIBEXT dlls/olepro32/libolepro32.cross.a: tools/widl tools/winebuild tools/winegcc include
17463 dlls/olepro32/libolepro32.$IMPLIBEXT dlls/olepro32/libolepro32.cross.a: dlls/olepro32/olepro32.spec dlls/olepro32/Makefile
17464 @cd dlls/olepro32 && \$(MAKE) \`basename \$@\`"
17465 ALL_MAKEFILES="$ALL_MAKEFILES \\
17466 dlls/olepro32/Makefile"
17467 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17468 olepro32"
17469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17470 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules config.status"
17471 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
17473 ALL_MAKEFILES="$ALL_MAKEFILES \\
17474 dlls/olesvr.dll16/Makefile"
17475 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17476 olesvr.dll16"
17477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17478 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules config.status"
17479 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
17481 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17482 dlls/olesvr32/libolesvr32.$IMPLIBEXT"
17483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17484 dlls/olesvr32/libolesvr32.$IMPLIBEXT dlls/olesvr32/libolesvr32.cross.a: tools/widl tools/winebuild tools/winegcc include
17485 dlls/olesvr32/libolesvr32.$IMPLIBEXT dlls/olesvr32/libolesvr32.cross.a: dlls/olesvr32/olesvr32.spec dlls/olesvr32/Makefile
17486 @cd dlls/olesvr32 && \$(MAKE) \`basename \$@\`"
17487 ALL_MAKEFILES="$ALL_MAKEFILES \\
17488 dlls/olesvr32/Makefile"
17489 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17490 olesvr32"
17491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17492 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules config.status"
17493 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
17495 ALL_MAKEFILES="$ALL_MAKEFILES \\
17496 dlls/olethk32/Makefile"
17497 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17498 olethk32"
17499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17500 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules config.status"
17501 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
17503 ALL_MAKEFILES="$ALL_MAKEFILES \\
17504 dlls/openal32/Makefile"
17505 test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17506 openal32"
17507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17508 dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules config.status"
17509 ac_config_files="$ac_config_files dlls/openal32/Makefile"
17511 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17512 dlls/opengl32/libopengl32.$IMPLIBEXT"
17513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17514 dlls/opengl32/libopengl32.$IMPLIBEXT dlls/opengl32/libopengl32.cross.a: tools/widl tools/winebuild tools/winegcc include
17515 dlls/opengl32/libopengl32.$IMPLIBEXT dlls/opengl32/libopengl32.cross.a: dlls/opengl32/opengl32.spec dlls/opengl32/Makefile
17516 @cd dlls/opengl32 && \$(MAKE) \`basename \$@\`"
17517 ALL_MAKEFILES="$ALL_MAKEFILES \\
17518 dlls/opengl32/Makefile"
17519 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17520 opengl32"
17521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17522 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules config.status"
17523 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
17525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17526 dlls/opengl32/tests: __builddeps__
17527 dlls/opengl32/tests/__crosstest__: __buildcrossdeps__"
17528 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17529 opengl32_test.exe"
17530 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17531 opengl32_test.exe: \$(TOPOBJDIR)/dlls/opengl32/tests/opengl32_test.exe$DLLEXT
17532 cp \$(TOPOBJDIR)/dlls/opengl32/tests/opengl32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17533 opengl32_test.rc:
17534 echo \"opengl32_test.exe TESTRES \\\"opengl32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17535 opengl32_test.res: opengl32_test.rc opengl32_test.exe"
17536 ALL_MAKEFILES="$ALL_MAKEFILES \\
17537 dlls/opengl32/tests/Makefile"
17538 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17539 dlls/opengl32/tests"
17540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17541 \$(RECURSE_TARGETS:%=dlls/opengl32/tests/%) dlls/opengl32/tests: dlls/opengl32/tests/Makefile \$(MAKEDEP)
17542 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules config.status"
17543 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
17545 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17546 dlls/pdh/libpdh.$IMPLIBEXT"
17547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17548 dlls/pdh/libpdh.$IMPLIBEXT dlls/pdh/libpdh.cross.a: tools/widl tools/winebuild tools/winegcc include
17549 dlls/pdh/libpdh.$IMPLIBEXT dlls/pdh/libpdh.cross.a: dlls/pdh/pdh.spec dlls/pdh/Makefile
17550 @cd dlls/pdh && \$(MAKE) \`basename \$@\`"
17551 ALL_MAKEFILES="$ALL_MAKEFILES \\
17552 dlls/pdh/Makefile"
17553 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17554 pdh"
17555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17556 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules config.status"
17557 ac_config_files="$ac_config_files dlls/pdh/Makefile"
17559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17560 dlls/pdh/tests: __builddeps__
17561 dlls/pdh/tests/__crosstest__: __buildcrossdeps__"
17562 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17563 pdh_test.exe"
17564 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17565 pdh_test.exe: \$(TOPOBJDIR)/dlls/pdh/tests/pdh_test.exe$DLLEXT
17566 cp \$(TOPOBJDIR)/dlls/pdh/tests/pdh_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17567 pdh_test.rc:
17568 echo \"pdh_test.exe TESTRES \\\"pdh_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17569 pdh_test.res: pdh_test.rc pdh_test.exe"
17570 ALL_MAKEFILES="$ALL_MAKEFILES \\
17571 dlls/pdh/tests/Makefile"
17572 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17573 dlls/pdh/tests"
17574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17575 \$(RECURSE_TARGETS:%=dlls/pdh/tests/%) dlls/pdh/tests: dlls/pdh/tests/Makefile \$(MAKEDEP)
17576 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules config.status"
17577 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
17579 ALL_MAKEFILES="$ALL_MAKEFILES \\
17580 dlls/pidgen/Makefile"
17581 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17582 pidgen"
17583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17584 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules config.status"
17585 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
17587 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17588 dlls/powrprof/libpowrprof.$IMPLIBEXT"
17589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17590 dlls/powrprof/libpowrprof.$IMPLIBEXT dlls/powrprof/libpowrprof.cross.a: tools/widl tools/winebuild tools/winegcc include
17591 dlls/powrprof/libpowrprof.$IMPLIBEXT dlls/powrprof/libpowrprof.cross.a: dlls/powrprof/powrprof.spec dlls/powrprof/Makefile
17592 @cd dlls/powrprof && \$(MAKE) \`basename \$@\`"
17593 ALL_MAKEFILES="$ALL_MAKEFILES \\
17594 dlls/powrprof/Makefile"
17595 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17596 powrprof"
17597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17598 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules config.status"
17599 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
17601 ALL_MAKEFILES="$ALL_MAKEFILES \\
17602 dlls/printui/Makefile"
17603 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17604 printui"
17605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17606 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules config.status"
17607 ac_config_files="$ac_config_files dlls/printui/Makefile"
17609 ALL_MAKEFILES="$ALL_MAKEFILES \\
17610 dlls/propsys/Makefile"
17611 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17612 propsys"
17613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17614 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules config.status"
17615 ac_config_files="$ac_config_files dlls/propsys/Makefile"
17617 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17618 dlls/psapi/libpsapi.$IMPLIBEXT"
17619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17620 dlls/psapi/libpsapi.$IMPLIBEXT dlls/psapi/libpsapi.cross.a: tools/widl tools/winebuild tools/winegcc include
17621 dlls/psapi/libpsapi.$IMPLIBEXT dlls/psapi/libpsapi.cross.a: dlls/psapi/psapi.spec dlls/psapi/Makefile
17622 @cd dlls/psapi && \$(MAKE) \`basename \$@\`"
17623 ALL_MAKEFILES="$ALL_MAKEFILES \\
17624 dlls/psapi/Makefile"
17625 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17626 psapi"
17627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17628 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules config.status"
17629 ac_config_files="$ac_config_files dlls/psapi/Makefile"
17631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17632 dlls/psapi/tests: __builddeps__
17633 dlls/psapi/tests/__crosstest__: __buildcrossdeps__"
17634 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17635 psapi_test.exe"
17636 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17637 psapi_test.exe: \$(TOPOBJDIR)/dlls/psapi/tests/psapi_test.exe$DLLEXT
17638 cp \$(TOPOBJDIR)/dlls/psapi/tests/psapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17639 psapi_test.rc:
17640 echo \"psapi_test.exe TESTRES \\\"psapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17641 psapi_test.res: psapi_test.rc psapi_test.exe"
17642 ALL_MAKEFILES="$ALL_MAKEFILES \\
17643 dlls/psapi/tests/Makefile"
17644 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17645 dlls/psapi/tests"
17646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17647 \$(RECURSE_TARGETS:%=dlls/psapi/tests/%) dlls/psapi/tests: dlls/psapi/tests/Makefile \$(MAKEDEP)
17648 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules config.status"
17649 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
17651 ALL_MAKEFILES="$ALL_MAKEFILES \\
17652 dlls/pstorec/Makefile"
17653 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17654 pstorec"
17655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17656 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules config.status"
17657 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
17659 ALL_MAKEFILES="$ALL_MAKEFILES \\
17660 dlls/qcap/Makefile"
17661 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17662 qcap"
17663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17664 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules config.status"
17665 ac_config_files="$ac_config_files dlls/qcap/Makefile"
17667 ALL_MAKEFILES="$ALL_MAKEFILES \\
17668 dlls/qedit/Makefile"
17669 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17670 qedit"
17671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17672 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules config.status"
17673 ac_config_files="$ac_config_files dlls/qedit/Makefile"
17675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17676 dlls/qedit/tests: __builddeps__
17677 dlls/qedit/tests/__crosstest__: __buildcrossdeps__"
17678 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17679 qedit_test.exe"
17680 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17681 qedit_test.exe: \$(TOPOBJDIR)/dlls/qedit/tests/qedit_test.exe$DLLEXT
17682 cp \$(TOPOBJDIR)/dlls/qedit/tests/qedit_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17683 qedit_test.rc:
17684 echo \"qedit_test.exe TESTRES \\\"qedit_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17685 qedit_test.res: qedit_test.rc qedit_test.exe"
17686 ALL_MAKEFILES="$ALL_MAKEFILES \\
17687 dlls/qedit/tests/Makefile"
17688 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17689 dlls/qedit/tests"
17690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17691 \$(RECURSE_TARGETS:%=dlls/qedit/tests/%) dlls/qedit/tests: dlls/qedit/tests/Makefile \$(MAKEDEP)
17692 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules config.status"
17693 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
17695 ALL_MAKEFILES="$ALL_MAKEFILES \\
17696 dlls/qmgr/Makefile"
17697 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17698 qmgr"
17699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17700 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules config.status"
17701 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
17703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17704 dlls/qmgr/tests: __builddeps__
17705 dlls/qmgr/tests/__crosstest__: __buildcrossdeps__"
17706 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17707 qmgr_test.exe"
17708 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17709 qmgr_test.exe: \$(TOPOBJDIR)/dlls/qmgr/tests/qmgr_test.exe$DLLEXT
17710 cp \$(TOPOBJDIR)/dlls/qmgr/tests/qmgr_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17711 qmgr_test.rc:
17712 echo \"qmgr_test.exe TESTRES \\\"qmgr_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17713 qmgr_test.res: qmgr_test.rc qmgr_test.exe"
17714 ALL_MAKEFILES="$ALL_MAKEFILES \\
17715 dlls/qmgr/tests/Makefile"
17716 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17717 dlls/qmgr/tests"
17718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17719 \$(RECURSE_TARGETS:%=dlls/qmgr/tests/%) dlls/qmgr/tests: dlls/qmgr/tests/Makefile \$(MAKEDEP)
17720 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules config.status"
17721 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
17723 ALL_MAKEFILES="$ALL_MAKEFILES \\
17724 dlls/qmgrprxy/Makefile"
17725 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17726 qmgrprxy"
17727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17728 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules config.status"
17729 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
17731 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17732 dlls/quartz/libquartz.$IMPLIBEXT"
17733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17734 dlls/quartz/libquartz.$IMPLIBEXT dlls/quartz/libquartz.cross.a: tools/widl tools/winebuild tools/winegcc include
17735 dlls/quartz/libquartz.$IMPLIBEXT dlls/quartz/libquartz.cross.a: dlls/quartz/quartz.spec dlls/quartz/Makefile
17736 @cd dlls/quartz && \$(MAKE) \`basename \$@\`"
17737 ALL_MAKEFILES="$ALL_MAKEFILES \\
17738 dlls/quartz/Makefile"
17739 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17740 quartz"
17741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17742 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules config.status"
17743 ac_config_files="$ac_config_files dlls/quartz/Makefile"
17745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17746 dlls/quartz/tests: __builddeps__
17747 dlls/quartz/tests/__crosstest__: __buildcrossdeps__"
17748 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17749 quartz_test.exe"
17750 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17751 quartz_test.exe: \$(TOPOBJDIR)/dlls/quartz/tests/quartz_test.exe$DLLEXT
17752 cp \$(TOPOBJDIR)/dlls/quartz/tests/quartz_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17753 quartz_test.rc:
17754 echo \"quartz_test.exe TESTRES \\\"quartz_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17755 quartz_test.res: quartz_test.rc quartz_test.exe"
17756 ALL_MAKEFILES="$ALL_MAKEFILES \\
17757 dlls/quartz/tests/Makefile"
17758 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17759 dlls/quartz/tests"
17760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17761 \$(RECURSE_TARGETS:%=dlls/quartz/tests/%) dlls/quartz/tests: dlls/quartz/tests/Makefile \$(MAKEDEP)
17762 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules config.status"
17763 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
17765 ALL_MAKEFILES="$ALL_MAKEFILES \\
17766 dlls/query/Makefile"
17767 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17768 query"
17769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17770 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules config.status"
17771 ac_config_files="$ac_config_files dlls/query/Makefile"
17773 ALL_MAKEFILES="$ALL_MAKEFILES \\
17774 dlls/rasapi16.dll16/Makefile"
17775 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17776 rasapi16.dll16"
17777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17778 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules config.status"
17779 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
17781 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17782 dlls/rasapi32/librasapi32.$IMPLIBEXT"
17783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17784 dlls/rasapi32/librasapi32.$IMPLIBEXT dlls/rasapi32/librasapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
17785 dlls/rasapi32/librasapi32.$IMPLIBEXT dlls/rasapi32/librasapi32.cross.a: dlls/rasapi32/rasapi32.spec dlls/rasapi32/Makefile
17786 @cd dlls/rasapi32 && \$(MAKE) \`basename \$@\`"
17787 ALL_MAKEFILES="$ALL_MAKEFILES \\
17788 dlls/rasapi32/Makefile"
17789 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17790 rasapi32"
17791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17792 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules config.status"
17793 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
17795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17796 dlls/rasapi32/tests: __builddeps__
17797 dlls/rasapi32/tests/__crosstest__: __buildcrossdeps__"
17798 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17799 rasapi32_test.exe"
17800 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17801 rasapi32_test.exe: \$(TOPOBJDIR)/dlls/rasapi32/tests/rasapi32_test.exe$DLLEXT
17802 cp \$(TOPOBJDIR)/dlls/rasapi32/tests/rasapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17803 rasapi32_test.rc:
17804 echo \"rasapi32_test.exe TESTRES \\\"rasapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17805 rasapi32_test.res: rasapi32_test.rc rasapi32_test.exe"
17806 ALL_MAKEFILES="$ALL_MAKEFILES \\
17807 dlls/rasapi32/tests/Makefile"
17808 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17809 dlls/rasapi32/tests"
17810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17811 \$(RECURSE_TARGETS:%=dlls/rasapi32/tests/%) dlls/rasapi32/tests: dlls/rasapi32/tests/Makefile \$(MAKEDEP)
17812 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules config.status"
17813 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
17815 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17816 dlls/rasdlg/librasdlg.$IMPLIBEXT"
17817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17818 dlls/rasdlg/librasdlg.$IMPLIBEXT dlls/rasdlg/librasdlg.cross.a: tools/widl tools/winebuild tools/winegcc include
17819 dlls/rasdlg/librasdlg.$IMPLIBEXT dlls/rasdlg/librasdlg.cross.a: dlls/rasdlg/rasdlg.spec dlls/rasdlg/Makefile
17820 @cd dlls/rasdlg && \$(MAKE) \`basename \$@\`"
17821 ALL_MAKEFILES="$ALL_MAKEFILES \\
17822 dlls/rasdlg/Makefile"
17823 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17824 rasdlg"
17825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17826 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules config.status"
17827 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
17829 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17830 dlls/resutils/libresutils.$IMPLIBEXT"
17831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17832 dlls/resutils/libresutils.$IMPLIBEXT dlls/resutils/libresutils.cross.a: tools/widl tools/winebuild tools/winegcc include
17833 dlls/resutils/libresutils.$IMPLIBEXT dlls/resutils/libresutils.cross.a: dlls/resutils/resutils.spec dlls/resutils/Makefile
17834 @cd dlls/resutils && \$(MAKE) \`basename \$@\`"
17835 ALL_MAKEFILES="$ALL_MAKEFILES \\
17836 dlls/resutils/Makefile"
17837 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17838 resutils"
17839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17840 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules config.status"
17841 ac_config_files="$ac_config_files dlls/resutils/Makefile"
17843 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17844 dlls/riched20/libriched20.$IMPLIBEXT"
17845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17846 dlls/riched20/libriched20.$IMPLIBEXT dlls/riched20/libriched20.cross.a: tools/widl tools/winebuild tools/winegcc include
17847 dlls/riched20/libriched20.$IMPLIBEXT dlls/riched20/libriched20.cross.a: dlls/riched20/riched20.spec dlls/riched20/Makefile
17848 @cd dlls/riched20 && \$(MAKE) \`basename \$@\`"
17849 ALL_MAKEFILES="$ALL_MAKEFILES \\
17850 dlls/riched20/Makefile"
17851 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17852 riched20"
17853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17854 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules config.status"
17855 ac_config_files="$ac_config_files dlls/riched20/Makefile"
17857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17858 dlls/riched20/tests: __builddeps__
17859 dlls/riched20/tests/__crosstest__: __buildcrossdeps__"
17860 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17861 riched20_test.exe"
17862 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17863 riched20_test.exe: \$(TOPOBJDIR)/dlls/riched20/tests/riched20_test.exe$DLLEXT
17864 cp \$(TOPOBJDIR)/dlls/riched20/tests/riched20_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17865 riched20_test.rc:
17866 echo \"riched20_test.exe TESTRES \\\"riched20_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17867 riched20_test.res: riched20_test.rc riched20_test.exe"
17868 ALL_MAKEFILES="$ALL_MAKEFILES \\
17869 dlls/riched20/tests/Makefile"
17870 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17871 dlls/riched20/tests"
17872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17873 \$(RECURSE_TARGETS:%=dlls/riched20/tests/%) dlls/riched20/tests: dlls/riched20/tests/Makefile \$(MAKEDEP)
17874 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules config.status"
17875 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
17877 ALL_MAKEFILES="$ALL_MAKEFILES \\
17878 dlls/riched32/Makefile"
17879 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17880 riched32"
17881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17882 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules config.status"
17883 ac_config_files="$ac_config_files dlls/riched32/Makefile"
17885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17886 dlls/riched32/tests: __builddeps__
17887 dlls/riched32/tests/__crosstest__: __buildcrossdeps__"
17888 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17889 riched32_test.exe"
17890 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17891 riched32_test.exe: \$(TOPOBJDIR)/dlls/riched32/tests/riched32_test.exe$DLLEXT
17892 cp \$(TOPOBJDIR)/dlls/riched32/tests/riched32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17893 riched32_test.rc:
17894 echo \"riched32_test.exe TESTRES \\\"riched32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17895 riched32_test.res: riched32_test.rc riched32_test.exe"
17896 ALL_MAKEFILES="$ALL_MAKEFILES \\
17897 dlls/riched32/tests/Makefile"
17898 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17899 dlls/riched32/tests"
17900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17901 \$(RECURSE_TARGETS:%=dlls/riched32/tests/%) dlls/riched32/tests: dlls/riched32/tests/Makefile \$(MAKEDEP)
17902 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules config.status"
17903 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
17905 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17906 dlls/rpcrt4/librpcrt4.$IMPLIBEXT"
17907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17908 dlls/rpcrt4/librpcrt4.$IMPLIBEXT dlls/rpcrt4/librpcrt4.cross.a: tools/widl tools/winebuild tools/winegcc include
17909 dlls/rpcrt4/librpcrt4.$IMPLIBEXT dlls/rpcrt4/librpcrt4.cross.a: dlls/rpcrt4/rpcrt4.spec dlls/rpcrt4/Makefile
17910 @cd dlls/rpcrt4 && \$(MAKE) \`basename \$@\`"
17911 ALL_MAKEFILES="$ALL_MAKEFILES \\
17912 dlls/rpcrt4/Makefile"
17913 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17914 rpcrt4"
17915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17916 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules config.status"
17917 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
17919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17920 dlls/rpcrt4/tests: __builddeps__
17921 dlls/rpcrt4/tests/__crosstest__: __buildcrossdeps__"
17922 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17923 rpcrt4_test.exe"
17924 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17925 rpcrt4_test.exe: \$(TOPOBJDIR)/dlls/rpcrt4/tests/rpcrt4_test.exe$DLLEXT
17926 cp \$(TOPOBJDIR)/dlls/rpcrt4/tests/rpcrt4_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17927 rpcrt4_test.rc:
17928 echo \"rpcrt4_test.exe TESTRES \\\"rpcrt4_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17929 rpcrt4_test.res: rpcrt4_test.rc rpcrt4_test.exe"
17930 ALL_MAKEFILES="$ALL_MAKEFILES \\
17931 dlls/rpcrt4/tests/Makefile"
17932 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17933 dlls/rpcrt4/tests"
17934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17935 \$(RECURSE_TARGETS:%=dlls/rpcrt4/tests/%) dlls/rpcrt4/tests: dlls/rpcrt4/tests/Makefile \$(MAKEDEP)
17936 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules config.status"
17937 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
17939 ALL_MAKEFILES="$ALL_MAKEFILES \\
17940 dlls/rsabase/Makefile"
17941 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17942 rsabase"
17943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17944 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules config.status"
17945 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
17947 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17948 dlls/rsaenh/librsaenh.$IMPLIBEXT"
17949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17950 dlls/rsaenh/librsaenh.$IMPLIBEXT dlls/rsaenh/librsaenh.cross.a: tools/widl tools/winebuild tools/winegcc include
17951 dlls/rsaenh/librsaenh.$IMPLIBEXT dlls/rsaenh/librsaenh.cross.a: dlls/rsaenh/rsaenh.spec dlls/rsaenh/Makefile
17952 @cd dlls/rsaenh && \$(MAKE) \`basename \$@\`"
17953 ALL_MAKEFILES="$ALL_MAKEFILES \\
17954 dlls/rsaenh/Makefile"
17955 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17956 rsaenh"
17957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17958 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules config.status"
17959 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
17961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17962 dlls/rsaenh/tests: __builddeps__
17963 dlls/rsaenh/tests/__crosstest__: __buildcrossdeps__"
17964 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17965 rsaenh_test.exe"
17966 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17967 rsaenh_test.exe: \$(TOPOBJDIR)/dlls/rsaenh/tests/rsaenh_test.exe$DLLEXT
17968 cp \$(TOPOBJDIR)/dlls/rsaenh/tests/rsaenh_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17969 rsaenh_test.rc:
17970 echo \"rsaenh_test.exe TESTRES \\\"rsaenh_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17971 rsaenh_test.res: rsaenh_test.rc rsaenh_test.exe"
17972 ALL_MAKEFILES="$ALL_MAKEFILES \\
17973 dlls/rsaenh/tests/Makefile"
17974 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17975 dlls/rsaenh/tests"
17976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17977 \$(RECURSE_TARGETS:%=dlls/rsaenh/tests/%) dlls/rsaenh/tests: dlls/rsaenh/tests/Makefile \$(MAKEDEP)
17978 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules config.status"
17979 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
17981 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17982 dlls/rtutils/librtutils.$IMPLIBEXT"
17983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17984 dlls/rtutils/librtutils.$IMPLIBEXT dlls/rtutils/librtutils.cross.a: tools/widl tools/winebuild tools/winegcc include
17985 dlls/rtutils/librtutils.$IMPLIBEXT dlls/rtutils/librtutils.cross.a: dlls/rtutils/rtutils.spec dlls/rtutils/Makefile
17986 @cd dlls/rtutils && \$(MAKE) \`basename \$@\`"
17987 ALL_MAKEFILES="$ALL_MAKEFILES \\
17988 dlls/rtutils/Makefile"
17989 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17990 rtutils"
17991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17992 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules config.status"
17993 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
17995 ALL_MAKEFILES="$ALL_MAKEFILES \\
17996 dlls/sane.ds/Makefile"
17997 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17998 sane.ds"
17999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18000 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules config.status"
18001 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
18003 ALL_MAKEFILES="$ALL_MAKEFILES \\
18004 dlls/sccbase/Makefile"
18005 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18006 sccbase"
18007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18008 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules config.status"
18009 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
18011 ALL_MAKEFILES="$ALL_MAKEFILES \\
18012 dlls/schannel/Makefile"
18013 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18014 schannel"
18015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18016 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules config.status"
18017 ac_config_files="$ac_config_files dlls/schannel/Makefile"
18019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18020 dlls/schannel/tests: __builddeps__
18021 dlls/schannel/tests/__crosstest__: __buildcrossdeps__"
18022 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18023 schannel_test.exe"
18024 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18025 schannel_test.exe: \$(TOPOBJDIR)/dlls/schannel/tests/schannel_test.exe$DLLEXT
18026 cp \$(TOPOBJDIR)/dlls/schannel/tests/schannel_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18027 schannel_test.rc:
18028 echo \"schannel_test.exe TESTRES \\\"schannel_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18029 schannel_test.res: schannel_test.rc schannel_test.exe"
18030 ALL_MAKEFILES="$ALL_MAKEFILES \\
18031 dlls/schannel/tests/Makefile"
18032 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18033 dlls/schannel/tests"
18034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18035 \$(RECURSE_TARGETS:%=dlls/schannel/tests/%) dlls/schannel/tests: dlls/schannel/tests/Makefile \$(MAKEDEP)
18036 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules config.status"
18037 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
18039 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18040 dlls/secur32/libsecur32.$IMPLIBEXT"
18041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18042 dlls/secur32/libsecur32.$IMPLIBEXT dlls/secur32/libsecur32.cross.a: tools/widl tools/winebuild tools/winegcc include
18043 dlls/secur32/libsecur32.$IMPLIBEXT dlls/secur32/libsecur32.cross.a: dlls/secur32/secur32.spec dlls/secur32/Makefile
18044 @cd dlls/secur32 && \$(MAKE) \`basename \$@\`"
18045 ALL_MAKEFILES="$ALL_MAKEFILES \\
18046 dlls/secur32/Makefile"
18047 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18048 secur32"
18049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18050 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules config.status"
18051 ac_config_files="$ac_config_files dlls/secur32/Makefile"
18053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18054 dlls/secur32/tests: __builddeps__
18055 dlls/secur32/tests/__crosstest__: __buildcrossdeps__"
18056 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18057 secur32_test.exe"
18058 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18059 secur32_test.exe: \$(TOPOBJDIR)/dlls/secur32/tests/secur32_test.exe$DLLEXT
18060 cp \$(TOPOBJDIR)/dlls/secur32/tests/secur32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18061 secur32_test.rc:
18062 echo \"secur32_test.exe TESTRES \\\"secur32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18063 secur32_test.res: secur32_test.rc secur32_test.exe"
18064 ALL_MAKEFILES="$ALL_MAKEFILES \\
18065 dlls/secur32/tests/Makefile"
18066 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18067 dlls/secur32/tests"
18068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18069 \$(RECURSE_TARGETS:%=dlls/secur32/tests/%) dlls/secur32/tests: dlls/secur32/tests/Makefile \$(MAKEDEP)
18070 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules config.status"
18071 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
18073 ALL_MAKEFILES="$ALL_MAKEFILES \\
18074 dlls/security/Makefile"
18075 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18076 security"
18077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18078 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules config.status"
18079 ac_config_files="$ac_config_files dlls/security/Makefile"
18081 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18082 dlls/sensapi/libsensapi.$IMPLIBEXT"
18083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18084 dlls/sensapi/libsensapi.$IMPLIBEXT dlls/sensapi/libsensapi.cross.a: tools/widl tools/winebuild tools/winegcc include
18085 dlls/sensapi/libsensapi.$IMPLIBEXT dlls/sensapi/libsensapi.cross.a: dlls/sensapi/sensapi.spec dlls/sensapi/Makefile
18086 @cd dlls/sensapi && \$(MAKE) \`basename \$@\`"
18087 ALL_MAKEFILES="$ALL_MAKEFILES \\
18088 dlls/sensapi/Makefile"
18089 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18090 sensapi"
18091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18092 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules config.status"
18093 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
18095 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18096 dlls/serialui/libserialui.$IMPLIBEXT"
18097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18098 dlls/serialui/libserialui.$IMPLIBEXT dlls/serialui/libserialui.cross.a: tools/widl tools/winebuild tools/winegcc include
18099 dlls/serialui/libserialui.$IMPLIBEXT dlls/serialui/libserialui.cross.a: dlls/serialui/serialui.spec dlls/serialui/Makefile
18100 @cd dlls/serialui && \$(MAKE) \`basename \$@\`"
18101 ALL_MAKEFILES="$ALL_MAKEFILES \\
18102 dlls/serialui/Makefile"
18103 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18104 serialui"
18105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18106 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules config.status"
18107 ac_config_files="$ac_config_files dlls/serialui/Makefile"
18109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18110 dlls/serialui/tests: __builddeps__
18111 dlls/serialui/tests/__crosstest__: __buildcrossdeps__"
18112 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18113 serialui_test.exe"
18114 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18115 serialui_test.exe: \$(TOPOBJDIR)/dlls/serialui/tests/serialui_test.exe$DLLEXT
18116 cp \$(TOPOBJDIR)/dlls/serialui/tests/serialui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18117 serialui_test.rc:
18118 echo \"serialui_test.exe TESTRES \\\"serialui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18119 serialui_test.res: serialui_test.rc serialui_test.exe"
18120 ALL_MAKEFILES="$ALL_MAKEFILES \\
18121 dlls/serialui/tests/Makefile"
18122 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18123 dlls/serialui/tests"
18124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18125 \$(RECURSE_TARGETS:%=dlls/serialui/tests/%) dlls/serialui/tests: dlls/serialui/tests/Makefile \$(MAKEDEP)
18126 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules config.status"
18127 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
18129 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18130 dlls/setupapi/libsetupapi.$IMPLIBEXT"
18131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18132 dlls/setupapi/libsetupapi.$IMPLIBEXT dlls/setupapi/libsetupapi.cross.a: tools/widl tools/winebuild tools/winegcc include
18133 dlls/setupapi/libsetupapi.$IMPLIBEXT dlls/setupapi/libsetupapi.cross.a: dlls/setupapi/setupapi.spec dlls/setupapi/Makefile
18134 @cd dlls/setupapi && \$(MAKE) \`basename \$@\`"
18135 ALL_MAKEFILES="$ALL_MAKEFILES \\
18136 dlls/setupapi/Makefile"
18137 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18138 setupapi"
18139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18140 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules config.status"
18141 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
18143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18144 dlls/setupapi/tests: __builddeps__
18145 dlls/setupapi/tests/__crosstest__: __buildcrossdeps__"
18146 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18147 setupapi_test.exe"
18148 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18149 setupapi_test.exe: \$(TOPOBJDIR)/dlls/setupapi/tests/setupapi_test.exe$DLLEXT
18150 cp \$(TOPOBJDIR)/dlls/setupapi/tests/setupapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18151 setupapi_test.rc:
18152 echo \"setupapi_test.exe TESTRES \\\"setupapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18153 setupapi_test.res: setupapi_test.rc setupapi_test.exe"
18154 ALL_MAKEFILES="$ALL_MAKEFILES \\
18155 dlls/setupapi/tests/Makefile"
18156 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18157 dlls/setupapi/tests"
18158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18159 \$(RECURSE_TARGETS:%=dlls/setupapi/tests/%) dlls/setupapi/tests: dlls/setupapi/tests/Makefile \$(MAKEDEP)
18160 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules config.status"
18161 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
18163 ALL_MAKEFILES="$ALL_MAKEFILES \\
18164 dlls/setupx.dll16/Makefile"
18165 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18166 setupx.dll16"
18167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18168 dlls/setupx.dll16/Makefile: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules config.status"
18169 ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
18171 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18172 dlls/sfc/libsfc.$IMPLIBEXT"
18173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18174 dlls/sfc/libsfc.$IMPLIBEXT dlls/sfc/libsfc.cross.a: tools/widl tools/winebuild tools/winegcc include
18175 dlls/sfc/libsfc.$IMPLIBEXT dlls/sfc/libsfc.cross.a: dlls/sfc/sfc.spec dlls/sfc/Makefile
18176 @cd dlls/sfc && \$(MAKE) \`basename \$@\`"
18177 ALL_MAKEFILES="$ALL_MAKEFILES \\
18178 dlls/sfc/Makefile"
18179 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18180 sfc"
18181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18182 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules config.status"
18183 ac_config_files="$ac_config_files dlls/sfc/Makefile"
18185 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18186 dlls/sfc_os/libsfc_os.$IMPLIBEXT"
18187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18188 dlls/sfc_os/libsfc_os.$IMPLIBEXT dlls/sfc_os/libsfc_os.cross.a: tools/widl tools/winebuild tools/winegcc include
18189 dlls/sfc_os/libsfc_os.$IMPLIBEXT dlls/sfc_os/libsfc_os.cross.a: dlls/sfc_os/sfc_os.spec dlls/sfc_os/Makefile
18190 @cd dlls/sfc_os && \$(MAKE) \`basename \$@\`"
18191 ALL_MAKEFILES="$ALL_MAKEFILES \\
18192 dlls/sfc_os/Makefile"
18193 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18194 sfc_os"
18195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18196 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules config.status"
18197 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
18199 ALL_MAKEFILES="$ALL_MAKEFILES \\
18200 dlls/shdoclc/Makefile"
18201 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18202 shdoclc"
18203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18204 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules config.status"
18205 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
18207 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18208 dlls/shdocvw/libshdocvw.$IMPLIBEXT"
18209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18210 dlls/shdocvw/libshdocvw.$IMPLIBEXT dlls/shdocvw/libshdocvw.cross.a: tools/widl tools/winebuild tools/winegcc include
18211 dlls/shdocvw/libshdocvw.$IMPLIBEXT dlls/shdocvw/libshdocvw.cross.a: dlls/shdocvw/shdocvw.spec dlls/shdocvw/Makefile
18212 @cd dlls/shdocvw && \$(MAKE) \`basename \$@\`"
18213 ALL_MAKEFILES="$ALL_MAKEFILES \\
18214 dlls/shdocvw/Makefile"
18215 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18216 shdocvw"
18217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18218 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules config.status"
18219 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
18221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18222 dlls/shdocvw/tests: __builddeps__
18223 dlls/shdocvw/tests/__crosstest__: __buildcrossdeps__"
18224 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18225 shdocvw_test.exe"
18226 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18227 shdocvw_test.exe: \$(TOPOBJDIR)/dlls/shdocvw/tests/shdocvw_test.exe$DLLEXT
18228 cp \$(TOPOBJDIR)/dlls/shdocvw/tests/shdocvw_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18229 shdocvw_test.rc:
18230 echo \"shdocvw_test.exe TESTRES \\\"shdocvw_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18231 shdocvw_test.res: shdocvw_test.rc shdocvw_test.exe"
18232 ALL_MAKEFILES="$ALL_MAKEFILES \\
18233 dlls/shdocvw/tests/Makefile"
18234 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18235 dlls/shdocvw/tests"
18236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18237 \$(RECURSE_TARGETS:%=dlls/shdocvw/tests/%) dlls/shdocvw/tests: dlls/shdocvw/tests/Makefile \$(MAKEDEP)
18238 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules config.status"
18239 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
18241 ALL_MAKEFILES="$ALL_MAKEFILES \\
18242 dlls/shell.dll16/Makefile"
18243 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18244 shell.dll16"
18245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18246 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules config.status"
18247 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
18249 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18250 dlls/shell32/libshell32.$IMPLIBEXT"
18251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18252 dlls/shell32/libshell32.$IMPLIBEXT dlls/shell32/libshell32.cross.a: tools/widl tools/winebuild tools/winegcc include
18253 dlls/shell32/libshell32.$IMPLIBEXT dlls/shell32/libshell32.cross.a: dlls/shell32/shell32.spec dlls/shell32/Makefile
18254 @cd dlls/shell32 && \$(MAKE) \`basename \$@\`"
18255 ALL_MAKEFILES="$ALL_MAKEFILES \\
18256 dlls/shell32/Makefile"
18257 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18258 shell32"
18259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18260 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules config.status"
18261 ac_config_files="$ac_config_files dlls/shell32/Makefile"
18263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18264 dlls/shell32/tests: __builddeps__
18265 dlls/shell32/tests/__crosstest__: __buildcrossdeps__"
18266 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18267 shell32_test.exe"
18268 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18269 shell32_test.exe: \$(TOPOBJDIR)/dlls/shell32/tests/shell32_test.exe$DLLEXT
18270 cp \$(TOPOBJDIR)/dlls/shell32/tests/shell32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18271 shell32_test.rc:
18272 echo \"shell32_test.exe TESTRES \\\"shell32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18273 shell32_test.res: shell32_test.rc shell32_test.exe"
18274 ALL_MAKEFILES="$ALL_MAKEFILES \\
18275 dlls/shell32/tests/Makefile"
18276 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18277 dlls/shell32/tests"
18278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18279 \$(RECURSE_TARGETS:%=dlls/shell32/tests/%) dlls/shell32/tests: dlls/shell32/tests/Makefile \$(MAKEDEP)
18280 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules config.status"
18281 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
18283 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18284 dlls/shfolder/libshfolder.$IMPLIBEXT"
18285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18286 dlls/shfolder/libshfolder.$IMPLIBEXT dlls/shfolder/libshfolder.cross.a: tools/widl tools/winebuild tools/winegcc include
18287 dlls/shfolder/libshfolder.$IMPLIBEXT dlls/shfolder/libshfolder.cross.a: dlls/shfolder/shfolder.spec dlls/shfolder/Makefile
18288 @cd dlls/shfolder && \$(MAKE) \`basename \$@\`"
18289 ALL_MAKEFILES="$ALL_MAKEFILES \\
18290 dlls/shfolder/Makefile"
18291 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18292 shfolder"
18293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18294 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules config.status"
18295 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
18297 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18298 dlls/shlwapi/libshlwapi.$IMPLIBEXT"
18299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18300 dlls/shlwapi/libshlwapi.$IMPLIBEXT dlls/shlwapi/libshlwapi.cross.a: tools/widl tools/winebuild tools/winegcc include
18301 dlls/shlwapi/libshlwapi.$IMPLIBEXT dlls/shlwapi/libshlwapi.cross.a: dlls/shlwapi/shlwapi.spec dlls/shlwapi/Makefile
18302 @cd dlls/shlwapi && \$(MAKE) \`basename \$@\`"
18303 ALL_MAKEFILES="$ALL_MAKEFILES \\
18304 dlls/shlwapi/Makefile"
18305 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18306 shlwapi"
18307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18308 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules config.status"
18309 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
18311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18312 dlls/shlwapi/tests: __builddeps__
18313 dlls/shlwapi/tests/__crosstest__: __buildcrossdeps__"
18314 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18315 shlwapi_test.exe"
18316 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18317 shlwapi_test.exe: \$(TOPOBJDIR)/dlls/shlwapi/tests/shlwapi_test.exe$DLLEXT
18318 cp \$(TOPOBJDIR)/dlls/shlwapi/tests/shlwapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18319 shlwapi_test.rc:
18320 echo \"shlwapi_test.exe TESTRES \\\"shlwapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18321 shlwapi_test.res: shlwapi_test.rc shlwapi_test.exe"
18322 ALL_MAKEFILES="$ALL_MAKEFILES \\
18323 dlls/shlwapi/tests/Makefile"
18324 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18325 dlls/shlwapi/tests"
18326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18327 \$(RECURSE_TARGETS:%=dlls/shlwapi/tests/%) dlls/shlwapi/tests: dlls/shlwapi/tests/Makefile \$(MAKEDEP)
18328 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules config.status"
18329 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
18331 ALL_MAKEFILES="$ALL_MAKEFILES \\
18332 dlls/slbcsp/Makefile"
18333 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18334 slbcsp"
18335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18336 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules config.status"
18337 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
18339 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18340 dlls/slc/libslc.$IMPLIBEXT"
18341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18342 dlls/slc/libslc.$IMPLIBEXT dlls/slc/libslc.cross.a: tools/widl tools/winebuild tools/winegcc include
18343 dlls/slc/libslc.$IMPLIBEXT dlls/slc/libslc.cross.a: dlls/slc/slc.spec dlls/slc/Makefile
18344 @cd dlls/slc && \$(MAKE) \`basename \$@\`"
18345 ALL_MAKEFILES="$ALL_MAKEFILES \\
18346 dlls/slc/Makefile"
18347 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18348 slc"
18349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18350 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules config.status"
18351 ac_config_files="$ac_config_files dlls/slc/Makefile"
18353 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18354 dlls/snmpapi/libsnmpapi.$IMPLIBEXT"
18355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18356 dlls/snmpapi/libsnmpapi.$IMPLIBEXT dlls/snmpapi/libsnmpapi.cross.a: tools/widl tools/winebuild tools/winegcc include
18357 dlls/snmpapi/libsnmpapi.$IMPLIBEXT dlls/snmpapi/libsnmpapi.cross.a: dlls/snmpapi/snmpapi.spec dlls/snmpapi/Makefile
18358 @cd dlls/snmpapi && \$(MAKE) \`basename \$@\`"
18359 ALL_MAKEFILES="$ALL_MAKEFILES \\
18360 dlls/snmpapi/Makefile"
18361 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18362 snmpapi"
18363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18364 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules config.status"
18365 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
18367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18368 dlls/snmpapi/tests: __builddeps__
18369 dlls/snmpapi/tests/__crosstest__: __buildcrossdeps__"
18370 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18371 snmpapi_test.exe"
18372 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18373 snmpapi_test.exe: \$(TOPOBJDIR)/dlls/snmpapi/tests/snmpapi_test.exe$DLLEXT
18374 cp \$(TOPOBJDIR)/dlls/snmpapi/tests/snmpapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18375 snmpapi_test.rc:
18376 echo \"snmpapi_test.exe TESTRES \\\"snmpapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18377 snmpapi_test.res: snmpapi_test.rc snmpapi_test.exe"
18378 ALL_MAKEFILES="$ALL_MAKEFILES \\
18379 dlls/snmpapi/tests/Makefile"
18380 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18381 dlls/snmpapi/tests"
18382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18383 \$(RECURSE_TARGETS:%=dlls/snmpapi/tests/%) dlls/snmpapi/tests: dlls/snmpapi/tests/Makefile \$(MAKEDEP)
18384 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules config.status"
18385 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
18387 ALL_MAKEFILES="$ALL_MAKEFILES \\
18388 dlls/softpub/Makefile"
18389 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18390 softpub"
18391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18392 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules config.status"
18393 ac_config_files="$ac_config_files dlls/softpub/Makefile"
18395 ALL_MAKEFILES="$ALL_MAKEFILES \\
18396 dlls/sound.drv16/Makefile"
18397 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18398 sound.drv16"
18399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18400 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules config.status"
18401 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
18403 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18404 dlls/spoolss/libspoolss.$IMPLIBEXT"
18405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18406 dlls/spoolss/libspoolss.$IMPLIBEXT dlls/spoolss/libspoolss.cross.a: tools/widl tools/winebuild tools/winegcc include
18407 dlls/spoolss/libspoolss.$IMPLIBEXT dlls/spoolss/libspoolss.cross.a: dlls/spoolss/spoolss.spec dlls/spoolss/Makefile
18408 @cd dlls/spoolss && \$(MAKE) \`basename \$@\`"
18409 ALL_MAKEFILES="$ALL_MAKEFILES \\
18410 dlls/spoolss/Makefile"
18411 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18412 spoolss"
18413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18414 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules config.status"
18415 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
18417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18418 dlls/spoolss/tests: __builddeps__
18419 dlls/spoolss/tests/__crosstest__: __buildcrossdeps__"
18420 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18421 spoolss_test.exe"
18422 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18423 spoolss_test.exe: \$(TOPOBJDIR)/dlls/spoolss/tests/spoolss_test.exe$DLLEXT
18424 cp \$(TOPOBJDIR)/dlls/spoolss/tests/spoolss_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18425 spoolss_test.rc:
18426 echo \"spoolss_test.exe TESTRES \\\"spoolss_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18427 spoolss_test.res: spoolss_test.rc spoolss_test.exe"
18428 ALL_MAKEFILES="$ALL_MAKEFILES \\
18429 dlls/spoolss/tests/Makefile"
18430 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18431 dlls/spoolss/tests"
18432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18433 \$(RECURSE_TARGETS:%=dlls/spoolss/tests/%) dlls/spoolss/tests: dlls/spoolss/tests/Makefile \$(MAKEDEP)
18434 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules config.status"
18435 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
18437 ALL_MAKEFILES="$ALL_MAKEFILES \\
18438 dlls/stdole2.tlb/Makefile"
18439 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18440 stdole2.tlb"
18441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18442 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules config.status"
18443 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
18445 ALL_MAKEFILES="$ALL_MAKEFILES \\
18446 dlls/stdole32.tlb/Makefile"
18447 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18448 stdole32.tlb"
18449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18450 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules config.status"
18451 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
18453 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18454 dlls/sti/libsti.$IMPLIBEXT"
18455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18456 dlls/sti/libsti.$IMPLIBEXT dlls/sti/libsti.cross.a: tools/widl tools/winebuild tools/winegcc include
18457 dlls/sti/libsti.$IMPLIBEXT dlls/sti/libsti.cross.a: dlls/sti/sti.spec dlls/sti/Makefile
18458 @cd dlls/sti && \$(MAKE) \`basename \$@\`"
18459 ALL_MAKEFILES="$ALL_MAKEFILES \\
18460 dlls/sti/Makefile"
18461 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18462 sti"
18463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18464 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules config.status"
18465 ac_config_files="$ac_config_files dlls/sti/Makefile"
18467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18468 dlls/sti/tests: __builddeps__
18469 dlls/sti/tests/__crosstest__: __buildcrossdeps__"
18470 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18471 sti_test.exe"
18472 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18473 sti_test.exe: \$(TOPOBJDIR)/dlls/sti/tests/sti_test.exe$DLLEXT
18474 cp \$(TOPOBJDIR)/dlls/sti/tests/sti_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18475 sti_test.rc:
18476 echo \"sti_test.exe TESTRES \\\"sti_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18477 sti_test.res: sti_test.rc sti_test.exe"
18478 ALL_MAKEFILES="$ALL_MAKEFILES \\
18479 dlls/sti/tests/Makefile"
18480 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18481 dlls/sti/tests"
18482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18483 \$(RECURSE_TARGETS:%=dlls/sti/tests/%) dlls/sti/tests: dlls/sti/tests/Makefile \$(MAKEDEP)
18484 dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in dlls/Maketest.rules config.status"
18485 ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
18487 ALL_MAKEFILES="$ALL_MAKEFILES \\
18488 dlls/storage.dll16/Makefile"
18489 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18490 storage.dll16"
18491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18492 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules config.status"
18493 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
18495 ALL_MAKEFILES="$ALL_MAKEFILES \\
18496 dlls/stress.dll16/Makefile"
18497 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18498 stress.dll16"
18499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18500 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules config.status"
18501 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
18503 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
18504 dlls/strmiids/libstrmiids.a"
18505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18506 dlls/strmiids: tools/widl tools/winebuild tools/winegcc include
18507 dlls/strmiids/__install__ dlls/strmiids/__install-dev__: dlls/strmiids
18508 dlls/strmiids/libstrmiids.cross.a: dlls/strmiids/Makefile tools/widl tools/winebuild tools/winegcc include dummy
18509 @cd dlls/strmiids && \$(MAKE) \`basename \$@\`"
18510 ALL_MAKEFILES="$ALL_MAKEFILES \\
18511 dlls/strmiids/Makefile"
18512 test "x$enable_strmiids" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
18513 dlls/strmiids"
18514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18515 \$(RECURSE_TARGETS:%=dlls/strmiids/%) dlls/strmiids: dlls/strmiids/Makefile \$(MAKEDEP)
18516 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules config.status"
18517 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
18519 ALL_MAKEFILES="$ALL_MAKEFILES \\
18520 dlls/svrapi/Makefile"
18521 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18522 svrapi"
18523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18524 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules config.status"
18525 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
18527 ALL_MAKEFILES="$ALL_MAKEFILES \\
18528 dlls/sxs/Makefile"
18529 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18530 sxs"
18531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18532 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules config.status"
18533 ac_config_files="$ac_config_files dlls/sxs/Makefile"
18535 ALL_MAKEFILES="$ALL_MAKEFILES \\
18536 dlls/system.drv16/Makefile"
18537 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18538 system.drv16"
18539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18540 dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules config.status"
18541 ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
18543 ALL_MAKEFILES="$ALL_MAKEFILES \\
18544 dlls/t2embed/Makefile"
18545 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18546 t2embed"
18547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18548 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules config.status"
18549 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
18551 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18552 dlls/tapi32/libtapi32.$IMPLIBEXT"
18553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18554 dlls/tapi32/libtapi32.$IMPLIBEXT dlls/tapi32/libtapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
18555 dlls/tapi32/libtapi32.$IMPLIBEXT dlls/tapi32/libtapi32.cross.a: dlls/tapi32/tapi32.spec dlls/tapi32/Makefile
18556 @cd dlls/tapi32 && \$(MAKE) \`basename \$@\`"
18557 ALL_MAKEFILES="$ALL_MAKEFILES \\
18558 dlls/tapi32/Makefile"
18559 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18560 tapi32"
18561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18562 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules config.status"
18563 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
18565 ALL_MAKEFILES="$ALL_MAKEFILES \\
18566 dlls/toolhelp.dll16/Makefile"
18567 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18568 toolhelp.dll16"
18569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18570 dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules config.status"
18571 ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
18573 ALL_MAKEFILES="$ALL_MAKEFILES \\
18574 dlls/traffic/Makefile"
18575 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18576 traffic"
18577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18578 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules config.status"
18579 ac_config_files="$ac_config_files dlls/traffic/Makefile"
18581 ALL_MAKEFILES="$ALL_MAKEFILES \\
18582 dlls/twain.dll16/Makefile"
18583 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18584 twain.dll16"
18585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18586 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules config.status"
18587 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
18589 ALL_MAKEFILES="$ALL_MAKEFILES \\
18590 dlls/twain_32/Makefile"
18591 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18592 twain_32"
18593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18594 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules config.status"
18595 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
18597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18598 dlls/twain_32/tests: __builddeps__
18599 dlls/twain_32/tests/__crosstest__: __buildcrossdeps__"
18600 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18601 twain_32_test.exe"
18602 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18603 twain_32_test.exe: \$(TOPOBJDIR)/dlls/twain_32/tests/twain_32_test.exe$DLLEXT
18604 cp \$(TOPOBJDIR)/dlls/twain_32/tests/twain_32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18605 twain_32_test.rc:
18606 echo \"twain_32_test.exe TESTRES \\\"twain_32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18607 twain_32_test.res: twain_32_test.rc twain_32_test.exe"
18608 ALL_MAKEFILES="$ALL_MAKEFILES \\
18609 dlls/twain_32/tests/Makefile"
18610 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18611 dlls/twain_32/tests"
18612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18613 \$(RECURSE_TARGETS:%=dlls/twain_32/tests/%) dlls/twain_32/tests: dlls/twain_32/tests/Makefile \$(MAKEDEP)
18614 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules config.status"
18615 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
18617 ALL_MAKEFILES="$ALL_MAKEFILES \\
18618 dlls/typelib.dll16/Makefile"
18619 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18620 typelib.dll16"
18621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18622 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules config.status"
18623 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
18625 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18626 dlls/unicows/libunicows.$IMPLIBEXT"
18627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18628 dlls/unicows/libunicows.$IMPLIBEXT dlls/unicows/libunicows.cross.a: tools/widl tools/winebuild tools/winegcc include
18629 dlls/unicows/libunicows.$IMPLIBEXT dlls/unicows/libunicows.cross.a: dlls/unicows/unicows.spec dlls/unicows/Makefile
18630 @cd dlls/unicows && \$(MAKE) \`basename \$@\`"
18631 ALL_MAKEFILES="$ALL_MAKEFILES \\
18632 dlls/unicows/Makefile"
18633 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18634 unicows"
18635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18636 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules config.status"
18637 ac_config_files="$ac_config_files dlls/unicows/Makefile"
18639 ALL_MAKEFILES="$ALL_MAKEFILES \\
18640 dlls/updspapi/Makefile"
18641 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18642 updspapi"
18643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18644 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules config.status"
18645 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
18647 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18648 dlls/url/liburl.$IMPLIBEXT"
18649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18650 dlls/url/liburl.$IMPLIBEXT dlls/url/liburl.cross.a: tools/widl tools/winebuild tools/winegcc include
18651 dlls/url/liburl.$IMPLIBEXT dlls/url/liburl.cross.a: dlls/url/url.spec dlls/url/Makefile
18652 @cd dlls/url && \$(MAKE) \`basename \$@\`"
18653 ALL_MAKEFILES="$ALL_MAKEFILES \\
18654 dlls/url/Makefile"
18655 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18656 url"
18657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18658 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules config.status"
18659 ac_config_files="$ac_config_files dlls/url/Makefile"
18661 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18662 dlls/urlmon/liburlmon.$IMPLIBEXT"
18663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18664 dlls/urlmon/liburlmon.$IMPLIBEXT dlls/urlmon/liburlmon.cross.a: tools/widl tools/winebuild tools/winegcc include
18665 dlls/urlmon/liburlmon.$IMPLIBEXT dlls/urlmon/liburlmon.cross.a: dlls/urlmon/urlmon.spec dlls/urlmon/Makefile
18666 @cd dlls/urlmon && \$(MAKE) \`basename \$@\`"
18667 ALL_MAKEFILES="$ALL_MAKEFILES \\
18668 dlls/urlmon/Makefile"
18669 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18670 urlmon"
18671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18672 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules config.status"
18673 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
18675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18676 dlls/urlmon/tests: __builddeps__
18677 dlls/urlmon/tests/__crosstest__: __buildcrossdeps__"
18678 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18679 urlmon_test.exe"
18680 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18681 urlmon_test.exe: \$(TOPOBJDIR)/dlls/urlmon/tests/urlmon_test.exe$DLLEXT
18682 cp \$(TOPOBJDIR)/dlls/urlmon/tests/urlmon_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18683 urlmon_test.rc:
18684 echo \"urlmon_test.exe TESTRES \\\"urlmon_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18685 urlmon_test.res: urlmon_test.rc urlmon_test.exe"
18686 ALL_MAKEFILES="$ALL_MAKEFILES \\
18687 dlls/urlmon/tests/Makefile"
18688 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18689 dlls/urlmon/tests"
18690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18691 \$(RECURSE_TARGETS:%=dlls/urlmon/tests/%) dlls/urlmon/tests: dlls/urlmon/tests/Makefile \$(MAKEDEP)
18692 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules config.status"
18693 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
18695 ALL_MAKEFILES="$ALL_MAKEFILES \\
18696 dlls/user.exe16/Makefile"
18697 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18698 user.exe16"
18699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18700 dlls/user.exe16/Makefile: dlls/user.exe16/Makefile.in dlls/Makedll.rules config.status"
18701 ac_config_files="$ac_config_files dlls/user.exe16/Makefile"
18703 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18704 dlls/user32/libuser32.$IMPLIBEXT"
18705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18706 dlls/user32/libuser32.$IMPLIBEXT dlls/user32/libuser32.cross.a: tools/widl tools/winebuild tools/winegcc include
18707 dlls/user32/libuser32.$IMPLIBEXT dlls/user32/libuser32.cross.a: dlls/user32/user32.spec dlls/user32/Makefile
18708 @cd dlls/user32 && \$(MAKE) \`basename \$@\`"
18709 ALL_MAKEFILES="$ALL_MAKEFILES \\
18710 dlls/user32/Makefile"
18711 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18712 user32"
18713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18714 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules config.status"
18715 ac_config_files="$ac_config_files dlls/user32/Makefile"
18717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18718 dlls/user32/tests: __builddeps__
18719 dlls/user32/tests/__crosstest__: __buildcrossdeps__"
18720 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18721 user32_test.exe"
18722 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18723 user32_test.exe: \$(TOPOBJDIR)/dlls/user32/tests/user32_test.exe$DLLEXT
18724 cp \$(TOPOBJDIR)/dlls/user32/tests/user32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18725 user32_test.rc:
18726 echo \"user32_test.exe TESTRES \\\"user32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18727 user32_test.res: user32_test.rc user32_test.exe"
18728 ALL_MAKEFILES="$ALL_MAKEFILES \\
18729 dlls/user32/tests/Makefile"
18730 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18731 dlls/user32/tests"
18732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18733 \$(RECURSE_TARGETS:%=dlls/user32/tests/%) dlls/user32/tests: dlls/user32/tests/Makefile \$(MAKEDEP)
18734 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules config.status"
18735 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
18737 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18738 dlls/userenv/libuserenv.$IMPLIBEXT"
18739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18740 dlls/userenv/libuserenv.$IMPLIBEXT dlls/userenv/libuserenv.cross.a: tools/widl tools/winebuild tools/winegcc include
18741 dlls/userenv/libuserenv.$IMPLIBEXT dlls/userenv/libuserenv.cross.a: dlls/userenv/userenv.spec dlls/userenv/Makefile
18742 @cd dlls/userenv && \$(MAKE) \`basename \$@\`"
18743 ALL_MAKEFILES="$ALL_MAKEFILES \\
18744 dlls/userenv/Makefile"
18745 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18746 userenv"
18747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18748 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules config.status"
18749 ac_config_files="$ac_config_files dlls/userenv/Makefile"
18751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18752 dlls/userenv/tests: __builddeps__
18753 dlls/userenv/tests/__crosstest__: __buildcrossdeps__"
18754 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18755 userenv_test.exe"
18756 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18757 userenv_test.exe: \$(TOPOBJDIR)/dlls/userenv/tests/userenv_test.exe$DLLEXT
18758 cp \$(TOPOBJDIR)/dlls/userenv/tests/userenv_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18759 userenv_test.rc:
18760 echo \"userenv_test.exe TESTRES \\\"userenv_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18761 userenv_test.res: userenv_test.rc userenv_test.exe"
18762 ALL_MAKEFILES="$ALL_MAKEFILES \\
18763 dlls/userenv/tests/Makefile"
18764 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18765 dlls/userenv/tests"
18766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18767 \$(RECURSE_TARGETS:%=dlls/userenv/tests/%) dlls/userenv/tests: dlls/userenv/tests/Makefile \$(MAKEDEP)
18768 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules config.status"
18769 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
18771 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18772 dlls/usp10/libusp10.$IMPLIBEXT"
18773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18774 dlls/usp10/libusp10.$IMPLIBEXT dlls/usp10/libusp10.cross.a: tools/widl tools/winebuild tools/winegcc include
18775 dlls/usp10/libusp10.$IMPLIBEXT dlls/usp10/libusp10.cross.a: dlls/usp10/usp10.spec dlls/usp10/Makefile
18776 @cd dlls/usp10 && \$(MAKE) \`basename \$@\`"
18777 ALL_MAKEFILES="$ALL_MAKEFILES \\
18778 dlls/usp10/Makefile"
18779 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18780 usp10"
18781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18782 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules config.status"
18783 ac_config_files="$ac_config_files dlls/usp10/Makefile"
18785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18786 dlls/usp10/tests: __builddeps__
18787 dlls/usp10/tests/__crosstest__: __buildcrossdeps__"
18788 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18789 usp10_test.exe"
18790 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18791 usp10_test.exe: \$(TOPOBJDIR)/dlls/usp10/tests/usp10_test.exe$DLLEXT
18792 cp \$(TOPOBJDIR)/dlls/usp10/tests/usp10_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18793 usp10_test.rc:
18794 echo \"usp10_test.exe TESTRES \\\"usp10_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18795 usp10_test.res: usp10_test.rc usp10_test.exe"
18796 ALL_MAKEFILES="$ALL_MAKEFILES \\
18797 dlls/usp10/tests/Makefile"
18798 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18799 dlls/usp10/tests"
18800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18801 \$(RECURSE_TARGETS:%=dlls/usp10/tests/%) dlls/usp10/tests: dlls/usp10/tests/Makefile \$(MAKEDEP)
18802 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules config.status"
18803 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
18805 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
18806 dlls/uuid/libuuid.a"
18807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18808 dlls/uuid: tools/widl tools/winebuild tools/winegcc include
18809 dlls/uuid/__install__ dlls/uuid/__install-dev__: dlls/uuid
18810 dlls/uuid/libuuid.cross.a: dlls/uuid/Makefile tools/widl tools/winebuild tools/winegcc include dummy
18811 @cd dlls/uuid && \$(MAKE) \`basename \$@\`"
18812 ALL_MAKEFILES="$ALL_MAKEFILES \\
18813 dlls/uuid/Makefile"
18814 test "x$enable_uuid" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
18815 dlls/uuid"
18816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18817 \$(RECURSE_TARGETS:%=dlls/uuid/%) dlls/uuid: dlls/uuid/Makefile \$(MAKEDEP)
18818 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules config.status"
18819 ac_config_files="$ac_config_files dlls/uuid/Makefile"
18821 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18822 dlls/uxtheme/libuxtheme.$IMPLIBEXT"
18823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18824 dlls/uxtheme/libuxtheme.$IMPLIBEXT dlls/uxtheme/libuxtheme.cross.a: tools/widl tools/winebuild tools/winegcc include
18825 dlls/uxtheme/libuxtheme.$IMPLIBEXT dlls/uxtheme/libuxtheme.cross.a: dlls/uxtheme/uxtheme.spec dlls/uxtheme/Makefile
18826 @cd dlls/uxtheme && \$(MAKE) \`basename \$@\`"
18827 ALL_MAKEFILES="$ALL_MAKEFILES \\
18828 dlls/uxtheme/Makefile"
18829 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18830 uxtheme"
18831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18832 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules config.status"
18833 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
18835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18836 dlls/uxtheme/tests: __builddeps__
18837 dlls/uxtheme/tests/__crosstest__: __buildcrossdeps__"
18838 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18839 uxtheme_test.exe"
18840 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18841 uxtheme_test.exe: \$(TOPOBJDIR)/dlls/uxtheme/tests/uxtheme_test.exe$DLLEXT
18842 cp \$(TOPOBJDIR)/dlls/uxtheme/tests/uxtheme_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18843 uxtheme_test.rc:
18844 echo \"uxtheme_test.exe TESTRES \\\"uxtheme_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18845 uxtheme_test.res: uxtheme_test.rc uxtheme_test.exe"
18846 ALL_MAKEFILES="$ALL_MAKEFILES \\
18847 dlls/uxtheme/tests/Makefile"
18848 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18849 dlls/uxtheme/tests"
18850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18851 \$(RECURSE_TARGETS:%=dlls/uxtheme/tests/%) dlls/uxtheme/tests: dlls/uxtheme/tests/Makefile \$(MAKEDEP)
18852 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules config.status"
18853 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
18855 ALL_MAKEFILES="$ALL_MAKEFILES \\
18856 dlls/vdhcp.vxd/Makefile"
18857 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18858 vdhcp.vxd"
18859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18860 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules config.status"
18861 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
18863 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18864 dlls/vdmdbg/libvdmdbg.$IMPLIBEXT"
18865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18866 dlls/vdmdbg/libvdmdbg.$IMPLIBEXT dlls/vdmdbg/libvdmdbg.cross.a: tools/widl tools/winebuild tools/winegcc include
18867 dlls/vdmdbg/libvdmdbg.$IMPLIBEXT dlls/vdmdbg/libvdmdbg.cross.a: dlls/vdmdbg/vdmdbg.spec dlls/vdmdbg/Makefile
18868 @cd dlls/vdmdbg && \$(MAKE) \`basename \$@\`"
18869 ALL_MAKEFILES="$ALL_MAKEFILES \\
18870 dlls/vdmdbg/Makefile"
18871 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18872 vdmdbg"
18873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18874 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules config.status"
18875 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
18877 ALL_MAKEFILES="$ALL_MAKEFILES \\
18878 dlls/ver.dll16/Makefile"
18879 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18880 ver.dll16"
18881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18882 dlls/ver.dll16/Makefile: dlls/ver.dll16/Makefile.in dlls/Makedll.rules config.status"
18883 ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
18885 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18886 dlls/version/libversion.$IMPLIBEXT"
18887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18888 dlls/version/libversion.$IMPLIBEXT dlls/version/libversion.cross.a: tools/widl tools/winebuild tools/winegcc include
18889 dlls/version/libversion.$IMPLIBEXT dlls/version/libversion.cross.a: dlls/version/version.spec dlls/version/Makefile
18890 @cd dlls/version && \$(MAKE) \`basename \$@\`"
18891 ALL_MAKEFILES="$ALL_MAKEFILES \\
18892 dlls/version/Makefile"
18893 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18894 version"
18895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18896 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules config.status"
18897 ac_config_files="$ac_config_files dlls/version/Makefile"
18899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18900 dlls/version/tests: __builddeps__
18901 dlls/version/tests/__crosstest__: __buildcrossdeps__"
18902 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18903 version_test.exe"
18904 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18905 version_test.exe: \$(TOPOBJDIR)/dlls/version/tests/version_test.exe$DLLEXT
18906 cp \$(TOPOBJDIR)/dlls/version/tests/version_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18907 version_test.rc:
18908 echo \"version_test.exe TESTRES \\\"version_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18909 version_test.res: version_test.rc version_test.exe"
18910 ALL_MAKEFILES="$ALL_MAKEFILES \\
18911 dlls/version/tests/Makefile"
18912 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18913 dlls/version/tests"
18914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18915 \$(RECURSE_TARGETS:%=dlls/version/tests/%) dlls/version/tests: dlls/version/tests/Makefile \$(MAKEDEP)
18916 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules config.status"
18917 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
18919 ALL_MAKEFILES="$ALL_MAKEFILES \\
18920 dlls/vmm.vxd/Makefile"
18921 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18922 vmm.vxd"
18923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18924 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules config.status"
18925 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
18927 ALL_MAKEFILES="$ALL_MAKEFILES \\
18928 dlls/vnbt.vxd/Makefile"
18929 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18930 vnbt.vxd"
18931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18932 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules config.status"
18933 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
18935 ALL_MAKEFILES="$ALL_MAKEFILES \\
18936 dlls/vnetbios.vxd/Makefile"
18937 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18938 vnetbios.vxd"
18939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18940 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules config.status"
18941 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
18943 ALL_MAKEFILES="$ALL_MAKEFILES \\
18944 dlls/vtdapi.vxd/Makefile"
18945 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18946 vtdapi.vxd"
18947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18948 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules config.status"
18949 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
18951 ALL_MAKEFILES="$ALL_MAKEFILES \\
18952 dlls/vwin32.vxd/Makefile"
18953 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18954 vwin32.vxd"
18955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18956 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules config.status"
18957 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
18959 ALL_MAKEFILES="$ALL_MAKEFILES \\
18960 dlls/w32skrnl/Makefile"
18961 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18962 w32skrnl"
18963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18964 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules config.status"
18965 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
18967 ALL_MAKEFILES="$ALL_MAKEFILES \\
18968 dlls/w32sys.dll16/Makefile"
18969 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18970 w32sys.dll16"
18971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18972 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules config.status"
18973 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
18975 ALL_MAKEFILES="$ALL_MAKEFILES \\
18976 dlls/wbemprox/Makefile"
18977 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18978 wbemprox"
18979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18980 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules config.status"
18981 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
18983 ALL_MAKEFILES="$ALL_MAKEFILES \\
18984 dlls/wiaservc/Makefile"
18985 test "x$enable_wiaservc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18986 wiaservc"
18987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18988 dlls/wiaservc/Makefile: dlls/wiaservc/Makefile.in dlls/Makedll.rules config.status"
18989 ac_config_files="$ac_config_files dlls/wiaservc/Makefile"
18991 ALL_MAKEFILES="$ALL_MAKEFILES \\
18992 dlls/win32s16.dll16/Makefile"
18993 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18994 win32s16.dll16"
18995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18996 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules config.status"
18997 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
18999 ALL_MAKEFILES="$ALL_MAKEFILES \\
19000 dlls/win87em.dll16/Makefile"
19001 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19002 win87em.dll16"
19003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19004 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules config.status"
19005 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
19007 ALL_MAKEFILES="$ALL_MAKEFILES \\
19008 dlls/winaspi.dll16/Makefile"
19009 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19010 winaspi.dll16"
19011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19012 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules config.status"
19013 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
19015 ALL_MAKEFILES="$ALL_MAKEFILES \\
19016 dlls/windebug.dll16/Makefile"
19017 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19018 windebug.dll16"
19019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19020 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules config.status"
19021 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
19023 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19024 dlls/windowscodecs/libwindowscodecs.$IMPLIBEXT"
19025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19026 dlls/windowscodecs/libwindowscodecs.$IMPLIBEXT dlls/windowscodecs/libwindowscodecs.cross.a: tools/widl tools/winebuild tools/winegcc include
19027 dlls/windowscodecs/libwindowscodecs.$IMPLIBEXT dlls/windowscodecs/libwindowscodecs.cross.a: dlls/windowscodecs/windowscodecs.spec dlls/windowscodecs/Makefile
19028 @cd dlls/windowscodecs && \$(MAKE) \`basename \$@\`"
19029 ALL_MAKEFILES="$ALL_MAKEFILES \\
19030 dlls/windowscodecs/Makefile"
19031 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19032 windowscodecs"
19033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19034 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules config.status"
19035 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
19037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19038 dlls/windowscodecs/tests: __builddeps__
19039 dlls/windowscodecs/tests/__crosstest__: __buildcrossdeps__"
19040 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19041 windowscodecs_test.exe"
19042 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19043 windowscodecs_test.exe: \$(TOPOBJDIR)/dlls/windowscodecs/tests/windowscodecs_test.exe$DLLEXT
19044 cp \$(TOPOBJDIR)/dlls/windowscodecs/tests/windowscodecs_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19045 windowscodecs_test.rc:
19046 echo \"windowscodecs_test.exe TESTRES \\\"windowscodecs_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19047 windowscodecs_test.res: windowscodecs_test.rc windowscodecs_test.exe"
19048 ALL_MAKEFILES="$ALL_MAKEFILES \\
19049 dlls/windowscodecs/tests/Makefile"
19050 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19051 dlls/windowscodecs/tests"
19052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19053 \$(RECURSE_TARGETS:%=dlls/windowscodecs/tests/%) dlls/windowscodecs/tests: dlls/windowscodecs/tests/Makefile \$(MAKEDEP)
19054 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules config.status"
19055 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
19057 ALL_MAKEFILES="$ALL_MAKEFILES \\
19058 dlls/winealsa.drv/Makefile"
19059 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19060 winealsa.drv"
19061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19062 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules config.status"
19063 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
19065 ALL_MAKEFILES="$ALL_MAKEFILES \\
19066 dlls/wineaudioio.drv/Makefile"
19067 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19068 wineaudioio.drv"
19069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19070 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules config.status"
19071 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
19073 ALL_MAKEFILES="$ALL_MAKEFILES \\
19074 dlls/winecoreaudio.drv/Makefile"
19075 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19076 winecoreaudio.drv"
19077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19078 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules config.status"
19079 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
19081 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
19082 dlls/winecrt0/libwinecrt0.a"
19083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19084 dlls/winecrt0: tools/widl tools/winebuild tools/winegcc include
19085 dlls/winecrt0/__install__ dlls/winecrt0/__install-dev__: dlls/winecrt0
19086 dlls/winecrt0/libwinecrt0.cross.a: dlls/winecrt0/Makefile tools/widl tools/winebuild tools/winegcc include dummy
19087 @cd dlls/winecrt0 && \$(MAKE) \`basename \$@\`"
19088 ALL_MAKEFILES="$ALL_MAKEFILES \\
19089 dlls/winecrt0/Makefile"
19090 test "x$enable_winecrt0" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
19091 dlls/winecrt0"
19092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19093 \$(RECURSE_TARGETS:%=dlls/winecrt0/%) dlls/winecrt0: dlls/winecrt0/Makefile \$(MAKEDEP)
19094 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules config.status"
19095 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
19097 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19098 dlls/wined3d/libwined3d.$IMPLIBEXT"
19099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19100 dlls/wined3d/libwined3d.$IMPLIBEXT dlls/wined3d/libwined3d.cross.a: tools/widl tools/winebuild tools/winegcc include
19101 dlls/wined3d/libwined3d.$IMPLIBEXT dlls/wined3d/libwined3d.cross.a: dlls/wined3d/wined3d.spec dlls/wined3d/Makefile
19102 @cd dlls/wined3d && \$(MAKE) \`basename \$@\`"
19103 ALL_MAKEFILES="$ALL_MAKEFILES \\
19104 dlls/wined3d/Makefile"
19105 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19106 wined3d"
19107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19108 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules config.status"
19109 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
19111 ALL_MAKEFILES="$ALL_MAKEFILES \\
19112 dlls/wineesd.drv/Makefile"
19113 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19114 wineesd.drv"
19115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19116 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules config.status"
19117 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
19119 ALL_MAKEFILES="$ALL_MAKEFILES \\
19120 dlls/winejack.drv/Makefile"
19121 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19122 winejack.drv"
19123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19124 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules config.status"
19125 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
19127 ALL_MAKEFILES="$ALL_MAKEFILES \\
19128 dlls/winejoystick.drv/Makefile"
19129 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19130 winejoystick.drv"
19131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19132 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules config.status"
19133 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
19135 ALL_MAKEFILES="$ALL_MAKEFILES \\
19136 dlls/winemapi/Makefile"
19137 test "x$enable_winemapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19138 winemapi"
19139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19140 dlls/winemapi/Makefile: dlls/winemapi/Makefile.in dlls/Makedll.rules config.status"
19141 ac_config_files="$ac_config_files dlls/winemapi/Makefile"
19143 ALL_MAKEFILES="$ALL_MAKEFILES \\
19144 dlls/winemp3.acm/Makefile"
19145 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19146 winemp3.acm"
19147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19148 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules config.status"
19149 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
19151 ALL_MAKEFILES="$ALL_MAKEFILES \\
19152 dlls/winenas.drv/Makefile"
19153 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19154 winenas.drv"
19155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19156 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules config.status"
19157 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
19159 ALL_MAKEFILES="$ALL_MAKEFILES \\
19160 dlls/wineoss.drv/Makefile"
19161 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19162 wineoss.drv"
19163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19164 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules config.status"
19165 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
19167 ALL_MAKEFILES="$ALL_MAKEFILES \\
19168 dlls/wineps.drv/Makefile"
19169 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19170 wineps.drv"
19171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19172 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules config.status"
19173 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
19175 ALL_MAKEFILES="$ALL_MAKEFILES \\
19176 dlls/wineps16.drv16/Makefile"
19177 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19178 wineps16.drv16"
19179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19180 dlls/wineps16.drv16/Makefile: dlls/wineps16.drv16/Makefile.in dlls/Makedll.rules config.status"
19181 ac_config_files="$ac_config_files dlls/wineps16.drv16/Makefile"
19183 ALL_MAKEFILES="$ALL_MAKEFILES \\
19184 dlls/winequartz.drv/Makefile"
19185 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19186 winequartz.drv"
19187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19188 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules config.status"
19189 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
19191 ALL_MAKEFILES="$ALL_MAKEFILES \\
19192 dlls/winex11.drv/Makefile"
19193 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19194 winex11.drv"
19195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19196 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules config.status"
19197 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
19199 ALL_MAKEFILES="$ALL_MAKEFILES \\
19200 dlls/wing.dll16/Makefile"
19201 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19202 wing.dll16"
19203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19204 dlls/wing.dll16/Makefile: dlls/wing.dll16/Makefile.in dlls/Makedll.rules config.status"
19205 ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
19207 ALL_MAKEFILES="$ALL_MAKEFILES \\
19208 dlls/wing32/Makefile"
19209 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19210 wing32"
19211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19212 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules config.status"
19213 ac_config_files="$ac_config_files dlls/wing32/Makefile"
19215 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19216 dlls/winhttp/libwinhttp.$IMPLIBEXT"
19217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19218 dlls/winhttp/libwinhttp.$IMPLIBEXT dlls/winhttp/libwinhttp.cross.a: tools/widl tools/winebuild tools/winegcc include
19219 dlls/winhttp/libwinhttp.$IMPLIBEXT dlls/winhttp/libwinhttp.cross.a: dlls/winhttp/winhttp.spec dlls/winhttp/Makefile
19220 @cd dlls/winhttp && \$(MAKE) \`basename \$@\`"
19221 ALL_MAKEFILES="$ALL_MAKEFILES \\
19222 dlls/winhttp/Makefile"
19223 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19224 winhttp"
19225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19226 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules config.status"
19227 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
19229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19230 dlls/winhttp/tests: __builddeps__
19231 dlls/winhttp/tests/__crosstest__: __buildcrossdeps__"
19232 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19233 winhttp_test.exe"
19234 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19235 winhttp_test.exe: \$(TOPOBJDIR)/dlls/winhttp/tests/winhttp_test.exe$DLLEXT
19236 cp \$(TOPOBJDIR)/dlls/winhttp/tests/winhttp_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19237 winhttp_test.rc:
19238 echo \"winhttp_test.exe TESTRES \\\"winhttp_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19239 winhttp_test.res: winhttp_test.rc winhttp_test.exe"
19240 ALL_MAKEFILES="$ALL_MAKEFILES \\
19241 dlls/winhttp/tests/Makefile"
19242 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19243 dlls/winhttp/tests"
19244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19245 \$(RECURSE_TARGETS:%=dlls/winhttp/tests/%) dlls/winhttp/tests: dlls/winhttp/tests/Makefile \$(MAKEDEP)
19246 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules config.status"
19247 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
19249 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19250 dlls/wininet/libwininet.$IMPLIBEXT"
19251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19252 dlls/wininet/libwininet.$IMPLIBEXT dlls/wininet/libwininet.cross.a: tools/widl tools/winebuild tools/winegcc include
19253 dlls/wininet/libwininet.$IMPLIBEXT dlls/wininet/libwininet.cross.a: dlls/wininet/wininet.spec dlls/wininet/Makefile
19254 @cd dlls/wininet && \$(MAKE) \`basename \$@\`"
19255 ALL_MAKEFILES="$ALL_MAKEFILES \\
19256 dlls/wininet/Makefile"
19257 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19258 wininet"
19259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19260 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules config.status"
19261 ac_config_files="$ac_config_files dlls/wininet/Makefile"
19263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19264 dlls/wininet/tests: __builddeps__
19265 dlls/wininet/tests/__crosstest__: __buildcrossdeps__"
19266 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19267 wininet_test.exe"
19268 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19269 wininet_test.exe: \$(TOPOBJDIR)/dlls/wininet/tests/wininet_test.exe$DLLEXT
19270 cp \$(TOPOBJDIR)/dlls/wininet/tests/wininet_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19271 wininet_test.rc:
19272 echo \"wininet_test.exe TESTRES \\\"wininet_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19273 wininet_test.res: wininet_test.rc wininet_test.exe"
19274 ALL_MAKEFILES="$ALL_MAKEFILES \\
19275 dlls/wininet/tests/Makefile"
19276 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19277 dlls/wininet/tests"
19278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19279 \$(RECURSE_TARGETS:%=dlls/wininet/tests/%) dlls/wininet/tests: dlls/wininet/tests/Makefile \$(MAKEDEP)
19280 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules config.status"
19281 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
19283 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19284 dlls/winmm/libwinmm.$IMPLIBEXT"
19285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19286 dlls/winmm/libwinmm.$IMPLIBEXT dlls/winmm/libwinmm.cross.a: tools/widl tools/winebuild tools/winegcc include
19287 dlls/winmm/libwinmm.$IMPLIBEXT dlls/winmm/libwinmm.cross.a: dlls/winmm/winmm.spec dlls/winmm/Makefile
19288 @cd dlls/winmm && \$(MAKE) \`basename \$@\`"
19289 ALL_MAKEFILES="$ALL_MAKEFILES \\
19290 dlls/winmm/Makefile"
19291 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19292 winmm"
19293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19294 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules config.status"
19295 ac_config_files="$ac_config_files dlls/winmm/Makefile"
19297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19298 dlls/winmm/tests: __builddeps__
19299 dlls/winmm/tests/__crosstest__: __buildcrossdeps__"
19300 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19301 winmm_test.exe"
19302 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19303 winmm_test.exe: \$(TOPOBJDIR)/dlls/winmm/tests/winmm_test.exe$DLLEXT
19304 cp \$(TOPOBJDIR)/dlls/winmm/tests/winmm_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19305 winmm_test.rc:
19306 echo \"winmm_test.exe TESTRES \\\"winmm_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19307 winmm_test.res: winmm_test.rc winmm_test.exe"
19308 ALL_MAKEFILES="$ALL_MAKEFILES \\
19309 dlls/winmm/tests/Makefile"
19310 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19311 dlls/winmm/tests"
19312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19313 \$(RECURSE_TARGETS:%=dlls/winmm/tests/%) dlls/winmm/tests: dlls/winmm/tests/Makefile \$(MAKEDEP)
19314 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules config.status"
19315 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
19317 ALL_MAKEFILES="$ALL_MAKEFILES \\
19318 dlls/winnls.dll16/Makefile"
19319 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19320 winnls.dll16"
19321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19322 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules config.status"
19323 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
19325 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19326 dlls/winnls32/libwinnls32.$IMPLIBEXT"
19327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19328 dlls/winnls32/libwinnls32.$IMPLIBEXT dlls/winnls32/libwinnls32.cross.a: tools/widl tools/winebuild tools/winegcc include
19329 dlls/winnls32/libwinnls32.$IMPLIBEXT dlls/winnls32/libwinnls32.cross.a: dlls/winnls32/winnls32.spec dlls/winnls32/Makefile
19330 @cd dlls/winnls32 && \$(MAKE) \`basename \$@\`"
19331 ALL_MAKEFILES="$ALL_MAKEFILES \\
19332 dlls/winnls32/Makefile"
19333 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19334 winnls32"
19335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19336 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules config.status"
19337 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
19339 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19340 dlls/winscard/libwinscard.$IMPLIBEXT"
19341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19342 dlls/winscard/libwinscard.$IMPLIBEXT dlls/winscard/libwinscard.cross.a: tools/widl tools/winebuild tools/winegcc include
19343 dlls/winscard/libwinscard.$IMPLIBEXT dlls/winscard/libwinscard.cross.a: dlls/winscard/winscard.spec dlls/winscard/Makefile
19344 @cd dlls/winscard && \$(MAKE) \`basename \$@\`"
19345 ALL_MAKEFILES="$ALL_MAKEFILES \\
19346 dlls/winscard/Makefile"
19347 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19348 winscard"
19349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19350 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules config.status"
19351 ac_config_files="$ac_config_files dlls/winscard/Makefile"
19353 ALL_MAKEFILES="$ALL_MAKEFILES \\
19354 dlls/winsock.dll16/Makefile"
19355 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19356 winsock.dll16"
19357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19358 dlls/winsock.dll16/Makefile: dlls/winsock.dll16/Makefile.in dlls/Makedll.rules config.status"
19359 ac_config_files="$ac_config_files dlls/winsock.dll16/Makefile"
19361 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19362 dlls/winspool.drv/libwinspool.$IMPLIBEXT \\
19363 dlls/libwinspool.$IMPLIBEXT"
19364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19365 dlls/winspool.drv/libwinspool.$IMPLIBEXT dlls/winspool.drv/libwinspool.cross.a: tools/widl tools/winebuild tools/winegcc include
19366 dlls/libwinspool.a: dlls/winspool.drv/libwinspool.a
19367 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.a \$@
19368 dlls/libwinspool.cross.a: dlls/winspool.drv/libwinspool.cross.a
19369 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.cross.a \$@
19370 dlls/libwinspool.def: dlls/winspool.drv/libwinspool.def
19371 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.def \$@
19372 clean::
19373 \$(RM) dlls/libwinspool.def
19374 dlls/winspool.drv/libwinspool.$IMPLIBEXT dlls/winspool.drv/libwinspool.cross.a: dlls/winspool.drv/winspool.drv.spec dlls/winspool.drv/Makefile
19375 @cd dlls/winspool.drv && \$(MAKE) \`basename \$@\`"
19376 ALL_MAKEFILES="$ALL_MAKEFILES \\
19377 dlls/winspool.drv/Makefile"
19378 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19379 winspool.drv"
19380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19381 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules config.status"
19382 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
19384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19385 dlls/winspool.drv/tests: __builddeps__
19386 dlls/winspool.drv/tests/__crosstest__: __buildcrossdeps__"
19387 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19388 winspool.drv_test.exe"
19389 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19390 winspool.drv_test.exe: \$(TOPOBJDIR)/dlls/winspool.drv/tests/winspool.drv_test.exe$DLLEXT
19391 cp \$(TOPOBJDIR)/dlls/winspool.drv/tests/winspool.drv_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19392 winspool.drv_test.rc:
19393 echo \"winspool.drv_test.exe TESTRES \\\"winspool.drv_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19394 winspool.drv_test.res: winspool.drv_test.rc winspool.drv_test.exe"
19395 ALL_MAKEFILES="$ALL_MAKEFILES \\
19396 dlls/winspool.drv/tests/Makefile"
19397 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19398 dlls/winspool.drv/tests"
19399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19400 \$(RECURSE_TARGETS:%=dlls/winspool.drv/tests/%) dlls/winspool.drv/tests: dlls/winspool.drv/tests/Makefile \$(MAKEDEP)
19401 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules config.status"
19402 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
19404 ALL_MAKEFILES="$ALL_MAKEFILES \\
19405 dlls/wintab.dll16/Makefile"
19406 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19407 wintab.dll16"
19408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19409 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules config.status"
19410 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
19412 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19413 dlls/wintab32/libwintab32.$IMPLIBEXT"
19414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19415 dlls/wintab32/libwintab32.$IMPLIBEXT dlls/wintab32/libwintab32.cross.a: tools/widl tools/winebuild tools/winegcc include
19416 dlls/wintab32/libwintab32.$IMPLIBEXT dlls/wintab32/libwintab32.cross.a: dlls/wintab32/wintab32.spec dlls/wintab32/Makefile
19417 @cd dlls/wintab32 && \$(MAKE) \`basename \$@\`"
19418 ALL_MAKEFILES="$ALL_MAKEFILES \\
19419 dlls/wintab32/Makefile"
19420 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19421 wintab32"
19422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19423 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules config.status"
19424 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
19426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19427 dlls/wintab32/tests: __builddeps__
19428 dlls/wintab32/tests/__crosstest__: __buildcrossdeps__"
19429 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19430 wintab32_test.exe"
19431 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19432 wintab32_test.exe: \$(TOPOBJDIR)/dlls/wintab32/tests/wintab32_test.exe$DLLEXT
19433 cp \$(TOPOBJDIR)/dlls/wintab32/tests/wintab32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19434 wintab32_test.rc:
19435 echo \"wintab32_test.exe TESTRES \\\"wintab32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19436 wintab32_test.res: wintab32_test.rc wintab32_test.exe"
19437 ALL_MAKEFILES="$ALL_MAKEFILES \\
19438 dlls/wintab32/tests/Makefile"
19439 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19440 dlls/wintab32/tests"
19441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19442 \$(RECURSE_TARGETS:%=dlls/wintab32/tests/%) dlls/wintab32/tests: dlls/wintab32/tests/Makefile \$(MAKEDEP)
19443 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules config.status"
19444 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
19446 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19447 dlls/wintrust/libwintrust.$IMPLIBEXT"
19448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19449 dlls/wintrust/libwintrust.$IMPLIBEXT dlls/wintrust/libwintrust.cross.a: tools/widl tools/winebuild tools/winegcc include
19450 dlls/wintrust/libwintrust.$IMPLIBEXT dlls/wintrust/libwintrust.cross.a: dlls/wintrust/wintrust.spec dlls/wintrust/Makefile
19451 @cd dlls/wintrust && \$(MAKE) \`basename \$@\`"
19452 ALL_MAKEFILES="$ALL_MAKEFILES \\
19453 dlls/wintrust/Makefile"
19454 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19455 wintrust"
19456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19457 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules config.status"
19458 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
19460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19461 dlls/wintrust/tests: __builddeps__
19462 dlls/wintrust/tests/__crosstest__: __buildcrossdeps__"
19463 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19464 wintrust_test.exe"
19465 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19466 wintrust_test.exe: \$(TOPOBJDIR)/dlls/wintrust/tests/wintrust_test.exe$DLLEXT
19467 cp \$(TOPOBJDIR)/dlls/wintrust/tests/wintrust_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19468 wintrust_test.rc:
19469 echo \"wintrust_test.exe TESTRES \\\"wintrust_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19470 wintrust_test.res: wintrust_test.rc wintrust_test.exe"
19471 ALL_MAKEFILES="$ALL_MAKEFILES \\
19472 dlls/wintrust/tests/Makefile"
19473 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19474 dlls/wintrust/tests"
19475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19476 \$(RECURSE_TARGETS:%=dlls/wintrust/tests/%) dlls/wintrust/tests: dlls/wintrust/tests/Makefile \$(MAKEDEP)
19477 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules config.status"
19478 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
19480 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19481 dlls/wldap32/libwldap32.$IMPLIBEXT"
19482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19483 dlls/wldap32/libwldap32.$IMPLIBEXT dlls/wldap32/libwldap32.cross.a: tools/widl tools/winebuild tools/winegcc include
19484 dlls/wldap32/libwldap32.$IMPLIBEXT dlls/wldap32/libwldap32.cross.a: dlls/wldap32/wldap32.spec dlls/wldap32/Makefile
19485 @cd dlls/wldap32 && \$(MAKE) \`basename \$@\`"
19486 ALL_MAKEFILES="$ALL_MAKEFILES \\
19487 dlls/wldap32/Makefile"
19488 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19489 wldap32"
19490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19491 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules config.status"
19492 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
19494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19495 dlls/wldap32/tests: __builddeps__
19496 dlls/wldap32/tests/__crosstest__: __buildcrossdeps__"
19497 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19498 wldap32_test.exe"
19499 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19500 wldap32_test.exe: \$(TOPOBJDIR)/dlls/wldap32/tests/wldap32_test.exe$DLLEXT
19501 cp \$(TOPOBJDIR)/dlls/wldap32/tests/wldap32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19502 wldap32_test.rc:
19503 echo \"wldap32_test.exe TESTRES \\\"wldap32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19504 wldap32_test.res: wldap32_test.rc wldap32_test.exe"
19505 ALL_MAKEFILES="$ALL_MAKEFILES \\
19506 dlls/wldap32/tests/Makefile"
19507 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19508 dlls/wldap32/tests"
19509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19510 \$(RECURSE_TARGETS:%=dlls/wldap32/tests/%) dlls/wldap32/tests: dlls/wldap32/tests/Makefile \$(MAKEDEP)
19511 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules config.status"
19512 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
19514 ALL_MAKEFILES="$ALL_MAKEFILES \\
19515 dlls/wmi/Makefile"
19516 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19517 wmi"
19518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19519 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules config.status"
19520 ac_config_files="$ac_config_files dlls/wmi/Makefile"
19522 ALL_MAKEFILES="$ALL_MAKEFILES \\
19523 dlls/wmiutils/Makefile"
19524 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19525 wmiutils"
19526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19527 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules config.status"
19528 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
19530 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19531 dlls/wnaspi32/libwnaspi32.$IMPLIBEXT"
19532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19533 dlls/wnaspi32/libwnaspi32.$IMPLIBEXT dlls/wnaspi32/libwnaspi32.cross.a: tools/widl tools/winebuild tools/winegcc include
19534 dlls/wnaspi32/libwnaspi32.$IMPLIBEXT dlls/wnaspi32/libwnaspi32.cross.a: dlls/wnaspi32/wnaspi32.spec dlls/wnaspi32/Makefile
19535 @cd dlls/wnaspi32 && \$(MAKE) \`basename \$@\`"
19536 ALL_MAKEFILES="$ALL_MAKEFILES \\
19537 dlls/wnaspi32/Makefile"
19538 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19539 wnaspi32"
19540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19541 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules config.status"
19542 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
19544 test "x$enable_win16" = xno || ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19545 dlls/wow32/libwow32.$IMPLIBEXT"
19546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19547 dlls/wow32/libwow32.$IMPLIBEXT dlls/wow32/libwow32.cross.a: tools/widl tools/winebuild tools/winegcc include
19548 dlls/wow32/libwow32.$IMPLIBEXT dlls/wow32/libwow32.cross.a: dlls/wow32/wow32.spec dlls/wow32/Makefile
19549 @cd dlls/wow32 && \$(MAKE) \`basename \$@\`"
19550 ALL_MAKEFILES="$ALL_MAKEFILES \\
19551 dlls/wow32/Makefile"
19552 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19553 wow32"
19554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19555 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules config.status"
19556 ac_config_files="$ac_config_files dlls/wow32/Makefile"
19558 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19559 dlls/ws2_32/libws2_32.$IMPLIBEXT"
19560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19561 dlls/ws2_32/libws2_32.$IMPLIBEXT dlls/ws2_32/libws2_32.cross.a: tools/widl tools/winebuild tools/winegcc include
19562 dlls/ws2_32/libws2_32.$IMPLIBEXT dlls/ws2_32/libws2_32.cross.a: dlls/ws2_32/ws2_32.spec dlls/ws2_32/Makefile
19563 @cd dlls/ws2_32 && \$(MAKE) \`basename \$@\`"
19564 ALL_MAKEFILES="$ALL_MAKEFILES \\
19565 dlls/ws2_32/Makefile"
19566 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19567 ws2_32"
19568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19569 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules config.status"
19570 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
19572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19573 dlls/ws2_32/tests: __builddeps__
19574 dlls/ws2_32/tests/__crosstest__: __buildcrossdeps__"
19575 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19576 ws2_32_test.exe"
19577 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19578 ws2_32_test.exe: \$(TOPOBJDIR)/dlls/ws2_32/tests/ws2_32_test.exe$DLLEXT
19579 cp \$(TOPOBJDIR)/dlls/ws2_32/tests/ws2_32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19580 ws2_32_test.rc:
19581 echo \"ws2_32_test.exe TESTRES \\\"ws2_32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19582 ws2_32_test.res: ws2_32_test.rc ws2_32_test.exe"
19583 ALL_MAKEFILES="$ALL_MAKEFILES \\
19584 dlls/ws2_32/tests/Makefile"
19585 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19586 dlls/ws2_32/tests"
19587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19588 \$(RECURSE_TARGETS:%=dlls/ws2_32/tests/%) dlls/ws2_32/tests: dlls/ws2_32/tests/Makefile \$(MAKEDEP)
19589 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules config.status"
19590 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
19592 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19593 dlls/wsock32/libwsock32.$IMPLIBEXT"
19594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19595 dlls/wsock32/libwsock32.$IMPLIBEXT dlls/wsock32/libwsock32.cross.a: tools/widl tools/winebuild tools/winegcc include
19596 dlls/wsock32/libwsock32.$IMPLIBEXT dlls/wsock32/libwsock32.cross.a: dlls/wsock32/wsock32.spec dlls/wsock32/Makefile
19597 @cd dlls/wsock32 && \$(MAKE) \`basename \$@\`"
19598 ALL_MAKEFILES="$ALL_MAKEFILES \\
19599 dlls/wsock32/Makefile"
19600 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19601 wsock32"
19602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19603 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules config.status"
19604 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
19606 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19607 dlls/wtsapi32/libwtsapi32.$IMPLIBEXT"
19608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19609 dlls/wtsapi32/libwtsapi32.$IMPLIBEXT dlls/wtsapi32/libwtsapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
19610 dlls/wtsapi32/libwtsapi32.$IMPLIBEXT dlls/wtsapi32/libwtsapi32.cross.a: dlls/wtsapi32/wtsapi32.spec dlls/wtsapi32/Makefile
19611 @cd dlls/wtsapi32 && \$(MAKE) \`basename \$@\`"
19612 ALL_MAKEFILES="$ALL_MAKEFILES \\
19613 dlls/wtsapi32/Makefile"
19614 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19615 wtsapi32"
19616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19617 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules config.status"
19618 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
19620 ALL_MAKEFILES="$ALL_MAKEFILES \\
19621 dlls/wuapi/Makefile"
19622 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19623 wuapi"
19624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19625 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules config.status"
19626 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
19628 ALL_MAKEFILES="$ALL_MAKEFILES \\
19629 dlls/wuaueng/Makefile"
19630 test "x$enable_wuaueng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19631 wuaueng"
19632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19633 dlls/wuaueng/Makefile: dlls/wuaueng/Makefile.in dlls/Makedll.rules config.status"
19634 ac_config_files="$ac_config_files dlls/wuaueng/Makefile"
19636 ALL_MAKEFILES="$ALL_MAKEFILES \\
19637 dlls/xinput1_1/Makefile"
19638 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19639 xinput1_1"
19640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19641 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules config.status"
19642 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
19644 ALL_MAKEFILES="$ALL_MAKEFILES \\
19645 dlls/xinput1_2/Makefile"
19646 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19647 xinput1_2"
19648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19649 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules config.status"
19650 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
19652 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19653 dlls/xinput1_3/libxinput.$IMPLIBEXT \\
19654 dlls/libxinput.$IMPLIBEXT"
19655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19656 dlls/xinput1_3/libxinput.$IMPLIBEXT dlls/xinput1_3/libxinput.cross.a: tools/widl tools/winebuild tools/winegcc include
19657 dlls/libxinput.a: dlls/xinput1_3/libxinput.a
19658 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.a \$@
19659 dlls/libxinput.cross.a: dlls/xinput1_3/libxinput.cross.a
19660 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.cross.a \$@
19661 dlls/libxinput.def: dlls/xinput1_3/libxinput.def
19662 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.def \$@
19663 clean::
19664 \$(RM) dlls/libxinput.def
19665 dlls/xinput1_3/libxinput.$IMPLIBEXT dlls/xinput1_3/libxinput.cross.a: dlls/xinput1_3/xinput1_3.spec dlls/xinput1_3/Makefile
19666 @cd dlls/xinput1_3 && \$(MAKE) \`basename \$@\`"
19667 ALL_MAKEFILES="$ALL_MAKEFILES \\
19668 dlls/xinput1_3/Makefile"
19669 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19670 xinput1_3"
19671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19672 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules config.status"
19673 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
19675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19676 dlls/xinput1_3/tests: __builddeps__
19677 dlls/xinput1_3/tests/__crosstest__: __buildcrossdeps__"
19678 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19679 xinput1_3_test.exe"
19680 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19681 xinput1_3_test.exe: \$(TOPOBJDIR)/dlls/xinput1_3/tests/xinput1_3_test.exe$DLLEXT
19682 cp \$(TOPOBJDIR)/dlls/xinput1_3/tests/xinput1_3_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19683 xinput1_3_test.rc:
19684 echo \"xinput1_3_test.exe TESTRES \\\"xinput1_3_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19685 xinput1_3_test.res: xinput1_3_test.rc xinput1_3_test.exe"
19686 ALL_MAKEFILES="$ALL_MAKEFILES \\
19687 dlls/xinput1_3/tests/Makefile"
19688 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19689 dlls/xinput1_3/tests"
19690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19691 \$(RECURSE_TARGETS:%=dlls/xinput1_3/tests/%) dlls/xinput1_3/tests: dlls/xinput1_3/tests/Makefile \$(MAKEDEP)
19692 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules config.status"
19693 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
19695 ALL_MAKEFILES="$ALL_MAKEFILES \\
19696 dlls/xinput9_1_0/Makefile"
19697 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19698 xinput9_1_0"
19699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19700 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules config.status"
19701 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
19703 ALL_MAKEFILES="$ALL_MAKEFILES \\
19704 dlls/xmllite/Makefile"
19705 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19706 xmllite"
19707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19708 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules config.status"
19709 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
19711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19712 dlls/xmllite/tests: __builddeps__
19713 dlls/xmllite/tests/__crosstest__: __buildcrossdeps__"
19714 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19715 xmllite_test.exe"
19716 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19717 xmllite_test.exe: \$(TOPOBJDIR)/dlls/xmllite/tests/xmllite_test.exe$DLLEXT
19718 cp \$(TOPOBJDIR)/dlls/xmllite/tests/xmllite_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19719 xmllite_test.rc:
19720 echo \"xmllite_test.exe TESTRES \\\"xmllite_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19721 xmllite_test.res: xmllite_test.rc xmllite_test.exe"
19722 ALL_MAKEFILES="$ALL_MAKEFILES \\
19723 dlls/xmllite/tests/Makefile"
19724 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19725 dlls/xmllite/tests"
19726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19727 \$(RECURSE_TARGETS:%=dlls/xmllite/tests/%) dlls/xmllite/tests: dlls/xmllite/tests/Makefile \$(MAKEDEP)
19728 dlls/xmllite/tests/Makefile: dlls/xmllite/tests/Makefile.in dlls/Maketest.rules config.status"
19729 ac_config_files="$ac_config_files dlls/xmllite/tests/Makefile"
19731 ALL_MAKEFILES="$ALL_MAKEFILES \\
19732 documentation/Makefile"
19733 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
19734 documentation"
19735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19736 \$(RECURSE_TARGETS:%=documentation/%) documentation: documentation/Makefile \$(MAKEDEP)
19737 documentation/Makefile: documentation/Makefile.in Make.rules config.status"
19738 ac_config_files="$ac_config_files documentation/Makefile"
19740 ALL_MAKEFILES="$ALL_MAKEFILES \\
19741 fonts/Makefile"
19742 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
19743 fonts"
19744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19745 \$(RECURSE_TARGETS:%=fonts/%) fonts: fonts/Makefile \$(MAKEDEP)
19746 fonts/Makefile: fonts/Makefile.in Make.rules config.status"
19747 ac_config_files="$ac_config_files fonts/Makefile"
19749 ALL_MAKEFILES="$ALL_MAKEFILES \\
19750 include/Makefile"
19751 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
19752 include"
19753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19754 \$(RECURSE_TARGETS:%=include/%) include: include/Makefile \$(MAKEDEP)
19755 include/Makefile: include/Makefile.in Make.rules config.status"
19756 ac_config_files="$ac_config_files include/Makefile"
19758 ALL_MAKEFILES="$ALL_MAKEFILES \\
19759 libs/port/Makefile"
19761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19762 \$(RECURSE_TARGETS:%=libs/port/%) libs/port: libs/port/Makefile \$(MAKEDEP)
19763 libs/port/Makefile: libs/port/Makefile.in Make.rules config.status"
19764 ac_config_files="$ac_config_files libs/port/Makefile"
19766 ALL_MAKEFILES="$ALL_MAKEFILES \\
19767 libs/wine/Makefile"
19769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19770 \$(RECURSE_TARGETS:%=libs/wine/%) libs/wine: libs/wine/Makefile \$(MAKEDEP)
19771 libs/wine/Makefile: libs/wine/Makefile.in Make.rules config.status"
19772 ac_config_files="$ac_config_files libs/wine/Makefile"
19774 ALL_MAKEFILES="$ALL_MAKEFILES \\
19775 libs/wpp/Makefile"
19777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19778 \$(RECURSE_TARGETS:%=libs/wpp/%) libs/wpp: libs/wpp/Makefile \$(MAKEDEP)
19779 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules config.status"
19780 ac_config_files="$ac_config_files libs/wpp/Makefile"
19782 ALL_MAKEFILES="$ALL_MAKEFILES \\
19783 loader/Makefile"
19784 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
19785 loader"
19786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19787 \$(RECURSE_TARGETS:%=loader/%) loader: loader/Makefile \$(MAKEDEP)
19788 loader/Makefile: loader/Makefile.in Make.rules config.status"
19789 ac_config_files="$ac_config_files loader/Makefile"
19791 ALL_MAKEFILES="$ALL_MAKEFILES \\
19792 programs/Makefile"
19793 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
19794 programs"
19795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19796 \$(RECURSE_TARGETS:%=programs/%) programs: programs/Makefile \$(MAKEDEP)
19797 programs/Makefile: programs/Makefile.in Make.rules config.status"
19798 ac_config_files="$ac_config_files programs/Makefile"
19800 ALL_MAKEFILES="$ALL_MAKEFILES \\
19801 programs/cacls/Makefile"
19802 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19803 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19804 cacls"
19805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19806 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules config.status"
19807 ac_config_files="$ac_config_files programs/cacls/Makefile"
19809 ALL_MAKEFILES="$ALL_MAKEFILES \\
19810 programs/clock/Makefile"
19811 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19812 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19813 clock"
19814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19815 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules config.status"
19816 ac_config_files="$ac_config_files programs/clock/Makefile"
19818 ALL_MAKEFILES="$ALL_MAKEFILES \\
19819 programs/cmd/Makefile"
19820 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19821 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19822 cmd"
19823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19824 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules config.status"
19825 ac_config_files="$ac_config_files programs/cmd/Makefile"
19827 ALL_MAKEFILES="$ALL_MAKEFILES \\
19828 programs/cmdlgtst/Makefile"
19829 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19830 cmdlgtst"
19831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19832 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules config.status"
19833 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
19835 ALL_MAKEFILES="$ALL_MAKEFILES \\
19836 programs/control/Makefile"
19837 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19838 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19839 control"
19840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19841 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules config.status"
19842 ac_config_files="$ac_config_files programs/control/Makefile"
19844 ALL_MAKEFILES="$ALL_MAKEFILES \\
19845 programs/dxdiag/Makefile"
19846 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19847 dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19848 dxdiag"
19849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19850 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules config.status"
19851 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
19853 ALL_MAKEFILES="$ALL_MAKEFILES \\
19854 programs/eject/Makefile"
19855 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19856 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19857 eject"
19858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19859 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules config.status"
19860 ac_config_files="$ac_config_files programs/eject/Makefile"
19862 ALL_MAKEFILES="$ALL_MAKEFILES \\
19863 programs/expand/Makefile"
19864 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19865 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19866 expand"
19867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19868 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules config.status"
19869 ac_config_files="$ac_config_files programs/expand/Makefile"
19871 ALL_MAKEFILES="$ALL_MAKEFILES \\
19872 programs/explorer/Makefile"
19873 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19874 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19875 explorer"
19876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19877 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules config.status"
19878 ac_config_files="$ac_config_files programs/explorer/Makefile"
19880 ALL_MAKEFILES="$ALL_MAKEFILES \\
19881 programs/extrac32/Makefile"
19882 test "x$enable_extrac32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19883 extrac32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19884 extrac32"
19885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19886 programs/extrac32/Makefile: programs/extrac32/Makefile.in programs/Makeprog.rules config.status"
19887 ac_config_files="$ac_config_files programs/extrac32/Makefile"
19889 ALL_MAKEFILES="$ALL_MAKEFILES \\
19890 programs/hh/Makefile"
19891 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19892 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19895 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules config.status"
19896 ac_config_files="$ac_config_files programs/hh/Makefile"
19898 ALL_MAKEFILES="$ALL_MAKEFILES \\
19899 programs/icinfo/Makefile"
19900 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19901 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19902 icinfo"
19903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19904 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules config.status"
19905 ac_config_files="$ac_config_files programs/icinfo/Makefile"
19907 ALL_MAKEFILES="$ALL_MAKEFILES \\
19908 programs/iexplore/Makefile"
19909 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19910 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19911 iexplore"
19912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19913 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules config.status"
19914 ac_config_files="$ac_config_files programs/iexplore/Makefile"
19916 ALL_MAKEFILES="$ALL_MAKEFILES \\
19917 programs/lodctr/Makefile"
19918 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19919 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19920 lodctr"
19921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19922 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules config.status"
19923 ac_config_files="$ac_config_files programs/lodctr/Makefile"
19925 ALL_MAKEFILES="$ALL_MAKEFILES \\
19926 programs/mshta/Makefile"
19927 test "x$enable_mshta" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19928 mshta" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19929 mshta"
19930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19931 programs/mshta/Makefile: programs/mshta/Makefile.in programs/Makeprog.rules config.status"
19932 ac_config_files="$ac_config_files programs/mshta/Makefile"
19934 ALL_MAKEFILES="$ALL_MAKEFILES \\
19935 programs/msiexec/Makefile"
19936 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19937 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19938 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19939 msiexec"
19940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19941 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules config.status"
19942 ac_config_files="$ac_config_files programs/msiexec/Makefile"
19944 ALL_MAKEFILES="$ALL_MAKEFILES \\
19945 programs/net/Makefile"
19946 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19947 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19948 net"
19949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19950 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules config.status"
19951 ac_config_files="$ac_config_files programs/net/Makefile"
19953 ALL_MAKEFILES="$ALL_MAKEFILES \\
19954 programs/notepad/Makefile"
19955 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19956 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19957 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19958 notepad"
19959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19960 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules config.status"
19961 ac_config_files="$ac_config_files programs/notepad/Makefile"
19963 ALL_MAKEFILES="$ALL_MAKEFILES \\
19964 programs/oleview/Makefile"
19965 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19966 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19967 oleview"
19968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19969 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules config.status"
19970 ac_config_files="$ac_config_files programs/oleview/Makefile"
19972 ALL_MAKEFILES="$ALL_MAKEFILES \\
19973 programs/progman/Makefile"
19974 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19975 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19976 progman"
19977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19978 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules config.status"
19979 ac_config_files="$ac_config_files programs/progman/Makefile"
19981 ALL_MAKEFILES="$ALL_MAKEFILES \\
19982 programs/reg/Makefile"
19983 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19984 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19985 reg"
19986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19987 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules config.status"
19988 ac_config_files="$ac_config_files programs/reg/Makefile"
19990 ALL_MAKEFILES="$ALL_MAKEFILES \\
19991 programs/regedit/Makefile"
19992 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19993 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19994 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19995 regedit"
19996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19997 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules config.status"
19998 ac_config_files="$ac_config_files programs/regedit/Makefile"
20000 ALL_MAKEFILES="$ALL_MAKEFILES \\
20001 programs/regsvr32/Makefile"
20002 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20003 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20004 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
20005 regsvr32"
20006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20007 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules config.status"
20008 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
20010 ALL_MAKEFILES="$ALL_MAKEFILES \\
20011 programs/rpcss/Makefile"
20012 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20013 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20014 rpcss"
20015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20016 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules config.status"
20017 ac_config_files="$ac_config_files programs/rpcss/Makefile"
20019 ALL_MAKEFILES="$ALL_MAKEFILES \\
20020 programs/rundll32/Makefile"
20021 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20022 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20023 rundll32"
20024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20025 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules config.status"
20026 ac_config_files="$ac_config_files programs/rundll32/Makefile"
20028 ALL_MAKEFILES="$ALL_MAKEFILES \\
20029 programs/secedit/Makefile"
20030 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20031 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20032 secedit"
20033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20034 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules config.status"
20035 ac_config_files="$ac_config_files programs/secedit/Makefile"
20037 ALL_MAKEFILES="$ALL_MAKEFILES \\
20038 programs/services/Makefile"
20039 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20040 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20041 services"
20042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20043 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules config.status"
20044 ac_config_files="$ac_config_files programs/services/Makefile"
20046 ALL_MAKEFILES="$ALL_MAKEFILES \\
20047 programs/spoolsv/Makefile"
20048 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20049 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20050 spoolsv"
20051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20052 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules config.status"
20053 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
20055 ALL_MAKEFILES="$ALL_MAKEFILES \\
20056 programs/start/Makefile"
20057 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20058 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20059 start"
20060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20061 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules config.status"
20062 ac_config_files="$ac_config_files programs/start/Makefile"
20064 ALL_MAKEFILES="$ALL_MAKEFILES \\
20065 programs/svchost/Makefile"
20066 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20067 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20068 svchost"
20069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20070 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules config.status"
20071 ac_config_files="$ac_config_files programs/svchost/Makefile"
20073 ALL_MAKEFILES="$ALL_MAKEFILES \\
20074 programs/taskmgr/Makefile"
20075 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20076 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20077 taskmgr"
20078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20079 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules config.status"
20080 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
20082 ALL_MAKEFILES="$ALL_MAKEFILES \\
20083 programs/termsv/Makefile"
20084 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20085 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20086 termsv"
20087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20088 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules config.status"
20089 ac_config_files="$ac_config_files programs/termsv/Makefile"
20091 ALL_MAKEFILES="$ALL_MAKEFILES \\
20092 programs/uninstaller/Makefile"
20093 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20094 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20095 uninstaller"
20096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20097 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules config.status"
20098 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
20100 ALL_MAKEFILES="$ALL_MAKEFILES \\
20101 programs/unlodctr/Makefile"
20102 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20103 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20104 unlodctr"
20105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20106 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules config.status"
20107 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
20109 ALL_MAKEFILES="$ALL_MAKEFILES \\
20110 programs/view/Makefile"
20111 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20112 view"
20113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20114 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules config.status"
20115 ac_config_files="$ac_config_files programs/view/Makefile"
20117 ALL_MAKEFILES="$ALL_MAKEFILES \\
20118 programs/wineboot/Makefile"
20119 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20120 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20121 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
20122 wineboot"
20123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20124 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules config.status"
20125 ac_config_files="$ac_config_files programs/wineboot/Makefile"
20127 ALL_MAKEFILES="$ALL_MAKEFILES \\
20128 programs/winebrowser/Makefile"
20129 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20130 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20131 winebrowser"
20132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20133 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules config.status"
20134 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
20136 ALL_MAKEFILES="$ALL_MAKEFILES \\
20137 programs/winecfg/Makefile"
20138 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20139 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20140 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
20141 winecfg"
20142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20143 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules config.status"
20144 ac_config_files="$ac_config_files programs/winecfg/Makefile"
20146 ALL_MAKEFILES="$ALL_MAKEFILES \\
20147 programs/wineconsole/Makefile"
20148 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20149 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20150 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
20151 wineconsole"
20152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20153 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules config.status"
20154 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
20156 ALL_MAKEFILES="$ALL_MAKEFILES \\
20157 programs/winedbg/Makefile"
20158 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20159 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20160 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
20161 winedbg"
20162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20163 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules config.status"
20164 ac_config_files="$ac_config_files programs/winedbg/Makefile"
20166 ALL_MAKEFILES="$ALL_MAKEFILES \\
20167 programs/winedevice/Makefile"
20168 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20169 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20170 winedevice"
20171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20172 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules config.status"
20173 ac_config_files="$ac_config_files programs/winedevice/Makefile"
20175 ALL_MAKEFILES="$ALL_MAKEFILES \\
20176 programs/winefile/Makefile"
20177 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20178 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20179 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
20180 winefile"
20181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20182 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules config.status"
20183 ac_config_files="$ac_config_files programs/winefile/Makefile"
20185 ALL_MAKEFILES="$ALL_MAKEFILES \\
20186 programs/winemenubuilder/Makefile"
20187 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20188 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20189 winemenubuilder"
20190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20191 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules config.status"
20192 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
20194 ALL_MAKEFILES="$ALL_MAKEFILES \\
20195 programs/winemine/Makefile"
20196 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20197 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20198 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
20199 winemine"
20200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20201 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules config.status"
20202 ac_config_files="$ac_config_files programs/winemine/Makefile"
20204 ALL_MAKEFILES="$ALL_MAKEFILES \\
20205 programs/winepath/Makefile"
20206 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20207 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20208 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
20209 winepath"
20210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20211 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules config.status"
20212 ac_config_files="$ac_config_files programs/winepath/Makefile"
20214 ALL_MAKEFILES="$ALL_MAKEFILES \\
20215 programs/winetest/Makefile"
20216 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20217 winetest"
20218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20219 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules config.status"
20220 ac_config_files="$ac_config_files programs/winetest/Makefile"
20222 ALL_MAKEFILES="$ALL_MAKEFILES \\
20223 programs/winevdm/Makefile"
20224 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20225 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20226 winevdm"
20227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20228 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules config.status"
20229 ac_config_files="$ac_config_files programs/winevdm/Makefile"
20231 ALL_MAKEFILES="$ALL_MAKEFILES \\
20232 programs/winhelp.exe16/Makefile"
20233 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20234 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20235 winhelp.exe16"
20236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20237 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules config.status"
20238 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
20240 ALL_MAKEFILES="$ALL_MAKEFILES \\
20241 programs/winhlp32/Makefile"
20242 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20243 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20244 winhlp32"
20245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20246 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules config.status"
20247 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
20249 ALL_MAKEFILES="$ALL_MAKEFILES \\
20250 programs/winoldap.mod16/Makefile"
20251 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20252 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20253 winoldap.mod16"
20254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20255 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules config.status"
20256 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
20258 ALL_MAKEFILES="$ALL_MAKEFILES \\
20259 programs/winver/Makefile"
20260 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20261 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20262 winver"
20263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20264 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules config.status"
20265 ac_config_files="$ac_config_files programs/winver/Makefile"
20267 ALL_MAKEFILES="$ALL_MAKEFILES \\
20268 programs/wordpad/Makefile"
20269 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20270 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20271 wordpad"
20272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20273 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules config.status"
20274 ac_config_files="$ac_config_files programs/wordpad/Makefile"
20276 ALL_MAKEFILES="$ALL_MAKEFILES \\
20277 programs/write/Makefile"
20278 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20279 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20280 write"
20281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20282 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules config.status"
20283 ac_config_files="$ac_config_files programs/write/Makefile"
20285 ALL_MAKEFILES="$ALL_MAKEFILES \\
20286 programs/xcopy/Makefile"
20287 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
20288 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
20289 xcopy"
20290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20291 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules config.status"
20292 ac_config_files="$ac_config_files programs/xcopy/Makefile"
20294 ALL_MAKEFILES="$ALL_MAKEFILES \\
20295 server/Makefile"
20296 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
20297 server"
20298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20299 \$(RECURSE_TARGETS:%=server/%) server: server/Makefile \$(MAKEDEP)
20300 server/Makefile: server/Makefile.in Make.rules config.status"
20301 ac_config_files="$ac_config_files server/Makefile"
20303 ALL_MAKEFILES="$ALL_MAKEFILES \\
20304 tools/Makefile"
20305 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
20306 tools"
20307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20308 \$(RECURSE_TARGETS:%=tools/%) tools: tools/Makefile \$(MAKEDEP)
20309 tools/Makefile: tools/Makefile.in Make.rules config.status"
20310 ac_config_files="$ac_config_files tools/Makefile"
20312 ALL_MAKEFILES="$ALL_MAKEFILES \\
20313 tools/widl/Makefile"
20314 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
20315 tools/widl"
20316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20317 \$(RECURSE_TARGETS:%=tools/widl/%) tools/widl: tools/widl/Makefile \$(MAKEDEP)
20318 tools/widl/Makefile: tools/widl/Makefile.in Make.rules config.status"
20319 ac_config_files="$ac_config_files tools/widl/Makefile"
20321 ALL_MAKEFILES="$ALL_MAKEFILES \\
20322 tools/winebuild/Makefile"
20323 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
20324 tools/winebuild"
20325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20326 \$(RECURSE_TARGETS:%=tools/winebuild/%) tools/winebuild: tools/winebuild/Makefile \$(MAKEDEP)
20327 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules config.status"
20328 ac_config_files="$ac_config_files tools/winebuild/Makefile"
20330 ALL_MAKEFILES="$ALL_MAKEFILES \\
20331 tools/winedump/Makefile"
20332 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
20333 tools/winedump"
20334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20335 \$(RECURSE_TARGETS:%=tools/winedump/%) tools/winedump: tools/winedump/Makefile \$(MAKEDEP)
20336 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules config.status"
20337 ac_config_files="$ac_config_files tools/winedump/Makefile"
20339 ALL_MAKEFILES="$ALL_MAKEFILES \\
20340 tools/winegcc/Makefile"
20341 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
20342 tools/winegcc"
20343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20344 \$(RECURSE_TARGETS:%=tools/winegcc/%) tools/winegcc: tools/winegcc/Makefile \$(MAKEDEP)
20345 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules config.status"
20346 ac_config_files="$ac_config_files tools/winegcc/Makefile"
20348 ALL_MAKEFILES="$ALL_MAKEFILES \\
20349 tools/wmc/Makefile"
20350 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
20351 tools/wmc"
20352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20353 \$(RECURSE_TARGETS:%=tools/wmc/%) tools/wmc: tools/wmc/Makefile \$(MAKEDEP)
20354 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules config.status"
20355 ac_config_files="$ac_config_files tools/wmc/Makefile"
20357 ALL_MAKEFILES="$ALL_MAKEFILES \\
20358 tools/wrc/Makefile"
20359 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
20360 tools/wrc"
20361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
20362 \$(RECURSE_TARGETS:%=tools/wrc/%) tools/wrc: tools/wrc/Makefile \$(MAKEDEP)
20363 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules config.status"
20364 ac_config_files="$ac_config_files tools/wrc/Makefile"
20367 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
20369 cat >confcache <<\_ACEOF
20370 # This file is a shell script that caches the results of configure
20371 # tests run on this system so they can be shared between configure
20372 # scripts and configure runs, see configure's option --config-cache.
20373 # It is not useful on other systems. If it contains results you don't
20374 # want to keep, you may remove or edit it.
20376 # config.status only pays attention to the cache file if you give it
20377 # the --recheck option to rerun configure.
20379 # `ac_cv_env_foo' variables (set or unset) will be overridden when
20380 # loading this file, other *unset* `ac_cv_foo' will be assigned the
20381 # following values.
20383 _ACEOF
20385 # The following way of writing the cache mishandles newlines in values,
20386 # but we know of no workaround that is simple, portable, and efficient.
20387 # So, we kill variables containing newlines.
20388 # Ultrix sh set writes to stderr and can't be redirected directly,
20389 # and sets the high bit in the cache file unless we assign to the vars.
20391 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
20392 eval ac_val=\$$ac_var
20393 case $ac_val in #(
20394 *${as_nl}*)
20395 case $ac_var in #(
20396 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
20397 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
20398 esac
20399 case $ac_var in #(
20400 _ | IFS | as_nl) ;; #(
20401 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
20402 *) { eval $ac_var=; unset $ac_var;} ;;
20403 esac ;;
20404 esac
20405 done
20407 (set) 2>&1 |
20408 case $as_nl`(ac_space=' '; set) 2>&1` in #(
20409 *${as_nl}ac_space=\ *)
20410 # `set' does not quote correctly, so add quotes: double-quote
20411 # substitution turns \\\\ into \\, and sed turns \\ into \.
20412 sed -n \
20413 "s/'/'\\\\''/g;
20414 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
20415 ;; #(
20417 # `set' quotes correctly as required by POSIX, so do not add quotes.
20418 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
20420 esac |
20421 sort
20423 sed '
20424 /^ac_cv_env_/b end
20425 t clear
20426 :clear
20427 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
20428 t end
20429 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
20430 :end' >>confcache
20431 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
20432 if test -w "$cache_file"; then
20433 test "x$cache_file" != "x/dev/null" &&
20434 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
20435 $as_echo "$as_me: updating cache $cache_file" >&6;}
20436 cat confcache >$cache_file
20437 else
20438 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
20439 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
20442 rm -f confcache
20444 test "x$prefix" = xNONE && prefix=$ac_default_prefix
20445 # Let make expand exec_prefix.
20446 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
20448 DEFS=-DHAVE_CONFIG_H
20450 ac_libobjs=
20451 ac_ltlibobjs=
20452 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
20453 # 1. Remove the extension, and $U if already installed.
20454 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
20455 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
20456 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
20457 # will be set to the directory where LIBOBJS objects are built.
20458 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
20459 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
20460 done
20461 LIBOBJS=$ac_libobjs
20463 LTLIBOBJS=$ac_ltlibobjs
20467 : ${CONFIG_STATUS=./config.status}
20468 ac_write_fail=0
20469 ac_clean_files_save=$ac_clean_files
20470 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
20471 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
20472 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
20473 as_write_fail=0
20474 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
20475 #! $SHELL
20476 # Generated by $as_me.
20477 # Run this file to recreate the current configuration.
20478 # Compiler output produced by configure, useful for debugging
20479 # configure, is in config.log if it exists.
20481 debug=false
20482 ac_cs_recheck=false
20483 ac_cs_silent=false
20485 SHELL=\${CONFIG_SHELL-$SHELL}
20486 export SHELL
20487 _ASEOF
20488 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
20489 ## -------------------- ##
20490 ## M4sh Initialization. ##
20491 ## -------------------- ##
20493 # Be more Bourne compatible
20494 DUALCASE=1; export DUALCASE # for MKS sh
20495 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20496 emulate sh
20497 NULLCMD=:
20498 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
20499 # is contrary to our usage. Disable this feature.
20500 alias -g '${1+"$@"}'='"$@"'
20501 setopt NO_GLOB_SUBST
20502 else
20503 case `(set -o) 2>/dev/null` in #(
20504 *posix*) :
20505 set -o posix ;; #(
20506 *) :
20508 esac
20512 as_nl='
20514 export as_nl
20515 # Printing a long string crashes Solaris 7 /usr/bin/printf.
20516 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
20517 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
20518 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
20519 # Prefer a ksh shell builtin over an external printf program on Solaris,
20520 # but without wasting forks for bash or zsh.
20521 if test -z "$BASH_VERSION$ZSH_VERSION" \
20522 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
20523 as_echo='print -r --'
20524 as_echo_n='print -rn --'
20525 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
20526 as_echo='printf %s\n'
20527 as_echo_n='printf %s'
20528 else
20529 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
20530 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
20531 as_echo_n='/usr/ucb/echo -n'
20532 else
20533 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
20534 as_echo_n_body='eval
20535 arg=$1;
20536 case $arg in #(
20537 *"$as_nl"*)
20538 expr "X$arg" : "X\\(.*\\)$as_nl";
20539 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
20540 esac;
20541 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
20543 export as_echo_n_body
20544 as_echo_n='sh -c $as_echo_n_body as_echo'
20546 export as_echo_body
20547 as_echo='sh -c $as_echo_body as_echo'
20550 # The user is always right.
20551 if test "${PATH_SEPARATOR+set}" != set; then
20552 PATH_SEPARATOR=:
20553 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
20554 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
20555 PATH_SEPARATOR=';'
20560 # IFS
20561 # We need space, tab and new line, in precisely that order. Quoting is
20562 # there to prevent editors from complaining about space-tab.
20563 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
20564 # splitting by setting IFS to empty value.)
20565 IFS=" "" $as_nl"
20567 # Find who we are. Look in the path if we contain no directory separator.
20568 case $0 in #((
20569 *[\\/]* ) as_myself=$0 ;;
20570 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20571 for as_dir in $PATH
20573 IFS=$as_save_IFS
20574 test -z "$as_dir" && as_dir=.
20575 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
20576 done
20577 IFS=$as_save_IFS
20580 esac
20581 # We did not find ourselves, most probably we were run as `sh COMMAND'
20582 # in which case we are not to be found in the path.
20583 if test "x$as_myself" = x; then
20584 as_myself=$0
20586 if test ! -f "$as_myself"; then
20587 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
20588 exit 1
20591 # Unset variables that we do not need and which cause bugs (e.g. in
20592 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
20593 # suppresses any "Segmentation fault" message there. '((' could
20594 # trigger a bug in pdksh 5.2.14.
20595 for as_var in BASH_ENV ENV MAIL MAILPATH
20596 do eval test x\${$as_var+set} = xset \
20597 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
20598 done
20599 PS1='$ '
20600 PS2='> '
20601 PS4='+ '
20603 # NLS nuisances.
20604 LC_ALL=C
20605 export LC_ALL
20606 LANGUAGE=C
20607 export LANGUAGE
20609 # CDPATH.
20610 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
20613 # as_fn_error ERROR [LINENO LOG_FD]
20614 # ---------------------------------
20615 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
20616 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
20617 # script with status $?, using 1 if that was 0.
20618 as_fn_error ()
20620 as_status=$?; test $as_status -eq 0 && as_status=1
20621 if test "$3"; then
20622 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
20623 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
20625 $as_echo "$as_me: error: $1" >&2
20626 as_fn_exit $as_status
20627 } # as_fn_error
20630 # as_fn_set_status STATUS
20631 # -----------------------
20632 # Set $? to STATUS, without forking.
20633 as_fn_set_status ()
20635 return $1
20636 } # as_fn_set_status
20638 # as_fn_exit STATUS
20639 # -----------------
20640 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
20641 as_fn_exit ()
20643 set +e
20644 as_fn_set_status $1
20645 exit $1
20646 } # as_fn_exit
20648 # as_fn_unset VAR
20649 # ---------------
20650 # Portably unset VAR.
20651 as_fn_unset ()
20653 { eval $1=; unset $1;}
20655 as_unset=as_fn_unset
20656 # as_fn_append VAR VALUE
20657 # ----------------------
20658 # Append the text in VALUE to the end of the definition contained in VAR. Take
20659 # advantage of any shell optimizations that allow amortized linear growth over
20660 # repeated appends, instead of the typical quadratic growth present in naive
20661 # implementations.
20662 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
20663 eval 'as_fn_append ()
20665 eval $1+=\$2
20667 else
20668 as_fn_append ()
20670 eval $1=\$$1\$2
20672 fi # as_fn_append
20674 # as_fn_arith ARG...
20675 # ------------------
20676 # Perform arithmetic evaluation on the ARGs, and store the result in the
20677 # global $as_val. Take advantage of shells that can avoid forks. The arguments
20678 # must be portable across $(()) and expr.
20679 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
20680 eval 'as_fn_arith ()
20682 as_val=$(( $* ))
20684 else
20685 as_fn_arith ()
20687 as_val=`expr "$@" || test $? -eq 1`
20689 fi # as_fn_arith
20692 if expr a : '\(a\)' >/dev/null 2>&1 &&
20693 test "X`expr 00001 : '.*\(...\)'`" = X001; then
20694 as_expr=expr
20695 else
20696 as_expr=false
20699 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
20700 as_basename=basename
20701 else
20702 as_basename=false
20705 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
20706 as_dirname=dirname
20707 else
20708 as_dirname=false
20711 as_me=`$as_basename -- "$0" ||
20712 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
20713 X"$0" : 'X\(//\)$' \| \
20714 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
20715 $as_echo X/"$0" |
20716 sed '/^.*\/\([^/][^/]*\)\/*$/{
20717 s//\1/
20720 /^X\/\(\/\/\)$/{
20721 s//\1/
20724 /^X\/\(\/\).*/{
20725 s//\1/
20728 s/.*/./; q'`
20730 # Avoid depending upon Character Ranges.
20731 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
20732 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
20733 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
20734 as_cr_digits='0123456789'
20735 as_cr_alnum=$as_cr_Letters$as_cr_digits
20737 ECHO_C= ECHO_N= ECHO_T=
20738 case `echo -n x` in #(((((
20739 -n*)
20740 case `echo 'xy\c'` in
20741 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
20742 xy) ECHO_C='\c';;
20743 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
20744 ECHO_T=' ';;
20745 esac;;
20747 ECHO_N='-n';;
20748 esac
20750 rm -f conf$$ conf$$.exe conf$$.file
20751 if test -d conf$$.dir; then
20752 rm -f conf$$.dir/conf$$.file
20753 else
20754 rm -f conf$$.dir
20755 mkdir conf$$.dir 2>/dev/null
20757 if (echo >conf$$.file) 2>/dev/null; then
20758 if ln -s conf$$.file conf$$ 2>/dev/null; then
20759 as_ln_s='ln -s'
20760 # ... but there are two gotchas:
20761 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
20762 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
20763 # In both cases, we have to default to `cp -p'.
20764 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
20765 as_ln_s='cp -p'
20766 elif ln conf$$.file conf$$ 2>/dev/null; then
20767 as_ln_s=ln
20768 else
20769 as_ln_s='cp -p'
20771 else
20772 as_ln_s='cp -p'
20774 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
20775 rmdir conf$$.dir 2>/dev/null
20778 # as_fn_mkdir_p
20779 # -------------
20780 # Create "$as_dir" as a directory, including parents if necessary.
20781 as_fn_mkdir_p ()
20784 case $as_dir in #(
20785 -*) as_dir=./$as_dir;;
20786 esac
20787 test -d "$as_dir" || eval $as_mkdir_p || {
20788 as_dirs=
20789 while :; do
20790 case $as_dir in #(
20791 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
20792 *) as_qdir=$as_dir;;
20793 esac
20794 as_dirs="'$as_qdir' $as_dirs"
20795 as_dir=`$as_dirname -- "$as_dir" ||
20796 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20797 X"$as_dir" : 'X\(//\)[^/]' \| \
20798 X"$as_dir" : 'X\(//\)$' \| \
20799 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
20800 $as_echo X"$as_dir" |
20801 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20802 s//\1/
20805 /^X\(\/\/\)[^/].*/{
20806 s//\1/
20809 /^X\(\/\/\)$/{
20810 s//\1/
20813 /^X\(\/\).*/{
20814 s//\1/
20817 s/.*/./; q'`
20818 test -d "$as_dir" && break
20819 done
20820 test -z "$as_dirs" || eval "mkdir $as_dirs"
20821 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
20824 } # as_fn_mkdir_p
20825 if mkdir -p . 2>/dev/null; then
20826 as_mkdir_p='mkdir -p "$as_dir"'
20827 else
20828 test -d ./-p && rmdir ./-p
20829 as_mkdir_p=false
20832 if test -x / >/dev/null 2>&1; then
20833 as_test_x='test -x'
20834 else
20835 if ls -dL / >/dev/null 2>&1; then
20836 as_ls_L_option=L
20837 else
20838 as_ls_L_option=
20840 as_test_x='
20841 eval sh -c '\''
20842 if test -d "$1"; then
20843 test -d "$1/.";
20844 else
20845 case $1 in #(
20846 -*)set "./$1";;
20847 esac;
20848 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
20849 ???[sx]*):;;*)false;;esac;fi
20850 '\'' sh
20853 as_executable_p=$as_test_x
20855 # Sed expression to map a string onto a valid CPP name.
20856 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
20858 # Sed expression to map a string onto a valid variable name.
20859 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
20862 exec 6>&1
20863 ## ----------------------------------- ##
20864 ## Main body of $CONFIG_STATUS script. ##
20865 ## ----------------------------------- ##
20866 _ASEOF
20867 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
20869 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20870 # Save the log message, to keep $0 and so on meaningful, and to
20871 # report actual input values of CONFIG_FILES etc. instead of their
20872 # values after options handling.
20873 ac_log="
20874 This file was extended by Wine $as_me 1.1.38, which was
20875 generated by GNU Autoconf 2.65. Invocation command line was
20877 CONFIG_FILES = $CONFIG_FILES
20878 CONFIG_HEADERS = $CONFIG_HEADERS
20879 CONFIG_LINKS = $CONFIG_LINKS
20880 CONFIG_COMMANDS = $CONFIG_COMMANDS
20881 $ $0 $@
20883 on `(hostname || uname -n) 2>/dev/null | sed 1q`
20886 _ACEOF
20888 case $ac_config_files in *"
20889 "*) set x $ac_config_files; shift; ac_config_files=$*;;
20890 esac
20892 case $ac_config_headers in *"
20893 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
20894 esac
20897 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20898 # Files that config.status was made for.
20899 config_files="$ac_config_files"
20900 config_headers="$ac_config_headers"
20901 config_links="$ac_config_links"
20902 config_commands="$ac_config_commands"
20904 _ACEOF
20906 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20907 ac_cs_usage="\
20908 \`$as_me' instantiates files and other configuration actions
20909 from templates according to the current configuration. Unless the files
20910 and actions are specified as TAGs, all are instantiated by default.
20912 Usage: $0 [OPTION]... [TAG]...
20914 -h, --help print this help, then exit
20915 -V, --version print version number and configuration settings, then exit
20916 --config print configuration, then exit
20917 -q, --quiet, --silent
20918 do not print progress messages
20919 -d, --debug don't remove temporary files
20920 --recheck update $as_me by reconfiguring in the same conditions
20921 --file=FILE[:TEMPLATE]
20922 instantiate the configuration file FILE
20923 --header=FILE[:TEMPLATE]
20924 instantiate the configuration header FILE
20926 Configuration files:
20927 $config_files
20929 Configuration headers:
20930 $config_headers
20932 Configuration links:
20933 $config_links
20935 Configuration commands:
20936 $config_commands
20938 Report bugs to <wine-devel@winehq.org>.
20939 Wine home page: <http://www.winehq.org>."
20941 _ACEOF
20942 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20943 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
20944 ac_cs_version="\\
20945 Wine config.status 1.1.38
20946 configured by $0, generated by GNU Autoconf 2.65,
20947 with options \\"\$ac_cs_config\\"
20949 Copyright (C) 2009 Free Software Foundation, Inc.
20950 This config.status script is free software; the Free Software Foundation
20951 gives unlimited permission to copy, distribute and modify it."
20953 ac_pwd='$ac_pwd'
20954 srcdir='$srcdir'
20955 INSTALL='$INSTALL'
20956 test -n "\$AWK" || AWK=awk
20957 _ACEOF
20959 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20960 # The default lists apply if the user does not specify any file.
20961 ac_need_defaults=:
20962 while test $# != 0
20964 case $1 in
20965 --*=*)
20966 ac_option=`expr "X$1" : 'X\([^=]*\)='`
20967 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
20968 ac_shift=:
20971 ac_option=$1
20972 ac_optarg=$2
20973 ac_shift=shift
20975 esac
20977 case $ac_option in
20978 # Handling of the options.
20979 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
20980 ac_cs_recheck=: ;;
20981 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
20982 $as_echo "$ac_cs_version"; exit ;;
20983 --config | --confi | --conf | --con | --co | --c )
20984 $as_echo "$ac_cs_config"; exit ;;
20985 --debug | --debu | --deb | --de | --d | -d )
20986 debug=: ;;
20987 --file | --fil | --fi | --f )
20988 $ac_shift
20989 case $ac_optarg in
20990 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
20991 esac
20992 as_fn_append CONFIG_FILES " '$ac_optarg'"
20993 ac_need_defaults=false;;
20994 --header | --heade | --head | --hea )
20995 $ac_shift
20996 case $ac_optarg in
20997 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
20998 esac
20999 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
21000 ac_need_defaults=false;;
21001 --he | --h)
21002 # Conflict between --help and --header
21003 as_fn_error "ambiguous option: \`$1'
21004 Try \`$0 --help' for more information.";;
21005 --help | --hel | -h )
21006 $as_echo "$ac_cs_usage"; exit ;;
21007 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
21008 | -silent | --silent | --silen | --sile | --sil | --si | --s)
21009 ac_cs_silent=: ;;
21011 # This is an error.
21012 -*) as_fn_error "unrecognized option: \`$1'
21013 Try \`$0 --help' for more information." ;;
21015 *) as_fn_append ac_config_targets " $1"
21016 ac_need_defaults=false ;;
21018 esac
21019 shift
21020 done
21022 ac_configure_extra_args=
21024 if $ac_cs_silent; then
21025 exec 6>/dev/null
21026 ac_configure_extra_args="$ac_configure_extra_args --silent"
21029 _ACEOF
21030 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21031 if \$ac_cs_recheck; then
21032 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
21033 shift
21034 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
21035 CONFIG_SHELL='$SHELL'
21036 export CONFIG_SHELL
21037 exec "\$@"
21040 _ACEOF
21041 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21042 exec 5>>config.log
21044 echo
21045 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
21046 ## Running $as_me. ##
21047 _ASBOX
21048 $as_echo "$ac_log"
21049 } >&5
21051 _ACEOF
21052 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21053 _ACEOF
21055 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21057 # Handling of arguments.
21058 for ac_config_target in $ac_config_targets
21060 case $ac_config_target in
21061 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
21062 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
21063 "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
21064 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
21065 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
21066 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
21067 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
21068 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
21069 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
21070 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
21071 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
21072 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
21073 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
21074 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
21075 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
21076 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
21077 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
21078 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
21079 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
21080 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
21081 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
21082 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
21083 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
21084 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
21085 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
21086 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
21087 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
21088 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
21089 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
21090 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
21091 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
21092 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
21093 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
21094 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
21095 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
21096 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
21097 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
21098 "dlls/avifil32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/tests/Makefile" ;;
21099 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
21100 "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
21101 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
21102 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
21103 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
21104 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
21105 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
21106 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
21107 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
21108 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
21109 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
21110 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
21111 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
21112 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
21113 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
21114 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
21115 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
21116 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
21117 "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
21118 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
21119 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
21120 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
21121 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
21122 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
21123 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
21124 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
21125 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
21126 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
21127 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
21128 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
21129 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
21130 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
21131 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
21132 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
21133 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
21134 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
21135 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
21136 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
21137 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
21138 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
21139 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
21140 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
21141 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
21142 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
21143 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
21144 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
21145 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
21146 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
21147 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
21148 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
21149 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
21150 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
21151 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
21152 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
21153 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
21154 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
21155 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
21156 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
21157 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
21158 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
21159 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
21160 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
21161 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
21162 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
21163 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
21164 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
21165 "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
21166 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
21167 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
21168 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
21169 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
21170 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
21171 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
21172 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
21173 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
21174 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
21175 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
21176 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
21177 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
21178 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
21179 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
21180 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
21181 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
21182 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
21183 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
21184 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
21185 "dlls/dmloader/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/tests/Makefile" ;;
21186 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
21187 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
21188 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
21189 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
21190 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
21191 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
21192 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
21193 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
21194 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
21195 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
21196 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
21197 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
21198 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
21199 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
21200 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
21201 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
21202 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
21203 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
21204 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
21205 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
21206 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
21207 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
21208 "dlls/dxdiagn/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/tests/Makefile" ;;
21209 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
21210 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
21211 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
21212 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
21213 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
21214 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
21215 "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
21216 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
21217 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
21218 "dlls/fwpuclnt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fwpuclnt/Makefile" ;;
21219 "dlls/gdi.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi.exe16/Makefile" ;;
21220 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
21221 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
21222 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
21223 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
21224 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
21225 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
21226 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
21227 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
21228 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
21229 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
21230 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
21231 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
21232 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
21233 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
21234 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
21235 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
21236 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
21237 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
21238 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
21239 "dlls/imagehlp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/tests/Makefile" ;;
21240 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
21241 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
21242 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
21243 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
21244 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
21245 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
21246 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
21247 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
21248 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
21249 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
21250 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
21251 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
21252 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
21253 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
21254 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
21255 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
21256 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
21257 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
21258 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
21259 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
21260 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
21261 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
21262 "dlls/krnl386.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/krnl386.exe16/Makefile" ;;
21263 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
21264 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
21265 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
21266 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
21267 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
21268 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
21269 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
21270 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
21271 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
21272 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
21273 "dlls/mapistub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapistub/Makefile" ;;
21274 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
21275 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
21276 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
21277 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
21278 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
21279 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
21280 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
21281 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
21282 "dlls/mmdevapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/Makefile" ;;
21283 "dlls/mmdevapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/tests/Makefile" ;;
21284 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
21285 "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
21286 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
21287 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
21288 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
21289 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
21290 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
21291 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
21292 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
21293 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
21294 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
21295 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
21296 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
21297 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
21298 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
21299 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
21300 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
21301 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
21302 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
21303 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
21304 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
21305 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
21306 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
21307 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
21308 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
21309 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
21310 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
21311 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
21312 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
21313 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
21314 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
21315 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
21316 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
21317 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
21318 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
21319 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
21320 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
21321 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
21322 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
21323 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
21324 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
21325 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
21326 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
21327 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
21328 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
21329 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
21330 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
21331 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
21332 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
21333 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
21334 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
21335 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
21336 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
21337 "dlls/msxml4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml4/Makefile" ;;
21338 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
21339 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
21340 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
21341 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
21342 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
21343 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
21344 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
21345 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
21346 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
21347 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
21348 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
21349 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
21350 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
21351 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
21352 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
21353 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
21354 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
21355 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
21356 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
21357 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
21358 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
21359 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
21360 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
21361 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
21362 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
21363 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
21364 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
21365 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
21366 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
21367 "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
21368 "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
21369 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
21370 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
21371 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
21372 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
21373 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
21374 "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
21375 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
21376 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
21377 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
21378 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
21379 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
21380 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
21381 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
21382 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
21383 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
21384 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
21385 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
21386 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
21387 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
21388 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
21389 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
21390 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
21391 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
21392 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
21393 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
21394 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
21395 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
21396 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
21397 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
21398 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
21399 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
21400 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
21401 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
21402 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
21403 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
21404 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
21405 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
21406 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
21407 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
21408 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
21409 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
21410 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
21411 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
21412 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
21413 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
21414 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
21415 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
21416 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
21417 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
21418 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
21419 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
21420 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
21421 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
21422 "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
21423 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
21424 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
21425 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
21426 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
21427 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
21428 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
21429 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
21430 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
21431 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
21432 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
21433 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
21434 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
21435 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
21436 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
21437 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
21438 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
21439 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
21440 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
21441 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
21442 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
21443 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
21444 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
21445 "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
21446 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
21447 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
21448 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
21449 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
21450 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
21451 "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
21452 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
21453 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
21454 "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
21455 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
21456 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
21457 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
21458 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
21459 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
21460 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
21461 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
21462 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
21463 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
21464 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
21465 "dlls/user.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user.exe16/Makefile" ;;
21466 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
21467 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
21468 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
21469 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
21470 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
21471 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
21472 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
21473 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
21474 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
21475 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
21476 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
21477 "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
21478 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
21479 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
21480 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
21481 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
21482 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
21483 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
21484 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
21485 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
21486 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
21487 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
21488 "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
21489 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
21490 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
21491 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
21492 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
21493 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
21494 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
21495 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
21496 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
21497 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
21498 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
21499 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
21500 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
21501 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
21502 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
21503 "dlls/winemapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemapi/Makefile" ;;
21504 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
21505 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
21506 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
21507 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
21508 "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
21509 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
21510 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
21511 "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
21512 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
21513 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
21514 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
21515 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
21516 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
21517 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
21518 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
21519 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
21520 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
21521 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
21522 "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
21523 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
21524 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
21525 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
21526 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
21527 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
21528 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
21529 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
21530 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
21531 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
21532 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
21533 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
21534 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
21535 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
21536 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
21537 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
21538 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
21539 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
21540 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
21541 "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
21542 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
21543 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
21544 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
21545 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
21546 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
21547 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
21548 "dlls/xmllite/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/tests/Makefile" ;;
21549 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
21550 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
21551 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
21552 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
21553 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
21554 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
21555 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
21556 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
21557 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
21558 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
21559 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
21560 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
21561 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
21562 "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
21563 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
21564 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
21565 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
21566 "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
21567 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
21568 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
21569 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
21570 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
21571 "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
21572 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
21573 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
21574 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
21575 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
21576 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
21577 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
21578 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
21579 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
21580 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
21581 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
21582 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
21583 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
21584 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
21585 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
21586 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
21587 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
21588 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
21589 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
21590 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
21591 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
21592 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
21593 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
21594 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
21595 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
21596 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
21597 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
21598 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
21599 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
21600 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
21601 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
21602 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
21603 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
21604 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
21605 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
21606 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
21607 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
21608 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
21609 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
21610 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
21611 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
21612 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
21613 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
21614 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
21615 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
21616 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
21617 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
21618 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
21620 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
21621 esac
21622 done
21625 # If the user did not use the arguments to specify the items to instantiate,
21626 # then the envvar interface is used. Set only those that are not.
21627 # We use the long form for the default assignment because of an extremely
21628 # bizarre bug on SunOS 4.1.3.
21629 if $ac_need_defaults; then
21630 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
21631 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
21632 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
21633 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
21636 # Have a temporary directory for convenience. Make it in the build tree
21637 # simply because there is no reason against having it here, and in addition,
21638 # creating and moving files from /tmp can sometimes cause problems.
21639 # Hook for its removal unless debugging.
21640 # Note that there is a small window in which the directory will not be cleaned:
21641 # after its creation but before its name has been assigned to `$tmp'.
21642 $debug ||
21644 tmp=
21645 trap 'exit_status=$?
21646 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
21648 trap 'as_fn_exit 1' 1 2 13 15
21650 # Create a (secure) tmp directory for tmp files.
21653 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
21654 test -n "$tmp" && test -d "$tmp"
21655 } ||
21657 tmp=./conf$$-$RANDOM
21658 (umask 077 && mkdir "$tmp")
21659 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
21661 # Set up the scripts for CONFIG_FILES section.
21662 # No need to generate them if there are no CONFIG_FILES.
21663 # This happens for instance with `./config.status config.h'.
21664 if test -n "$CONFIG_FILES"; then
21666 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
21667 ac_cs_awk_getline=:
21668 ac_cs_awk_pipe_init=
21669 ac_cs_awk_read_file='
21670 while ((getline aline < (F[key])) > 0)
21671 print(aline)
21672 close(F[key])'
21673 ac_cs_awk_pipe_fini=
21674 else
21675 ac_cs_awk_getline=false
21676 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
21677 ac_cs_awk_read_file='
21678 print "|#_!!_#|"
21679 print "cat " F[key] " &&"
21680 '$ac_cs_awk_pipe_init
21681 # The final `:' finishes the AND list.
21682 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
21684 ac_cr=`echo X | tr X '\015'`
21685 # On cygwin, bash can eat \r inside `` if the user requested igncr.
21686 # But we know of no other shell where ac_cr would be empty at this
21687 # point, so we can use a bashism as a fallback.
21688 if test "x$ac_cr" = x; then
21689 eval ac_cr=\$\'\\r\'
21691 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
21692 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
21693 ac_cs_awk_cr='\r'
21694 else
21695 ac_cs_awk_cr=$ac_cr
21698 echo 'BEGIN {' >"$tmp/subs1.awk" &&
21699 _ACEOF
21701 # Create commands to substitute file output variables.
21703 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
21704 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
21705 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
21706 echo "_ACAWK" &&
21707 echo "_ACEOF"
21708 } >conf$$files.sh &&
21709 . ./conf$$files.sh ||
21710 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
21711 rm -f conf$$files.sh
21714 echo "cat >conf$$subs.awk <<_ACEOF" &&
21715 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
21716 echo "_ACEOF"
21717 } >conf$$subs.sh ||
21718 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
21719 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
21720 ac_delim='%!_!# '
21721 for ac_last_try in false false false false false :; do
21722 . ./conf$$subs.sh ||
21723 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
21725 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
21726 if test $ac_delim_n = $ac_delim_num; then
21727 break
21728 elif $ac_last_try; then
21729 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
21730 else
21731 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
21733 done
21734 rm -f conf$$subs.sh
21736 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21737 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
21738 _ACEOF
21739 sed -n '
21741 s/^/S["/; s/!.*/"]=/
21744 s/^[^!]*!//
21745 :repl
21746 t repl
21747 s/'"$ac_delim"'$//
21748 t delim
21751 s/\(.\{148\}\)..*/\1/
21752 t more1
21753 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
21756 b repl
21757 :more1
21758 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
21761 s/.\{148\}//
21762 t nl
21763 :delim
21765 s/\(.\{148\}\)..*/\1/
21766 t more2
21767 s/["\\]/\\&/g; s/^/"/; s/$/"/
21770 :more2
21771 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
21774 s/.\{148\}//
21775 t delim
21776 ' <conf$$subs.awk | sed '
21777 /^[^""]/{
21779 s/\n//
21781 ' >>$CONFIG_STATUS || ac_write_fail=1
21782 rm -f conf$$subs.awk
21783 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21784 _ACAWK
21785 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
21786 for (key in S) S_is_set[key] = 1
21787 FS = "\a"
21788 \$ac_cs_awk_pipe_init
21791 line = $ 0
21792 nfields = split(line, field, "@")
21793 substed = 0
21794 len = length(field[1])
21795 for (i = 2; i < nfields; i++) {
21796 key = field[i]
21797 keylen = length(key)
21798 if (S_is_set[key]) {
21799 value = S[key]
21800 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
21801 len += length(value) + length(field[++i])
21802 substed = 1
21803 } else
21804 len += 1 + keylen
21806 if (nfields == 3 && !substed) {
21807 key = field[2]
21808 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
21809 \$ac_cs_awk_read_file
21810 next
21813 print line
21815 \$ac_cs_awk_pipe_fini
21816 _ACAWK
21817 _ACEOF
21818 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21819 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
21820 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
21821 else
21823 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
21824 || as_fn_error "could not setup config files machinery" "$LINENO" 5
21825 _ACEOF
21827 # VPATH may cause trouble with some makes, so we remove $(srcdir),
21828 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
21829 # trailing colons and then remove the whole line if VPATH becomes empty
21830 # (actually we leave an empty line to preserve line numbers).
21831 if test "x$srcdir" = x.; then
21832 ac_vpsub='/^[ ]*VPATH[ ]*=/{
21833 s/:*\$(srcdir):*/:/
21834 s/:*\${srcdir}:*/:/
21835 s/:*@srcdir@:*/:/
21836 s/^\([^=]*=[ ]*\):*/\1/
21837 s/:*$//
21838 s/^[^=]*=[ ]*$//
21842 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21843 fi # test -n "$CONFIG_FILES"
21845 # Set up the scripts for CONFIG_HEADERS section.
21846 # No need to generate them if there are no CONFIG_HEADERS.
21847 # This happens for instance with `./config.status Makefile'.
21848 if test -n "$CONFIG_HEADERS"; then
21849 cat >"$tmp/defines.awk" <<\_ACAWK ||
21850 BEGIN {
21851 _ACEOF
21853 # Transform confdefs.h into an awk script `defines.awk', embedded as
21854 # here-document in config.status, that substitutes the proper values into
21855 # config.h.in to produce config.h.
21857 # Create a delimiter string that does not exist in confdefs.h, to ease
21858 # handling of long lines.
21859 ac_delim='%!_!# '
21860 for ac_last_try in false false :; do
21861 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
21862 if test -z "$ac_t"; then
21863 break
21864 elif $ac_last_try; then
21865 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
21866 else
21867 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
21869 done
21871 # For the awk script, D is an array of macro values keyed by name,
21872 # likewise P contains macro parameters if any. Preserve backslash
21873 # newline sequences.
21875 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
21876 sed -n '
21877 s/.\{148\}/&'"$ac_delim"'/g
21878 t rset
21879 :rset
21880 s/^[ ]*#[ ]*define[ ][ ]*/ /
21881 t def
21883 :def
21884 s/\\$//
21885 t bsnl
21886 s/["\\]/\\&/g
21887 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
21888 D["\1"]=" \3"/p
21889 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
21891 :bsnl
21892 s/["\\]/\\&/g
21893 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
21894 D["\1"]=" \3\\\\\\n"\\/p
21895 t cont
21896 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
21897 t cont
21899 :cont
21901 s/.\{148\}/&'"$ac_delim"'/g
21902 t clear
21903 :clear
21904 s/\\$//
21905 t bsnlc
21906 s/["\\]/\\&/g; s/^/"/; s/$/"/p
21908 :bsnlc
21909 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
21910 b cont
21911 ' <confdefs.h | sed '
21912 s/'"$ac_delim"'/"\\\
21913 "/g' >>$CONFIG_STATUS || ac_write_fail=1
21915 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21916 for (key in D) D_is_set[key] = 1
21917 FS = "\a"
21919 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
21920 line = \$ 0
21921 split(line, arg, " ")
21922 if (arg[1] == "#") {
21923 defundef = arg[2]
21924 mac1 = arg[3]
21925 } else {
21926 defundef = substr(arg[1], 2)
21927 mac1 = arg[2]
21929 split(mac1, mac2, "(") #)
21930 macro = mac2[1]
21931 prefix = substr(line, 1, index(line, defundef) - 1)
21932 if (D_is_set[macro]) {
21933 # Preserve the white space surrounding the "#".
21934 print prefix "define", macro P[macro] D[macro]
21935 next
21936 } else {
21937 # Replace #undef with comments. This is necessary, for example,
21938 # in the case of _POSIX_SOURCE, which is predefined and required
21939 # on some systems where configure will not decide to define it.
21940 if (defundef == "undef") {
21941 print "/*", prefix defundef, macro, "*/"
21942 next
21946 { print }
21947 _ACAWK
21948 _ACEOF
21949 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21950 as_fn_error "could not setup config headers machinery" "$LINENO" 5
21951 fi # test -n "$CONFIG_HEADERS"
21954 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
21955 shift
21956 for ac_tag
21958 case $ac_tag in
21959 :[FHLC]) ac_mode=$ac_tag; continue;;
21960 esac
21961 case $ac_mode$ac_tag in
21962 :[FHL]*:*);;
21963 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
21964 :[FH]-) ac_tag=-:-;;
21965 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
21966 esac
21967 ac_save_IFS=$IFS
21968 IFS=:
21969 set x $ac_tag
21970 IFS=$ac_save_IFS
21971 shift
21972 ac_file=$1
21973 shift
21975 case $ac_mode in
21976 :L) ac_source=$1;;
21977 :[FH])
21978 ac_file_inputs=
21979 for ac_f
21981 case $ac_f in
21982 -) ac_f="$tmp/stdin";;
21983 *) # Look for the file first in the build tree, then in the source tree
21984 # (if the path is not absolute). The absolute path cannot be DOS-style,
21985 # because $ac_f cannot contain `:'.
21986 test -f "$ac_f" ||
21987 case $ac_f in
21988 [\\/$]*) false;;
21989 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
21990 esac ||
21991 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
21992 esac
21993 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
21994 as_fn_append ac_file_inputs " '$ac_f'"
21995 done
21997 # Let's still pretend it is `configure' which instantiates (i.e., don't
21998 # use $as_me), people would be surprised to read:
21999 # /* config.h. Generated by config.status. */
22000 configure_input='Generated from '`
22001 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
22002 `' by configure.'
22003 if test x"$ac_file" != x-; then
22004 configure_input="$ac_file. $configure_input"
22005 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
22006 $as_echo "$as_me: creating $ac_file" >&6;}
22008 # Neutralize special characters interpreted by sed in replacement strings.
22009 case $configure_input in #(
22010 *\&* | *\|* | *\\* )
22011 ac_sed_conf_input=`$as_echo "$configure_input" |
22012 sed 's/[\\\\&|]/\\\\&/g'`;; #(
22013 *) ac_sed_conf_input=$configure_input;;
22014 esac
22016 case $ac_tag in
22017 *:-:* | *:-) cat >"$tmp/stdin" \
22018 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
22019 esac
22021 esac
22023 ac_dir=`$as_dirname -- "$ac_file" ||
22024 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22025 X"$ac_file" : 'X\(//\)[^/]' \| \
22026 X"$ac_file" : 'X\(//\)$' \| \
22027 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
22028 $as_echo X"$ac_file" |
22029 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22030 s//\1/
22033 /^X\(\/\/\)[^/].*/{
22034 s//\1/
22037 /^X\(\/\/\)$/{
22038 s//\1/
22041 /^X\(\/\).*/{
22042 s//\1/
22045 s/.*/./; q'`
22046 as_dir="$ac_dir"; as_fn_mkdir_p
22047 ac_builddir=.
22049 case "$ac_dir" in
22050 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
22052 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
22053 # A ".." for each directory in $ac_dir_suffix.
22054 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
22055 case $ac_top_builddir_sub in
22056 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
22057 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
22058 esac ;;
22059 esac
22060 ac_abs_top_builddir=$ac_pwd
22061 ac_abs_builddir=$ac_pwd$ac_dir_suffix
22062 # for backward compatibility:
22063 ac_top_builddir=$ac_top_build_prefix
22065 case $srcdir in
22066 .) # We are building in place.
22067 ac_srcdir=.
22068 ac_top_srcdir=$ac_top_builddir_sub
22069 ac_abs_top_srcdir=$ac_pwd ;;
22070 [\\/]* | ?:[\\/]* ) # Absolute name.
22071 ac_srcdir=$srcdir$ac_dir_suffix;
22072 ac_top_srcdir=$srcdir
22073 ac_abs_top_srcdir=$srcdir ;;
22074 *) # Relative name.
22075 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
22076 ac_top_srcdir=$ac_top_build_prefix$srcdir
22077 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
22078 esac
22079 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
22082 case $ac_mode in
22085 # CONFIG_FILE
22088 case $INSTALL in
22089 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
22090 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
22091 esac
22092 _ACEOF
22094 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22095 # If the template does not know about datarootdir, expand it.
22096 # FIXME: This hack should be removed a few years after 2.60.
22097 ac_datarootdir_hack=; ac_datarootdir_seen=
22098 ac_sed_dataroot='
22099 /datarootdir/ {
22103 /@datadir@/p
22104 /@docdir@/p
22105 /@infodir@/p
22106 /@localedir@/p
22107 /@mandir@/p'
22108 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
22109 *datarootdir*) ac_datarootdir_seen=yes;;
22110 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
22111 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
22112 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
22113 _ACEOF
22114 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22115 ac_datarootdir_hack='
22116 s&@datadir@&$datadir&g
22117 s&@docdir@&$docdir&g
22118 s&@infodir@&$infodir&g
22119 s&@localedir@&$localedir&g
22120 s&@mandir@&$mandir&g
22121 s&\\\${datarootdir}&$datarootdir&g' ;;
22122 esac
22123 _ACEOF
22125 # Neutralize VPATH when `$srcdir' = `.'.
22126 # Shell code in configure.ac might set extrasub.
22127 # FIXME: do we really want to maintain this feature?
22128 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22129 ac_sed_extra="$ac_vpsub
22130 $extrasub
22131 _ACEOF
22132 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22134 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
22135 s|@configure_input@|$ac_sed_conf_input|;t t
22136 s&@top_builddir@&$ac_top_builddir_sub&;t t
22137 s&@top_build_prefix@&$ac_top_build_prefix&;t t
22138 s&@srcdir@&$ac_srcdir&;t t
22139 s&@abs_srcdir@&$ac_abs_srcdir&;t t
22140 s&@top_srcdir@&$ac_top_srcdir&;t t
22141 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
22142 s&@builddir@&$ac_builddir&;t t
22143 s&@abs_builddir@&$ac_abs_builddir&;t t
22144 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
22145 s&@INSTALL@&$ac_INSTALL&;t t
22146 $ac_datarootdir_hack
22148 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
22149 if $ac_cs_awk_getline; then
22150 $AWK -f "$tmp/subs.awk"
22151 else
22152 $AWK -f "$tmp/subs.awk" | $SHELL
22153 fi >$tmp/out \
22154 || as_fn_error "could not create $ac_file" "$LINENO" 5
22156 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
22157 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
22158 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
22159 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
22160 which seems to be undefined. Please make sure it is defined." >&5
22161 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
22162 which seems to be undefined. Please make sure it is defined." >&2;}
22164 rm -f "$tmp/stdin"
22165 case $ac_file in
22166 -) cat "$tmp/out" && rm -f "$tmp/out";;
22167 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
22168 esac \
22169 || as_fn_error "could not create $ac_file" "$LINENO" 5
22173 # CONFIG_HEADER
22175 if test x"$ac_file" != x-; then
22177 $as_echo "/* $configure_input */" \
22178 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
22179 } >"$tmp/config.h" \
22180 || as_fn_error "could not create $ac_file" "$LINENO" 5
22181 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
22182 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
22183 $as_echo "$as_me: $ac_file is unchanged" >&6;}
22184 else
22185 rm -f "$ac_file"
22186 mv "$tmp/config.h" "$ac_file" \
22187 || as_fn_error "could not create $ac_file" "$LINENO" 5
22189 else
22190 $as_echo "/* $configure_input */" \
22191 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
22192 || as_fn_error "could not create -" "$LINENO" 5
22197 # CONFIG_LINK
22200 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
22202 else
22203 # Prefer the file from the source tree if names are identical.
22204 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
22205 ac_source=$srcdir/$ac_source
22208 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
22209 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
22211 if test ! -r "$ac_source"; then
22212 as_fn_error "$ac_source: file not found" "$LINENO" 5
22214 rm -f "$ac_file"
22216 # Try a relative symlink, then a hard link, then a copy.
22217 case $srcdir in
22218 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
22219 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
22220 esac
22221 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
22222 ln "$ac_source" "$ac_file" 2>/dev/null ||
22223 cp -p "$ac_source" "$ac_file" ||
22224 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
22227 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
22228 $as_echo "$as_me: executing $ac_file commands" >&6;}
22230 esac
22233 case $ac_file$ac_mode in
22234 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
22235 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
22236 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
22237 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
22238 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
22239 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
22240 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
22241 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
22242 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
22243 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
22244 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
22245 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
22246 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
22248 esac
22249 done # for ac_tag
22252 as_fn_exit 0
22253 _ACEOF
22254 ac_clean_files=$ac_clean_files_save
22256 test $ac_write_fail = 0 ||
22257 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
22260 # configure is writing to config.log, and then calls config.status.
22261 # config.status does its own redirection, appending to config.log.
22262 # Unfortunately, on DOS this fails, as config.log is still kept open
22263 # by configure, so config.status won't be able to write to it; its
22264 # output is simply discarded. So we exec the FD to /dev/null,
22265 # effectively closing config.log, so it can be properly (re)opened and
22266 # appended to by config.status. When coming back to configure, we
22267 # need to make the FD available again.
22268 if test "$no_create" != yes; then
22269 ac_cs_success=:
22270 ac_config_status_args=
22271 test "$silent" = yes &&
22272 ac_config_status_args="$ac_config_status_args --quiet"
22273 exec 5>/dev/null
22274 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
22275 exec 5>>config.log
22276 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
22277 # would make configure fail if this is the last instruction.
22278 $ac_cs_success || as_fn_exit $?
22280 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
22281 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
22282 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
22286 if test "$no_create" = "yes"
22287 then
22288 exit 0
22291 ac_save_IFS="$IFS"
22292 if test "x$wine_notices != "x; then
22293 echo >&6
22294 IFS="|"
22295 for msg in $wine_notices; do
22296 IFS="$ac_save_IFS"
22297 if test -n "$msg"; then
22298 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
22299 $as_echo "$as_me: $msg" >&6;}
22301 done
22303 IFS="|"
22304 for msg in $wine_warnings; do
22305 IFS="$ac_save_IFS"
22306 if test -n "$msg"; then
22307 echo >&2
22308 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
22309 $as_echo "$as_me: WARNING: $msg" >&2;}
22311 done
22312 IFS="$ac_save_IFS"
22314 echo "
22315 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
22316 " >&6