makefiles: Build the import libraries directly from the top-level makefile.
[wine/hacks.git] / configure
bloba93e6858c619d451edbb9fafd88881b9899c68ff
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_TEST_BINARIES="$ALL_TEST_BINARIES \\
13851 advapi32_test.exe"
13852 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
13853 advapi32_test.exe: \$(TOPOBJDIR)/dlls/advapi32/tests/advapi32_test.exe$DLLEXT
13854 cp \$(TOPOBJDIR)/dlls/advapi32/tests/advapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13855 advapi32_test.rc:
13856 echo \"advapi32_test.exe TESTRES \\\"advapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13857 advapi32_test.res: advapi32_test.rc advapi32_test.exe"
13858 ALL_MAKEFILES="$ALL_MAKEFILES \\
13859 dlls/advapi32/tests/Makefile"
13860 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13861 advapi32/tests"
13862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13863 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules config.status"
13864 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13866 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13867 dlls/advpack/libadvpack.$IMPLIBEXT"
13868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13869 dlls/advpack/libadvpack.$IMPLIBEXT dlls/advpack/libadvpack.cross.a: tools/widl tools/winebuild tools/winegcc include
13870 dlls/advpack/libadvpack.$IMPLIBEXT dlls/advpack/libadvpack.cross.a: dlls/advpack/advpack.spec dlls/advpack/Makefile
13871 @cd dlls/advpack && \$(MAKE) \`basename \$@\`"
13872 ALL_MAKEFILES="$ALL_MAKEFILES \\
13873 dlls/advpack/Makefile"
13874 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13875 advpack"
13876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13877 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules config.status"
13878 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13880 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
13881 advpack_test.exe"
13882 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
13883 advpack_test.exe: \$(TOPOBJDIR)/dlls/advpack/tests/advpack_test.exe$DLLEXT
13884 cp \$(TOPOBJDIR)/dlls/advpack/tests/advpack_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13885 advpack_test.rc:
13886 echo \"advpack_test.exe TESTRES \\\"advpack_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13887 advpack_test.res: advpack_test.rc advpack_test.exe"
13888 ALL_MAKEFILES="$ALL_MAKEFILES \\
13889 dlls/advpack/tests/Makefile"
13890 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13891 advpack/tests"
13892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13893 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules config.status"
13894 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13896 ALL_MAKEFILES="$ALL_MAKEFILES \\
13897 dlls/amstream/Makefile"
13898 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13899 amstream"
13900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13901 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules config.status"
13902 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13904 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
13905 amstream_test.exe"
13906 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
13907 amstream_test.exe: \$(TOPOBJDIR)/dlls/amstream/tests/amstream_test.exe$DLLEXT
13908 cp \$(TOPOBJDIR)/dlls/amstream/tests/amstream_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13909 amstream_test.rc:
13910 echo \"amstream_test.exe TESTRES \\\"amstream_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13911 amstream_test.res: amstream_test.rc amstream_test.exe"
13912 ALL_MAKEFILES="$ALL_MAKEFILES \\
13913 dlls/amstream/tests/Makefile"
13914 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13915 amstream/tests"
13916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13917 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules config.status"
13918 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13920 ALL_MAKEFILES="$ALL_MAKEFILES \\
13921 dlls/appwiz.cpl/Makefile"
13922 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13923 appwiz.cpl"
13924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13925 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules config.status"
13926 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13928 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13929 dlls/atl/libatl.$IMPLIBEXT"
13930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13931 dlls/atl/libatl.$IMPLIBEXT dlls/atl/libatl.cross.a: tools/widl tools/winebuild tools/winegcc include
13932 dlls/atl/libatl.$IMPLIBEXT dlls/atl/libatl.cross.a: dlls/atl/atl.spec dlls/atl/Makefile
13933 @cd dlls/atl && \$(MAKE) \`basename \$@\`"
13934 ALL_MAKEFILES="$ALL_MAKEFILES \\
13935 dlls/atl/Makefile"
13936 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13937 atl"
13938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13939 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules config.status"
13940 ac_config_files="$ac_config_files dlls/atl/Makefile"
13942 ALL_MAKEFILES="$ALL_MAKEFILES \\
13943 dlls/authz/Makefile"
13944 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13945 authz"
13946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13947 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules config.status"
13948 ac_config_files="$ac_config_files dlls/authz/Makefile"
13950 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13951 dlls/avicap32/libavicap32.$IMPLIBEXT"
13952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13953 dlls/avicap32/libavicap32.$IMPLIBEXT dlls/avicap32/libavicap32.cross.a: tools/widl tools/winebuild tools/winegcc include
13954 dlls/avicap32/libavicap32.$IMPLIBEXT dlls/avicap32/libavicap32.cross.a: dlls/avicap32/avicap32.spec dlls/avicap32/Makefile
13955 @cd dlls/avicap32 && \$(MAKE) \`basename \$@\`"
13956 ALL_MAKEFILES="$ALL_MAKEFILES \\
13957 dlls/avicap32/Makefile"
13958 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13959 avicap32"
13960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13961 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules config.status"
13962 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13964 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13965 dlls/avifil32/libavifil32.$IMPLIBEXT"
13966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13967 dlls/avifil32/libavifil32.$IMPLIBEXT dlls/avifil32/libavifil32.cross.a: tools/widl tools/winebuild tools/winegcc include
13968 dlls/avifil32/libavifil32.$IMPLIBEXT dlls/avifil32/libavifil32.cross.a: dlls/avifil32/avifil32.spec dlls/avifil32/Makefile
13969 @cd dlls/avifil32 && \$(MAKE) \`basename \$@\`"
13970 ALL_MAKEFILES="$ALL_MAKEFILES \\
13971 dlls/avifil32/Makefile"
13972 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13973 avifil32"
13974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13975 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules config.status"
13976 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
13978 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
13979 avifil32_test.exe"
13980 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
13981 avifil32_test.exe: \$(TOPOBJDIR)/dlls/avifil32/tests/avifil32_test.exe$DLLEXT
13982 cp \$(TOPOBJDIR)/dlls/avifil32/tests/avifil32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13983 avifil32_test.rc:
13984 echo \"avifil32_test.exe TESTRES \\\"avifil32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13985 avifil32_test.res: avifil32_test.rc avifil32_test.exe"
13986 ALL_MAKEFILES="$ALL_MAKEFILES \\
13987 dlls/avifil32/tests/Makefile"
13988 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13989 avifil32/tests"
13990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13991 dlls/avifil32/tests/Makefile: dlls/avifil32/tests/Makefile.in dlls/Maketest.rules config.status"
13992 ac_config_files="$ac_config_files dlls/avifil32/tests/Makefile"
13994 ALL_MAKEFILES="$ALL_MAKEFILES \\
13995 dlls/avifile.dll16/Makefile"
13996 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13997 avifile.dll16"
13998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13999 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules config.status"
14000 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
14002 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14003 dlls/avrt/libavrt.$IMPLIBEXT"
14004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14005 dlls/avrt/libavrt.$IMPLIBEXT dlls/avrt/libavrt.cross.a: tools/widl tools/winebuild tools/winegcc include
14006 dlls/avrt/libavrt.$IMPLIBEXT dlls/avrt/libavrt.cross.a: dlls/avrt/avrt.spec dlls/avrt/Makefile
14007 @cd dlls/avrt && \$(MAKE) \`basename \$@\`"
14008 ALL_MAKEFILES="$ALL_MAKEFILES \\
14009 dlls/avrt/Makefile"
14010 test "x$enable_avrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14011 avrt"
14012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14013 dlls/avrt/Makefile: dlls/avrt/Makefile.in dlls/Makedll.rules config.status"
14014 ac_config_files="$ac_config_files dlls/avrt/Makefile"
14016 ALL_MAKEFILES="$ALL_MAKEFILES \\
14017 dlls/bcrypt/Makefile"
14018 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14019 bcrypt"
14020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14021 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules config.status"
14022 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
14024 ALL_MAKEFILES="$ALL_MAKEFILES \\
14025 dlls/browseui/Makefile"
14026 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14027 browseui"
14028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14029 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules config.status"
14030 ac_config_files="$ac_config_files dlls/browseui/Makefile"
14032 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14033 browseui_test.exe"
14034 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14035 browseui_test.exe: \$(TOPOBJDIR)/dlls/browseui/tests/browseui_test.exe$DLLEXT
14036 cp \$(TOPOBJDIR)/dlls/browseui/tests/browseui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14037 browseui_test.rc:
14038 echo \"browseui_test.exe TESTRES \\\"browseui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14039 browseui_test.res: browseui_test.rc browseui_test.exe"
14040 ALL_MAKEFILES="$ALL_MAKEFILES \\
14041 dlls/browseui/tests/Makefile"
14042 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14043 browseui/tests"
14044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14045 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules config.status"
14046 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
14048 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14049 dlls/cabinet/libcabinet.$IMPLIBEXT"
14050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14051 dlls/cabinet/libcabinet.$IMPLIBEXT dlls/cabinet/libcabinet.cross.a: tools/widl tools/winebuild tools/winegcc include
14052 dlls/cabinet/libcabinet.$IMPLIBEXT dlls/cabinet/libcabinet.cross.a: dlls/cabinet/cabinet.spec dlls/cabinet/Makefile
14053 @cd dlls/cabinet && \$(MAKE) \`basename \$@\`"
14054 ALL_MAKEFILES="$ALL_MAKEFILES \\
14055 dlls/cabinet/Makefile"
14056 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14057 cabinet"
14058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14059 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules config.status"
14060 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
14062 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14063 cabinet_test.exe"
14064 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14065 cabinet_test.exe: \$(TOPOBJDIR)/dlls/cabinet/tests/cabinet_test.exe$DLLEXT
14066 cp \$(TOPOBJDIR)/dlls/cabinet/tests/cabinet_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14067 cabinet_test.rc:
14068 echo \"cabinet_test.exe TESTRES \\\"cabinet_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14069 cabinet_test.res: cabinet_test.rc cabinet_test.exe"
14070 ALL_MAKEFILES="$ALL_MAKEFILES \\
14071 dlls/cabinet/tests/Makefile"
14072 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14073 cabinet/tests"
14074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14075 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules config.status"
14076 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
14078 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14079 dlls/capi2032/libcapi2032.$IMPLIBEXT"
14080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14081 dlls/capi2032/libcapi2032.$IMPLIBEXT dlls/capi2032/libcapi2032.cross.a: tools/widl tools/winebuild tools/winegcc include
14082 dlls/capi2032/libcapi2032.$IMPLIBEXT dlls/capi2032/libcapi2032.cross.a: dlls/capi2032/capi2032.spec dlls/capi2032/Makefile
14083 @cd dlls/capi2032 && \$(MAKE) \`basename \$@\`"
14084 ALL_MAKEFILES="$ALL_MAKEFILES \\
14085 dlls/capi2032/Makefile"
14086 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14087 capi2032"
14088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14089 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules config.status"
14090 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
14092 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14093 dlls/cards/libcards.$IMPLIBEXT"
14094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14095 dlls/cards/libcards.$IMPLIBEXT dlls/cards/libcards.cross.a: tools/widl tools/winebuild tools/winegcc include
14096 dlls/cards/libcards.$IMPLIBEXT dlls/cards/libcards.cross.a: dlls/cards/cards.spec dlls/cards/Makefile
14097 @cd dlls/cards && \$(MAKE) \`basename \$@\`"
14098 ALL_MAKEFILES="$ALL_MAKEFILES \\
14099 dlls/cards/Makefile"
14100 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14101 cards"
14102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14103 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules config.status"
14104 ac_config_files="$ac_config_files dlls/cards/Makefile"
14106 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14107 dlls/cfgmgr32/libcfgmgr32.$IMPLIBEXT"
14108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14109 dlls/cfgmgr32/libcfgmgr32.$IMPLIBEXT dlls/cfgmgr32/libcfgmgr32.cross.a: tools/widl tools/winebuild tools/winegcc include
14110 dlls/cfgmgr32/libcfgmgr32.$IMPLIBEXT dlls/cfgmgr32/libcfgmgr32.cross.a: dlls/cfgmgr32/cfgmgr32.spec dlls/cfgmgr32/Makefile
14111 @cd dlls/cfgmgr32 && \$(MAKE) \`basename \$@\`"
14112 ALL_MAKEFILES="$ALL_MAKEFILES \\
14113 dlls/cfgmgr32/Makefile"
14114 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14115 cfgmgr32"
14116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14117 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules config.status"
14118 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
14120 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14121 dlls/clusapi/libclusapi.$IMPLIBEXT"
14122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14123 dlls/clusapi/libclusapi.$IMPLIBEXT dlls/clusapi/libclusapi.cross.a: tools/widl tools/winebuild tools/winegcc include
14124 dlls/clusapi/libclusapi.$IMPLIBEXT dlls/clusapi/libclusapi.cross.a: dlls/clusapi/clusapi.spec dlls/clusapi/Makefile
14125 @cd dlls/clusapi && \$(MAKE) \`basename \$@\`"
14126 ALL_MAKEFILES="$ALL_MAKEFILES \\
14127 dlls/clusapi/Makefile"
14128 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14129 clusapi"
14130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14131 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules config.status"
14132 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
14134 ALL_MAKEFILES="$ALL_MAKEFILES \\
14135 dlls/comcat/Makefile"
14136 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14137 comcat"
14138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14139 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules config.status"
14140 ac_config_files="$ac_config_files dlls/comcat/Makefile"
14142 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14143 comcat_test.exe"
14144 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14145 comcat_test.exe: \$(TOPOBJDIR)/dlls/comcat/tests/comcat_test.exe$DLLEXT
14146 cp \$(TOPOBJDIR)/dlls/comcat/tests/comcat_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14147 comcat_test.rc:
14148 echo \"comcat_test.exe TESTRES \\\"comcat_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14149 comcat_test.res: comcat_test.rc comcat_test.exe"
14150 ALL_MAKEFILES="$ALL_MAKEFILES \\
14151 dlls/comcat/tests/Makefile"
14152 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14153 comcat/tests"
14154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14155 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules config.status"
14156 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
14158 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14159 dlls/comctl32/libcomctl32.$IMPLIBEXT"
14160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14161 dlls/comctl32/libcomctl32.$IMPLIBEXT dlls/comctl32/libcomctl32.cross.a: tools/widl tools/winebuild tools/winegcc include
14162 dlls/comctl32/libcomctl32.$IMPLIBEXT dlls/comctl32/libcomctl32.cross.a: dlls/comctl32/comctl32.spec dlls/comctl32/Makefile
14163 @cd dlls/comctl32 && \$(MAKE) \`basename \$@\`"
14164 ALL_MAKEFILES="$ALL_MAKEFILES \\
14165 dlls/comctl32/Makefile"
14166 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14167 comctl32"
14168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14169 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules config.status"
14170 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
14172 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14173 comctl32_test.exe"
14174 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14175 comctl32_test.exe: \$(TOPOBJDIR)/dlls/comctl32/tests/comctl32_test.exe$DLLEXT
14176 cp \$(TOPOBJDIR)/dlls/comctl32/tests/comctl32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14177 comctl32_test.rc:
14178 echo \"comctl32_test.exe TESTRES \\\"comctl32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14179 comctl32_test.res: comctl32_test.rc comctl32_test.exe"
14180 ALL_MAKEFILES="$ALL_MAKEFILES \\
14181 dlls/comctl32/tests/Makefile"
14182 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14183 comctl32/tests"
14184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14185 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules config.status"
14186 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
14188 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14189 dlls/comdlg32/libcomdlg32.$IMPLIBEXT"
14190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14191 dlls/comdlg32/libcomdlg32.$IMPLIBEXT dlls/comdlg32/libcomdlg32.cross.a: tools/widl tools/winebuild tools/winegcc include
14192 dlls/comdlg32/libcomdlg32.$IMPLIBEXT dlls/comdlg32/libcomdlg32.cross.a: dlls/comdlg32/comdlg32.spec dlls/comdlg32/Makefile
14193 @cd dlls/comdlg32 && \$(MAKE) \`basename \$@\`"
14194 ALL_MAKEFILES="$ALL_MAKEFILES \\
14195 dlls/comdlg32/Makefile"
14196 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14197 comdlg32"
14198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14199 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules config.status"
14200 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
14202 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14203 comdlg32_test.exe"
14204 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14205 comdlg32_test.exe: \$(TOPOBJDIR)/dlls/comdlg32/tests/comdlg32_test.exe$DLLEXT
14206 cp \$(TOPOBJDIR)/dlls/comdlg32/tests/comdlg32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14207 comdlg32_test.rc:
14208 echo \"comdlg32_test.exe TESTRES \\\"comdlg32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14209 comdlg32_test.res: comdlg32_test.rc comdlg32_test.exe"
14210 ALL_MAKEFILES="$ALL_MAKEFILES \\
14211 dlls/comdlg32/tests/Makefile"
14212 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14213 comdlg32/tests"
14214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14215 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules config.status"
14216 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
14218 ALL_MAKEFILES="$ALL_MAKEFILES \\
14219 dlls/comm.drv16/Makefile"
14220 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14221 comm.drv16"
14222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14223 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules config.status"
14224 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
14226 ALL_MAKEFILES="$ALL_MAKEFILES \\
14227 dlls/commdlg.dll16/Makefile"
14228 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14229 commdlg.dll16"
14230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14231 dlls/commdlg.dll16/Makefile: dlls/commdlg.dll16/Makefile.in dlls/Makedll.rules config.status"
14232 ac_config_files="$ac_config_files dlls/commdlg.dll16/Makefile"
14234 ALL_MAKEFILES="$ALL_MAKEFILES \\
14235 dlls/compobj.dll16/Makefile"
14236 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14237 compobj.dll16"
14238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14239 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules config.status"
14240 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
14242 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14243 dlls/compstui/libcompstui.$IMPLIBEXT"
14244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14245 dlls/compstui/libcompstui.$IMPLIBEXT dlls/compstui/libcompstui.cross.a: tools/widl tools/winebuild tools/winegcc include
14246 dlls/compstui/libcompstui.$IMPLIBEXT dlls/compstui/libcompstui.cross.a: dlls/compstui/compstui.spec dlls/compstui/Makefile
14247 @cd dlls/compstui && \$(MAKE) \`basename \$@\`"
14248 ALL_MAKEFILES="$ALL_MAKEFILES \\
14249 dlls/compstui/Makefile"
14250 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14251 compstui"
14252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14253 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules config.status"
14254 ac_config_files="$ac_config_files dlls/compstui/Makefile"
14256 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14257 dlls/credui/libcredui.$IMPLIBEXT"
14258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14259 dlls/credui/libcredui.$IMPLIBEXT dlls/credui/libcredui.cross.a: tools/widl tools/winebuild tools/winegcc include
14260 dlls/credui/libcredui.$IMPLIBEXT dlls/credui/libcredui.cross.a: dlls/credui/credui.spec dlls/credui/Makefile
14261 @cd dlls/credui && \$(MAKE) \`basename \$@\`"
14262 ALL_MAKEFILES="$ALL_MAKEFILES \\
14263 dlls/credui/Makefile"
14264 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14265 credui"
14266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14267 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules config.status"
14268 ac_config_files="$ac_config_files dlls/credui/Makefile"
14270 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14271 credui_test.exe"
14272 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14273 credui_test.exe: \$(TOPOBJDIR)/dlls/credui/tests/credui_test.exe$DLLEXT
14274 cp \$(TOPOBJDIR)/dlls/credui/tests/credui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14275 credui_test.rc:
14276 echo \"credui_test.exe TESTRES \\\"credui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14277 credui_test.res: credui_test.rc credui_test.exe"
14278 ALL_MAKEFILES="$ALL_MAKEFILES \\
14279 dlls/credui/tests/Makefile"
14280 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14281 credui/tests"
14282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14283 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules config.status"
14284 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
14286 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14287 dlls/crtdll/libcrtdll.$IMPLIBEXT"
14288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14289 dlls/crtdll/libcrtdll.$IMPLIBEXT dlls/crtdll/libcrtdll.cross.a: tools/widl tools/winebuild tools/winegcc include
14290 dlls/crtdll/libcrtdll.$IMPLIBEXT dlls/crtdll/libcrtdll.cross.a: dlls/crtdll/crtdll.spec dlls/crtdll/Makefile
14291 @cd dlls/crtdll && \$(MAKE) \`basename \$@\`"
14292 ALL_MAKEFILES="$ALL_MAKEFILES \\
14293 dlls/crtdll/Makefile"
14294 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14295 crtdll"
14296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14297 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules config.status"
14298 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
14300 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14301 dlls/crypt32/libcrypt32.$IMPLIBEXT"
14302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14303 dlls/crypt32/libcrypt32.$IMPLIBEXT dlls/crypt32/libcrypt32.cross.a: tools/widl tools/winebuild tools/winegcc include
14304 dlls/crypt32/libcrypt32.$IMPLIBEXT dlls/crypt32/libcrypt32.cross.a: dlls/crypt32/crypt32.spec dlls/crypt32/Makefile
14305 @cd dlls/crypt32 && \$(MAKE) \`basename \$@\`"
14306 ALL_MAKEFILES="$ALL_MAKEFILES \\
14307 dlls/crypt32/Makefile"
14308 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14309 crypt32"
14310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14311 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules config.status"
14312 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
14314 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14315 crypt32_test.exe"
14316 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14317 crypt32_test.exe: \$(TOPOBJDIR)/dlls/crypt32/tests/crypt32_test.exe$DLLEXT
14318 cp \$(TOPOBJDIR)/dlls/crypt32/tests/crypt32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14319 crypt32_test.rc:
14320 echo \"crypt32_test.exe TESTRES \\\"crypt32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14321 crypt32_test.res: crypt32_test.rc crypt32_test.exe"
14322 ALL_MAKEFILES="$ALL_MAKEFILES \\
14323 dlls/crypt32/tests/Makefile"
14324 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14325 crypt32/tests"
14326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14327 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules config.status"
14328 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
14330 ALL_MAKEFILES="$ALL_MAKEFILES \\
14331 dlls/cryptdlg/Makefile"
14332 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14333 cryptdlg"
14334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14335 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules config.status"
14336 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
14338 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14339 dlls/cryptdll/libcryptdll.$IMPLIBEXT"
14340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14341 dlls/cryptdll/libcryptdll.$IMPLIBEXT dlls/cryptdll/libcryptdll.cross.a: tools/widl tools/winebuild tools/winegcc include
14342 dlls/cryptdll/libcryptdll.$IMPLIBEXT dlls/cryptdll/libcryptdll.cross.a: dlls/cryptdll/cryptdll.spec dlls/cryptdll/Makefile
14343 @cd dlls/cryptdll && \$(MAKE) \`basename \$@\`"
14344 ALL_MAKEFILES="$ALL_MAKEFILES \\
14345 dlls/cryptdll/Makefile"
14346 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14347 cryptdll"
14348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14349 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules config.status"
14350 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
14352 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14353 dlls/cryptnet/libcryptnet.$IMPLIBEXT"
14354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14355 dlls/cryptnet/libcryptnet.$IMPLIBEXT dlls/cryptnet/libcryptnet.cross.a: tools/widl tools/winebuild tools/winegcc include
14356 dlls/cryptnet/libcryptnet.$IMPLIBEXT dlls/cryptnet/libcryptnet.cross.a: dlls/cryptnet/cryptnet.spec dlls/cryptnet/Makefile
14357 @cd dlls/cryptnet && \$(MAKE) \`basename \$@\`"
14358 ALL_MAKEFILES="$ALL_MAKEFILES \\
14359 dlls/cryptnet/Makefile"
14360 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14361 cryptnet"
14362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14363 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules config.status"
14364 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
14366 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14367 cryptnet_test.exe"
14368 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14369 cryptnet_test.exe: \$(TOPOBJDIR)/dlls/cryptnet/tests/cryptnet_test.exe$DLLEXT
14370 cp \$(TOPOBJDIR)/dlls/cryptnet/tests/cryptnet_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14371 cryptnet_test.rc:
14372 echo \"cryptnet_test.exe TESTRES \\\"cryptnet_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14373 cryptnet_test.res: cryptnet_test.rc cryptnet_test.exe"
14374 ALL_MAKEFILES="$ALL_MAKEFILES \\
14375 dlls/cryptnet/tests/Makefile"
14376 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14377 cryptnet/tests"
14378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14379 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules config.status"
14380 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
14382 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14383 dlls/cryptui/libcryptui.$IMPLIBEXT"
14384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14385 dlls/cryptui/libcryptui.$IMPLIBEXT dlls/cryptui/libcryptui.cross.a: tools/widl tools/winebuild tools/winegcc include
14386 dlls/cryptui/libcryptui.$IMPLIBEXT dlls/cryptui/libcryptui.cross.a: dlls/cryptui/cryptui.spec dlls/cryptui/Makefile
14387 @cd dlls/cryptui && \$(MAKE) \`basename \$@\`"
14388 ALL_MAKEFILES="$ALL_MAKEFILES \\
14389 dlls/cryptui/Makefile"
14390 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14391 cryptui"
14392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14393 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules config.status"
14394 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
14396 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14397 cryptui_test.exe"
14398 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14399 cryptui_test.exe: \$(TOPOBJDIR)/dlls/cryptui/tests/cryptui_test.exe$DLLEXT
14400 cp \$(TOPOBJDIR)/dlls/cryptui/tests/cryptui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14401 cryptui_test.rc:
14402 echo \"cryptui_test.exe TESTRES \\\"cryptui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14403 cryptui_test.res: cryptui_test.rc cryptui_test.exe"
14404 ALL_MAKEFILES="$ALL_MAKEFILES \\
14405 dlls/cryptui/tests/Makefile"
14406 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14407 cryptui/tests"
14408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14409 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules config.status"
14410 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
14412 ALL_MAKEFILES="$ALL_MAKEFILES \\
14413 dlls/ctapi32/Makefile"
14414 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14415 ctapi32"
14416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14417 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules config.status"
14418 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
14420 ALL_MAKEFILES="$ALL_MAKEFILES \\
14421 dlls/ctl3d.dll16/Makefile"
14422 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14423 ctl3d.dll16"
14424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14425 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules config.status"
14426 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
14428 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14429 dlls/ctl3d32/libctl3d32.$IMPLIBEXT"
14430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14431 dlls/ctl3d32/libctl3d32.$IMPLIBEXT dlls/ctl3d32/libctl3d32.cross.a: tools/widl tools/winebuild tools/winegcc include
14432 dlls/ctl3d32/libctl3d32.$IMPLIBEXT dlls/ctl3d32/libctl3d32.cross.a: dlls/ctl3d32/ctl3d32.spec dlls/ctl3d32/Makefile
14433 @cd dlls/ctl3d32 && \$(MAKE) \`basename \$@\`"
14434 ALL_MAKEFILES="$ALL_MAKEFILES \\
14435 dlls/ctl3d32/Makefile"
14436 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14437 ctl3d32"
14438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14439 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules config.status"
14440 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
14442 ALL_MAKEFILES="$ALL_MAKEFILES \\
14443 dlls/ctl3dv2.dll16/Makefile"
14444 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14445 ctl3dv2.dll16"
14446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14447 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules config.status"
14448 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
14450 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14451 dlls/d3d10/libd3d10.$IMPLIBEXT"
14452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14453 dlls/d3d10/libd3d10.$IMPLIBEXT dlls/d3d10/libd3d10.cross.a: tools/widl tools/winebuild tools/winegcc include
14454 dlls/d3d10/libd3d10.$IMPLIBEXT dlls/d3d10/libd3d10.cross.a: dlls/d3d10/d3d10.spec dlls/d3d10/Makefile
14455 @cd dlls/d3d10 && \$(MAKE) \`basename \$@\`"
14456 ALL_MAKEFILES="$ALL_MAKEFILES \\
14457 dlls/d3d10/Makefile"
14458 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14459 d3d10"
14460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14461 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules config.status"
14462 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
14464 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14465 d3d10_test.exe"
14466 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14467 d3d10_test.exe: \$(TOPOBJDIR)/dlls/d3d10/tests/d3d10_test.exe$DLLEXT
14468 cp \$(TOPOBJDIR)/dlls/d3d10/tests/d3d10_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14469 d3d10_test.rc:
14470 echo \"d3d10_test.exe TESTRES \\\"d3d10_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14471 d3d10_test.res: d3d10_test.rc d3d10_test.exe"
14472 ALL_MAKEFILES="$ALL_MAKEFILES \\
14473 dlls/d3d10/tests/Makefile"
14474 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14475 d3d10/tests"
14476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14477 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules config.status"
14478 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
14480 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14481 dlls/d3d10core/libd3d10core.$IMPLIBEXT"
14482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14483 dlls/d3d10core/libd3d10core.$IMPLIBEXT dlls/d3d10core/libd3d10core.cross.a: tools/widl tools/winebuild tools/winegcc include
14484 dlls/d3d10core/libd3d10core.$IMPLIBEXT dlls/d3d10core/libd3d10core.cross.a: dlls/d3d10core/d3d10core.spec dlls/d3d10core/Makefile
14485 @cd dlls/d3d10core && \$(MAKE) \`basename \$@\`"
14486 ALL_MAKEFILES="$ALL_MAKEFILES \\
14487 dlls/d3d10core/Makefile"
14488 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14489 d3d10core"
14490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14491 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules config.status"
14492 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
14494 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14495 d3d10core_test.exe"
14496 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14497 d3d10core_test.exe: \$(TOPOBJDIR)/dlls/d3d10core/tests/d3d10core_test.exe$DLLEXT
14498 cp \$(TOPOBJDIR)/dlls/d3d10core/tests/d3d10core_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14499 d3d10core_test.rc:
14500 echo \"d3d10core_test.exe TESTRES \\\"d3d10core_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14501 d3d10core_test.res: d3d10core_test.rc d3d10core_test.exe"
14502 ALL_MAKEFILES="$ALL_MAKEFILES \\
14503 dlls/d3d10core/tests/Makefile"
14504 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14505 d3d10core/tests"
14506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14507 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules config.status"
14508 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
14510 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14511 dlls/d3d8/libd3d8.$IMPLIBEXT"
14512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14513 dlls/d3d8/libd3d8.$IMPLIBEXT dlls/d3d8/libd3d8.cross.a: tools/widl tools/winebuild tools/winegcc include
14514 dlls/d3d8/libd3d8.$IMPLIBEXT dlls/d3d8/libd3d8.cross.a: dlls/d3d8/d3d8.spec dlls/d3d8/Makefile
14515 @cd dlls/d3d8 && \$(MAKE) \`basename \$@\`"
14516 ALL_MAKEFILES="$ALL_MAKEFILES \\
14517 dlls/d3d8/Makefile"
14518 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14519 d3d8"
14520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14521 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules config.status"
14522 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
14524 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14525 d3d8_test.exe"
14526 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14527 d3d8_test.exe: \$(TOPOBJDIR)/dlls/d3d8/tests/d3d8_test.exe$DLLEXT
14528 cp \$(TOPOBJDIR)/dlls/d3d8/tests/d3d8_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14529 d3d8_test.rc:
14530 echo \"d3d8_test.exe TESTRES \\\"d3d8_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14531 d3d8_test.res: d3d8_test.rc d3d8_test.exe"
14532 ALL_MAKEFILES="$ALL_MAKEFILES \\
14533 dlls/d3d8/tests/Makefile"
14534 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14535 d3d8/tests"
14536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14537 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules config.status"
14538 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
14540 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14541 dlls/d3d9/libd3d9.$IMPLIBEXT"
14542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14543 dlls/d3d9/libd3d9.$IMPLIBEXT dlls/d3d9/libd3d9.cross.a: tools/widl tools/winebuild tools/winegcc include
14544 dlls/d3d9/libd3d9.$IMPLIBEXT dlls/d3d9/libd3d9.cross.a: dlls/d3d9/d3d9.spec dlls/d3d9/Makefile
14545 @cd dlls/d3d9 && \$(MAKE) \`basename \$@\`"
14546 ALL_MAKEFILES="$ALL_MAKEFILES \\
14547 dlls/d3d9/Makefile"
14548 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14549 d3d9"
14550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14551 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules config.status"
14552 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
14554 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14555 d3d9_test.exe"
14556 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14557 d3d9_test.exe: \$(TOPOBJDIR)/dlls/d3d9/tests/d3d9_test.exe$DLLEXT
14558 cp \$(TOPOBJDIR)/dlls/d3d9/tests/d3d9_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14559 d3d9_test.rc:
14560 echo \"d3d9_test.exe TESTRES \\\"d3d9_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14561 d3d9_test.res: d3d9_test.rc d3d9_test.exe"
14562 ALL_MAKEFILES="$ALL_MAKEFILES \\
14563 dlls/d3d9/tests/Makefile"
14564 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14565 d3d9/tests"
14566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14567 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules config.status"
14568 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
14570 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14571 dlls/d3dim/libd3dim.$IMPLIBEXT"
14572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14573 dlls/d3dim/libd3dim.$IMPLIBEXT dlls/d3dim/libd3dim.cross.a: tools/widl tools/winebuild tools/winegcc include
14574 dlls/d3dim/libd3dim.$IMPLIBEXT dlls/d3dim/libd3dim.cross.a: dlls/d3dim/d3dim.spec dlls/d3dim/Makefile
14575 @cd dlls/d3dim && \$(MAKE) \`basename \$@\`"
14576 ALL_MAKEFILES="$ALL_MAKEFILES \\
14577 dlls/d3dim/Makefile"
14578 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14579 d3dim"
14580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14581 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules config.status"
14582 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
14584 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14585 dlls/d3drm/libd3drm.$IMPLIBEXT"
14586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14587 dlls/d3drm/libd3drm.$IMPLIBEXT dlls/d3drm/libd3drm.cross.a: tools/widl tools/winebuild tools/winegcc include
14588 dlls/d3drm/libd3drm.$IMPLIBEXT dlls/d3drm/libd3drm.cross.a: dlls/d3drm/d3drm.spec dlls/d3drm/Makefile
14589 @cd dlls/d3drm && \$(MAKE) \`basename \$@\`"
14590 ALL_MAKEFILES="$ALL_MAKEFILES \\
14591 dlls/d3drm/Makefile"
14592 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14593 d3drm"
14594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14595 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules config.status"
14596 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
14598 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14599 d3drm_test.exe"
14600 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14601 d3drm_test.exe: \$(TOPOBJDIR)/dlls/d3drm/tests/d3drm_test.exe$DLLEXT
14602 cp \$(TOPOBJDIR)/dlls/d3drm/tests/d3drm_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14603 d3drm_test.rc:
14604 echo \"d3drm_test.exe TESTRES \\\"d3drm_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14605 d3drm_test.res: d3drm_test.rc d3drm_test.exe"
14606 ALL_MAKEFILES="$ALL_MAKEFILES \\
14607 dlls/d3drm/tests/Makefile"
14608 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14609 d3drm/tests"
14610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14611 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules config.status"
14612 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
14614 ALL_MAKEFILES="$ALL_MAKEFILES \\
14615 dlls/d3dx9_24/Makefile"
14616 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14617 d3dx9_24"
14618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14619 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules config.status"
14620 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
14622 ALL_MAKEFILES="$ALL_MAKEFILES \\
14623 dlls/d3dx9_25/Makefile"
14624 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14625 d3dx9_25"
14626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14627 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules config.status"
14628 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
14630 ALL_MAKEFILES="$ALL_MAKEFILES \\
14631 dlls/d3dx9_26/Makefile"
14632 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14633 d3dx9_26"
14634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14635 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules config.status"
14636 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14638 ALL_MAKEFILES="$ALL_MAKEFILES \\
14639 dlls/d3dx9_27/Makefile"
14640 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14641 d3dx9_27"
14642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14643 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules config.status"
14644 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14646 ALL_MAKEFILES="$ALL_MAKEFILES \\
14647 dlls/d3dx9_28/Makefile"
14648 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14649 d3dx9_28"
14650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14651 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules config.status"
14652 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14654 ALL_MAKEFILES="$ALL_MAKEFILES \\
14655 dlls/d3dx9_29/Makefile"
14656 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14657 d3dx9_29"
14658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14659 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules config.status"
14660 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14662 ALL_MAKEFILES="$ALL_MAKEFILES \\
14663 dlls/d3dx9_30/Makefile"
14664 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14665 d3dx9_30"
14666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14667 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules config.status"
14668 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14670 ALL_MAKEFILES="$ALL_MAKEFILES \\
14671 dlls/d3dx9_31/Makefile"
14672 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14673 d3dx9_31"
14674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14675 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules config.status"
14676 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14678 ALL_MAKEFILES="$ALL_MAKEFILES \\
14679 dlls/d3dx9_32/Makefile"
14680 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14681 d3dx9_32"
14682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14683 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules config.status"
14684 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14686 ALL_MAKEFILES="$ALL_MAKEFILES \\
14687 dlls/d3dx9_33/Makefile"
14688 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14689 d3dx9_33"
14690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14691 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules config.status"
14692 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14694 ALL_MAKEFILES="$ALL_MAKEFILES \\
14695 dlls/d3dx9_34/Makefile"
14696 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14697 d3dx9_34"
14698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14699 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules config.status"
14700 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14702 ALL_MAKEFILES="$ALL_MAKEFILES \\
14703 dlls/d3dx9_35/Makefile"
14704 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14705 d3dx9_35"
14706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14707 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules config.status"
14708 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14710 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14711 dlls/d3dx9_36/libd3dx9.$IMPLIBEXT \\
14712 dlls/libd3dx9.$IMPLIBEXT"
14713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14714 dlls/d3dx9_36/libd3dx9.$IMPLIBEXT dlls/d3dx9_36/libd3dx9.cross.a: tools/widl tools/winebuild tools/winegcc include
14715 dlls/libd3dx9.a: dlls/d3dx9_36/libd3dx9.a
14716 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.a \$@
14717 dlls/libd3dx9.cross.a: dlls/d3dx9_36/libd3dx9.cross.a
14718 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.cross.a \$@
14719 dlls/libd3dx9.def: dlls/d3dx9_36/libd3dx9.def
14720 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.def \$@
14721 clean::
14722 \$(RM) dlls/libd3dx9.def
14723 dlls/d3dx9_36/libd3dx9.$IMPLIBEXT dlls/d3dx9_36/libd3dx9.cross.a: dlls/d3dx9_36/d3dx9_36.spec dlls/d3dx9_36/Makefile
14724 @cd dlls/d3dx9_36 && \$(MAKE) \`basename \$@\`"
14725 ALL_MAKEFILES="$ALL_MAKEFILES \\
14726 dlls/d3dx9_36/Makefile"
14727 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14728 d3dx9_36"
14729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14730 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules config.status"
14731 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14733 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14734 d3dx9_36_test.exe"
14735 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14736 d3dx9_36_test.exe: \$(TOPOBJDIR)/dlls/d3dx9_36/tests/d3dx9_36_test.exe$DLLEXT
14737 cp \$(TOPOBJDIR)/dlls/d3dx9_36/tests/d3dx9_36_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14738 d3dx9_36_test.rc:
14739 echo \"d3dx9_36_test.exe TESTRES \\\"d3dx9_36_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14740 d3dx9_36_test.res: d3dx9_36_test.rc d3dx9_36_test.exe"
14741 ALL_MAKEFILES="$ALL_MAKEFILES \\
14742 dlls/d3dx9_36/tests/Makefile"
14743 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14744 d3dx9_36/tests"
14745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14746 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules config.status"
14747 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14749 ALL_MAKEFILES="$ALL_MAKEFILES \\
14750 dlls/d3dx9_37/Makefile"
14751 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14752 d3dx9_37"
14753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14754 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules config.status"
14755 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14757 ALL_MAKEFILES="$ALL_MAKEFILES \\
14758 dlls/d3dx9_38/Makefile"
14759 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14760 d3dx9_38"
14761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14762 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules config.status"
14763 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14765 ALL_MAKEFILES="$ALL_MAKEFILES \\
14766 dlls/d3dx9_39/Makefile"
14767 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14768 d3dx9_39"
14769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14770 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules config.status"
14771 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14773 ALL_MAKEFILES="$ALL_MAKEFILES \\
14774 dlls/d3dx9_40/Makefile"
14775 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14776 d3dx9_40"
14777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14778 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules config.status"
14779 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14781 ALL_MAKEFILES="$ALL_MAKEFILES \\
14782 dlls/d3dx9_41/Makefile"
14783 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14784 d3dx9_41"
14785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14786 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules config.status"
14787 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14789 ALL_MAKEFILES="$ALL_MAKEFILES \\
14790 dlls/d3dx9_42/Makefile"
14791 test "x$enable_d3dx9_42" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14792 d3dx9_42"
14793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14794 dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules config.status"
14795 ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
14797 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14798 dlls/d3dxof/libd3dxof.$IMPLIBEXT"
14799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14800 dlls/d3dxof/libd3dxof.$IMPLIBEXT dlls/d3dxof/libd3dxof.cross.a: tools/widl tools/winebuild tools/winegcc include
14801 dlls/d3dxof/libd3dxof.$IMPLIBEXT dlls/d3dxof/libd3dxof.cross.a: dlls/d3dxof/d3dxof.spec dlls/d3dxof/Makefile
14802 @cd dlls/d3dxof && \$(MAKE) \`basename \$@\`"
14803 ALL_MAKEFILES="$ALL_MAKEFILES \\
14804 dlls/d3dxof/Makefile"
14805 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14806 d3dxof"
14807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14808 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules config.status"
14809 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14811 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14812 d3dxof_test.exe"
14813 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14814 d3dxof_test.exe: \$(TOPOBJDIR)/dlls/d3dxof/tests/d3dxof_test.exe$DLLEXT
14815 cp \$(TOPOBJDIR)/dlls/d3dxof/tests/d3dxof_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14816 d3dxof_test.rc:
14817 echo \"d3dxof_test.exe TESTRES \\\"d3dxof_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14818 d3dxof_test.res: d3dxof_test.rc d3dxof_test.exe"
14819 ALL_MAKEFILES="$ALL_MAKEFILES \\
14820 dlls/d3dxof/tests/Makefile"
14821 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14822 d3dxof/tests"
14823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14824 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules config.status"
14825 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14827 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14828 dlls/dbghelp/libdbghelp.$IMPLIBEXT"
14829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14830 dlls/dbghelp/libdbghelp.$IMPLIBEXT dlls/dbghelp/libdbghelp.cross.a: tools/widl tools/winebuild tools/winegcc include
14831 dlls/dbghelp/libdbghelp.$IMPLIBEXT dlls/dbghelp/libdbghelp.cross.a: dlls/dbghelp/dbghelp.spec dlls/dbghelp/Makefile
14832 @cd dlls/dbghelp && \$(MAKE) \`basename \$@\`"
14833 ALL_MAKEFILES="$ALL_MAKEFILES \\
14834 dlls/dbghelp/Makefile"
14835 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14836 dbghelp"
14837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14838 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules config.status"
14839 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14841 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14842 dlls/dciman32/libdciman32.$IMPLIBEXT"
14843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14844 dlls/dciman32/libdciman32.$IMPLIBEXT dlls/dciman32/libdciman32.cross.a: tools/widl tools/winebuild tools/winegcc include
14845 dlls/dciman32/libdciman32.$IMPLIBEXT dlls/dciman32/libdciman32.cross.a: dlls/dciman32/dciman32.spec dlls/dciman32/Makefile
14846 @cd dlls/dciman32 && \$(MAKE) \`basename \$@\`"
14847 ALL_MAKEFILES="$ALL_MAKEFILES \\
14848 dlls/dciman32/Makefile"
14849 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14850 dciman32"
14851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14852 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules config.status"
14853 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14855 ALL_MAKEFILES="$ALL_MAKEFILES \\
14856 dlls/ddeml.dll16/Makefile"
14857 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14858 ddeml.dll16"
14859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14860 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules config.status"
14861 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14863 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14864 dlls/ddraw/libddraw.$IMPLIBEXT"
14865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14866 dlls/ddraw/libddraw.$IMPLIBEXT dlls/ddraw/libddraw.cross.a: tools/widl tools/winebuild tools/winegcc include
14867 dlls/ddraw/libddraw.$IMPLIBEXT dlls/ddraw/libddraw.cross.a: dlls/ddraw/ddraw.spec dlls/ddraw/Makefile
14868 @cd dlls/ddraw && \$(MAKE) \`basename \$@\`"
14869 ALL_MAKEFILES="$ALL_MAKEFILES \\
14870 dlls/ddraw/Makefile"
14871 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14872 ddraw"
14873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14874 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules config.status"
14875 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14877 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14878 ddraw_test.exe"
14879 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14880 ddraw_test.exe: \$(TOPOBJDIR)/dlls/ddraw/tests/ddraw_test.exe$DLLEXT
14881 cp \$(TOPOBJDIR)/dlls/ddraw/tests/ddraw_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14882 ddraw_test.rc:
14883 echo \"ddraw_test.exe TESTRES \\\"ddraw_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14884 ddraw_test.res: ddraw_test.rc ddraw_test.exe"
14885 ALL_MAKEFILES="$ALL_MAKEFILES \\
14886 dlls/ddraw/tests/Makefile"
14887 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14888 ddraw/tests"
14889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14890 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules config.status"
14891 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14893 ALL_MAKEFILES="$ALL_MAKEFILES \\
14894 dlls/ddrawex/Makefile"
14895 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14896 ddrawex"
14897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14898 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules config.status"
14899 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14901 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14902 ddrawex_test.exe"
14903 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14904 ddrawex_test.exe: \$(TOPOBJDIR)/dlls/ddrawex/tests/ddrawex_test.exe$DLLEXT
14905 cp \$(TOPOBJDIR)/dlls/ddrawex/tests/ddrawex_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14906 ddrawex_test.rc:
14907 echo \"ddrawex_test.exe TESTRES \\\"ddrawex_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14908 ddrawex_test.res: ddrawex_test.rc ddrawex_test.exe"
14909 ALL_MAKEFILES="$ALL_MAKEFILES \\
14910 dlls/ddrawex/tests/Makefile"
14911 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14912 ddrawex/tests"
14913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14914 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules config.status"
14915 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
14917 ALL_MAKEFILES="$ALL_MAKEFILES \\
14918 dlls/devenum/Makefile"
14919 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14920 devenum"
14921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14922 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules config.status"
14923 ac_config_files="$ac_config_files dlls/devenum/Makefile"
14925 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14926 dlls/dinput/libdinput.$IMPLIBEXT \\
14927 dlls/dinput/libdinput.$STATIC_IMPLIBEXT"
14928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14929 dlls/dinput/libdinput.$IMPLIBEXT dlls/dinput/libdinput.$STATIC_IMPLIBEXT dlls/dinput/libdinput.cross.a: tools/widl tools/winebuild tools/winegcc include
14930 dlls/dinput/libdinput.def: dlls/dinput/dinput.spec dlls/dinput/Makefile
14931 @cd dlls/dinput && \$(MAKE) \`basename \$@\`
14932 dlls/dinput/libdinput.$STATIC_IMPLIBEXT dlls/dinput/libdinput.cross.a: dlls/dinput/Makefile dummy
14933 @cd dlls/dinput && \$(MAKE) \`basename \$@\`"
14934 ALL_MAKEFILES="$ALL_MAKEFILES \\
14935 dlls/dinput/Makefile"
14936 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14937 dinput"
14938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14939 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules config.status"
14940 ac_config_files="$ac_config_files dlls/dinput/Makefile"
14942 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
14943 dinput_test.exe"
14944 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
14945 dinput_test.exe: \$(TOPOBJDIR)/dlls/dinput/tests/dinput_test.exe$DLLEXT
14946 cp \$(TOPOBJDIR)/dlls/dinput/tests/dinput_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14947 dinput_test.rc:
14948 echo \"dinput_test.exe TESTRES \\\"dinput_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14949 dinput_test.res: dinput_test.rc dinput_test.exe"
14950 ALL_MAKEFILES="$ALL_MAKEFILES \\
14951 dlls/dinput/tests/Makefile"
14952 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14953 dinput/tests"
14954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14955 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules config.status"
14956 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
14958 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14959 dlls/dinput8/libdinput8.$IMPLIBEXT"
14960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14961 dlls/dinput8/libdinput8.$IMPLIBEXT dlls/dinput8/libdinput8.cross.a: tools/widl tools/winebuild tools/winegcc include
14962 dlls/dinput8/libdinput8.$IMPLIBEXT dlls/dinput8/libdinput8.cross.a: dlls/dinput8/dinput8.spec dlls/dinput8/Makefile
14963 @cd dlls/dinput8 && \$(MAKE) \`basename \$@\`"
14964 ALL_MAKEFILES="$ALL_MAKEFILES \\
14965 dlls/dinput8/Makefile"
14966 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14967 dinput8"
14968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14969 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules config.status"
14970 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
14972 ALL_MAKEFILES="$ALL_MAKEFILES \\
14973 dlls/dispdib.dll16/Makefile"
14974 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14975 dispdib.dll16"
14976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14977 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules config.status"
14978 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
14980 ALL_MAKEFILES="$ALL_MAKEFILES \\
14981 dlls/display.drv16/Makefile"
14982 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14983 display.drv16"
14984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14985 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules config.status"
14986 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
14988 ALL_MAKEFILES="$ALL_MAKEFILES \\
14989 dlls/dmband/Makefile"
14990 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14991 dmband"
14992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14993 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules config.status"
14994 ac_config_files="$ac_config_files dlls/dmband/Makefile"
14996 ALL_MAKEFILES="$ALL_MAKEFILES \\
14997 dlls/dmcompos/Makefile"
14998 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14999 dmcompos"
15000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15001 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules config.status"
15002 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
15004 ALL_MAKEFILES="$ALL_MAKEFILES \\
15005 dlls/dmime/Makefile"
15006 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15007 dmime"
15008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15009 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules config.status"
15010 ac_config_files="$ac_config_files dlls/dmime/Makefile"
15012 ALL_MAKEFILES="$ALL_MAKEFILES \\
15013 dlls/dmloader/Makefile"
15014 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15015 dmloader"
15016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15017 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules config.status"
15018 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
15020 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15021 dmloader_test.exe"
15022 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15023 dmloader_test.exe: \$(TOPOBJDIR)/dlls/dmloader/tests/dmloader_test.exe$DLLEXT
15024 cp \$(TOPOBJDIR)/dlls/dmloader/tests/dmloader_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15025 dmloader_test.rc:
15026 echo \"dmloader_test.exe TESTRES \\\"dmloader_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15027 dmloader_test.res: dmloader_test.rc dmloader_test.exe"
15028 ALL_MAKEFILES="$ALL_MAKEFILES \\
15029 dlls/dmloader/tests/Makefile"
15030 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15031 dmloader/tests"
15032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15033 dlls/dmloader/tests/Makefile: dlls/dmloader/tests/Makefile.in dlls/Maketest.rules config.status"
15034 ac_config_files="$ac_config_files dlls/dmloader/tests/Makefile"
15036 ALL_MAKEFILES="$ALL_MAKEFILES \\
15037 dlls/dmscript/Makefile"
15038 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15039 dmscript"
15040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15041 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules config.status"
15042 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
15044 ALL_MAKEFILES="$ALL_MAKEFILES \\
15045 dlls/dmstyle/Makefile"
15046 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15047 dmstyle"
15048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15049 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules config.status"
15050 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
15052 ALL_MAKEFILES="$ALL_MAKEFILES \\
15053 dlls/dmsynth/Makefile"
15054 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15055 dmsynth"
15056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15057 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules config.status"
15058 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
15060 ALL_MAKEFILES="$ALL_MAKEFILES \\
15061 dlls/dmusic/Makefile"
15062 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15063 dmusic"
15064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15065 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules config.status"
15066 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
15068 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15069 dlls/dmusic32/libdmusic32.$IMPLIBEXT"
15070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15071 dlls/dmusic32/libdmusic32.$IMPLIBEXT dlls/dmusic32/libdmusic32.cross.a: tools/widl tools/winebuild tools/winegcc include
15072 dlls/dmusic32/libdmusic32.$IMPLIBEXT dlls/dmusic32/libdmusic32.cross.a: dlls/dmusic32/dmusic32.spec dlls/dmusic32/Makefile
15073 @cd dlls/dmusic32 && \$(MAKE) \`basename \$@\`"
15074 ALL_MAKEFILES="$ALL_MAKEFILES \\
15075 dlls/dmusic32/Makefile"
15076 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15077 dmusic32"
15078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15079 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules config.status"
15080 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
15082 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15083 dlls/dnsapi/libdnsapi.$IMPLIBEXT"
15084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15085 dlls/dnsapi/libdnsapi.$IMPLIBEXT dlls/dnsapi/libdnsapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15086 dlls/dnsapi/libdnsapi.$IMPLIBEXT dlls/dnsapi/libdnsapi.cross.a: dlls/dnsapi/dnsapi.spec dlls/dnsapi/Makefile
15087 @cd dlls/dnsapi && \$(MAKE) \`basename \$@\`"
15088 ALL_MAKEFILES="$ALL_MAKEFILES \\
15089 dlls/dnsapi/Makefile"
15090 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15091 dnsapi"
15092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15093 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules config.status"
15094 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
15096 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15097 dnsapi_test.exe"
15098 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15099 dnsapi_test.exe: \$(TOPOBJDIR)/dlls/dnsapi/tests/dnsapi_test.exe$DLLEXT
15100 cp \$(TOPOBJDIR)/dlls/dnsapi/tests/dnsapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15101 dnsapi_test.rc:
15102 echo \"dnsapi_test.exe TESTRES \\\"dnsapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15103 dnsapi_test.res: dnsapi_test.rc dnsapi_test.exe"
15104 ALL_MAKEFILES="$ALL_MAKEFILES \\
15105 dlls/dnsapi/tests/Makefile"
15106 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15107 dnsapi/tests"
15108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15109 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules config.status"
15110 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
15112 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15113 dlls/dplay/libdplay.$IMPLIBEXT"
15114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15115 dlls/dplay/libdplay.$IMPLIBEXT dlls/dplay/libdplay.cross.a: tools/widl tools/winebuild tools/winegcc include
15116 dlls/dplay/libdplay.$IMPLIBEXT dlls/dplay/libdplay.cross.a: dlls/dplay/dplay.spec dlls/dplay/Makefile
15117 @cd dlls/dplay && \$(MAKE) \`basename \$@\`"
15118 ALL_MAKEFILES="$ALL_MAKEFILES \\
15119 dlls/dplay/Makefile"
15120 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15121 dplay"
15122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15123 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules config.status"
15124 ac_config_files="$ac_config_files dlls/dplay/Makefile"
15126 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15127 dlls/dplayx/libdplayx.$IMPLIBEXT"
15128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15129 dlls/dplayx/libdplayx.$IMPLIBEXT dlls/dplayx/libdplayx.cross.a: tools/widl tools/winebuild tools/winegcc include
15130 dlls/dplayx/libdplayx.$IMPLIBEXT dlls/dplayx/libdplayx.cross.a: dlls/dplayx/dplayx.spec dlls/dplayx/Makefile
15131 @cd dlls/dplayx && \$(MAKE) \`basename \$@\`"
15132 ALL_MAKEFILES="$ALL_MAKEFILES \\
15133 dlls/dplayx/Makefile"
15134 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15135 dplayx"
15136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15137 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules config.status"
15138 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
15140 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15141 dplayx_test.exe"
15142 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15143 dplayx_test.exe: \$(TOPOBJDIR)/dlls/dplayx/tests/dplayx_test.exe$DLLEXT
15144 cp \$(TOPOBJDIR)/dlls/dplayx/tests/dplayx_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15145 dplayx_test.rc:
15146 echo \"dplayx_test.exe TESTRES \\\"dplayx_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15147 dplayx_test.res: dplayx_test.rc dplayx_test.exe"
15148 ALL_MAKEFILES="$ALL_MAKEFILES \\
15149 dlls/dplayx/tests/Makefile"
15150 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15151 dplayx/tests"
15152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15153 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules config.status"
15154 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
15156 ALL_MAKEFILES="$ALL_MAKEFILES \\
15157 dlls/dpnaddr/Makefile"
15158 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15159 dpnaddr"
15160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15161 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules config.status"
15162 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
15164 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15165 dlls/dpnet/libdpnet.$IMPLIBEXT"
15166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15167 dlls/dpnet/libdpnet.$IMPLIBEXT dlls/dpnet/libdpnet.cross.a: tools/widl tools/winebuild tools/winegcc include
15168 dlls/dpnet/libdpnet.$IMPLIBEXT dlls/dpnet/libdpnet.cross.a: dlls/dpnet/dpnet.spec dlls/dpnet/Makefile
15169 @cd dlls/dpnet && \$(MAKE) \`basename \$@\`"
15170 ALL_MAKEFILES="$ALL_MAKEFILES \\
15171 dlls/dpnet/Makefile"
15172 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15173 dpnet"
15174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15175 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules config.status"
15176 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
15178 ALL_MAKEFILES="$ALL_MAKEFILES \\
15179 dlls/dpnhpast/Makefile"
15180 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15181 dpnhpast"
15182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15183 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules config.status"
15184 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
15186 ALL_MAKEFILES="$ALL_MAKEFILES \\
15187 dlls/dpnlobby/Makefile"
15188 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15189 dpnlobby"
15190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15191 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules config.status"
15192 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
15194 ALL_MAKEFILES="$ALL_MAKEFILES \\
15195 dlls/dpwsockx/Makefile"
15196 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15197 dpwsockx"
15198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15199 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules config.status"
15200 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
15202 ALL_MAKEFILES="$ALL_MAKEFILES \\
15203 dlls/drmclien/Makefile"
15204 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15205 drmclien"
15206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15207 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules config.status"
15208 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
15210 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15211 dlls/dsound/libdsound.$IMPLIBEXT"
15212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15213 dlls/dsound/libdsound.$IMPLIBEXT dlls/dsound/libdsound.cross.a: tools/widl tools/winebuild tools/winegcc include
15214 dlls/dsound/libdsound.$IMPLIBEXT dlls/dsound/libdsound.cross.a: dlls/dsound/dsound.spec dlls/dsound/Makefile
15215 @cd dlls/dsound && \$(MAKE) \`basename \$@\`"
15216 ALL_MAKEFILES="$ALL_MAKEFILES \\
15217 dlls/dsound/Makefile"
15218 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15219 dsound"
15220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15221 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules config.status"
15222 ac_config_files="$ac_config_files dlls/dsound/Makefile"
15224 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15225 dsound_test.exe"
15226 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15227 dsound_test.exe: \$(TOPOBJDIR)/dlls/dsound/tests/dsound_test.exe$DLLEXT
15228 cp \$(TOPOBJDIR)/dlls/dsound/tests/dsound_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15229 dsound_test.rc:
15230 echo \"dsound_test.exe TESTRES \\\"dsound_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15231 dsound_test.res: dsound_test.rc dsound_test.exe"
15232 ALL_MAKEFILES="$ALL_MAKEFILES \\
15233 dlls/dsound/tests/Makefile"
15234 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15235 dsound/tests"
15236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15237 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules config.status"
15238 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
15240 ALL_MAKEFILES="$ALL_MAKEFILES \\
15241 dlls/dssenh/Makefile"
15242 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15243 dssenh"
15244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15245 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules config.status"
15246 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
15248 ALL_MAKEFILES="$ALL_MAKEFILES \\
15249 dlls/dswave/Makefile"
15250 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15251 dswave"
15252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15253 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules config.status"
15254 ac_config_files="$ac_config_files dlls/dswave/Makefile"
15256 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15257 dlls/dwmapi/libdwmapi.$IMPLIBEXT"
15258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15259 dlls/dwmapi/libdwmapi.$IMPLIBEXT dlls/dwmapi/libdwmapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15260 dlls/dwmapi/libdwmapi.$IMPLIBEXT dlls/dwmapi/libdwmapi.cross.a: dlls/dwmapi/dwmapi.spec dlls/dwmapi/Makefile
15261 @cd dlls/dwmapi && \$(MAKE) \`basename \$@\`"
15262 ALL_MAKEFILES="$ALL_MAKEFILES \\
15263 dlls/dwmapi/Makefile"
15264 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15265 dwmapi"
15266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15267 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules config.status"
15268 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
15270 ALL_MAKEFILES="$ALL_MAKEFILES \\
15271 dlls/dxdiagn/Makefile"
15272 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15273 dxdiagn"
15274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15275 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules config.status"
15276 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
15278 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15279 dxdiagn_test.exe"
15280 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15281 dxdiagn_test.exe: \$(TOPOBJDIR)/dlls/dxdiagn/tests/dxdiagn_test.exe$DLLEXT
15282 cp \$(TOPOBJDIR)/dlls/dxdiagn/tests/dxdiagn_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15283 dxdiagn_test.rc:
15284 echo \"dxdiagn_test.exe TESTRES \\\"dxdiagn_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15285 dxdiagn_test.res: dxdiagn_test.rc dxdiagn_test.exe"
15286 ALL_MAKEFILES="$ALL_MAKEFILES \\
15287 dlls/dxdiagn/tests/Makefile"
15288 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15289 dxdiagn/tests"
15290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15291 dlls/dxdiagn/tests/Makefile: dlls/dxdiagn/tests/Makefile.in dlls/Maketest.rules config.status"
15292 ac_config_files="$ac_config_files dlls/dxdiagn/tests/Makefile"
15294 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15295 dlls/dxerr8/libdxerr8.a"
15296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15297 dlls/dxerr8: tools/widl tools/winebuild tools/winegcc include
15298 dlls/dxerr8/__install__ dlls/dxerr8/__install-dev__: dlls/dxerr8
15299 dlls/dxerr8/libdxerr8.cross.a: dlls/dxerr8/Makefile tools/widl tools/winebuild tools/winegcc include dummy
15300 @cd dlls/dxerr8 && \$(MAKE) \`basename \$@\`"
15301 ALL_MAKEFILES="$ALL_MAKEFILES \\
15302 dlls/dxerr8/Makefile"
15303 test "x$enable_dxerr8" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
15304 dlls/dxerr8"
15305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15306 \$(RECURSE_TARGETS:%=dlls/dxerr8/%) dlls/dxerr8: dlls/dxerr8/Makefile \$(MAKEDEP)
15307 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules config.status"
15308 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
15310 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15311 dlls/dxerr9/libdxerr9.a"
15312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15313 dlls/dxerr9: tools/widl tools/winebuild tools/winegcc include
15314 dlls/dxerr9/__install__ dlls/dxerr9/__install-dev__: dlls/dxerr9
15315 dlls/dxerr9/libdxerr9.cross.a: dlls/dxerr9/Makefile tools/widl tools/winebuild tools/winegcc include dummy
15316 @cd dlls/dxerr9 && \$(MAKE) \`basename \$@\`"
15317 ALL_MAKEFILES="$ALL_MAKEFILES \\
15318 dlls/dxerr9/Makefile"
15319 test "x$enable_dxerr9" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
15320 dlls/dxerr9"
15321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15322 \$(RECURSE_TARGETS:%=dlls/dxerr9/%) dlls/dxerr9: dlls/dxerr9/Makefile \$(MAKEDEP)
15323 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules config.status"
15324 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
15326 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15327 dlls/dxgi/libdxgi.$IMPLIBEXT"
15328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15329 dlls/dxgi/libdxgi.$IMPLIBEXT dlls/dxgi/libdxgi.cross.a: tools/widl tools/winebuild tools/winegcc include
15330 dlls/dxgi/libdxgi.$IMPLIBEXT dlls/dxgi/libdxgi.cross.a: dlls/dxgi/dxgi.spec dlls/dxgi/Makefile
15331 @cd dlls/dxgi && \$(MAKE) \`basename \$@\`"
15332 ALL_MAKEFILES="$ALL_MAKEFILES \\
15333 dlls/dxgi/Makefile"
15334 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15335 dxgi"
15336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15337 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules config.status"
15338 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
15340 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15341 dxgi_test.exe"
15342 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15343 dxgi_test.exe: \$(TOPOBJDIR)/dlls/dxgi/tests/dxgi_test.exe$DLLEXT
15344 cp \$(TOPOBJDIR)/dlls/dxgi/tests/dxgi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15345 dxgi_test.rc:
15346 echo \"dxgi_test.exe TESTRES \\\"dxgi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15347 dxgi_test.res: dxgi_test.rc dxgi_test.exe"
15348 ALL_MAKEFILES="$ALL_MAKEFILES \\
15349 dlls/dxgi/tests/Makefile"
15350 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15351 dxgi/tests"
15352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15353 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules config.status"
15354 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
15356 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15357 dlls/dxguid/libdxguid.a"
15358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15359 dlls/dxguid: tools/widl tools/winebuild tools/winegcc include
15360 dlls/dxguid/__install__ dlls/dxguid/__install-dev__: dlls/dxguid
15361 dlls/dxguid/libdxguid.cross.a: dlls/dxguid/Makefile tools/widl tools/winebuild tools/winegcc include dummy
15362 @cd dlls/dxguid && \$(MAKE) \`basename \$@\`"
15363 ALL_MAKEFILES="$ALL_MAKEFILES \\
15364 dlls/dxguid/Makefile"
15365 test "x$enable_dxguid" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
15366 dlls/dxguid"
15367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15368 \$(RECURSE_TARGETS:%=dlls/dxguid/%) dlls/dxguid: dlls/dxguid/Makefile \$(MAKEDEP)
15369 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules config.status"
15370 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
15372 ALL_MAKEFILES="$ALL_MAKEFILES \\
15373 dlls/faultrep/Makefile"
15374 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15375 faultrep"
15376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15377 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules config.status"
15378 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
15380 ALL_MAKEFILES="$ALL_MAKEFILES \\
15381 dlls/fltlib/Makefile"
15382 test "x$enable_fltlib" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15383 fltlib"
15384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15385 dlls/fltlib/Makefile: dlls/fltlib/Makefile.in dlls/Makedll.rules config.status"
15386 ac_config_files="$ac_config_files dlls/fltlib/Makefile"
15388 ALL_MAKEFILES="$ALL_MAKEFILES \\
15389 dlls/fusion/Makefile"
15390 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15391 fusion"
15392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15393 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules config.status"
15394 ac_config_files="$ac_config_files dlls/fusion/Makefile"
15396 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15397 fusion_test.exe"
15398 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15399 fusion_test.exe: \$(TOPOBJDIR)/dlls/fusion/tests/fusion_test.exe$DLLEXT
15400 cp \$(TOPOBJDIR)/dlls/fusion/tests/fusion_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15401 fusion_test.rc:
15402 echo \"fusion_test.exe TESTRES \\\"fusion_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15403 fusion_test.res: fusion_test.rc fusion_test.exe"
15404 ALL_MAKEFILES="$ALL_MAKEFILES \\
15405 dlls/fusion/tests/Makefile"
15406 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15407 fusion/tests"
15408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15409 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules config.status"
15410 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
15412 ALL_MAKEFILES="$ALL_MAKEFILES \\
15413 dlls/fwpuclnt/Makefile"
15414 test "x$enable_fwpuclnt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15415 fwpuclnt"
15416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15417 dlls/fwpuclnt/Makefile: dlls/fwpuclnt/Makefile.in dlls/Makedll.rules config.status"
15418 ac_config_files="$ac_config_files dlls/fwpuclnt/Makefile"
15420 ALL_MAKEFILES="$ALL_MAKEFILES \\
15421 dlls/gdi.exe16/Makefile"
15422 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15423 gdi.exe16"
15424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15425 dlls/gdi.exe16/Makefile: dlls/gdi.exe16/Makefile.in dlls/Makedll.rules config.status"
15426 ac_config_files="$ac_config_files dlls/gdi.exe16/Makefile"
15428 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15429 dlls/gdi32/libgdi32.$IMPLIBEXT"
15430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15431 dlls/gdi32/libgdi32.$IMPLIBEXT dlls/gdi32/libgdi32.cross.a: tools/widl tools/winebuild tools/winegcc include
15432 dlls/gdi32/libgdi32.$IMPLIBEXT dlls/gdi32/libgdi32.cross.a: dlls/gdi32/gdi32.spec dlls/gdi32/Makefile
15433 @cd dlls/gdi32 && \$(MAKE) \`basename \$@\`"
15434 ALL_MAKEFILES="$ALL_MAKEFILES \\
15435 dlls/gdi32/Makefile"
15436 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15437 gdi32"
15438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15439 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules config.status"
15440 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
15442 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15443 gdi32_test.exe"
15444 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15445 gdi32_test.exe: \$(TOPOBJDIR)/dlls/gdi32/tests/gdi32_test.exe$DLLEXT
15446 cp \$(TOPOBJDIR)/dlls/gdi32/tests/gdi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15447 gdi32_test.rc:
15448 echo \"gdi32_test.exe TESTRES \\\"gdi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15449 gdi32_test.res: gdi32_test.rc gdi32_test.exe"
15450 ALL_MAKEFILES="$ALL_MAKEFILES \\
15451 dlls/gdi32/tests/Makefile"
15452 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15453 gdi32/tests"
15454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15455 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules config.status"
15456 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
15458 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15459 dlls/gdiplus/libgdiplus.$IMPLIBEXT"
15460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15461 dlls/gdiplus/libgdiplus.$IMPLIBEXT dlls/gdiplus/libgdiplus.cross.a: tools/widl tools/winebuild tools/winegcc include
15462 dlls/gdiplus/libgdiplus.$IMPLIBEXT dlls/gdiplus/libgdiplus.cross.a: dlls/gdiplus/gdiplus.spec dlls/gdiplus/Makefile
15463 @cd dlls/gdiplus && \$(MAKE) \`basename \$@\`"
15464 ALL_MAKEFILES="$ALL_MAKEFILES \\
15465 dlls/gdiplus/Makefile"
15466 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15467 gdiplus"
15468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15469 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules config.status"
15470 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
15472 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15473 gdiplus_test.exe"
15474 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15475 gdiplus_test.exe: \$(TOPOBJDIR)/dlls/gdiplus/tests/gdiplus_test.exe$DLLEXT
15476 cp \$(TOPOBJDIR)/dlls/gdiplus/tests/gdiplus_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15477 gdiplus_test.rc:
15478 echo \"gdiplus_test.exe TESTRES \\\"gdiplus_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15479 gdiplus_test.res: gdiplus_test.rc gdiplus_test.exe"
15480 ALL_MAKEFILES="$ALL_MAKEFILES \\
15481 dlls/gdiplus/tests/Makefile"
15482 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15483 gdiplus/tests"
15484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15485 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules config.status"
15486 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
15488 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15489 dlls/glu32/libglu32.$IMPLIBEXT"
15490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15491 dlls/glu32/libglu32.$IMPLIBEXT dlls/glu32/libglu32.cross.a: tools/widl tools/winebuild tools/winegcc include
15492 dlls/glu32/libglu32.$IMPLIBEXT dlls/glu32/libglu32.cross.a: dlls/glu32/glu32.spec dlls/glu32/Makefile
15493 @cd dlls/glu32 && \$(MAKE) \`basename \$@\`"
15494 ALL_MAKEFILES="$ALL_MAKEFILES \\
15495 dlls/glu32/Makefile"
15496 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15497 glu32"
15498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15499 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules config.status"
15500 ac_config_files="$ac_config_files dlls/glu32/Makefile"
15502 ALL_MAKEFILES="$ALL_MAKEFILES \\
15503 dlls/gphoto2.ds/Makefile"
15504 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15505 gphoto2.ds"
15506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15507 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules config.status"
15508 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
15510 ALL_MAKEFILES="$ALL_MAKEFILES \\
15511 dlls/gpkcsp/Makefile"
15512 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15513 gpkcsp"
15514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15515 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules config.status"
15516 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
15518 ALL_MAKEFILES="$ALL_MAKEFILES \\
15519 dlls/hal/Makefile"
15520 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15521 hal"
15522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15523 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules config.status"
15524 ac_config_files="$ac_config_files dlls/hal/Makefile"
15526 ALL_MAKEFILES="$ALL_MAKEFILES \\
15527 dlls/hhctrl.ocx/Makefile"
15528 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15529 hhctrl.ocx"
15530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15531 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules config.status"
15532 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
15534 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15535 dlls/hid/libhid.$IMPLIBEXT"
15536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15537 dlls/hid/libhid.$IMPLIBEXT dlls/hid/libhid.cross.a: tools/widl tools/winebuild tools/winegcc include
15538 dlls/hid/libhid.$IMPLIBEXT dlls/hid/libhid.cross.a: dlls/hid/hid.spec dlls/hid/Makefile
15539 @cd dlls/hid && \$(MAKE) \`basename \$@\`"
15540 ALL_MAKEFILES="$ALL_MAKEFILES \\
15541 dlls/hid/Makefile"
15542 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15543 hid"
15544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15545 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules config.status"
15546 ac_config_files="$ac_config_files dlls/hid/Makefile"
15548 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15549 dlls/hlink/libhlink.$IMPLIBEXT"
15550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15551 dlls/hlink/libhlink.$IMPLIBEXT dlls/hlink/libhlink.cross.a: tools/widl tools/winebuild tools/winegcc include
15552 dlls/hlink/libhlink.$IMPLIBEXT dlls/hlink/libhlink.cross.a: dlls/hlink/hlink.spec dlls/hlink/Makefile
15553 @cd dlls/hlink && \$(MAKE) \`basename \$@\`"
15554 ALL_MAKEFILES="$ALL_MAKEFILES \\
15555 dlls/hlink/Makefile"
15556 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15557 hlink"
15558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15559 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules config.status"
15560 ac_config_files="$ac_config_files dlls/hlink/Makefile"
15562 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15563 hlink_test.exe"
15564 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15565 hlink_test.exe: \$(TOPOBJDIR)/dlls/hlink/tests/hlink_test.exe$DLLEXT
15566 cp \$(TOPOBJDIR)/dlls/hlink/tests/hlink_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15567 hlink_test.rc:
15568 echo \"hlink_test.exe TESTRES \\\"hlink_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15569 hlink_test.res: hlink_test.rc hlink_test.exe"
15570 ALL_MAKEFILES="$ALL_MAKEFILES \\
15571 dlls/hlink/tests/Makefile"
15572 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15573 hlink/tests"
15574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15575 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules config.status"
15576 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
15578 ALL_MAKEFILES="$ALL_MAKEFILES \\
15579 dlls/hnetcfg/Makefile"
15580 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15581 hnetcfg"
15582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15583 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules config.status"
15584 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
15586 ALL_MAKEFILES="$ALL_MAKEFILES \\
15587 dlls/httpapi/Makefile"
15588 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15589 httpapi"
15590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15591 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules config.status"
15592 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
15594 ALL_MAKEFILES="$ALL_MAKEFILES \\
15595 dlls/iccvid/Makefile"
15596 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15597 iccvid"
15598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15599 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules config.status"
15600 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
15602 ALL_MAKEFILES="$ALL_MAKEFILES \\
15603 dlls/icmp/Makefile"
15604 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15605 icmp"
15606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15607 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules config.status"
15608 ac_config_files="$ac_config_files dlls/icmp/Makefile"
15610 ALL_MAKEFILES="$ALL_MAKEFILES \\
15611 dlls/ifsmgr.vxd/Makefile"
15612 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15613 ifsmgr.vxd"
15614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15615 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules config.status"
15616 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
15618 ALL_MAKEFILES="$ALL_MAKEFILES \\
15619 dlls/imaadp32.acm/Makefile"
15620 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15621 imaadp32.acm"
15622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15623 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules config.status"
15624 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
15626 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15627 dlls/imagehlp/libimagehlp.$IMPLIBEXT"
15628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15629 dlls/imagehlp/libimagehlp.$IMPLIBEXT dlls/imagehlp/libimagehlp.cross.a: tools/widl tools/winebuild tools/winegcc include
15630 dlls/imagehlp/libimagehlp.$IMPLIBEXT dlls/imagehlp/libimagehlp.cross.a: dlls/imagehlp/imagehlp.spec dlls/imagehlp/Makefile
15631 @cd dlls/imagehlp && \$(MAKE) \`basename \$@\`"
15632 ALL_MAKEFILES="$ALL_MAKEFILES \\
15633 dlls/imagehlp/Makefile"
15634 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15635 imagehlp"
15636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15637 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules config.status"
15638 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
15640 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15641 imagehlp_test.exe"
15642 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15643 imagehlp_test.exe: \$(TOPOBJDIR)/dlls/imagehlp/tests/imagehlp_test.exe$DLLEXT
15644 cp \$(TOPOBJDIR)/dlls/imagehlp/tests/imagehlp_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15645 imagehlp_test.rc:
15646 echo \"imagehlp_test.exe TESTRES \\\"imagehlp_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15647 imagehlp_test.res: imagehlp_test.rc imagehlp_test.exe"
15648 ALL_MAKEFILES="$ALL_MAKEFILES \\
15649 dlls/imagehlp/tests/Makefile"
15650 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15651 imagehlp/tests"
15652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15653 dlls/imagehlp/tests/Makefile: dlls/imagehlp/tests/Makefile.in dlls/Maketest.rules config.status"
15654 ac_config_files="$ac_config_files dlls/imagehlp/tests/Makefile"
15656 ALL_MAKEFILES="$ALL_MAKEFILES \\
15657 dlls/imm.dll16/Makefile"
15658 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15659 imm.dll16"
15660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15661 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules config.status"
15662 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
15664 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15665 dlls/imm32/libimm32.$IMPLIBEXT"
15666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15667 dlls/imm32/libimm32.$IMPLIBEXT dlls/imm32/libimm32.cross.a: tools/widl tools/winebuild tools/winegcc include
15668 dlls/imm32/libimm32.$IMPLIBEXT dlls/imm32/libimm32.cross.a: dlls/imm32/imm32.spec dlls/imm32/Makefile
15669 @cd dlls/imm32 && \$(MAKE) \`basename \$@\`"
15670 ALL_MAKEFILES="$ALL_MAKEFILES \\
15671 dlls/imm32/Makefile"
15672 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15673 imm32"
15674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15675 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules config.status"
15676 ac_config_files="$ac_config_files dlls/imm32/Makefile"
15678 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15679 imm32_test.exe"
15680 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15681 imm32_test.exe: \$(TOPOBJDIR)/dlls/imm32/tests/imm32_test.exe$DLLEXT
15682 cp \$(TOPOBJDIR)/dlls/imm32/tests/imm32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15683 imm32_test.rc:
15684 echo \"imm32_test.exe TESTRES \\\"imm32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15685 imm32_test.res: imm32_test.rc imm32_test.exe"
15686 ALL_MAKEFILES="$ALL_MAKEFILES \\
15687 dlls/imm32/tests/Makefile"
15688 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15689 imm32/tests"
15690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15691 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules config.status"
15692 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
15694 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15695 dlls/inetcomm/libinetcomm.$IMPLIBEXT"
15696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15697 dlls/inetcomm/libinetcomm.$IMPLIBEXT dlls/inetcomm/libinetcomm.cross.a: tools/widl tools/winebuild tools/winegcc include
15698 dlls/inetcomm/libinetcomm.$IMPLIBEXT dlls/inetcomm/libinetcomm.cross.a: dlls/inetcomm/inetcomm.spec dlls/inetcomm/Makefile
15699 @cd dlls/inetcomm && \$(MAKE) \`basename \$@\`"
15700 ALL_MAKEFILES="$ALL_MAKEFILES \\
15701 dlls/inetcomm/Makefile"
15702 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15703 inetcomm"
15704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15705 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules config.status"
15706 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
15708 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15709 inetcomm_test.exe"
15710 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15711 inetcomm_test.exe: \$(TOPOBJDIR)/dlls/inetcomm/tests/inetcomm_test.exe$DLLEXT
15712 cp \$(TOPOBJDIR)/dlls/inetcomm/tests/inetcomm_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15713 inetcomm_test.rc:
15714 echo \"inetcomm_test.exe TESTRES \\\"inetcomm_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15715 inetcomm_test.res: inetcomm_test.rc inetcomm_test.exe"
15716 ALL_MAKEFILES="$ALL_MAKEFILES \\
15717 dlls/inetcomm/tests/Makefile"
15718 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15719 inetcomm/tests"
15720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15721 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules config.status"
15722 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
15724 ALL_MAKEFILES="$ALL_MAKEFILES \\
15725 dlls/inetmib1/Makefile"
15726 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15727 inetmib1"
15728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15729 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules config.status"
15730 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
15732 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15733 inetmib1_test.exe"
15734 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15735 inetmib1_test.exe: \$(TOPOBJDIR)/dlls/inetmib1/tests/inetmib1_test.exe$DLLEXT
15736 cp \$(TOPOBJDIR)/dlls/inetmib1/tests/inetmib1_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15737 inetmib1_test.rc:
15738 echo \"inetmib1_test.exe TESTRES \\\"inetmib1_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15739 inetmib1_test.res: inetmib1_test.rc inetmib1_test.exe"
15740 ALL_MAKEFILES="$ALL_MAKEFILES \\
15741 dlls/inetmib1/tests/Makefile"
15742 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15743 inetmib1/tests"
15744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15745 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules config.status"
15746 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
15748 ALL_MAKEFILES="$ALL_MAKEFILES \\
15749 dlls/infosoft/Makefile"
15750 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15751 infosoft"
15752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15753 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules config.status"
15754 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
15756 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15757 infosoft_test.exe"
15758 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15759 infosoft_test.exe: \$(TOPOBJDIR)/dlls/infosoft/tests/infosoft_test.exe$DLLEXT
15760 cp \$(TOPOBJDIR)/dlls/infosoft/tests/infosoft_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15761 infosoft_test.rc:
15762 echo \"infosoft_test.exe TESTRES \\\"infosoft_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15763 infosoft_test.res: infosoft_test.rc infosoft_test.exe"
15764 ALL_MAKEFILES="$ALL_MAKEFILES \\
15765 dlls/infosoft/tests/Makefile"
15766 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15767 infosoft/tests"
15768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15769 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules config.status"
15770 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
15772 ALL_MAKEFILES="$ALL_MAKEFILES \\
15773 dlls/initpki/Makefile"
15774 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15775 initpki"
15776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15777 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules config.status"
15778 ac_config_files="$ac_config_files dlls/initpki/Makefile"
15780 ALL_MAKEFILES="$ALL_MAKEFILES \\
15781 dlls/inkobj/Makefile"
15782 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15783 inkobj"
15784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15785 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules config.status"
15786 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
15788 ALL_MAKEFILES="$ALL_MAKEFILES \\
15789 dlls/inseng/Makefile"
15790 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15791 inseng"
15792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15793 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules config.status"
15794 ac_config_files="$ac_config_files dlls/inseng/Makefile"
15796 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15797 dlls/iphlpapi/libiphlpapi.$IMPLIBEXT"
15798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15799 dlls/iphlpapi/libiphlpapi.$IMPLIBEXT dlls/iphlpapi/libiphlpapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15800 dlls/iphlpapi/libiphlpapi.$IMPLIBEXT dlls/iphlpapi/libiphlpapi.cross.a: dlls/iphlpapi/iphlpapi.spec dlls/iphlpapi/Makefile
15801 @cd dlls/iphlpapi && \$(MAKE) \`basename \$@\`"
15802 ALL_MAKEFILES="$ALL_MAKEFILES \\
15803 dlls/iphlpapi/Makefile"
15804 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15805 iphlpapi"
15806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15807 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules config.status"
15808 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
15810 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15811 iphlpapi_test.exe"
15812 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15813 iphlpapi_test.exe: \$(TOPOBJDIR)/dlls/iphlpapi/tests/iphlpapi_test.exe$DLLEXT
15814 cp \$(TOPOBJDIR)/dlls/iphlpapi/tests/iphlpapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15815 iphlpapi_test.rc:
15816 echo \"iphlpapi_test.exe TESTRES \\\"iphlpapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15817 iphlpapi_test.res: iphlpapi_test.rc iphlpapi_test.exe"
15818 ALL_MAKEFILES="$ALL_MAKEFILES \\
15819 dlls/iphlpapi/tests/Makefile"
15820 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15821 iphlpapi/tests"
15822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15823 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules config.status"
15824 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
15826 ALL_MAKEFILES="$ALL_MAKEFILES \\
15827 dlls/itircl/Makefile"
15828 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15829 itircl"
15830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15831 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules config.status"
15832 ac_config_files="$ac_config_files dlls/itircl/Makefile"
15834 ALL_MAKEFILES="$ALL_MAKEFILES \\
15835 dlls/itss/Makefile"
15836 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15837 itss"
15838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15839 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules config.status"
15840 ac_config_files="$ac_config_files dlls/itss/Makefile"
15842 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15843 itss_test.exe"
15844 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15845 itss_test.exe: \$(TOPOBJDIR)/dlls/itss/tests/itss_test.exe$DLLEXT
15846 cp \$(TOPOBJDIR)/dlls/itss/tests/itss_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15847 itss_test.rc:
15848 echo \"itss_test.exe TESTRES \\\"itss_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15849 itss_test.res: itss_test.rc itss_test.exe"
15850 ALL_MAKEFILES="$ALL_MAKEFILES \\
15851 dlls/itss/tests/Makefile"
15852 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15853 itss/tests"
15854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15855 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules config.status"
15856 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
15858 ALL_MAKEFILES="$ALL_MAKEFILES \\
15859 dlls/jscript/Makefile"
15860 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15861 jscript"
15862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15863 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules config.status"
15864 ac_config_files="$ac_config_files dlls/jscript/Makefile"
15866 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15867 jscript_test.exe"
15868 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15869 jscript_test.exe: \$(TOPOBJDIR)/dlls/jscript/tests/jscript_test.exe$DLLEXT
15870 cp \$(TOPOBJDIR)/dlls/jscript/tests/jscript_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15871 jscript_test.rc:
15872 echo \"jscript_test.exe TESTRES \\\"jscript_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15873 jscript_test.res: jscript_test.rc jscript_test.exe"
15874 ALL_MAKEFILES="$ALL_MAKEFILES \\
15875 dlls/jscript/tests/Makefile"
15876 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15877 jscript/tests"
15878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15879 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules config.status"
15880 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
15882 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15883 dlls/kernel32/libkernel32.$IMPLIBEXT"
15884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15885 dlls/kernel32/libkernel32.$IMPLIBEXT dlls/kernel32/libkernel32.cross.a: tools/widl tools/winebuild tools/winegcc include
15886 dlls/kernel32/libkernel32.$IMPLIBEXT dlls/kernel32/libkernel32.cross.a: dlls/kernel32/kernel32.spec dlls/kernel32/Makefile
15887 @cd dlls/kernel32 && \$(MAKE) \`basename \$@\`"
15888 ALL_MAKEFILES="$ALL_MAKEFILES \\
15889 dlls/kernel32/Makefile"
15890 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15891 kernel32"
15892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15893 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules config.status"
15894 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
15896 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15897 kernel32_test.exe"
15898 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15899 kernel32_test.exe: \$(TOPOBJDIR)/dlls/kernel32/tests/kernel32_test.exe$DLLEXT
15900 cp \$(TOPOBJDIR)/dlls/kernel32/tests/kernel32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15901 kernel32_test.rc:
15902 echo \"kernel32_test.exe TESTRES \\\"kernel32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15903 kernel32_test.res: kernel32_test.rc kernel32_test.exe"
15904 ALL_MAKEFILES="$ALL_MAKEFILES \\
15905 dlls/kernel32/tests/Makefile"
15906 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15907 kernel32/tests"
15908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15909 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules config.status"
15910 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
15912 ALL_MAKEFILES="$ALL_MAKEFILES \\
15913 dlls/keyboard.drv16/Makefile"
15914 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15915 keyboard.drv16"
15916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15917 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules config.status"
15918 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
15920 test "x$enable_win16" = xno || ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15921 dlls/krnl386.exe16/libkernel.$IMPLIBEXT \\
15922 dlls/libkernel.$IMPLIBEXT"
15923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15924 dlls/krnl386.exe16/libkernel.$IMPLIBEXT dlls/krnl386.exe16/libkernel.cross.a: tools/widl tools/winebuild tools/winegcc include
15925 dlls/libkernel.a: dlls/krnl386.exe16/libkernel.a
15926 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.a \$@
15927 dlls/libkernel.cross.a: dlls/krnl386.exe16/libkernel.cross.a
15928 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.cross.a \$@
15929 dlls/libkernel.def: dlls/krnl386.exe16/libkernel.def
15930 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.def \$@
15931 clean::
15932 \$(RM) dlls/libkernel.def
15933 dlls/krnl386.exe16/libkernel.$IMPLIBEXT dlls/krnl386.exe16/libkernel.cross.a: dlls/krnl386.exe16/krnl386.exe16.spec dlls/krnl386.exe16/Makefile
15934 @cd dlls/krnl386.exe16 && \$(MAKE) \`basename \$@\`"
15935 ALL_MAKEFILES="$ALL_MAKEFILES \\
15936 dlls/krnl386.exe16/Makefile"
15937 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15938 krnl386.exe16"
15939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15940 dlls/krnl386.exe16/Makefile: dlls/krnl386.exe16/Makefile.in dlls/Makedll.rules config.status"
15941 ac_config_files="$ac_config_files dlls/krnl386.exe16/Makefile"
15943 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15944 dlls/loadperf/libloadperf.$IMPLIBEXT"
15945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15946 dlls/loadperf/libloadperf.$IMPLIBEXT dlls/loadperf/libloadperf.cross.a: tools/widl tools/winebuild tools/winegcc include
15947 dlls/loadperf/libloadperf.$IMPLIBEXT dlls/loadperf/libloadperf.cross.a: dlls/loadperf/loadperf.spec dlls/loadperf/Makefile
15948 @cd dlls/loadperf && \$(MAKE) \`basename \$@\`"
15949 ALL_MAKEFILES="$ALL_MAKEFILES \\
15950 dlls/loadperf/Makefile"
15951 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15952 loadperf"
15953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15954 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules config.status"
15955 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
15957 ALL_MAKEFILES="$ALL_MAKEFILES \\
15958 dlls/localspl/Makefile"
15959 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15960 localspl"
15961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15962 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules config.status"
15963 ac_config_files="$ac_config_files dlls/localspl/Makefile"
15965 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15966 localspl_test.exe"
15967 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15968 localspl_test.exe: \$(TOPOBJDIR)/dlls/localspl/tests/localspl_test.exe$DLLEXT
15969 cp \$(TOPOBJDIR)/dlls/localspl/tests/localspl_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15970 localspl_test.rc:
15971 echo \"localspl_test.exe TESTRES \\\"localspl_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15972 localspl_test.res: localspl_test.rc localspl_test.exe"
15973 ALL_MAKEFILES="$ALL_MAKEFILES \\
15974 dlls/localspl/tests/Makefile"
15975 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15976 localspl/tests"
15977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15978 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules config.status"
15979 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
15981 ALL_MAKEFILES="$ALL_MAKEFILES \\
15982 dlls/localui/Makefile"
15983 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15984 localui"
15985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15986 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules config.status"
15987 ac_config_files="$ac_config_files dlls/localui/Makefile"
15989 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
15990 localui_test.exe"
15991 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
15992 localui_test.exe: \$(TOPOBJDIR)/dlls/localui/tests/localui_test.exe$DLLEXT
15993 cp \$(TOPOBJDIR)/dlls/localui/tests/localui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15994 localui_test.rc:
15995 echo \"localui_test.exe TESTRES \\\"localui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15996 localui_test.res: localui_test.rc localui_test.exe"
15997 ALL_MAKEFILES="$ALL_MAKEFILES \\
15998 dlls/localui/tests/Makefile"
15999 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16000 localui/tests"
16001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16002 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules config.status"
16003 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
16005 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16006 dlls/lz32/liblz32.$IMPLIBEXT"
16007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16008 dlls/lz32/liblz32.$IMPLIBEXT dlls/lz32/liblz32.cross.a: tools/widl tools/winebuild tools/winegcc include
16009 dlls/lz32/liblz32.$IMPLIBEXT dlls/lz32/liblz32.cross.a: dlls/lz32/lz32.spec dlls/lz32/Makefile
16010 @cd dlls/lz32 && \$(MAKE) \`basename \$@\`"
16011 ALL_MAKEFILES="$ALL_MAKEFILES \\
16012 dlls/lz32/Makefile"
16013 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16014 lz32"
16015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16016 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules config.status"
16017 ac_config_files="$ac_config_files dlls/lz32/Makefile"
16019 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16020 lz32_test.exe"
16021 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16022 lz32_test.exe: \$(TOPOBJDIR)/dlls/lz32/tests/lz32_test.exe$DLLEXT
16023 cp \$(TOPOBJDIR)/dlls/lz32/tests/lz32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16024 lz32_test.rc:
16025 echo \"lz32_test.exe TESTRES \\\"lz32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16026 lz32_test.res: lz32_test.rc lz32_test.exe"
16027 ALL_MAKEFILES="$ALL_MAKEFILES \\
16028 dlls/lz32/tests/Makefile"
16029 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16030 lz32/tests"
16031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16032 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules config.status"
16033 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
16035 ALL_MAKEFILES="$ALL_MAKEFILES \\
16036 dlls/lzexpand.dll16/Makefile"
16037 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16038 lzexpand.dll16"
16039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16040 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules config.status"
16041 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
16043 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16044 dlls/mapi32/libmapi32.$IMPLIBEXT"
16045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16046 dlls/mapi32/libmapi32.$IMPLIBEXT dlls/mapi32/libmapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
16047 dlls/mapi32/libmapi32.$IMPLIBEXT dlls/mapi32/libmapi32.cross.a: dlls/mapi32/mapi32.spec dlls/mapi32/Makefile
16048 @cd dlls/mapi32 && \$(MAKE) \`basename \$@\`"
16049 ALL_MAKEFILES="$ALL_MAKEFILES \\
16050 dlls/mapi32/Makefile"
16051 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16052 mapi32"
16053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16054 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules config.status"
16055 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
16057 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16058 mapi32_test.exe"
16059 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16060 mapi32_test.exe: \$(TOPOBJDIR)/dlls/mapi32/tests/mapi32_test.exe$DLLEXT
16061 cp \$(TOPOBJDIR)/dlls/mapi32/tests/mapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16062 mapi32_test.rc:
16063 echo \"mapi32_test.exe TESTRES \\\"mapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16064 mapi32_test.res: mapi32_test.rc mapi32_test.exe"
16065 ALL_MAKEFILES="$ALL_MAKEFILES \\
16066 dlls/mapi32/tests/Makefile"
16067 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16068 mapi32/tests"
16069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16070 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules config.status"
16071 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
16073 ALL_MAKEFILES="$ALL_MAKEFILES \\
16074 dlls/mapistub/Makefile"
16075 test "x$enable_mapistub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16076 mapistub"
16077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16078 dlls/mapistub/Makefile: dlls/mapistub/Makefile.in dlls/Makedll.rules config.status"
16079 ac_config_files="$ac_config_files dlls/mapistub/Makefile"
16081 ALL_MAKEFILES="$ALL_MAKEFILES \\
16082 dlls/mciavi32/Makefile"
16083 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16084 mciavi32"
16085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16086 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules config.status"
16087 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
16089 ALL_MAKEFILES="$ALL_MAKEFILES \\
16090 dlls/mcicda/Makefile"
16091 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16092 mcicda"
16093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16094 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules config.status"
16095 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
16097 ALL_MAKEFILES="$ALL_MAKEFILES \\
16098 dlls/mciqtz32/Makefile"
16099 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16100 mciqtz32"
16101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16102 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules config.status"
16103 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
16105 ALL_MAKEFILES="$ALL_MAKEFILES \\
16106 dlls/mciseq/Makefile"
16107 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16108 mciseq"
16109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16110 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules config.status"
16111 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
16113 ALL_MAKEFILES="$ALL_MAKEFILES \\
16114 dlls/mciwave/Makefile"
16115 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16116 mciwave"
16117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16118 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules config.status"
16119 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
16121 ALL_MAKEFILES="$ALL_MAKEFILES \\
16122 dlls/midimap/Makefile"
16123 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16124 midimap"
16125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16126 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules config.status"
16127 ac_config_files="$ac_config_files dlls/midimap/Makefile"
16129 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16130 dlls/mlang/libmlang.$IMPLIBEXT"
16131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16132 dlls/mlang/libmlang.$IMPLIBEXT dlls/mlang/libmlang.cross.a: tools/widl tools/winebuild tools/winegcc include
16133 dlls/mlang/libmlang.$IMPLIBEXT dlls/mlang/libmlang.cross.a: dlls/mlang/mlang.spec dlls/mlang/Makefile
16134 @cd dlls/mlang && \$(MAKE) \`basename \$@\`"
16135 ALL_MAKEFILES="$ALL_MAKEFILES \\
16136 dlls/mlang/Makefile"
16137 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16138 mlang"
16139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16140 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules config.status"
16141 ac_config_files="$ac_config_files dlls/mlang/Makefile"
16143 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16144 mlang_test.exe"
16145 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16146 mlang_test.exe: \$(TOPOBJDIR)/dlls/mlang/tests/mlang_test.exe$DLLEXT
16147 cp \$(TOPOBJDIR)/dlls/mlang/tests/mlang_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16148 mlang_test.rc:
16149 echo \"mlang_test.exe TESTRES \\\"mlang_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16150 mlang_test.res: mlang_test.rc mlang_test.exe"
16151 ALL_MAKEFILES="$ALL_MAKEFILES \\
16152 dlls/mlang/tests/Makefile"
16153 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16154 mlang/tests"
16155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16156 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules config.status"
16157 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
16159 ALL_MAKEFILES="$ALL_MAKEFILES \\
16160 dlls/mmdevapi/Makefile"
16161 test "x$enable_mmdevapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16162 mmdevapi"
16163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16164 dlls/mmdevapi/Makefile: dlls/mmdevapi/Makefile.in dlls/Makedll.rules config.status"
16165 ac_config_files="$ac_config_files dlls/mmdevapi/Makefile"
16167 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16168 mmdevapi_test.exe"
16169 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16170 mmdevapi_test.exe: \$(TOPOBJDIR)/dlls/mmdevapi/tests/mmdevapi_test.exe$DLLEXT
16171 cp \$(TOPOBJDIR)/dlls/mmdevapi/tests/mmdevapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16172 mmdevapi_test.rc:
16173 echo \"mmdevapi_test.exe TESTRES \\\"mmdevapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16174 mmdevapi_test.res: mmdevapi_test.rc mmdevapi_test.exe"
16175 ALL_MAKEFILES="$ALL_MAKEFILES \\
16176 dlls/mmdevapi/tests/Makefile"
16177 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16178 mmdevapi/tests"
16179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16180 dlls/mmdevapi/tests/Makefile: dlls/mmdevapi/tests/Makefile.in dlls/Maketest.rules config.status"
16181 ac_config_files="$ac_config_files dlls/mmdevapi/tests/Makefile"
16183 ALL_MAKEFILES="$ALL_MAKEFILES \\
16184 dlls/mmdevldr.vxd/Makefile"
16185 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16186 mmdevldr.vxd"
16187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16188 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules config.status"
16189 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
16191 ALL_MAKEFILES="$ALL_MAKEFILES \\
16192 dlls/mmsystem.dll16/Makefile"
16193 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16194 mmsystem.dll16"
16195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16196 dlls/mmsystem.dll16/Makefile: dlls/mmsystem.dll16/Makefile.in dlls/Makedll.rules config.status"
16197 ac_config_files="$ac_config_files dlls/mmsystem.dll16/Makefile"
16199 ALL_MAKEFILES="$ALL_MAKEFILES \\
16200 dlls/monodebg.vxd/Makefile"
16201 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16202 monodebg.vxd"
16203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16204 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules config.status"
16205 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
16207 ALL_MAKEFILES="$ALL_MAKEFILES \\
16208 dlls/mountmgr.sys/Makefile"
16209 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16210 mountmgr.sys"
16211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16212 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules config.status"
16213 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
16215 ALL_MAKEFILES="$ALL_MAKEFILES \\
16216 dlls/mouse.drv16/Makefile"
16217 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16218 mouse.drv16"
16219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16220 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules config.status"
16221 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
16223 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16224 dlls/mpr/libmpr.$IMPLIBEXT"
16225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16226 dlls/mpr/libmpr.$IMPLIBEXT dlls/mpr/libmpr.cross.a: tools/widl tools/winebuild tools/winegcc include
16227 dlls/mpr/libmpr.$IMPLIBEXT dlls/mpr/libmpr.cross.a: dlls/mpr/mpr.spec dlls/mpr/Makefile
16228 @cd dlls/mpr && \$(MAKE) \`basename \$@\`"
16229 ALL_MAKEFILES="$ALL_MAKEFILES \\
16230 dlls/mpr/Makefile"
16231 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16232 mpr"
16233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16234 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules config.status"
16235 ac_config_files="$ac_config_files dlls/mpr/Makefile"
16237 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16238 dlls/mprapi/libmprapi.$IMPLIBEXT"
16239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16240 dlls/mprapi/libmprapi.$IMPLIBEXT dlls/mprapi/libmprapi.cross.a: tools/widl tools/winebuild tools/winegcc include
16241 dlls/mprapi/libmprapi.$IMPLIBEXT dlls/mprapi/libmprapi.cross.a: dlls/mprapi/mprapi.spec dlls/mprapi/Makefile
16242 @cd dlls/mprapi && \$(MAKE) \`basename \$@\`"
16243 ALL_MAKEFILES="$ALL_MAKEFILES \\
16244 dlls/mprapi/Makefile"
16245 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16246 mprapi"
16247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16248 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules config.status"
16249 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
16251 ALL_MAKEFILES="$ALL_MAKEFILES \\
16252 dlls/msacm.dll16/Makefile"
16253 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16254 msacm.dll16"
16255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16256 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules config.status"
16257 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
16259 ALL_MAKEFILES="$ALL_MAKEFILES \\
16260 dlls/msacm32.drv/Makefile"
16261 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16262 msacm32.drv"
16263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16264 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules config.status"
16265 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
16267 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16268 dlls/msacm32/libmsacm32.$IMPLIBEXT"
16269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16270 dlls/msacm32/libmsacm32.$IMPLIBEXT dlls/msacm32/libmsacm32.cross.a: tools/widl tools/winebuild tools/winegcc include
16271 dlls/msacm32/libmsacm32.$IMPLIBEXT dlls/msacm32/libmsacm32.cross.a: dlls/msacm32/msacm32.spec dlls/msacm32/Makefile
16272 @cd dlls/msacm32 && \$(MAKE) \`basename \$@\`"
16273 ALL_MAKEFILES="$ALL_MAKEFILES \\
16274 dlls/msacm32/Makefile"
16275 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16276 msacm32"
16277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16278 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules config.status"
16279 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
16281 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16282 msacm32_test.exe"
16283 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16284 msacm32_test.exe: \$(TOPOBJDIR)/dlls/msacm32/tests/msacm32_test.exe$DLLEXT
16285 cp \$(TOPOBJDIR)/dlls/msacm32/tests/msacm32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16286 msacm32_test.rc:
16287 echo \"msacm32_test.exe TESTRES \\\"msacm32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16288 msacm32_test.res: msacm32_test.rc msacm32_test.exe"
16289 ALL_MAKEFILES="$ALL_MAKEFILES \\
16290 dlls/msacm32/tests/Makefile"
16291 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16292 msacm32/tests"
16293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16294 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules config.status"
16295 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
16297 ALL_MAKEFILES="$ALL_MAKEFILES \\
16298 dlls/msadp32.acm/Makefile"
16299 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16300 msadp32.acm"
16301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16302 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules config.status"
16303 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
16305 ALL_MAKEFILES="$ALL_MAKEFILES \\
16306 dlls/mscat32/Makefile"
16307 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16308 mscat32"
16309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16310 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules config.status"
16311 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
16313 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16314 dlls/mscms/libmscms.$IMPLIBEXT"
16315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16316 dlls/mscms/libmscms.$IMPLIBEXT dlls/mscms/libmscms.cross.a: tools/widl tools/winebuild tools/winegcc include
16317 dlls/mscms/libmscms.$IMPLIBEXT dlls/mscms/libmscms.cross.a: dlls/mscms/mscms.spec dlls/mscms/Makefile
16318 @cd dlls/mscms && \$(MAKE) \`basename \$@\`"
16319 ALL_MAKEFILES="$ALL_MAKEFILES \\
16320 dlls/mscms/Makefile"
16321 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16322 mscms"
16323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16324 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules config.status"
16325 ac_config_files="$ac_config_files dlls/mscms/Makefile"
16327 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16328 mscms_test.exe"
16329 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16330 mscms_test.exe: \$(TOPOBJDIR)/dlls/mscms/tests/mscms_test.exe$DLLEXT
16331 cp \$(TOPOBJDIR)/dlls/mscms/tests/mscms_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16332 mscms_test.rc:
16333 echo \"mscms_test.exe TESTRES \\\"mscms_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16334 mscms_test.res: mscms_test.rc mscms_test.exe"
16335 ALL_MAKEFILES="$ALL_MAKEFILES \\
16336 dlls/mscms/tests/Makefile"
16337 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16338 mscms/tests"
16339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16340 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules config.status"
16341 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
16343 ALL_MAKEFILES="$ALL_MAKEFILES \\
16344 dlls/mscoree/Makefile"
16345 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16346 mscoree"
16347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16348 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules config.status"
16349 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
16351 ALL_MAKEFILES="$ALL_MAKEFILES \\
16352 dlls/msctf/Makefile"
16353 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16354 msctf"
16355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16356 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules config.status"
16357 ac_config_files="$ac_config_files dlls/msctf/Makefile"
16359 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16360 msctf_test.exe"
16361 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16362 msctf_test.exe: \$(TOPOBJDIR)/dlls/msctf/tests/msctf_test.exe$DLLEXT
16363 cp \$(TOPOBJDIR)/dlls/msctf/tests/msctf_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16364 msctf_test.rc:
16365 echo \"msctf_test.exe TESTRES \\\"msctf_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16366 msctf_test.res: msctf_test.rc msctf_test.exe"
16367 ALL_MAKEFILES="$ALL_MAKEFILES \\
16368 dlls/msctf/tests/Makefile"
16369 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16370 msctf/tests"
16371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16372 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules config.status"
16373 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
16375 ALL_MAKEFILES="$ALL_MAKEFILES \\
16376 dlls/msdaps/Makefile"
16377 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16378 msdaps"
16379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16380 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules config.status"
16381 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
16383 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16384 dlls/msdmo/libmsdmo.$IMPLIBEXT"
16385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16386 dlls/msdmo/libmsdmo.$IMPLIBEXT dlls/msdmo/libmsdmo.cross.a: tools/widl tools/winebuild tools/winegcc include
16387 dlls/msdmo/libmsdmo.$IMPLIBEXT dlls/msdmo/libmsdmo.cross.a: dlls/msdmo/msdmo.spec dlls/msdmo/Makefile
16388 @cd dlls/msdmo && \$(MAKE) \`basename \$@\`"
16389 ALL_MAKEFILES="$ALL_MAKEFILES \\
16390 dlls/msdmo/Makefile"
16391 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16392 msdmo"
16393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16394 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules config.status"
16395 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
16397 ALL_MAKEFILES="$ALL_MAKEFILES \\
16398 dlls/msftedit/Makefile"
16399 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16400 msftedit"
16401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16402 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules config.status"
16403 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
16405 ALL_MAKEFILES="$ALL_MAKEFILES \\
16406 dlls/msg711.acm/Makefile"
16407 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16408 msg711.acm"
16409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16410 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules config.status"
16411 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
16413 ALL_MAKEFILES="$ALL_MAKEFILES \\
16414 dlls/msgsm32.acm/Makefile"
16415 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16416 msgsm32.acm"
16417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16418 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules config.status"
16419 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
16421 ALL_MAKEFILES="$ALL_MAKEFILES \\
16422 dlls/mshtml.tlb/Makefile"
16423 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16424 mshtml.tlb"
16425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16426 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules config.status"
16427 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
16429 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16430 dlls/mshtml/libmshtml.$IMPLIBEXT"
16431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16432 dlls/mshtml/libmshtml.$IMPLIBEXT dlls/mshtml/libmshtml.cross.a: tools/widl tools/winebuild tools/winegcc include
16433 dlls/mshtml/libmshtml.$IMPLIBEXT dlls/mshtml/libmshtml.cross.a: dlls/mshtml/mshtml.spec dlls/mshtml/Makefile
16434 @cd dlls/mshtml && \$(MAKE) \`basename \$@\`"
16435 ALL_MAKEFILES="$ALL_MAKEFILES \\
16436 dlls/mshtml/Makefile"
16437 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16438 mshtml"
16439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16440 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules config.status"
16441 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
16443 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16444 mshtml_test.exe"
16445 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16446 mshtml_test.exe: \$(TOPOBJDIR)/dlls/mshtml/tests/mshtml_test.exe$DLLEXT
16447 cp \$(TOPOBJDIR)/dlls/mshtml/tests/mshtml_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16448 mshtml_test.rc:
16449 echo \"mshtml_test.exe TESTRES \\\"mshtml_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16450 mshtml_test.res: mshtml_test.rc mshtml_test.exe"
16451 ALL_MAKEFILES="$ALL_MAKEFILES \\
16452 dlls/mshtml/tests/Makefile"
16453 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16454 mshtml/tests"
16455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16456 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules config.status"
16457 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
16459 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16460 dlls/msi/libmsi.$IMPLIBEXT"
16461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16462 dlls/msi/libmsi.$IMPLIBEXT dlls/msi/libmsi.cross.a: tools/widl tools/winebuild tools/winegcc include
16463 dlls/msi/libmsi.$IMPLIBEXT dlls/msi/libmsi.cross.a: dlls/msi/msi.spec dlls/msi/Makefile
16464 @cd dlls/msi && \$(MAKE) \`basename \$@\`"
16465 ALL_MAKEFILES="$ALL_MAKEFILES \\
16466 dlls/msi/Makefile"
16467 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16468 msi"
16469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16470 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules config.status"
16471 ac_config_files="$ac_config_files dlls/msi/Makefile"
16473 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16474 msi_test.exe"
16475 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16476 msi_test.exe: \$(TOPOBJDIR)/dlls/msi/tests/msi_test.exe$DLLEXT
16477 cp \$(TOPOBJDIR)/dlls/msi/tests/msi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16478 msi_test.rc:
16479 echo \"msi_test.exe TESTRES \\\"msi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16480 msi_test.res: msi_test.rc msi_test.exe"
16481 ALL_MAKEFILES="$ALL_MAKEFILES \\
16482 dlls/msi/tests/Makefile"
16483 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16484 msi/tests"
16485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16486 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules config.status"
16487 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
16489 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16490 dlls/msimg32/libmsimg32.$IMPLIBEXT"
16491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16492 dlls/msimg32/libmsimg32.$IMPLIBEXT dlls/msimg32/libmsimg32.cross.a: tools/widl tools/winebuild tools/winegcc include
16493 dlls/msimg32/libmsimg32.$IMPLIBEXT dlls/msimg32/libmsimg32.cross.a: dlls/msimg32/msimg32.spec dlls/msimg32/Makefile
16494 @cd dlls/msimg32 && \$(MAKE) \`basename \$@\`"
16495 ALL_MAKEFILES="$ALL_MAKEFILES \\
16496 dlls/msimg32/Makefile"
16497 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16498 msimg32"
16499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16500 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules config.status"
16501 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
16503 ALL_MAKEFILES="$ALL_MAKEFILES \\
16504 dlls/msimtf/Makefile"
16505 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16506 msimtf"
16507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16508 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules config.status"
16509 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
16511 ALL_MAKEFILES="$ALL_MAKEFILES \\
16512 dlls/msisip/Makefile"
16513 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16514 msisip"
16515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16516 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules config.status"
16517 ac_config_files="$ac_config_files dlls/msisip/Makefile"
16519 ALL_MAKEFILES="$ALL_MAKEFILES \\
16520 dlls/msisys.ocx/Makefile"
16521 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16522 msisys.ocx"
16523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16524 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules config.status"
16525 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
16527 ALL_MAKEFILES="$ALL_MAKEFILES \\
16528 dlls/msnet32/Makefile"
16529 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16530 msnet32"
16531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16532 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules config.status"
16533 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
16535 ALL_MAKEFILES="$ALL_MAKEFILES \\
16536 dlls/msrle32/Makefile"
16537 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16538 msrle32"
16539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16540 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules config.status"
16541 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
16543 ALL_MAKEFILES="$ALL_MAKEFILES \\
16544 dlls/mssign32/Makefile"
16545 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16546 mssign32"
16547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16548 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules config.status"
16549 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
16551 ALL_MAKEFILES="$ALL_MAKEFILES \\
16552 dlls/mssip32/Makefile"
16553 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16554 mssip32"
16555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16556 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules config.status"
16557 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
16559 ALL_MAKEFILES="$ALL_MAKEFILES \\
16560 dlls/mstask/Makefile"
16561 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16562 mstask"
16563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16564 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules config.status"
16565 ac_config_files="$ac_config_files dlls/mstask/Makefile"
16567 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16568 mstask_test.exe"
16569 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16570 mstask_test.exe: \$(TOPOBJDIR)/dlls/mstask/tests/mstask_test.exe$DLLEXT
16571 cp \$(TOPOBJDIR)/dlls/mstask/tests/mstask_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16572 mstask_test.rc:
16573 echo \"mstask_test.exe TESTRES \\\"mstask_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16574 mstask_test.res: mstask_test.rc mstask_test.exe"
16575 ALL_MAKEFILES="$ALL_MAKEFILES \\
16576 dlls/mstask/tests/Makefile"
16577 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16578 mstask/tests"
16579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16580 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules config.status"
16581 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
16583 ALL_MAKEFILES="$ALL_MAKEFILES \\
16584 dlls/msvcirt/Makefile"
16585 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16586 msvcirt"
16587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16588 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules config.status"
16589 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
16591 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16592 dlls/msvcr71/libmsvcr71.$IMPLIBEXT"
16593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16594 dlls/msvcr71/libmsvcr71.$IMPLIBEXT dlls/msvcr71/libmsvcr71.cross.a: tools/widl tools/winebuild tools/winegcc include
16595 dlls/msvcr71/libmsvcr71.$IMPLIBEXT dlls/msvcr71/libmsvcr71.cross.a: dlls/msvcr71/msvcr71.spec dlls/msvcr71/Makefile
16596 @cd dlls/msvcr71 && \$(MAKE) \`basename \$@\`"
16597 ALL_MAKEFILES="$ALL_MAKEFILES \\
16598 dlls/msvcr71/Makefile"
16599 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16600 msvcr71"
16601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16602 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules config.status"
16603 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
16605 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16606 dlls/msvcrt/libmsvcrt.$IMPLIBEXT"
16607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16608 dlls/msvcrt/libmsvcrt.$IMPLIBEXT dlls/msvcrt/libmsvcrt.cross.a: tools/widl tools/winebuild tools/winegcc include
16609 dlls/msvcrt/libmsvcrt.$IMPLIBEXT dlls/msvcrt/libmsvcrt.cross.a: dlls/msvcrt/msvcrt.spec dlls/msvcrt/Makefile
16610 @cd dlls/msvcrt && \$(MAKE) \`basename \$@\`"
16611 ALL_MAKEFILES="$ALL_MAKEFILES \\
16612 dlls/msvcrt/Makefile"
16613 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16614 msvcrt"
16615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16616 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules config.status"
16617 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
16619 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16620 msvcrt_test.exe"
16621 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16622 msvcrt_test.exe: \$(TOPOBJDIR)/dlls/msvcrt/tests/msvcrt_test.exe$DLLEXT
16623 cp \$(TOPOBJDIR)/dlls/msvcrt/tests/msvcrt_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16624 msvcrt_test.rc:
16625 echo \"msvcrt_test.exe TESTRES \\\"msvcrt_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16626 msvcrt_test.res: msvcrt_test.rc msvcrt_test.exe"
16627 ALL_MAKEFILES="$ALL_MAKEFILES \\
16628 dlls/msvcrt/tests/Makefile"
16629 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16630 msvcrt/tests"
16631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16632 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules config.status"
16633 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
16635 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16636 dlls/msvcrt20/libmsvcrt20.$IMPLIBEXT"
16637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16638 dlls/msvcrt20/libmsvcrt20.$IMPLIBEXT dlls/msvcrt20/libmsvcrt20.cross.a: tools/widl tools/winebuild tools/winegcc include
16639 dlls/msvcrt20/libmsvcrt20.$IMPLIBEXT dlls/msvcrt20/libmsvcrt20.cross.a: dlls/msvcrt20/msvcrt20.spec dlls/msvcrt20/Makefile
16640 @cd dlls/msvcrt20 && \$(MAKE) \`basename \$@\`"
16641 ALL_MAKEFILES="$ALL_MAKEFILES \\
16642 dlls/msvcrt20/Makefile"
16643 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16644 msvcrt20"
16645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16646 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules config.status"
16647 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
16649 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16650 dlls/msvcrt40/libmsvcrt40.$IMPLIBEXT"
16651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16652 dlls/msvcrt40/libmsvcrt40.$IMPLIBEXT dlls/msvcrt40/libmsvcrt40.cross.a: tools/widl tools/winebuild tools/winegcc include
16653 dlls/msvcrt40/libmsvcrt40.$IMPLIBEXT dlls/msvcrt40/libmsvcrt40.cross.a: dlls/msvcrt40/msvcrt40.spec dlls/msvcrt40/Makefile
16654 @cd dlls/msvcrt40 && \$(MAKE) \`basename \$@\`"
16655 ALL_MAKEFILES="$ALL_MAKEFILES \\
16656 dlls/msvcrt40/Makefile"
16657 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16658 msvcrt40"
16659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16660 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules config.status"
16661 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
16663 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16664 dlls/msvcrtd/libmsvcrtd.$IMPLIBEXT"
16665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16666 dlls/msvcrtd/libmsvcrtd.$IMPLIBEXT dlls/msvcrtd/libmsvcrtd.cross.a: tools/widl tools/winebuild tools/winegcc include
16667 dlls/msvcrtd/libmsvcrtd.$IMPLIBEXT dlls/msvcrtd/libmsvcrtd.cross.a: dlls/msvcrtd/msvcrtd.spec dlls/msvcrtd/Makefile
16668 @cd dlls/msvcrtd && \$(MAKE) \`basename \$@\`"
16669 ALL_MAKEFILES="$ALL_MAKEFILES \\
16670 dlls/msvcrtd/Makefile"
16671 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16672 msvcrtd"
16673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16674 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules config.status"
16675 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
16677 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16678 msvcrtd_test.exe"
16679 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16680 msvcrtd_test.exe: \$(TOPOBJDIR)/dlls/msvcrtd/tests/msvcrtd_test.exe$DLLEXT
16681 cp \$(TOPOBJDIR)/dlls/msvcrtd/tests/msvcrtd_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16682 msvcrtd_test.rc:
16683 echo \"msvcrtd_test.exe TESTRES \\\"msvcrtd_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16684 msvcrtd_test.res: msvcrtd_test.rc msvcrtd_test.exe"
16685 ALL_MAKEFILES="$ALL_MAKEFILES \\
16686 dlls/msvcrtd/tests/Makefile"
16687 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16688 msvcrtd/tests"
16689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16690 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules config.status"
16691 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
16693 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16694 dlls/msvfw32/libmsvfw32.$IMPLIBEXT"
16695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16696 dlls/msvfw32/libmsvfw32.$IMPLIBEXT dlls/msvfw32/libmsvfw32.cross.a: tools/widl tools/winebuild tools/winegcc include
16697 dlls/msvfw32/libmsvfw32.$IMPLIBEXT dlls/msvfw32/libmsvfw32.cross.a: dlls/msvfw32/msvfw32.spec dlls/msvfw32/Makefile
16698 @cd dlls/msvfw32 && \$(MAKE) \`basename \$@\`"
16699 ALL_MAKEFILES="$ALL_MAKEFILES \\
16700 dlls/msvfw32/Makefile"
16701 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16702 msvfw32"
16703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16704 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules config.status"
16705 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
16707 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16708 msvfw32_test.exe"
16709 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16710 msvfw32_test.exe: \$(TOPOBJDIR)/dlls/msvfw32/tests/msvfw32_test.exe$DLLEXT
16711 cp \$(TOPOBJDIR)/dlls/msvfw32/tests/msvfw32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16712 msvfw32_test.rc:
16713 echo \"msvfw32_test.exe TESTRES \\\"msvfw32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16714 msvfw32_test.res: msvfw32_test.rc msvfw32_test.exe"
16715 ALL_MAKEFILES="$ALL_MAKEFILES \\
16716 dlls/msvfw32/tests/Makefile"
16717 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16718 msvfw32/tests"
16719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16720 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules config.status"
16721 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
16723 ALL_MAKEFILES="$ALL_MAKEFILES \\
16724 dlls/msvidc32/Makefile"
16725 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16726 msvidc32"
16727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16728 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules config.status"
16729 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
16731 ALL_MAKEFILES="$ALL_MAKEFILES \\
16732 dlls/msvideo.dll16/Makefile"
16733 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16734 msvideo.dll16"
16735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16736 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules config.status"
16737 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
16739 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16740 dlls/mswsock/libmswsock.$IMPLIBEXT"
16741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16742 dlls/mswsock/libmswsock.$IMPLIBEXT dlls/mswsock/libmswsock.cross.a: tools/widl tools/winebuild tools/winegcc include
16743 dlls/mswsock/libmswsock.$IMPLIBEXT dlls/mswsock/libmswsock.cross.a: dlls/mswsock/mswsock.spec dlls/mswsock/Makefile
16744 @cd dlls/mswsock && \$(MAKE) \`basename \$@\`"
16745 ALL_MAKEFILES="$ALL_MAKEFILES \\
16746 dlls/mswsock/Makefile"
16747 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16748 mswsock"
16749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16750 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules config.status"
16751 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
16753 ALL_MAKEFILES="$ALL_MAKEFILES \\
16754 dlls/msxml3/Makefile"
16755 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16756 msxml3"
16757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16758 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules config.status"
16759 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
16761 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16762 msxml3_test.exe"
16763 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16764 msxml3_test.exe: \$(TOPOBJDIR)/dlls/msxml3/tests/msxml3_test.exe$DLLEXT
16765 cp \$(TOPOBJDIR)/dlls/msxml3/tests/msxml3_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16766 msxml3_test.rc:
16767 echo \"msxml3_test.exe TESTRES \\\"msxml3_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16768 msxml3_test.res: msxml3_test.rc msxml3_test.exe"
16769 ALL_MAKEFILES="$ALL_MAKEFILES \\
16770 dlls/msxml3/tests/Makefile"
16771 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16772 msxml3/tests"
16773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16774 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules config.status"
16775 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
16777 ALL_MAKEFILES="$ALL_MAKEFILES \\
16778 dlls/msxml4/Makefile"
16779 test "x$enable_msxml4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16780 msxml4"
16781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16782 dlls/msxml4/Makefile: dlls/msxml4/Makefile.in dlls/Makedll.rules config.status"
16783 ac_config_files="$ac_config_files dlls/msxml4/Makefile"
16785 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16786 dlls/nddeapi/libnddeapi.$IMPLIBEXT"
16787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16788 dlls/nddeapi/libnddeapi.$IMPLIBEXT dlls/nddeapi/libnddeapi.cross.a: tools/widl tools/winebuild tools/winegcc include
16789 dlls/nddeapi/libnddeapi.$IMPLIBEXT dlls/nddeapi/libnddeapi.cross.a: dlls/nddeapi/nddeapi.spec dlls/nddeapi/Makefile
16790 @cd dlls/nddeapi && \$(MAKE) \`basename \$@\`"
16791 ALL_MAKEFILES="$ALL_MAKEFILES \\
16792 dlls/nddeapi/Makefile"
16793 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16794 nddeapi"
16795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16796 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules config.status"
16797 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
16799 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16800 dlls/netapi32/libnetapi32.$IMPLIBEXT"
16801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16802 dlls/netapi32/libnetapi32.$IMPLIBEXT dlls/netapi32/libnetapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
16803 dlls/netapi32/libnetapi32.$IMPLIBEXT dlls/netapi32/libnetapi32.cross.a: dlls/netapi32/netapi32.spec dlls/netapi32/Makefile
16804 @cd dlls/netapi32 && \$(MAKE) \`basename \$@\`"
16805 ALL_MAKEFILES="$ALL_MAKEFILES \\
16806 dlls/netapi32/Makefile"
16807 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16808 netapi32"
16809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16810 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules config.status"
16811 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
16813 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16814 netapi32_test.exe"
16815 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16816 netapi32_test.exe: \$(TOPOBJDIR)/dlls/netapi32/tests/netapi32_test.exe$DLLEXT
16817 cp \$(TOPOBJDIR)/dlls/netapi32/tests/netapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16818 netapi32_test.rc:
16819 echo \"netapi32_test.exe TESTRES \\\"netapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16820 netapi32_test.res: netapi32_test.rc netapi32_test.exe"
16821 ALL_MAKEFILES="$ALL_MAKEFILES \\
16822 dlls/netapi32/tests/Makefile"
16823 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16824 netapi32/tests"
16825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16826 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules config.status"
16827 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
16829 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16830 dlls/newdev/libnewdev.$IMPLIBEXT"
16831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16832 dlls/newdev/libnewdev.$IMPLIBEXT dlls/newdev/libnewdev.cross.a: tools/widl tools/winebuild tools/winegcc include
16833 dlls/newdev/libnewdev.$IMPLIBEXT dlls/newdev/libnewdev.cross.a: dlls/newdev/newdev.spec dlls/newdev/Makefile
16834 @cd dlls/newdev && \$(MAKE) \`basename \$@\`"
16835 ALL_MAKEFILES="$ALL_MAKEFILES \\
16836 dlls/newdev/Makefile"
16837 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16838 newdev"
16839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16840 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules config.status"
16841 ac_config_files="$ac_config_files dlls/newdev/Makefile"
16843 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16844 dlls/ntdll/libntdll.$IMPLIBEXT"
16845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16846 dlls/ntdll/libntdll.$IMPLIBEXT dlls/ntdll/libntdll.cross.a: tools/widl tools/winebuild tools/winegcc include
16847 dlls/ntdll/libntdll.$IMPLIBEXT dlls/ntdll/libntdll.cross.a: dlls/ntdll/ntdll.spec dlls/ntdll/Makefile
16848 @cd dlls/ntdll && \$(MAKE) \`basename \$@\`"
16849 ALL_MAKEFILES="$ALL_MAKEFILES \\
16850 dlls/ntdll/Makefile"
16851 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16852 ntdll"
16853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16854 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules config.status"
16855 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
16857 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16858 ntdll_test.exe"
16859 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16860 ntdll_test.exe: \$(TOPOBJDIR)/dlls/ntdll/tests/ntdll_test.exe$DLLEXT
16861 cp \$(TOPOBJDIR)/dlls/ntdll/tests/ntdll_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16862 ntdll_test.rc:
16863 echo \"ntdll_test.exe TESTRES \\\"ntdll_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16864 ntdll_test.res: ntdll_test.rc ntdll_test.exe"
16865 ALL_MAKEFILES="$ALL_MAKEFILES \\
16866 dlls/ntdll/tests/Makefile"
16867 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16868 ntdll/tests"
16869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16870 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules config.status"
16871 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
16873 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16874 dlls/ntdsapi/libntdsapi.$IMPLIBEXT"
16875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16876 dlls/ntdsapi/libntdsapi.$IMPLIBEXT dlls/ntdsapi/libntdsapi.cross.a: tools/widl tools/winebuild tools/winegcc include
16877 dlls/ntdsapi/libntdsapi.$IMPLIBEXT dlls/ntdsapi/libntdsapi.cross.a: dlls/ntdsapi/ntdsapi.spec dlls/ntdsapi/Makefile
16878 @cd dlls/ntdsapi && \$(MAKE) \`basename \$@\`"
16879 ALL_MAKEFILES="$ALL_MAKEFILES \\
16880 dlls/ntdsapi/Makefile"
16881 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16882 ntdsapi"
16883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16884 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules config.status"
16885 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
16887 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16888 ntdsapi_test.exe"
16889 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16890 ntdsapi_test.exe: \$(TOPOBJDIR)/dlls/ntdsapi/tests/ntdsapi_test.exe$DLLEXT
16891 cp \$(TOPOBJDIR)/dlls/ntdsapi/tests/ntdsapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16892 ntdsapi_test.rc:
16893 echo \"ntdsapi_test.exe TESTRES \\\"ntdsapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16894 ntdsapi_test.res: ntdsapi_test.rc ntdsapi_test.exe"
16895 ALL_MAKEFILES="$ALL_MAKEFILES \\
16896 dlls/ntdsapi/tests/Makefile"
16897 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16898 ntdsapi/tests"
16899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16900 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules config.status"
16901 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
16903 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16904 dlls/ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT"
16905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16906 dlls/ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT dlls/ntoskrnl.exe/libntoskrnl.exe.cross.a: tools/widl tools/winebuild tools/winegcc include
16907 dlls/ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT dlls/ntoskrnl.exe/libntoskrnl.exe.cross.a: dlls/ntoskrnl.exe/ntoskrnl.exe.spec dlls/ntoskrnl.exe/Makefile
16908 @cd dlls/ntoskrnl.exe && \$(MAKE) \`basename \$@\`"
16909 ALL_MAKEFILES="$ALL_MAKEFILES \\
16910 dlls/ntoskrnl.exe/Makefile"
16911 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16912 ntoskrnl.exe"
16913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16914 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules config.status"
16915 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
16917 ALL_MAKEFILES="$ALL_MAKEFILES \\
16918 dlls/ntprint/Makefile"
16919 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16920 ntprint"
16921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16922 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules config.status"
16923 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
16925 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16926 ntprint_test.exe"
16927 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16928 ntprint_test.exe: \$(TOPOBJDIR)/dlls/ntprint/tests/ntprint_test.exe$DLLEXT
16929 cp \$(TOPOBJDIR)/dlls/ntprint/tests/ntprint_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16930 ntprint_test.rc:
16931 echo \"ntprint_test.exe TESTRES \\\"ntprint_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16932 ntprint_test.res: ntprint_test.rc ntprint_test.exe"
16933 ALL_MAKEFILES="$ALL_MAKEFILES \\
16934 dlls/ntprint/tests/Makefile"
16935 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16936 ntprint/tests"
16937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16938 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules config.status"
16939 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
16941 ALL_MAKEFILES="$ALL_MAKEFILES \\
16942 dlls/objsel/Makefile"
16943 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16944 objsel"
16945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16946 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules config.status"
16947 ac_config_files="$ac_config_files dlls/objsel/Makefile"
16949 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16950 dlls/odbc32/libodbc32.$IMPLIBEXT"
16951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16952 dlls/odbc32/libodbc32.$IMPLIBEXT dlls/odbc32/libodbc32.cross.a: tools/widl tools/winebuild tools/winegcc include
16953 dlls/odbc32/libodbc32.$IMPLIBEXT dlls/odbc32/libodbc32.cross.a: dlls/odbc32/odbc32.spec dlls/odbc32/Makefile
16954 @cd dlls/odbc32 && \$(MAKE) \`basename \$@\`"
16955 ALL_MAKEFILES="$ALL_MAKEFILES \\
16956 dlls/odbc32/Makefile"
16957 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16958 odbc32"
16959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16960 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules config.status"
16961 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
16963 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16964 dlls/odbccp32/libodbccp32.$IMPLIBEXT"
16965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16966 dlls/odbccp32/libodbccp32.$IMPLIBEXT dlls/odbccp32/libodbccp32.cross.a: tools/widl tools/winebuild tools/winegcc include
16967 dlls/odbccp32/libodbccp32.$IMPLIBEXT dlls/odbccp32/libodbccp32.cross.a: dlls/odbccp32/odbccp32.spec dlls/odbccp32/Makefile
16968 @cd dlls/odbccp32 && \$(MAKE) \`basename \$@\`"
16969 ALL_MAKEFILES="$ALL_MAKEFILES \\
16970 dlls/odbccp32/Makefile"
16971 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16972 odbccp32"
16973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16974 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules config.status"
16975 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
16977 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
16978 odbccp32_test.exe"
16979 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
16980 odbccp32_test.exe: \$(TOPOBJDIR)/dlls/odbccp32/tests/odbccp32_test.exe$DLLEXT
16981 cp \$(TOPOBJDIR)/dlls/odbccp32/tests/odbccp32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16982 odbccp32_test.rc:
16983 echo \"odbccp32_test.exe TESTRES \\\"odbccp32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16984 odbccp32_test.res: odbccp32_test.rc odbccp32_test.exe"
16985 ALL_MAKEFILES="$ALL_MAKEFILES \\
16986 dlls/odbccp32/tests/Makefile"
16987 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16988 odbccp32/tests"
16989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16990 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules config.status"
16991 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
16993 ALL_MAKEFILES="$ALL_MAKEFILES \\
16994 dlls/ole2.dll16/Makefile"
16995 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16996 ole2.dll16"
16997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16998 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules config.status"
16999 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
17001 ALL_MAKEFILES="$ALL_MAKEFILES \\
17002 dlls/ole2conv.dll16/Makefile"
17003 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17004 ole2conv.dll16"
17005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17006 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules config.status"
17007 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
17009 ALL_MAKEFILES="$ALL_MAKEFILES \\
17010 dlls/ole2disp.dll16/Makefile"
17011 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17012 ole2disp.dll16"
17013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17014 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules config.status"
17015 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
17017 ALL_MAKEFILES="$ALL_MAKEFILES \\
17018 dlls/ole2nls.dll16/Makefile"
17019 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17020 ole2nls.dll16"
17021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17022 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules config.status"
17023 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
17025 ALL_MAKEFILES="$ALL_MAKEFILES \\
17026 dlls/ole2prox.dll16/Makefile"
17027 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17028 ole2prox.dll16"
17029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17030 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules config.status"
17031 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
17033 ALL_MAKEFILES="$ALL_MAKEFILES \\
17034 dlls/ole2thk.dll16/Makefile"
17035 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17036 ole2thk.dll16"
17037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17038 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules config.status"
17039 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
17041 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17042 dlls/ole32/libole32.$IMPLIBEXT"
17043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17044 dlls/ole32/libole32.$IMPLIBEXT dlls/ole32/libole32.cross.a: tools/widl tools/winebuild tools/winegcc include
17045 dlls/ole32/libole32.$IMPLIBEXT dlls/ole32/libole32.cross.a: dlls/ole32/ole32.spec dlls/ole32/Makefile
17046 @cd dlls/ole32 && \$(MAKE) \`basename \$@\`"
17047 ALL_MAKEFILES="$ALL_MAKEFILES \\
17048 dlls/ole32/Makefile"
17049 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17050 ole32"
17051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17052 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules config.status"
17053 ac_config_files="$ac_config_files dlls/ole32/Makefile"
17055 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17056 ole32_test.exe"
17057 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17058 ole32_test.exe: \$(TOPOBJDIR)/dlls/ole32/tests/ole32_test.exe$DLLEXT
17059 cp \$(TOPOBJDIR)/dlls/ole32/tests/ole32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17060 ole32_test.rc:
17061 echo \"ole32_test.exe TESTRES \\\"ole32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17062 ole32_test.res: ole32_test.rc ole32_test.exe"
17063 ALL_MAKEFILES="$ALL_MAKEFILES \\
17064 dlls/ole32/tests/Makefile"
17065 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17066 ole32/tests"
17067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17068 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules config.status"
17069 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
17071 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17072 dlls/oleacc/liboleacc.$IMPLIBEXT"
17073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17074 dlls/oleacc/liboleacc.$IMPLIBEXT dlls/oleacc/liboleacc.cross.a: tools/widl tools/winebuild tools/winegcc include
17075 dlls/oleacc/liboleacc.$IMPLIBEXT dlls/oleacc/liboleacc.cross.a: dlls/oleacc/oleacc.spec dlls/oleacc/Makefile
17076 @cd dlls/oleacc && \$(MAKE) \`basename \$@\`"
17077 ALL_MAKEFILES="$ALL_MAKEFILES \\
17078 dlls/oleacc/Makefile"
17079 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17080 oleacc"
17081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17082 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules config.status"
17083 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
17085 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17086 oleacc_test.exe"
17087 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17088 oleacc_test.exe: \$(TOPOBJDIR)/dlls/oleacc/tests/oleacc_test.exe$DLLEXT
17089 cp \$(TOPOBJDIR)/dlls/oleacc/tests/oleacc_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17090 oleacc_test.rc:
17091 echo \"oleacc_test.exe TESTRES \\\"oleacc_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17092 oleacc_test.res: oleacc_test.rc oleacc_test.exe"
17093 ALL_MAKEFILES="$ALL_MAKEFILES \\
17094 dlls/oleacc/tests/Makefile"
17095 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17096 oleacc/tests"
17097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17098 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules config.status"
17099 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
17101 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17102 dlls/oleaut32/liboleaut32.$IMPLIBEXT"
17103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17104 dlls/oleaut32/liboleaut32.$IMPLIBEXT dlls/oleaut32/liboleaut32.cross.a: tools/widl tools/winebuild tools/winegcc include
17105 dlls/oleaut32/liboleaut32.$IMPLIBEXT dlls/oleaut32/liboleaut32.cross.a: dlls/oleaut32/oleaut32.spec dlls/oleaut32/Makefile
17106 @cd dlls/oleaut32 && \$(MAKE) \`basename \$@\`"
17107 ALL_MAKEFILES="$ALL_MAKEFILES \\
17108 dlls/oleaut32/Makefile"
17109 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17110 oleaut32"
17111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17112 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules config.status"
17113 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
17115 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17116 oleaut32_test.exe"
17117 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17118 oleaut32_test.exe: \$(TOPOBJDIR)/dlls/oleaut32/tests/oleaut32_test.exe$DLLEXT
17119 cp \$(TOPOBJDIR)/dlls/oleaut32/tests/oleaut32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17120 oleaut32_test.rc:
17121 echo \"oleaut32_test.exe TESTRES \\\"oleaut32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17122 oleaut32_test.res: oleaut32_test.rc oleaut32_test.exe"
17123 ALL_MAKEFILES="$ALL_MAKEFILES \\
17124 dlls/oleaut32/tests/Makefile"
17125 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17126 oleaut32/tests"
17127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17128 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules config.status"
17129 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
17131 ALL_MAKEFILES="$ALL_MAKEFILES \\
17132 dlls/olecli.dll16/Makefile"
17133 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17134 olecli.dll16"
17135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17136 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules config.status"
17137 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
17139 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17140 dlls/olecli32/libolecli32.$IMPLIBEXT"
17141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17142 dlls/olecli32/libolecli32.$IMPLIBEXT dlls/olecli32/libolecli32.cross.a: tools/widl tools/winebuild tools/winegcc include
17143 dlls/olecli32/libolecli32.$IMPLIBEXT dlls/olecli32/libolecli32.cross.a: dlls/olecli32/olecli32.spec dlls/olecli32/Makefile
17144 @cd dlls/olecli32 && \$(MAKE) \`basename \$@\`"
17145 ALL_MAKEFILES="$ALL_MAKEFILES \\
17146 dlls/olecli32/Makefile"
17147 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17148 olecli32"
17149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17150 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules config.status"
17151 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
17153 ALL_MAKEFILES="$ALL_MAKEFILES \\
17154 dlls/oledb32/Makefile"
17155 test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17156 oledb32"
17157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17158 dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules config.status"
17159 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
17161 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17162 oledb32_test.exe"
17163 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17164 oledb32_test.exe: \$(TOPOBJDIR)/dlls/oledb32/tests/oledb32_test.exe$DLLEXT
17165 cp \$(TOPOBJDIR)/dlls/oledb32/tests/oledb32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17166 oledb32_test.rc:
17167 echo \"oledb32_test.exe TESTRES \\\"oledb32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17168 oledb32_test.res: oledb32_test.rc oledb32_test.exe"
17169 ALL_MAKEFILES="$ALL_MAKEFILES \\
17170 dlls/oledb32/tests/Makefile"
17171 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17172 oledb32/tests"
17173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17174 dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in dlls/Maketest.rules config.status"
17175 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
17177 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17178 dlls/oledlg/liboledlg.$IMPLIBEXT"
17179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17180 dlls/oledlg/liboledlg.$IMPLIBEXT dlls/oledlg/liboledlg.cross.a: tools/widl tools/winebuild tools/winegcc include
17181 dlls/oledlg/liboledlg.$IMPLIBEXT dlls/oledlg/liboledlg.cross.a: dlls/oledlg/oledlg.spec dlls/oledlg/Makefile
17182 @cd dlls/oledlg && \$(MAKE) \`basename \$@\`"
17183 ALL_MAKEFILES="$ALL_MAKEFILES \\
17184 dlls/oledlg/Makefile"
17185 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17186 oledlg"
17187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17188 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules config.status"
17189 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
17191 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17192 dlls/olepro32/libolepro32.$IMPLIBEXT"
17193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17194 dlls/olepro32/libolepro32.$IMPLIBEXT dlls/olepro32/libolepro32.cross.a: tools/widl tools/winebuild tools/winegcc include
17195 dlls/olepro32/libolepro32.$IMPLIBEXT dlls/olepro32/libolepro32.cross.a: dlls/olepro32/olepro32.spec dlls/olepro32/Makefile
17196 @cd dlls/olepro32 && \$(MAKE) \`basename \$@\`"
17197 ALL_MAKEFILES="$ALL_MAKEFILES \\
17198 dlls/olepro32/Makefile"
17199 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17200 olepro32"
17201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17202 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules config.status"
17203 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
17205 ALL_MAKEFILES="$ALL_MAKEFILES \\
17206 dlls/olesvr.dll16/Makefile"
17207 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17208 olesvr.dll16"
17209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17210 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules config.status"
17211 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
17213 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17214 dlls/olesvr32/libolesvr32.$IMPLIBEXT"
17215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17216 dlls/olesvr32/libolesvr32.$IMPLIBEXT dlls/olesvr32/libolesvr32.cross.a: tools/widl tools/winebuild tools/winegcc include
17217 dlls/olesvr32/libolesvr32.$IMPLIBEXT dlls/olesvr32/libolesvr32.cross.a: dlls/olesvr32/olesvr32.spec dlls/olesvr32/Makefile
17218 @cd dlls/olesvr32 && \$(MAKE) \`basename \$@\`"
17219 ALL_MAKEFILES="$ALL_MAKEFILES \\
17220 dlls/olesvr32/Makefile"
17221 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17222 olesvr32"
17223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17224 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules config.status"
17225 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
17227 ALL_MAKEFILES="$ALL_MAKEFILES \\
17228 dlls/olethk32/Makefile"
17229 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17230 olethk32"
17231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17232 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules config.status"
17233 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
17235 ALL_MAKEFILES="$ALL_MAKEFILES \\
17236 dlls/openal32/Makefile"
17237 test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17238 openal32"
17239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17240 dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules config.status"
17241 ac_config_files="$ac_config_files dlls/openal32/Makefile"
17243 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17244 dlls/opengl32/libopengl32.$IMPLIBEXT"
17245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17246 dlls/opengl32/libopengl32.$IMPLIBEXT dlls/opengl32/libopengl32.cross.a: tools/widl tools/winebuild tools/winegcc include
17247 dlls/opengl32/libopengl32.$IMPLIBEXT dlls/opengl32/libopengl32.cross.a: dlls/opengl32/opengl32.spec dlls/opengl32/Makefile
17248 @cd dlls/opengl32 && \$(MAKE) \`basename \$@\`"
17249 ALL_MAKEFILES="$ALL_MAKEFILES \\
17250 dlls/opengl32/Makefile"
17251 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17252 opengl32"
17253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17254 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules config.status"
17255 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
17257 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17258 opengl32_test.exe"
17259 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17260 opengl32_test.exe: \$(TOPOBJDIR)/dlls/opengl32/tests/opengl32_test.exe$DLLEXT
17261 cp \$(TOPOBJDIR)/dlls/opengl32/tests/opengl32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17262 opengl32_test.rc:
17263 echo \"opengl32_test.exe TESTRES \\\"opengl32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17264 opengl32_test.res: opengl32_test.rc opengl32_test.exe"
17265 ALL_MAKEFILES="$ALL_MAKEFILES \\
17266 dlls/opengl32/tests/Makefile"
17267 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17268 opengl32/tests"
17269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17270 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules config.status"
17271 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
17273 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17274 dlls/pdh/libpdh.$IMPLIBEXT"
17275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17276 dlls/pdh/libpdh.$IMPLIBEXT dlls/pdh/libpdh.cross.a: tools/widl tools/winebuild tools/winegcc include
17277 dlls/pdh/libpdh.$IMPLIBEXT dlls/pdh/libpdh.cross.a: dlls/pdh/pdh.spec dlls/pdh/Makefile
17278 @cd dlls/pdh && \$(MAKE) \`basename \$@\`"
17279 ALL_MAKEFILES="$ALL_MAKEFILES \\
17280 dlls/pdh/Makefile"
17281 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17282 pdh"
17283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17284 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules config.status"
17285 ac_config_files="$ac_config_files dlls/pdh/Makefile"
17287 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17288 pdh_test.exe"
17289 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17290 pdh_test.exe: \$(TOPOBJDIR)/dlls/pdh/tests/pdh_test.exe$DLLEXT
17291 cp \$(TOPOBJDIR)/dlls/pdh/tests/pdh_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17292 pdh_test.rc:
17293 echo \"pdh_test.exe TESTRES \\\"pdh_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17294 pdh_test.res: pdh_test.rc pdh_test.exe"
17295 ALL_MAKEFILES="$ALL_MAKEFILES \\
17296 dlls/pdh/tests/Makefile"
17297 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17298 pdh/tests"
17299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17300 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules config.status"
17301 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
17303 ALL_MAKEFILES="$ALL_MAKEFILES \\
17304 dlls/pidgen/Makefile"
17305 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17306 pidgen"
17307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17308 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules config.status"
17309 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
17311 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17312 dlls/powrprof/libpowrprof.$IMPLIBEXT"
17313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17314 dlls/powrprof/libpowrprof.$IMPLIBEXT dlls/powrprof/libpowrprof.cross.a: tools/widl tools/winebuild tools/winegcc include
17315 dlls/powrprof/libpowrprof.$IMPLIBEXT dlls/powrprof/libpowrprof.cross.a: dlls/powrprof/powrprof.spec dlls/powrprof/Makefile
17316 @cd dlls/powrprof && \$(MAKE) \`basename \$@\`"
17317 ALL_MAKEFILES="$ALL_MAKEFILES \\
17318 dlls/powrprof/Makefile"
17319 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17320 powrprof"
17321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17322 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules config.status"
17323 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
17325 ALL_MAKEFILES="$ALL_MAKEFILES \\
17326 dlls/printui/Makefile"
17327 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17328 printui"
17329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17330 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules config.status"
17331 ac_config_files="$ac_config_files dlls/printui/Makefile"
17333 ALL_MAKEFILES="$ALL_MAKEFILES \\
17334 dlls/propsys/Makefile"
17335 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17336 propsys"
17337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17338 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules config.status"
17339 ac_config_files="$ac_config_files dlls/propsys/Makefile"
17341 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17342 dlls/psapi/libpsapi.$IMPLIBEXT"
17343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17344 dlls/psapi/libpsapi.$IMPLIBEXT dlls/psapi/libpsapi.cross.a: tools/widl tools/winebuild tools/winegcc include
17345 dlls/psapi/libpsapi.$IMPLIBEXT dlls/psapi/libpsapi.cross.a: dlls/psapi/psapi.spec dlls/psapi/Makefile
17346 @cd dlls/psapi && \$(MAKE) \`basename \$@\`"
17347 ALL_MAKEFILES="$ALL_MAKEFILES \\
17348 dlls/psapi/Makefile"
17349 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17350 psapi"
17351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17352 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules config.status"
17353 ac_config_files="$ac_config_files dlls/psapi/Makefile"
17355 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17356 psapi_test.exe"
17357 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17358 psapi_test.exe: \$(TOPOBJDIR)/dlls/psapi/tests/psapi_test.exe$DLLEXT
17359 cp \$(TOPOBJDIR)/dlls/psapi/tests/psapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17360 psapi_test.rc:
17361 echo \"psapi_test.exe TESTRES \\\"psapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17362 psapi_test.res: psapi_test.rc psapi_test.exe"
17363 ALL_MAKEFILES="$ALL_MAKEFILES \\
17364 dlls/psapi/tests/Makefile"
17365 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17366 psapi/tests"
17367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17368 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules config.status"
17369 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
17371 ALL_MAKEFILES="$ALL_MAKEFILES \\
17372 dlls/pstorec/Makefile"
17373 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17374 pstorec"
17375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17376 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules config.status"
17377 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
17379 ALL_MAKEFILES="$ALL_MAKEFILES \\
17380 dlls/qcap/Makefile"
17381 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17382 qcap"
17383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17384 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules config.status"
17385 ac_config_files="$ac_config_files dlls/qcap/Makefile"
17387 ALL_MAKEFILES="$ALL_MAKEFILES \\
17388 dlls/qedit/Makefile"
17389 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17390 qedit"
17391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17392 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules config.status"
17393 ac_config_files="$ac_config_files dlls/qedit/Makefile"
17395 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17396 qedit_test.exe"
17397 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17398 qedit_test.exe: \$(TOPOBJDIR)/dlls/qedit/tests/qedit_test.exe$DLLEXT
17399 cp \$(TOPOBJDIR)/dlls/qedit/tests/qedit_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17400 qedit_test.rc:
17401 echo \"qedit_test.exe TESTRES \\\"qedit_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17402 qedit_test.res: qedit_test.rc qedit_test.exe"
17403 ALL_MAKEFILES="$ALL_MAKEFILES \\
17404 dlls/qedit/tests/Makefile"
17405 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17406 qedit/tests"
17407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17408 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules config.status"
17409 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
17411 ALL_MAKEFILES="$ALL_MAKEFILES \\
17412 dlls/qmgr/Makefile"
17413 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17414 qmgr"
17415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17416 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules config.status"
17417 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
17419 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17420 qmgr_test.exe"
17421 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17422 qmgr_test.exe: \$(TOPOBJDIR)/dlls/qmgr/tests/qmgr_test.exe$DLLEXT
17423 cp \$(TOPOBJDIR)/dlls/qmgr/tests/qmgr_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17424 qmgr_test.rc:
17425 echo \"qmgr_test.exe TESTRES \\\"qmgr_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17426 qmgr_test.res: qmgr_test.rc qmgr_test.exe"
17427 ALL_MAKEFILES="$ALL_MAKEFILES \\
17428 dlls/qmgr/tests/Makefile"
17429 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17430 qmgr/tests"
17431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17432 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules config.status"
17433 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
17435 ALL_MAKEFILES="$ALL_MAKEFILES \\
17436 dlls/qmgrprxy/Makefile"
17437 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17438 qmgrprxy"
17439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17440 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules config.status"
17441 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
17443 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17444 dlls/quartz/libquartz.$IMPLIBEXT"
17445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17446 dlls/quartz/libquartz.$IMPLIBEXT dlls/quartz/libquartz.cross.a: tools/widl tools/winebuild tools/winegcc include
17447 dlls/quartz/libquartz.$IMPLIBEXT dlls/quartz/libquartz.cross.a: dlls/quartz/quartz.spec dlls/quartz/Makefile
17448 @cd dlls/quartz && \$(MAKE) \`basename \$@\`"
17449 ALL_MAKEFILES="$ALL_MAKEFILES \\
17450 dlls/quartz/Makefile"
17451 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17452 quartz"
17453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17454 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules config.status"
17455 ac_config_files="$ac_config_files dlls/quartz/Makefile"
17457 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17458 quartz_test.exe"
17459 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17460 quartz_test.exe: \$(TOPOBJDIR)/dlls/quartz/tests/quartz_test.exe$DLLEXT
17461 cp \$(TOPOBJDIR)/dlls/quartz/tests/quartz_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17462 quartz_test.rc:
17463 echo \"quartz_test.exe TESTRES \\\"quartz_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17464 quartz_test.res: quartz_test.rc quartz_test.exe"
17465 ALL_MAKEFILES="$ALL_MAKEFILES \\
17466 dlls/quartz/tests/Makefile"
17467 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17468 quartz/tests"
17469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17470 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules config.status"
17471 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
17473 ALL_MAKEFILES="$ALL_MAKEFILES \\
17474 dlls/query/Makefile"
17475 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17476 query"
17477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17478 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules config.status"
17479 ac_config_files="$ac_config_files dlls/query/Makefile"
17481 ALL_MAKEFILES="$ALL_MAKEFILES \\
17482 dlls/rasapi16.dll16/Makefile"
17483 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17484 rasapi16.dll16"
17485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17486 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules config.status"
17487 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
17489 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17490 dlls/rasapi32/librasapi32.$IMPLIBEXT"
17491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17492 dlls/rasapi32/librasapi32.$IMPLIBEXT dlls/rasapi32/librasapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
17493 dlls/rasapi32/librasapi32.$IMPLIBEXT dlls/rasapi32/librasapi32.cross.a: dlls/rasapi32/rasapi32.spec dlls/rasapi32/Makefile
17494 @cd dlls/rasapi32 && \$(MAKE) \`basename \$@\`"
17495 ALL_MAKEFILES="$ALL_MAKEFILES \\
17496 dlls/rasapi32/Makefile"
17497 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17498 rasapi32"
17499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17500 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules config.status"
17501 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
17503 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17504 rasapi32_test.exe"
17505 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17506 rasapi32_test.exe: \$(TOPOBJDIR)/dlls/rasapi32/tests/rasapi32_test.exe$DLLEXT
17507 cp \$(TOPOBJDIR)/dlls/rasapi32/tests/rasapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17508 rasapi32_test.rc:
17509 echo \"rasapi32_test.exe TESTRES \\\"rasapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17510 rasapi32_test.res: rasapi32_test.rc rasapi32_test.exe"
17511 ALL_MAKEFILES="$ALL_MAKEFILES \\
17512 dlls/rasapi32/tests/Makefile"
17513 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17514 rasapi32/tests"
17515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17516 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules config.status"
17517 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
17519 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17520 dlls/rasdlg/librasdlg.$IMPLIBEXT"
17521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17522 dlls/rasdlg/librasdlg.$IMPLIBEXT dlls/rasdlg/librasdlg.cross.a: tools/widl tools/winebuild tools/winegcc include
17523 dlls/rasdlg/librasdlg.$IMPLIBEXT dlls/rasdlg/librasdlg.cross.a: dlls/rasdlg/rasdlg.spec dlls/rasdlg/Makefile
17524 @cd dlls/rasdlg && \$(MAKE) \`basename \$@\`"
17525 ALL_MAKEFILES="$ALL_MAKEFILES \\
17526 dlls/rasdlg/Makefile"
17527 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17528 rasdlg"
17529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17530 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules config.status"
17531 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
17533 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17534 dlls/resutils/libresutils.$IMPLIBEXT"
17535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17536 dlls/resutils/libresutils.$IMPLIBEXT dlls/resutils/libresutils.cross.a: tools/widl tools/winebuild tools/winegcc include
17537 dlls/resutils/libresutils.$IMPLIBEXT dlls/resutils/libresutils.cross.a: dlls/resutils/resutils.spec dlls/resutils/Makefile
17538 @cd dlls/resutils && \$(MAKE) \`basename \$@\`"
17539 ALL_MAKEFILES="$ALL_MAKEFILES \\
17540 dlls/resutils/Makefile"
17541 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17542 resutils"
17543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17544 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules config.status"
17545 ac_config_files="$ac_config_files dlls/resutils/Makefile"
17547 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17548 dlls/riched20/libriched20.$IMPLIBEXT"
17549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17550 dlls/riched20/libriched20.$IMPLIBEXT dlls/riched20/libriched20.cross.a: tools/widl tools/winebuild tools/winegcc include
17551 dlls/riched20/libriched20.$IMPLIBEXT dlls/riched20/libriched20.cross.a: dlls/riched20/riched20.spec dlls/riched20/Makefile
17552 @cd dlls/riched20 && \$(MAKE) \`basename \$@\`"
17553 ALL_MAKEFILES="$ALL_MAKEFILES \\
17554 dlls/riched20/Makefile"
17555 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17556 riched20"
17557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17558 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules config.status"
17559 ac_config_files="$ac_config_files dlls/riched20/Makefile"
17561 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17562 riched20_test.exe"
17563 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17564 riched20_test.exe: \$(TOPOBJDIR)/dlls/riched20/tests/riched20_test.exe$DLLEXT
17565 cp \$(TOPOBJDIR)/dlls/riched20/tests/riched20_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17566 riched20_test.rc:
17567 echo \"riched20_test.exe TESTRES \\\"riched20_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17568 riched20_test.res: riched20_test.rc riched20_test.exe"
17569 ALL_MAKEFILES="$ALL_MAKEFILES \\
17570 dlls/riched20/tests/Makefile"
17571 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17572 riched20/tests"
17573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17574 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules config.status"
17575 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
17577 ALL_MAKEFILES="$ALL_MAKEFILES \\
17578 dlls/riched32/Makefile"
17579 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17580 riched32"
17581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17582 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules config.status"
17583 ac_config_files="$ac_config_files dlls/riched32/Makefile"
17585 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17586 riched32_test.exe"
17587 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17588 riched32_test.exe: \$(TOPOBJDIR)/dlls/riched32/tests/riched32_test.exe$DLLEXT
17589 cp \$(TOPOBJDIR)/dlls/riched32/tests/riched32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17590 riched32_test.rc:
17591 echo \"riched32_test.exe TESTRES \\\"riched32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17592 riched32_test.res: riched32_test.rc riched32_test.exe"
17593 ALL_MAKEFILES="$ALL_MAKEFILES \\
17594 dlls/riched32/tests/Makefile"
17595 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17596 riched32/tests"
17597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17598 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules config.status"
17599 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
17601 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17602 dlls/rpcrt4/librpcrt4.$IMPLIBEXT"
17603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17604 dlls/rpcrt4/librpcrt4.$IMPLIBEXT dlls/rpcrt4/librpcrt4.cross.a: tools/widl tools/winebuild tools/winegcc include
17605 dlls/rpcrt4/librpcrt4.$IMPLIBEXT dlls/rpcrt4/librpcrt4.cross.a: dlls/rpcrt4/rpcrt4.spec dlls/rpcrt4/Makefile
17606 @cd dlls/rpcrt4 && \$(MAKE) \`basename \$@\`"
17607 ALL_MAKEFILES="$ALL_MAKEFILES \\
17608 dlls/rpcrt4/Makefile"
17609 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17610 rpcrt4"
17611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17612 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules config.status"
17613 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
17615 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17616 rpcrt4_test.exe"
17617 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17618 rpcrt4_test.exe: \$(TOPOBJDIR)/dlls/rpcrt4/tests/rpcrt4_test.exe$DLLEXT
17619 cp \$(TOPOBJDIR)/dlls/rpcrt4/tests/rpcrt4_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17620 rpcrt4_test.rc:
17621 echo \"rpcrt4_test.exe TESTRES \\\"rpcrt4_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17622 rpcrt4_test.res: rpcrt4_test.rc rpcrt4_test.exe"
17623 ALL_MAKEFILES="$ALL_MAKEFILES \\
17624 dlls/rpcrt4/tests/Makefile"
17625 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17626 rpcrt4/tests"
17627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17628 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules config.status"
17629 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
17631 ALL_MAKEFILES="$ALL_MAKEFILES \\
17632 dlls/rsabase/Makefile"
17633 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17634 rsabase"
17635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17636 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules config.status"
17637 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
17639 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17640 dlls/rsaenh/librsaenh.$IMPLIBEXT"
17641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17642 dlls/rsaenh/librsaenh.$IMPLIBEXT dlls/rsaenh/librsaenh.cross.a: tools/widl tools/winebuild tools/winegcc include
17643 dlls/rsaenh/librsaenh.$IMPLIBEXT dlls/rsaenh/librsaenh.cross.a: dlls/rsaenh/rsaenh.spec dlls/rsaenh/Makefile
17644 @cd dlls/rsaenh && \$(MAKE) \`basename \$@\`"
17645 ALL_MAKEFILES="$ALL_MAKEFILES \\
17646 dlls/rsaenh/Makefile"
17647 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17648 rsaenh"
17649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17650 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules config.status"
17651 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
17653 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17654 rsaenh_test.exe"
17655 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17656 rsaenh_test.exe: \$(TOPOBJDIR)/dlls/rsaenh/tests/rsaenh_test.exe$DLLEXT
17657 cp \$(TOPOBJDIR)/dlls/rsaenh/tests/rsaenh_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17658 rsaenh_test.rc:
17659 echo \"rsaenh_test.exe TESTRES \\\"rsaenh_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17660 rsaenh_test.res: rsaenh_test.rc rsaenh_test.exe"
17661 ALL_MAKEFILES="$ALL_MAKEFILES \\
17662 dlls/rsaenh/tests/Makefile"
17663 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17664 rsaenh/tests"
17665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17666 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules config.status"
17667 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
17669 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17670 dlls/rtutils/librtutils.$IMPLIBEXT"
17671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17672 dlls/rtutils/librtutils.$IMPLIBEXT dlls/rtutils/librtutils.cross.a: tools/widl tools/winebuild tools/winegcc include
17673 dlls/rtutils/librtutils.$IMPLIBEXT dlls/rtutils/librtutils.cross.a: dlls/rtutils/rtutils.spec dlls/rtutils/Makefile
17674 @cd dlls/rtutils && \$(MAKE) \`basename \$@\`"
17675 ALL_MAKEFILES="$ALL_MAKEFILES \\
17676 dlls/rtutils/Makefile"
17677 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17678 rtutils"
17679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17680 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules config.status"
17681 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
17683 ALL_MAKEFILES="$ALL_MAKEFILES \\
17684 dlls/sane.ds/Makefile"
17685 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17686 sane.ds"
17687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17688 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules config.status"
17689 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
17691 ALL_MAKEFILES="$ALL_MAKEFILES \\
17692 dlls/sccbase/Makefile"
17693 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17694 sccbase"
17695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17696 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules config.status"
17697 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
17699 ALL_MAKEFILES="$ALL_MAKEFILES \\
17700 dlls/schannel/Makefile"
17701 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17702 schannel"
17703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17704 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules config.status"
17705 ac_config_files="$ac_config_files dlls/schannel/Makefile"
17707 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17708 schannel_test.exe"
17709 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17710 schannel_test.exe: \$(TOPOBJDIR)/dlls/schannel/tests/schannel_test.exe$DLLEXT
17711 cp \$(TOPOBJDIR)/dlls/schannel/tests/schannel_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17712 schannel_test.rc:
17713 echo \"schannel_test.exe TESTRES \\\"schannel_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17714 schannel_test.res: schannel_test.rc schannel_test.exe"
17715 ALL_MAKEFILES="$ALL_MAKEFILES \\
17716 dlls/schannel/tests/Makefile"
17717 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17718 schannel/tests"
17719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17720 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules config.status"
17721 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
17723 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17724 dlls/secur32/libsecur32.$IMPLIBEXT"
17725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17726 dlls/secur32/libsecur32.$IMPLIBEXT dlls/secur32/libsecur32.cross.a: tools/widl tools/winebuild tools/winegcc include
17727 dlls/secur32/libsecur32.$IMPLIBEXT dlls/secur32/libsecur32.cross.a: dlls/secur32/secur32.spec dlls/secur32/Makefile
17728 @cd dlls/secur32 && \$(MAKE) \`basename \$@\`"
17729 ALL_MAKEFILES="$ALL_MAKEFILES \\
17730 dlls/secur32/Makefile"
17731 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17732 secur32"
17733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17734 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules config.status"
17735 ac_config_files="$ac_config_files dlls/secur32/Makefile"
17737 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17738 secur32_test.exe"
17739 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17740 secur32_test.exe: \$(TOPOBJDIR)/dlls/secur32/tests/secur32_test.exe$DLLEXT
17741 cp \$(TOPOBJDIR)/dlls/secur32/tests/secur32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17742 secur32_test.rc:
17743 echo \"secur32_test.exe TESTRES \\\"secur32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17744 secur32_test.res: secur32_test.rc secur32_test.exe"
17745 ALL_MAKEFILES="$ALL_MAKEFILES \\
17746 dlls/secur32/tests/Makefile"
17747 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17748 secur32/tests"
17749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17750 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules config.status"
17751 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
17753 ALL_MAKEFILES="$ALL_MAKEFILES \\
17754 dlls/security/Makefile"
17755 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17756 security"
17757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17758 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules config.status"
17759 ac_config_files="$ac_config_files dlls/security/Makefile"
17761 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17762 dlls/sensapi/libsensapi.$IMPLIBEXT"
17763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17764 dlls/sensapi/libsensapi.$IMPLIBEXT dlls/sensapi/libsensapi.cross.a: tools/widl tools/winebuild tools/winegcc include
17765 dlls/sensapi/libsensapi.$IMPLIBEXT dlls/sensapi/libsensapi.cross.a: dlls/sensapi/sensapi.spec dlls/sensapi/Makefile
17766 @cd dlls/sensapi && \$(MAKE) \`basename \$@\`"
17767 ALL_MAKEFILES="$ALL_MAKEFILES \\
17768 dlls/sensapi/Makefile"
17769 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17770 sensapi"
17771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17772 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules config.status"
17773 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
17775 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17776 dlls/serialui/libserialui.$IMPLIBEXT"
17777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17778 dlls/serialui/libserialui.$IMPLIBEXT dlls/serialui/libserialui.cross.a: tools/widl tools/winebuild tools/winegcc include
17779 dlls/serialui/libserialui.$IMPLIBEXT dlls/serialui/libserialui.cross.a: dlls/serialui/serialui.spec dlls/serialui/Makefile
17780 @cd dlls/serialui && \$(MAKE) \`basename \$@\`"
17781 ALL_MAKEFILES="$ALL_MAKEFILES \\
17782 dlls/serialui/Makefile"
17783 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17784 serialui"
17785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17786 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules config.status"
17787 ac_config_files="$ac_config_files dlls/serialui/Makefile"
17789 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17790 serialui_test.exe"
17791 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17792 serialui_test.exe: \$(TOPOBJDIR)/dlls/serialui/tests/serialui_test.exe$DLLEXT
17793 cp \$(TOPOBJDIR)/dlls/serialui/tests/serialui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17794 serialui_test.rc:
17795 echo \"serialui_test.exe TESTRES \\\"serialui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17796 serialui_test.res: serialui_test.rc serialui_test.exe"
17797 ALL_MAKEFILES="$ALL_MAKEFILES \\
17798 dlls/serialui/tests/Makefile"
17799 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17800 serialui/tests"
17801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17802 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules config.status"
17803 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
17805 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17806 dlls/setupapi/libsetupapi.$IMPLIBEXT"
17807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17808 dlls/setupapi/libsetupapi.$IMPLIBEXT dlls/setupapi/libsetupapi.cross.a: tools/widl tools/winebuild tools/winegcc include
17809 dlls/setupapi/libsetupapi.$IMPLIBEXT dlls/setupapi/libsetupapi.cross.a: dlls/setupapi/setupapi.spec dlls/setupapi/Makefile
17810 @cd dlls/setupapi && \$(MAKE) \`basename \$@\`"
17811 ALL_MAKEFILES="$ALL_MAKEFILES \\
17812 dlls/setupapi/Makefile"
17813 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17814 setupapi"
17815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17816 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules config.status"
17817 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
17819 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17820 setupapi_test.exe"
17821 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17822 setupapi_test.exe: \$(TOPOBJDIR)/dlls/setupapi/tests/setupapi_test.exe$DLLEXT
17823 cp \$(TOPOBJDIR)/dlls/setupapi/tests/setupapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17824 setupapi_test.rc:
17825 echo \"setupapi_test.exe TESTRES \\\"setupapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17826 setupapi_test.res: setupapi_test.rc setupapi_test.exe"
17827 ALL_MAKEFILES="$ALL_MAKEFILES \\
17828 dlls/setupapi/tests/Makefile"
17829 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17830 setupapi/tests"
17831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17832 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules config.status"
17833 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
17835 ALL_MAKEFILES="$ALL_MAKEFILES \\
17836 dlls/setupx.dll16/Makefile"
17837 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17838 setupx.dll16"
17839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17840 dlls/setupx.dll16/Makefile: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules config.status"
17841 ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
17843 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17844 dlls/sfc/libsfc.$IMPLIBEXT"
17845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17846 dlls/sfc/libsfc.$IMPLIBEXT dlls/sfc/libsfc.cross.a: tools/widl tools/winebuild tools/winegcc include
17847 dlls/sfc/libsfc.$IMPLIBEXT dlls/sfc/libsfc.cross.a: dlls/sfc/sfc.spec dlls/sfc/Makefile
17848 @cd dlls/sfc && \$(MAKE) \`basename \$@\`"
17849 ALL_MAKEFILES="$ALL_MAKEFILES \\
17850 dlls/sfc/Makefile"
17851 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17852 sfc"
17853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17854 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules config.status"
17855 ac_config_files="$ac_config_files dlls/sfc/Makefile"
17857 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17858 dlls/sfc_os/libsfc_os.$IMPLIBEXT"
17859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17860 dlls/sfc_os/libsfc_os.$IMPLIBEXT dlls/sfc_os/libsfc_os.cross.a: tools/widl tools/winebuild tools/winegcc include
17861 dlls/sfc_os/libsfc_os.$IMPLIBEXT dlls/sfc_os/libsfc_os.cross.a: dlls/sfc_os/sfc_os.spec dlls/sfc_os/Makefile
17862 @cd dlls/sfc_os && \$(MAKE) \`basename \$@\`"
17863 ALL_MAKEFILES="$ALL_MAKEFILES \\
17864 dlls/sfc_os/Makefile"
17865 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17866 sfc_os"
17867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17868 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules config.status"
17869 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
17871 ALL_MAKEFILES="$ALL_MAKEFILES \\
17872 dlls/shdoclc/Makefile"
17873 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17874 shdoclc"
17875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17876 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules config.status"
17877 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
17879 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17880 dlls/shdocvw/libshdocvw.$IMPLIBEXT"
17881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17882 dlls/shdocvw/libshdocvw.$IMPLIBEXT dlls/shdocvw/libshdocvw.cross.a: tools/widl tools/winebuild tools/winegcc include
17883 dlls/shdocvw/libshdocvw.$IMPLIBEXT dlls/shdocvw/libshdocvw.cross.a: dlls/shdocvw/shdocvw.spec dlls/shdocvw/Makefile
17884 @cd dlls/shdocvw && \$(MAKE) \`basename \$@\`"
17885 ALL_MAKEFILES="$ALL_MAKEFILES \\
17886 dlls/shdocvw/Makefile"
17887 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17888 shdocvw"
17889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17890 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules config.status"
17891 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
17893 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17894 shdocvw_test.exe"
17895 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17896 shdocvw_test.exe: \$(TOPOBJDIR)/dlls/shdocvw/tests/shdocvw_test.exe$DLLEXT
17897 cp \$(TOPOBJDIR)/dlls/shdocvw/tests/shdocvw_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17898 shdocvw_test.rc:
17899 echo \"shdocvw_test.exe TESTRES \\\"shdocvw_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17900 shdocvw_test.res: shdocvw_test.rc shdocvw_test.exe"
17901 ALL_MAKEFILES="$ALL_MAKEFILES \\
17902 dlls/shdocvw/tests/Makefile"
17903 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17904 shdocvw/tests"
17905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17906 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules config.status"
17907 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
17909 ALL_MAKEFILES="$ALL_MAKEFILES \\
17910 dlls/shell.dll16/Makefile"
17911 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17912 shell.dll16"
17913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17914 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules config.status"
17915 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
17917 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17918 dlls/shell32/libshell32.$IMPLIBEXT"
17919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17920 dlls/shell32/libshell32.$IMPLIBEXT dlls/shell32/libshell32.cross.a: tools/widl tools/winebuild tools/winegcc include
17921 dlls/shell32/libshell32.$IMPLIBEXT dlls/shell32/libshell32.cross.a: dlls/shell32/shell32.spec dlls/shell32/Makefile
17922 @cd dlls/shell32 && \$(MAKE) \`basename \$@\`"
17923 ALL_MAKEFILES="$ALL_MAKEFILES \\
17924 dlls/shell32/Makefile"
17925 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17926 shell32"
17927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17928 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules config.status"
17929 ac_config_files="$ac_config_files dlls/shell32/Makefile"
17931 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17932 shell32_test.exe"
17933 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17934 shell32_test.exe: \$(TOPOBJDIR)/dlls/shell32/tests/shell32_test.exe$DLLEXT
17935 cp \$(TOPOBJDIR)/dlls/shell32/tests/shell32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17936 shell32_test.rc:
17937 echo \"shell32_test.exe TESTRES \\\"shell32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17938 shell32_test.res: shell32_test.rc shell32_test.exe"
17939 ALL_MAKEFILES="$ALL_MAKEFILES \\
17940 dlls/shell32/tests/Makefile"
17941 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17942 shell32/tests"
17943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17944 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules config.status"
17945 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
17947 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17948 dlls/shfolder/libshfolder.$IMPLIBEXT"
17949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17950 dlls/shfolder/libshfolder.$IMPLIBEXT dlls/shfolder/libshfolder.cross.a: tools/widl tools/winebuild tools/winegcc include
17951 dlls/shfolder/libshfolder.$IMPLIBEXT dlls/shfolder/libshfolder.cross.a: dlls/shfolder/shfolder.spec dlls/shfolder/Makefile
17952 @cd dlls/shfolder && \$(MAKE) \`basename \$@\`"
17953 ALL_MAKEFILES="$ALL_MAKEFILES \\
17954 dlls/shfolder/Makefile"
17955 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17956 shfolder"
17957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17958 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules config.status"
17959 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
17961 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17962 dlls/shlwapi/libshlwapi.$IMPLIBEXT"
17963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17964 dlls/shlwapi/libshlwapi.$IMPLIBEXT dlls/shlwapi/libshlwapi.cross.a: tools/widl tools/winebuild tools/winegcc include
17965 dlls/shlwapi/libshlwapi.$IMPLIBEXT dlls/shlwapi/libshlwapi.cross.a: dlls/shlwapi/shlwapi.spec dlls/shlwapi/Makefile
17966 @cd dlls/shlwapi && \$(MAKE) \`basename \$@\`"
17967 ALL_MAKEFILES="$ALL_MAKEFILES \\
17968 dlls/shlwapi/Makefile"
17969 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17970 shlwapi"
17971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17972 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules config.status"
17973 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
17975 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
17976 shlwapi_test.exe"
17977 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17978 shlwapi_test.exe: \$(TOPOBJDIR)/dlls/shlwapi/tests/shlwapi_test.exe$DLLEXT
17979 cp \$(TOPOBJDIR)/dlls/shlwapi/tests/shlwapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17980 shlwapi_test.rc:
17981 echo \"shlwapi_test.exe TESTRES \\\"shlwapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17982 shlwapi_test.res: shlwapi_test.rc shlwapi_test.exe"
17983 ALL_MAKEFILES="$ALL_MAKEFILES \\
17984 dlls/shlwapi/tests/Makefile"
17985 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17986 shlwapi/tests"
17987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17988 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules config.status"
17989 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
17991 ALL_MAKEFILES="$ALL_MAKEFILES \\
17992 dlls/slbcsp/Makefile"
17993 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17994 slbcsp"
17995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17996 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules config.status"
17997 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
17999 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18000 dlls/slc/libslc.$IMPLIBEXT"
18001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18002 dlls/slc/libslc.$IMPLIBEXT dlls/slc/libslc.cross.a: tools/widl tools/winebuild tools/winegcc include
18003 dlls/slc/libslc.$IMPLIBEXT dlls/slc/libslc.cross.a: dlls/slc/slc.spec dlls/slc/Makefile
18004 @cd dlls/slc && \$(MAKE) \`basename \$@\`"
18005 ALL_MAKEFILES="$ALL_MAKEFILES \\
18006 dlls/slc/Makefile"
18007 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18008 slc"
18009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18010 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules config.status"
18011 ac_config_files="$ac_config_files dlls/slc/Makefile"
18013 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18014 dlls/snmpapi/libsnmpapi.$IMPLIBEXT"
18015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18016 dlls/snmpapi/libsnmpapi.$IMPLIBEXT dlls/snmpapi/libsnmpapi.cross.a: tools/widl tools/winebuild tools/winegcc include
18017 dlls/snmpapi/libsnmpapi.$IMPLIBEXT dlls/snmpapi/libsnmpapi.cross.a: dlls/snmpapi/snmpapi.spec dlls/snmpapi/Makefile
18018 @cd dlls/snmpapi && \$(MAKE) \`basename \$@\`"
18019 ALL_MAKEFILES="$ALL_MAKEFILES \\
18020 dlls/snmpapi/Makefile"
18021 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18022 snmpapi"
18023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18024 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules config.status"
18025 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
18027 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18028 snmpapi_test.exe"
18029 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18030 snmpapi_test.exe: \$(TOPOBJDIR)/dlls/snmpapi/tests/snmpapi_test.exe$DLLEXT
18031 cp \$(TOPOBJDIR)/dlls/snmpapi/tests/snmpapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18032 snmpapi_test.rc:
18033 echo \"snmpapi_test.exe TESTRES \\\"snmpapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18034 snmpapi_test.res: snmpapi_test.rc snmpapi_test.exe"
18035 ALL_MAKEFILES="$ALL_MAKEFILES \\
18036 dlls/snmpapi/tests/Makefile"
18037 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18038 snmpapi/tests"
18039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18040 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules config.status"
18041 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
18043 ALL_MAKEFILES="$ALL_MAKEFILES \\
18044 dlls/softpub/Makefile"
18045 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18046 softpub"
18047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18048 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules config.status"
18049 ac_config_files="$ac_config_files dlls/softpub/Makefile"
18051 ALL_MAKEFILES="$ALL_MAKEFILES \\
18052 dlls/sound.drv16/Makefile"
18053 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18054 sound.drv16"
18055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18056 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules config.status"
18057 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
18059 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18060 dlls/spoolss/libspoolss.$IMPLIBEXT"
18061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18062 dlls/spoolss/libspoolss.$IMPLIBEXT dlls/spoolss/libspoolss.cross.a: tools/widl tools/winebuild tools/winegcc include
18063 dlls/spoolss/libspoolss.$IMPLIBEXT dlls/spoolss/libspoolss.cross.a: dlls/spoolss/spoolss.spec dlls/spoolss/Makefile
18064 @cd dlls/spoolss && \$(MAKE) \`basename \$@\`"
18065 ALL_MAKEFILES="$ALL_MAKEFILES \\
18066 dlls/spoolss/Makefile"
18067 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18068 spoolss"
18069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18070 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules config.status"
18071 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
18073 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18074 spoolss_test.exe"
18075 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18076 spoolss_test.exe: \$(TOPOBJDIR)/dlls/spoolss/tests/spoolss_test.exe$DLLEXT
18077 cp \$(TOPOBJDIR)/dlls/spoolss/tests/spoolss_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18078 spoolss_test.rc:
18079 echo \"spoolss_test.exe TESTRES \\\"spoolss_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18080 spoolss_test.res: spoolss_test.rc spoolss_test.exe"
18081 ALL_MAKEFILES="$ALL_MAKEFILES \\
18082 dlls/spoolss/tests/Makefile"
18083 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18084 spoolss/tests"
18085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18086 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules config.status"
18087 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
18089 ALL_MAKEFILES="$ALL_MAKEFILES \\
18090 dlls/stdole2.tlb/Makefile"
18091 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18092 stdole2.tlb"
18093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18094 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules config.status"
18095 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
18097 ALL_MAKEFILES="$ALL_MAKEFILES \\
18098 dlls/stdole32.tlb/Makefile"
18099 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18100 stdole32.tlb"
18101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18102 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules config.status"
18103 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
18105 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18106 dlls/sti/libsti.$IMPLIBEXT"
18107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18108 dlls/sti/libsti.$IMPLIBEXT dlls/sti/libsti.cross.a: tools/widl tools/winebuild tools/winegcc include
18109 dlls/sti/libsti.$IMPLIBEXT dlls/sti/libsti.cross.a: dlls/sti/sti.spec dlls/sti/Makefile
18110 @cd dlls/sti && \$(MAKE) \`basename \$@\`"
18111 ALL_MAKEFILES="$ALL_MAKEFILES \\
18112 dlls/sti/Makefile"
18113 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18114 sti"
18115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18116 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules config.status"
18117 ac_config_files="$ac_config_files dlls/sti/Makefile"
18119 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18120 sti_test.exe"
18121 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18122 sti_test.exe: \$(TOPOBJDIR)/dlls/sti/tests/sti_test.exe$DLLEXT
18123 cp \$(TOPOBJDIR)/dlls/sti/tests/sti_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18124 sti_test.rc:
18125 echo \"sti_test.exe TESTRES \\\"sti_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18126 sti_test.res: sti_test.rc sti_test.exe"
18127 ALL_MAKEFILES="$ALL_MAKEFILES \\
18128 dlls/sti/tests/Makefile"
18129 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18130 sti/tests"
18131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18132 dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in dlls/Maketest.rules config.status"
18133 ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
18135 ALL_MAKEFILES="$ALL_MAKEFILES \\
18136 dlls/storage.dll16/Makefile"
18137 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18138 storage.dll16"
18139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18140 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules config.status"
18141 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
18143 ALL_MAKEFILES="$ALL_MAKEFILES \\
18144 dlls/stress.dll16/Makefile"
18145 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18146 stress.dll16"
18147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18148 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules config.status"
18149 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
18151 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
18152 dlls/strmiids/libstrmiids.a"
18153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18154 dlls/strmiids: tools/widl tools/winebuild tools/winegcc include
18155 dlls/strmiids/__install__ dlls/strmiids/__install-dev__: dlls/strmiids
18156 dlls/strmiids/libstrmiids.cross.a: dlls/strmiids/Makefile tools/widl tools/winebuild tools/winegcc include dummy
18157 @cd dlls/strmiids && \$(MAKE) \`basename \$@\`"
18158 ALL_MAKEFILES="$ALL_MAKEFILES \\
18159 dlls/strmiids/Makefile"
18160 test "x$enable_strmiids" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
18161 dlls/strmiids"
18162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18163 \$(RECURSE_TARGETS:%=dlls/strmiids/%) dlls/strmiids: dlls/strmiids/Makefile \$(MAKEDEP)
18164 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules config.status"
18165 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
18167 ALL_MAKEFILES="$ALL_MAKEFILES \\
18168 dlls/svrapi/Makefile"
18169 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18170 svrapi"
18171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18172 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules config.status"
18173 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
18175 ALL_MAKEFILES="$ALL_MAKEFILES \\
18176 dlls/sxs/Makefile"
18177 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18178 sxs"
18179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18180 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules config.status"
18181 ac_config_files="$ac_config_files dlls/sxs/Makefile"
18183 ALL_MAKEFILES="$ALL_MAKEFILES \\
18184 dlls/system.drv16/Makefile"
18185 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18186 system.drv16"
18187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18188 dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules config.status"
18189 ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
18191 ALL_MAKEFILES="$ALL_MAKEFILES \\
18192 dlls/t2embed/Makefile"
18193 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18194 t2embed"
18195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18196 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules config.status"
18197 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
18199 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18200 dlls/tapi32/libtapi32.$IMPLIBEXT"
18201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18202 dlls/tapi32/libtapi32.$IMPLIBEXT dlls/tapi32/libtapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
18203 dlls/tapi32/libtapi32.$IMPLIBEXT dlls/tapi32/libtapi32.cross.a: dlls/tapi32/tapi32.spec dlls/tapi32/Makefile
18204 @cd dlls/tapi32 && \$(MAKE) \`basename \$@\`"
18205 ALL_MAKEFILES="$ALL_MAKEFILES \\
18206 dlls/tapi32/Makefile"
18207 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18208 tapi32"
18209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18210 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules config.status"
18211 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
18213 ALL_MAKEFILES="$ALL_MAKEFILES \\
18214 dlls/toolhelp.dll16/Makefile"
18215 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18216 toolhelp.dll16"
18217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18218 dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules config.status"
18219 ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
18221 ALL_MAKEFILES="$ALL_MAKEFILES \\
18222 dlls/traffic/Makefile"
18223 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18224 traffic"
18225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18226 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules config.status"
18227 ac_config_files="$ac_config_files dlls/traffic/Makefile"
18229 ALL_MAKEFILES="$ALL_MAKEFILES \\
18230 dlls/twain.dll16/Makefile"
18231 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18232 twain.dll16"
18233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18234 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules config.status"
18235 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
18237 ALL_MAKEFILES="$ALL_MAKEFILES \\
18238 dlls/twain_32/Makefile"
18239 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18240 twain_32"
18241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18242 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules config.status"
18243 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
18245 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18246 twain_32_test.exe"
18247 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18248 twain_32_test.exe: \$(TOPOBJDIR)/dlls/twain_32/tests/twain_32_test.exe$DLLEXT
18249 cp \$(TOPOBJDIR)/dlls/twain_32/tests/twain_32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18250 twain_32_test.rc:
18251 echo \"twain_32_test.exe TESTRES \\\"twain_32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18252 twain_32_test.res: twain_32_test.rc twain_32_test.exe"
18253 ALL_MAKEFILES="$ALL_MAKEFILES \\
18254 dlls/twain_32/tests/Makefile"
18255 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18256 twain_32/tests"
18257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18258 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules config.status"
18259 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
18261 ALL_MAKEFILES="$ALL_MAKEFILES \\
18262 dlls/typelib.dll16/Makefile"
18263 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18264 typelib.dll16"
18265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18266 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules config.status"
18267 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
18269 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18270 dlls/unicows/libunicows.$IMPLIBEXT"
18271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18272 dlls/unicows/libunicows.$IMPLIBEXT dlls/unicows/libunicows.cross.a: tools/widl tools/winebuild tools/winegcc include
18273 dlls/unicows/libunicows.$IMPLIBEXT dlls/unicows/libunicows.cross.a: dlls/unicows/unicows.spec dlls/unicows/Makefile
18274 @cd dlls/unicows && \$(MAKE) \`basename \$@\`"
18275 ALL_MAKEFILES="$ALL_MAKEFILES \\
18276 dlls/unicows/Makefile"
18277 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18278 unicows"
18279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18280 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules config.status"
18281 ac_config_files="$ac_config_files dlls/unicows/Makefile"
18283 ALL_MAKEFILES="$ALL_MAKEFILES \\
18284 dlls/updspapi/Makefile"
18285 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18286 updspapi"
18287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18288 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules config.status"
18289 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
18291 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18292 dlls/url/liburl.$IMPLIBEXT"
18293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18294 dlls/url/liburl.$IMPLIBEXT dlls/url/liburl.cross.a: tools/widl tools/winebuild tools/winegcc include
18295 dlls/url/liburl.$IMPLIBEXT dlls/url/liburl.cross.a: dlls/url/url.spec dlls/url/Makefile
18296 @cd dlls/url && \$(MAKE) \`basename \$@\`"
18297 ALL_MAKEFILES="$ALL_MAKEFILES \\
18298 dlls/url/Makefile"
18299 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18300 url"
18301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18302 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules config.status"
18303 ac_config_files="$ac_config_files dlls/url/Makefile"
18305 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18306 dlls/urlmon/liburlmon.$IMPLIBEXT"
18307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18308 dlls/urlmon/liburlmon.$IMPLIBEXT dlls/urlmon/liburlmon.cross.a: tools/widl tools/winebuild tools/winegcc include
18309 dlls/urlmon/liburlmon.$IMPLIBEXT dlls/urlmon/liburlmon.cross.a: dlls/urlmon/urlmon.spec dlls/urlmon/Makefile
18310 @cd dlls/urlmon && \$(MAKE) \`basename \$@\`"
18311 ALL_MAKEFILES="$ALL_MAKEFILES \\
18312 dlls/urlmon/Makefile"
18313 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18314 urlmon"
18315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18316 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules config.status"
18317 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
18319 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18320 urlmon_test.exe"
18321 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18322 urlmon_test.exe: \$(TOPOBJDIR)/dlls/urlmon/tests/urlmon_test.exe$DLLEXT
18323 cp \$(TOPOBJDIR)/dlls/urlmon/tests/urlmon_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18324 urlmon_test.rc:
18325 echo \"urlmon_test.exe TESTRES \\\"urlmon_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18326 urlmon_test.res: urlmon_test.rc urlmon_test.exe"
18327 ALL_MAKEFILES="$ALL_MAKEFILES \\
18328 dlls/urlmon/tests/Makefile"
18329 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18330 urlmon/tests"
18331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18332 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules config.status"
18333 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
18335 ALL_MAKEFILES="$ALL_MAKEFILES \\
18336 dlls/user.exe16/Makefile"
18337 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18338 user.exe16"
18339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18340 dlls/user.exe16/Makefile: dlls/user.exe16/Makefile.in dlls/Makedll.rules config.status"
18341 ac_config_files="$ac_config_files dlls/user.exe16/Makefile"
18343 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18344 dlls/user32/libuser32.$IMPLIBEXT"
18345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18346 dlls/user32/libuser32.$IMPLIBEXT dlls/user32/libuser32.cross.a: tools/widl tools/winebuild tools/winegcc include
18347 dlls/user32/libuser32.$IMPLIBEXT dlls/user32/libuser32.cross.a: dlls/user32/user32.spec dlls/user32/Makefile
18348 @cd dlls/user32 && \$(MAKE) \`basename \$@\`"
18349 ALL_MAKEFILES="$ALL_MAKEFILES \\
18350 dlls/user32/Makefile"
18351 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18352 user32"
18353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18354 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules config.status"
18355 ac_config_files="$ac_config_files dlls/user32/Makefile"
18357 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18358 user32_test.exe"
18359 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18360 user32_test.exe: \$(TOPOBJDIR)/dlls/user32/tests/user32_test.exe$DLLEXT
18361 cp \$(TOPOBJDIR)/dlls/user32/tests/user32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18362 user32_test.rc:
18363 echo \"user32_test.exe TESTRES \\\"user32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18364 user32_test.res: user32_test.rc user32_test.exe"
18365 ALL_MAKEFILES="$ALL_MAKEFILES \\
18366 dlls/user32/tests/Makefile"
18367 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18368 user32/tests"
18369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18370 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules config.status"
18371 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
18373 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18374 dlls/userenv/libuserenv.$IMPLIBEXT"
18375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18376 dlls/userenv/libuserenv.$IMPLIBEXT dlls/userenv/libuserenv.cross.a: tools/widl tools/winebuild tools/winegcc include
18377 dlls/userenv/libuserenv.$IMPLIBEXT dlls/userenv/libuserenv.cross.a: dlls/userenv/userenv.spec dlls/userenv/Makefile
18378 @cd dlls/userenv && \$(MAKE) \`basename \$@\`"
18379 ALL_MAKEFILES="$ALL_MAKEFILES \\
18380 dlls/userenv/Makefile"
18381 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18382 userenv"
18383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18384 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules config.status"
18385 ac_config_files="$ac_config_files dlls/userenv/Makefile"
18387 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18388 userenv_test.exe"
18389 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18390 userenv_test.exe: \$(TOPOBJDIR)/dlls/userenv/tests/userenv_test.exe$DLLEXT
18391 cp \$(TOPOBJDIR)/dlls/userenv/tests/userenv_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18392 userenv_test.rc:
18393 echo \"userenv_test.exe TESTRES \\\"userenv_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18394 userenv_test.res: userenv_test.rc userenv_test.exe"
18395 ALL_MAKEFILES="$ALL_MAKEFILES \\
18396 dlls/userenv/tests/Makefile"
18397 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18398 userenv/tests"
18399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18400 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules config.status"
18401 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
18403 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18404 dlls/usp10/libusp10.$IMPLIBEXT"
18405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18406 dlls/usp10/libusp10.$IMPLIBEXT dlls/usp10/libusp10.cross.a: tools/widl tools/winebuild tools/winegcc include
18407 dlls/usp10/libusp10.$IMPLIBEXT dlls/usp10/libusp10.cross.a: dlls/usp10/usp10.spec dlls/usp10/Makefile
18408 @cd dlls/usp10 && \$(MAKE) \`basename \$@\`"
18409 ALL_MAKEFILES="$ALL_MAKEFILES \\
18410 dlls/usp10/Makefile"
18411 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18412 usp10"
18413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18414 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules config.status"
18415 ac_config_files="$ac_config_files dlls/usp10/Makefile"
18417 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18418 usp10_test.exe"
18419 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18420 usp10_test.exe: \$(TOPOBJDIR)/dlls/usp10/tests/usp10_test.exe$DLLEXT
18421 cp \$(TOPOBJDIR)/dlls/usp10/tests/usp10_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18422 usp10_test.rc:
18423 echo \"usp10_test.exe TESTRES \\\"usp10_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18424 usp10_test.res: usp10_test.rc usp10_test.exe"
18425 ALL_MAKEFILES="$ALL_MAKEFILES \\
18426 dlls/usp10/tests/Makefile"
18427 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18428 usp10/tests"
18429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18430 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules config.status"
18431 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
18433 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
18434 dlls/uuid/libuuid.a"
18435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18436 dlls/uuid: tools/widl tools/winebuild tools/winegcc include
18437 dlls/uuid/__install__ dlls/uuid/__install-dev__: dlls/uuid
18438 dlls/uuid/libuuid.cross.a: dlls/uuid/Makefile tools/widl tools/winebuild tools/winegcc include dummy
18439 @cd dlls/uuid && \$(MAKE) \`basename \$@\`"
18440 ALL_MAKEFILES="$ALL_MAKEFILES \\
18441 dlls/uuid/Makefile"
18442 test "x$enable_uuid" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
18443 dlls/uuid"
18444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18445 \$(RECURSE_TARGETS:%=dlls/uuid/%) dlls/uuid: dlls/uuid/Makefile \$(MAKEDEP)
18446 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules config.status"
18447 ac_config_files="$ac_config_files dlls/uuid/Makefile"
18449 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18450 dlls/uxtheme/libuxtheme.$IMPLIBEXT"
18451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18452 dlls/uxtheme/libuxtheme.$IMPLIBEXT dlls/uxtheme/libuxtheme.cross.a: tools/widl tools/winebuild tools/winegcc include
18453 dlls/uxtheme/libuxtheme.$IMPLIBEXT dlls/uxtheme/libuxtheme.cross.a: dlls/uxtheme/uxtheme.spec dlls/uxtheme/Makefile
18454 @cd dlls/uxtheme && \$(MAKE) \`basename \$@\`"
18455 ALL_MAKEFILES="$ALL_MAKEFILES \\
18456 dlls/uxtheme/Makefile"
18457 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18458 uxtheme"
18459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18460 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules config.status"
18461 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
18463 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18464 uxtheme_test.exe"
18465 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18466 uxtheme_test.exe: \$(TOPOBJDIR)/dlls/uxtheme/tests/uxtheme_test.exe$DLLEXT
18467 cp \$(TOPOBJDIR)/dlls/uxtheme/tests/uxtheme_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18468 uxtheme_test.rc:
18469 echo \"uxtheme_test.exe TESTRES \\\"uxtheme_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18470 uxtheme_test.res: uxtheme_test.rc uxtheme_test.exe"
18471 ALL_MAKEFILES="$ALL_MAKEFILES \\
18472 dlls/uxtheme/tests/Makefile"
18473 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18474 uxtheme/tests"
18475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18476 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules config.status"
18477 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
18479 ALL_MAKEFILES="$ALL_MAKEFILES \\
18480 dlls/vdhcp.vxd/Makefile"
18481 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18482 vdhcp.vxd"
18483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18484 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules config.status"
18485 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
18487 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18488 dlls/vdmdbg/libvdmdbg.$IMPLIBEXT"
18489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18490 dlls/vdmdbg/libvdmdbg.$IMPLIBEXT dlls/vdmdbg/libvdmdbg.cross.a: tools/widl tools/winebuild tools/winegcc include
18491 dlls/vdmdbg/libvdmdbg.$IMPLIBEXT dlls/vdmdbg/libvdmdbg.cross.a: dlls/vdmdbg/vdmdbg.spec dlls/vdmdbg/Makefile
18492 @cd dlls/vdmdbg && \$(MAKE) \`basename \$@\`"
18493 ALL_MAKEFILES="$ALL_MAKEFILES \\
18494 dlls/vdmdbg/Makefile"
18495 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18496 vdmdbg"
18497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18498 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules config.status"
18499 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
18501 ALL_MAKEFILES="$ALL_MAKEFILES \\
18502 dlls/ver.dll16/Makefile"
18503 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18504 ver.dll16"
18505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18506 dlls/ver.dll16/Makefile: dlls/ver.dll16/Makefile.in dlls/Makedll.rules config.status"
18507 ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
18509 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18510 dlls/version/libversion.$IMPLIBEXT"
18511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18512 dlls/version/libversion.$IMPLIBEXT dlls/version/libversion.cross.a: tools/widl tools/winebuild tools/winegcc include
18513 dlls/version/libversion.$IMPLIBEXT dlls/version/libversion.cross.a: dlls/version/version.spec dlls/version/Makefile
18514 @cd dlls/version && \$(MAKE) \`basename \$@\`"
18515 ALL_MAKEFILES="$ALL_MAKEFILES \\
18516 dlls/version/Makefile"
18517 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18518 version"
18519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18520 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules config.status"
18521 ac_config_files="$ac_config_files dlls/version/Makefile"
18523 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18524 version_test.exe"
18525 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18526 version_test.exe: \$(TOPOBJDIR)/dlls/version/tests/version_test.exe$DLLEXT
18527 cp \$(TOPOBJDIR)/dlls/version/tests/version_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18528 version_test.rc:
18529 echo \"version_test.exe TESTRES \\\"version_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18530 version_test.res: version_test.rc version_test.exe"
18531 ALL_MAKEFILES="$ALL_MAKEFILES \\
18532 dlls/version/tests/Makefile"
18533 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18534 version/tests"
18535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18536 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules config.status"
18537 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
18539 ALL_MAKEFILES="$ALL_MAKEFILES \\
18540 dlls/vmm.vxd/Makefile"
18541 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18542 vmm.vxd"
18543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18544 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules config.status"
18545 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
18547 ALL_MAKEFILES="$ALL_MAKEFILES \\
18548 dlls/vnbt.vxd/Makefile"
18549 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18550 vnbt.vxd"
18551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18552 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules config.status"
18553 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
18555 ALL_MAKEFILES="$ALL_MAKEFILES \\
18556 dlls/vnetbios.vxd/Makefile"
18557 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18558 vnetbios.vxd"
18559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18560 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules config.status"
18561 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
18563 ALL_MAKEFILES="$ALL_MAKEFILES \\
18564 dlls/vtdapi.vxd/Makefile"
18565 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18566 vtdapi.vxd"
18567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18568 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules config.status"
18569 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
18571 ALL_MAKEFILES="$ALL_MAKEFILES \\
18572 dlls/vwin32.vxd/Makefile"
18573 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18574 vwin32.vxd"
18575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18576 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules config.status"
18577 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
18579 ALL_MAKEFILES="$ALL_MAKEFILES \\
18580 dlls/w32skrnl/Makefile"
18581 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18582 w32skrnl"
18583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18584 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules config.status"
18585 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
18587 ALL_MAKEFILES="$ALL_MAKEFILES \\
18588 dlls/w32sys.dll16/Makefile"
18589 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18590 w32sys.dll16"
18591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18592 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules config.status"
18593 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
18595 ALL_MAKEFILES="$ALL_MAKEFILES \\
18596 dlls/wbemprox/Makefile"
18597 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18598 wbemprox"
18599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18600 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules config.status"
18601 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
18603 ALL_MAKEFILES="$ALL_MAKEFILES \\
18604 dlls/wiaservc/Makefile"
18605 test "x$enable_wiaservc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18606 wiaservc"
18607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18608 dlls/wiaservc/Makefile: dlls/wiaservc/Makefile.in dlls/Makedll.rules config.status"
18609 ac_config_files="$ac_config_files dlls/wiaservc/Makefile"
18611 ALL_MAKEFILES="$ALL_MAKEFILES \\
18612 dlls/win32s16.dll16/Makefile"
18613 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18614 win32s16.dll16"
18615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18616 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules config.status"
18617 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
18619 ALL_MAKEFILES="$ALL_MAKEFILES \\
18620 dlls/win87em.dll16/Makefile"
18621 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18622 win87em.dll16"
18623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18624 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules config.status"
18625 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
18627 ALL_MAKEFILES="$ALL_MAKEFILES \\
18628 dlls/winaspi.dll16/Makefile"
18629 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18630 winaspi.dll16"
18631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18632 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules config.status"
18633 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
18635 ALL_MAKEFILES="$ALL_MAKEFILES \\
18636 dlls/windebug.dll16/Makefile"
18637 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18638 windebug.dll16"
18639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18640 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules config.status"
18641 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
18643 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18644 dlls/windowscodecs/libwindowscodecs.$IMPLIBEXT"
18645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18646 dlls/windowscodecs/libwindowscodecs.$IMPLIBEXT dlls/windowscodecs/libwindowscodecs.cross.a: tools/widl tools/winebuild tools/winegcc include
18647 dlls/windowscodecs/libwindowscodecs.$IMPLIBEXT dlls/windowscodecs/libwindowscodecs.cross.a: dlls/windowscodecs/windowscodecs.spec dlls/windowscodecs/Makefile
18648 @cd dlls/windowscodecs && \$(MAKE) \`basename \$@\`"
18649 ALL_MAKEFILES="$ALL_MAKEFILES \\
18650 dlls/windowscodecs/Makefile"
18651 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18652 windowscodecs"
18653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18654 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules config.status"
18655 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
18657 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18658 windowscodecs_test.exe"
18659 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18660 windowscodecs_test.exe: \$(TOPOBJDIR)/dlls/windowscodecs/tests/windowscodecs_test.exe$DLLEXT
18661 cp \$(TOPOBJDIR)/dlls/windowscodecs/tests/windowscodecs_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18662 windowscodecs_test.rc:
18663 echo \"windowscodecs_test.exe TESTRES \\\"windowscodecs_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18664 windowscodecs_test.res: windowscodecs_test.rc windowscodecs_test.exe"
18665 ALL_MAKEFILES="$ALL_MAKEFILES \\
18666 dlls/windowscodecs/tests/Makefile"
18667 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18668 windowscodecs/tests"
18669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18670 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules config.status"
18671 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
18673 ALL_MAKEFILES="$ALL_MAKEFILES \\
18674 dlls/winealsa.drv/Makefile"
18675 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18676 winealsa.drv"
18677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18678 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules config.status"
18679 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
18681 ALL_MAKEFILES="$ALL_MAKEFILES \\
18682 dlls/wineaudioio.drv/Makefile"
18683 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18684 wineaudioio.drv"
18685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18686 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules config.status"
18687 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
18689 ALL_MAKEFILES="$ALL_MAKEFILES \\
18690 dlls/winecoreaudio.drv/Makefile"
18691 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18692 winecoreaudio.drv"
18693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18694 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules config.status"
18695 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
18697 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
18698 dlls/winecrt0/libwinecrt0.a"
18699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18700 dlls/winecrt0: tools/widl tools/winebuild tools/winegcc include
18701 dlls/winecrt0/__install__ dlls/winecrt0/__install-dev__: dlls/winecrt0
18702 dlls/winecrt0/libwinecrt0.cross.a: dlls/winecrt0/Makefile tools/widl tools/winebuild tools/winegcc include dummy
18703 @cd dlls/winecrt0 && \$(MAKE) \`basename \$@\`"
18704 ALL_MAKEFILES="$ALL_MAKEFILES \\
18705 dlls/winecrt0/Makefile"
18706 test "x$enable_winecrt0" != xno && ALL_STATICLIB_DIRS="$ALL_STATICLIB_DIRS \\
18707 dlls/winecrt0"
18708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18709 \$(RECURSE_TARGETS:%=dlls/winecrt0/%) dlls/winecrt0: dlls/winecrt0/Makefile \$(MAKEDEP)
18710 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules config.status"
18711 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
18713 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18714 dlls/wined3d/libwined3d.$IMPLIBEXT"
18715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18716 dlls/wined3d/libwined3d.$IMPLIBEXT dlls/wined3d/libwined3d.cross.a: tools/widl tools/winebuild tools/winegcc include
18717 dlls/wined3d/libwined3d.$IMPLIBEXT dlls/wined3d/libwined3d.cross.a: dlls/wined3d/wined3d.spec dlls/wined3d/Makefile
18718 @cd dlls/wined3d && \$(MAKE) \`basename \$@\`"
18719 ALL_MAKEFILES="$ALL_MAKEFILES \\
18720 dlls/wined3d/Makefile"
18721 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18722 wined3d"
18723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18724 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules config.status"
18725 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
18727 ALL_MAKEFILES="$ALL_MAKEFILES \\
18728 dlls/wineesd.drv/Makefile"
18729 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18730 wineesd.drv"
18731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18732 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules config.status"
18733 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
18735 ALL_MAKEFILES="$ALL_MAKEFILES \\
18736 dlls/winejack.drv/Makefile"
18737 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18738 winejack.drv"
18739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18740 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules config.status"
18741 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
18743 ALL_MAKEFILES="$ALL_MAKEFILES \\
18744 dlls/winejoystick.drv/Makefile"
18745 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18746 winejoystick.drv"
18747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18748 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules config.status"
18749 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
18751 ALL_MAKEFILES="$ALL_MAKEFILES \\
18752 dlls/winemapi/Makefile"
18753 test "x$enable_winemapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18754 winemapi"
18755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18756 dlls/winemapi/Makefile: dlls/winemapi/Makefile.in dlls/Makedll.rules config.status"
18757 ac_config_files="$ac_config_files dlls/winemapi/Makefile"
18759 ALL_MAKEFILES="$ALL_MAKEFILES \\
18760 dlls/winemp3.acm/Makefile"
18761 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18762 winemp3.acm"
18763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18764 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules config.status"
18765 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
18767 ALL_MAKEFILES="$ALL_MAKEFILES \\
18768 dlls/winenas.drv/Makefile"
18769 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18770 winenas.drv"
18771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18772 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules config.status"
18773 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
18775 ALL_MAKEFILES="$ALL_MAKEFILES \\
18776 dlls/wineoss.drv/Makefile"
18777 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18778 wineoss.drv"
18779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18780 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules config.status"
18781 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
18783 ALL_MAKEFILES="$ALL_MAKEFILES \\
18784 dlls/wineps.drv/Makefile"
18785 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18786 wineps.drv"
18787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18788 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules config.status"
18789 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
18791 ALL_MAKEFILES="$ALL_MAKEFILES \\
18792 dlls/wineps16.drv16/Makefile"
18793 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18794 wineps16.drv16"
18795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18796 dlls/wineps16.drv16/Makefile: dlls/wineps16.drv16/Makefile.in dlls/Makedll.rules config.status"
18797 ac_config_files="$ac_config_files dlls/wineps16.drv16/Makefile"
18799 ALL_MAKEFILES="$ALL_MAKEFILES \\
18800 dlls/winequartz.drv/Makefile"
18801 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18802 winequartz.drv"
18803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18804 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules config.status"
18805 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
18807 ALL_MAKEFILES="$ALL_MAKEFILES \\
18808 dlls/winex11.drv/Makefile"
18809 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18810 winex11.drv"
18811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18812 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules config.status"
18813 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
18815 ALL_MAKEFILES="$ALL_MAKEFILES \\
18816 dlls/wing.dll16/Makefile"
18817 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18818 wing.dll16"
18819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18820 dlls/wing.dll16/Makefile: dlls/wing.dll16/Makefile.in dlls/Makedll.rules config.status"
18821 ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
18823 ALL_MAKEFILES="$ALL_MAKEFILES \\
18824 dlls/wing32/Makefile"
18825 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18826 wing32"
18827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18828 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules config.status"
18829 ac_config_files="$ac_config_files dlls/wing32/Makefile"
18831 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18832 dlls/winhttp/libwinhttp.$IMPLIBEXT"
18833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18834 dlls/winhttp/libwinhttp.$IMPLIBEXT dlls/winhttp/libwinhttp.cross.a: tools/widl tools/winebuild tools/winegcc include
18835 dlls/winhttp/libwinhttp.$IMPLIBEXT dlls/winhttp/libwinhttp.cross.a: dlls/winhttp/winhttp.spec dlls/winhttp/Makefile
18836 @cd dlls/winhttp && \$(MAKE) \`basename \$@\`"
18837 ALL_MAKEFILES="$ALL_MAKEFILES \\
18838 dlls/winhttp/Makefile"
18839 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18840 winhttp"
18841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18842 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules config.status"
18843 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
18845 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18846 winhttp_test.exe"
18847 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18848 winhttp_test.exe: \$(TOPOBJDIR)/dlls/winhttp/tests/winhttp_test.exe$DLLEXT
18849 cp \$(TOPOBJDIR)/dlls/winhttp/tests/winhttp_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18850 winhttp_test.rc:
18851 echo \"winhttp_test.exe TESTRES \\\"winhttp_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18852 winhttp_test.res: winhttp_test.rc winhttp_test.exe"
18853 ALL_MAKEFILES="$ALL_MAKEFILES \\
18854 dlls/winhttp/tests/Makefile"
18855 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18856 winhttp/tests"
18857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18858 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules config.status"
18859 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
18861 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18862 dlls/wininet/libwininet.$IMPLIBEXT"
18863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18864 dlls/wininet/libwininet.$IMPLIBEXT dlls/wininet/libwininet.cross.a: tools/widl tools/winebuild tools/winegcc include
18865 dlls/wininet/libwininet.$IMPLIBEXT dlls/wininet/libwininet.cross.a: dlls/wininet/wininet.spec dlls/wininet/Makefile
18866 @cd dlls/wininet && \$(MAKE) \`basename \$@\`"
18867 ALL_MAKEFILES="$ALL_MAKEFILES \\
18868 dlls/wininet/Makefile"
18869 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18870 wininet"
18871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18872 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules config.status"
18873 ac_config_files="$ac_config_files dlls/wininet/Makefile"
18875 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18876 wininet_test.exe"
18877 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18878 wininet_test.exe: \$(TOPOBJDIR)/dlls/wininet/tests/wininet_test.exe$DLLEXT
18879 cp \$(TOPOBJDIR)/dlls/wininet/tests/wininet_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18880 wininet_test.rc:
18881 echo \"wininet_test.exe TESTRES \\\"wininet_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18882 wininet_test.res: wininet_test.rc wininet_test.exe"
18883 ALL_MAKEFILES="$ALL_MAKEFILES \\
18884 dlls/wininet/tests/Makefile"
18885 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18886 wininet/tests"
18887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18888 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules config.status"
18889 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
18891 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18892 dlls/winmm/libwinmm.$IMPLIBEXT"
18893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18894 dlls/winmm/libwinmm.$IMPLIBEXT dlls/winmm/libwinmm.cross.a: tools/widl tools/winebuild tools/winegcc include
18895 dlls/winmm/libwinmm.$IMPLIBEXT dlls/winmm/libwinmm.cross.a: dlls/winmm/winmm.spec dlls/winmm/Makefile
18896 @cd dlls/winmm && \$(MAKE) \`basename \$@\`"
18897 ALL_MAKEFILES="$ALL_MAKEFILES \\
18898 dlls/winmm/Makefile"
18899 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18900 winmm"
18901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18902 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules config.status"
18903 ac_config_files="$ac_config_files dlls/winmm/Makefile"
18905 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18906 winmm_test.exe"
18907 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18908 winmm_test.exe: \$(TOPOBJDIR)/dlls/winmm/tests/winmm_test.exe$DLLEXT
18909 cp \$(TOPOBJDIR)/dlls/winmm/tests/winmm_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18910 winmm_test.rc:
18911 echo \"winmm_test.exe TESTRES \\\"winmm_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18912 winmm_test.res: winmm_test.rc winmm_test.exe"
18913 ALL_MAKEFILES="$ALL_MAKEFILES \\
18914 dlls/winmm/tests/Makefile"
18915 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18916 winmm/tests"
18917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18918 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules config.status"
18919 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
18921 ALL_MAKEFILES="$ALL_MAKEFILES \\
18922 dlls/winnls.dll16/Makefile"
18923 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18924 winnls.dll16"
18925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18926 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules config.status"
18927 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
18929 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18930 dlls/winnls32/libwinnls32.$IMPLIBEXT"
18931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18932 dlls/winnls32/libwinnls32.$IMPLIBEXT dlls/winnls32/libwinnls32.cross.a: tools/widl tools/winebuild tools/winegcc include
18933 dlls/winnls32/libwinnls32.$IMPLIBEXT dlls/winnls32/libwinnls32.cross.a: dlls/winnls32/winnls32.spec dlls/winnls32/Makefile
18934 @cd dlls/winnls32 && \$(MAKE) \`basename \$@\`"
18935 ALL_MAKEFILES="$ALL_MAKEFILES \\
18936 dlls/winnls32/Makefile"
18937 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18938 winnls32"
18939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18940 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules config.status"
18941 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
18943 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18944 dlls/winscard/libwinscard.$IMPLIBEXT"
18945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18946 dlls/winscard/libwinscard.$IMPLIBEXT dlls/winscard/libwinscard.cross.a: tools/widl tools/winebuild tools/winegcc include
18947 dlls/winscard/libwinscard.$IMPLIBEXT dlls/winscard/libwinscard.cross.a: dlls/winscard/winscard.spec dlls/winscard/Makefile
18948 @cd dlls/winscard && \$(MAKE) \`basename \$@\`"
18949 ALL_MAKEFILES="$ALL_MAKEFILES \\
18950 dlls/winscard/Makefile"
18951 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18952 winscard"
18953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18954 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules config.status"
18955 ac_config_files="$ac_config_files dlls/winscard/Makefile"
18957 ALL_MAKEFILES="$ALL_MAKEFILES \\
18958 dlls/winsock.dll16/Makefile"
18959 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18960 winsock.dll16"
18961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18962 dlls/winsock.dll16/Makefile: dlls/winsock.dll16/Makefile.in dlls/Makedll.rules config.status"
18963 ac_config_files="$ac_config_files dlls/winsock.dll16/Makefile"
18965 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18966 dlls/winspool.drv/libwinspool.$IMPLIBEXT \\
18967 dlls/libwinspool.$IMPLIBEXT"
18968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18969 dlls/winspool.drv/libwinspool.$IMPLIBEXT dlls/winspool.drv/libwinspool.cross.a: tools/widl tools/winebuild tools/winegcc include
18970 dlls/libwinspool.a: dlls/winspool.drv/libwinspool.a
18971 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.a \$@
18972 dlls/libwinspool.cross.a: dlls/winspool.drv/libwinspool.cross.a
18973 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.cross.a \$@
18974 dlls/libwinspool.def: dlls/winspool.drv/libwinspool.def
18975 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.def \$@
18976 clean::
18977 \$(RM) dlls/libwinspool.def
18978 dlls/winspool.drv/libwinspool.$IMPLIBEXT dlls/winspool.drv/libwinspool.cross.a: dlls/winspool.drv/winspool.drv.spec dlls/winspool.drv/Makefile
18979 @cd dlls/winspool.drv && \$(MAKE) \`basename \$@\`"
18980 ALL_MAKEFILES="$ALL_MAKEFILES \\
18981 dlls/winspool.drv/Makefile"
18982 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18983 winspool.drv"
18984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18985 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules config.status"
18986 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
18988 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
18989 winspool.drv_test.exe"
18990 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18991 winspool.drv_test.exe: \$(TOPOBJDIR)/dlls/winspool.drv/tests/winspool.drv_test.exe$DLLEXT
18992 cp \$(TOPOBJDIR)/dlls/winspool.drv/tests/winspool.drv_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18993 winspool.drv_test.rc:
18994 echo \"winspool.drv_test.exe TESTRES \\\"winspool.drv_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18995 winspool.drv_test.res: winspool.drv_test.rc winspool.drv_test.exe"
18996 ALL_MAKEFILES="$ALL_MAKEFILES \\
18997 dlls/winspool.drv/tests/Makefile"
18998 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18999 winspool.drv/tests"
19000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19001 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules config.status"
19002 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
19004 ALL_MAKEFILES="$ALL_MAKEFILES \\
19005 dlls/wintab.dll16/Makefile"
19006 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19007 wintab.dll16"
19008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19009 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules config.status"
19010 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
19012 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19013 dlls/wintab32/libwintab32.$IMPLIBEXT"
19014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19015 dlls/wintab32/libwintab32.$IMPLIBEXT dlls/wintab32/libwintab32.cross.a: tools/widl tools/winebuild tools/winegcc include
19016 dlls/wintab32/libwintab32.$IMPLIBEXT dlls/wintab32/libwintab32.cross.a: dlls/wintab32/wintab32.spec dlls/wintab32/Makefile
19017 @cd dlls/wintab32 && \$(MAKE) \`basename \$@\`"
19018 ALL_MAKEFILES="$ALL_MAKEFILES \\
19019 dlls/wintab32/Makefile"
19020 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19021 wintab32"
19022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19023 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules config.status"
19024 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
19026 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19027 wintab32_test.exe"
19028 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19029 wintab32_test.exe: \$(TOPOBJDIR)/dlls/wintab32/tests/wintab32_test.exe$DLLEXT
19030 cp \$(TOPOBJDIR)/dlls/wintab32/tests/wintab32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19031 wintab32_test.rc:
19032 echo \"wintab32_test.exe TESTRES \\\"wintab32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19033 wintab32_test.res: wintab32_test.rc wintab32_test.exe"
19034 ALL_MAKEFILES="$ALL_MAKEFILES \\
19035 dlls/wintab32/tests/Makefile"
19036 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19037 wintab32/tests"
19038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19039 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules config.status"
19040 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
19042 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19043 dlls/wintrust/libwintrust.$IMPLIBEXT"
19044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19045 dlls/wintrust/libwintrust.$IMPLIBEXT dlls/wintrust/libwintrust.cross.a: tools/widl tools/winebuild tools/winegcc include
19046 dlls/wintrust/libwintrust.$IMPLIBEXT dlls/wintrust/libwintrust.cross.a: dlls/wintrust/wintrust.spec dlls/wintrust/Makefile
19047 @cd dlls/wintrust && \$(MAKE) \`basename \$@\`"
19048 ALL_MAKEFILES="$ALL_MAKEFILES \\
19049 dlls/wintrust/Makefile"
19050 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19051 wintrust"
19052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19053 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules config.status"
19054 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
19056 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19057 wintrust_test.exe"
19058 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19059 wintrust_test.exe: \$(TOPOBJDIR)/dlls/wintrust/tests/wintrust_test.exe$DLLEXT
19060 cp \$(TOPOBJDIR)/dlls/wintrust/tests/wintrust_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19061 wintrust_test.rc:
19062 echo \"wintrust_test.exe TESTRES \\\"wintrust_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19063 wintrust_test.res: wintrust_test.rc wintrust_test.exe"
19064 ALL_MAKEFILES="$ALL_MAKEFILES \\
19065 dlls/wintrust/tests/Makefile"
19066 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19067 wintrust/tests"
19068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19069 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules config.status"
19070 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
19072 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19073 dlls/wldap32/libwldap32.$IMPLIBEXT"
19074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19075 dlls/wldap32/libwldap32.$IMPLIBEXT dlls/wldap32/libwldap32.cross.a: tools/widl tools/winebuild tools/winegcc include
19076 dlls/wldap32/libwldap32.$IMPLIBEXT dlls/wldap32/libwldap32.cross.a: dlls/wldap32/wldap32.spec dlls/wldap32/Makefile
19077 @cd dlls/wldap32 && \$(MAKE) \`basename \$@\`"
19078 ALL_MAKEFILES="$ALL_MAKEFILES \\
19079 dlls/wldap32/Makefile"
19080 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19081 wldap32"
19082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19083 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules config.status"
19084 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
19086 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19087 wldap32_test.exe"
19088 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19089 wldap32_test.exe: \$(TOPOBJDIR)/dlls/wldap32/tests/wldap32_test.exe$DLLEXT
19090 cp \$(TOPOBJDIR)/dlls/wldap32/tests/wldap32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19091 wldap32_test.rc:
19092 echo \"wldap32_test.exe TESTRES \\\"wldap32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19093 wldap32_test.res: wldap32_test.rc wldap32_test.exe"
19094 ALL_MAKEFILES="$ALL_MAKEFILES \\
19095 dlls/wldap32/tests/Makefile"
19096 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19097 wldap32/tests"
19098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19099 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules config.status"
19100 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
19102 ALL_MAKEFILES="$ALL_MAKEFILES \\
19103 dlls/wmi/Makefile"
19104 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19105 wmi"
19106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19107 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules config.status"
19108 ac_config_files="$ac_config_files dlls/wmi/Makefile"
19110 ALL_MAKEFILES="$ALL_MAKEFILES \\
19111 dlls/wmiutils/Makefile"
19112 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19113 wmiutils"
19114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19115 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules config.status"
19116 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
19118 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19119 dlls/wnaspi32/libwnaspi32.$IMPLIBEXT"
19120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19121 dlls/wnaspi32/libwnaspi32.$IMPLIBEXT dlls/wnaspi32/libwnaspi32.cross.a: tools/widl tools/winebuild tools/winegcc include
19122 dlls/wnaspi32/libwnaspi32.$IMPLIBEXT dlls/wnaspi32/libwnaspi32.cross.a: dlls/wnaspi32/wnaspi32.spec dlls/wnaspi32/Makefile
19123 @cd dlls/wnaspi32 && \$(MAKE) \`basename \$@\`"
19124 ALL_MAKEFILES="$ALL_MAKEFILES \\
19125 dlls/wnaspi32/Makefile"
19126 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19127 wnaspi32"
19128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19129 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules config.status"
19130 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
19132 test "x$enable_win16" = xno || ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19133 dlls/wow32/libwow32.$IMPLIBEXT"
19134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19135 dlls/wow32/libwow32.$IMPLIBEXT dlls/wow32/libwow32.cross.a: tools/widl tools/winebuild tools/winegcc include
19136 dlls/wow32/libwow32.$IMPLIBEXT dlls/wow32/libwow32.cross.a: dlls/wow32/wow32.spec dlls/wow32/Makefile
19137 @cd dlls/wow32 && \$(MAKE) \`basename \$@\`"
19138 ALL_MAKEFILES="$ALL_MAKEFILES \\
19139 dlls/wow32/Makefile"
19140 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19141 wow32"
19142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19143 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules config.status"
19144 ac_config_files="$ac_config_files dlls/wow32/Makefile"
19146 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19147 dlls/ws2_32/libws2_32.$IMPLIBEXT"
19148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19149 dlls/ws2_32/libws2_32.$IMPLIBEXT dlls/ws2_32/libws2_32.cross.a: tools/widl tools/winebuild tools/winegcc include
19150 dlls/ws2_32/libws2_32.$IMPLIBEXT dlls/ws2_32/libws2_32.cross.a: dlls/ws2_32/ws2_32.spec dlls/ws2_32/Makefile
19151 @cd dlls/ws2_32 && \$(MAKE) \`basename \$@\`"
19152 ALL_MAKEFILES="$ALL_MAKEFILES \\
19153 dlls/ws2_32/Makefile"
19154 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19155 ws2_32"
19156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19157 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules config.status"
19158 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
19160 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19161 ws2_32_test.exe"
19162 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19163 ws2_32_test.exe: \$(TOPOBJDIR)/dlls/ws2_32/tests/ws2_32_test.exe$DLLEXT
19164 cp \$(TOPOBJDIR)/dlls/ws2_32/tests/ws2_32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19165 ws2_32_test.rc:
19166 echo \"ws2_32_test.exe TESTRES \\\"ws2_32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19167 ws2_32_test.res: ws2_32_test.rc ws2_32_test.exe"
19168 ALL_MAKEFILES="$ALL_MAKEFILES \\
19169 dlls/ws2_32/tests/Makefile"
19170 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19171 ws2_32/tests"
19172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19173 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules config.status"
19174 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
19176 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19177 dlls/wsock32/libwsock32.$IMPLIBEXT"
19178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19179 dlls/wsock32/libwsock32.$IMPLIBEXT dlls/wsock32/libwsock32.cross.a: tools/widl tools/winebuild tools/winegcc include
19180 dlls/wsock32/libwsock32.$IMPLIBEXT dlls/wsock32/libwsock32.cross.a: dlls/wsock32/wsock32.spec dlls/wsock32/Makefile
19181 @cd dlls/wsock32 && \$(MAKE) \`basename \$@\`"
19182 ALL_MAKEFILES="$ALL_MAKEFILES \\
19183 dlls/wsock32/Makefile"
19184 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19185 wsock32"
19186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19187 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules config.status"
19188 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
19190 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19191 dlls/wtsapi32/libwtsapi32.$IMPLIBEXT"
19192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19193 dlls/wtsapi32/libwtsapi32.$IMPLIBEXT dlls/wtsapi32/libwtsapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
19194 dlls/wtsapi32/libwtsapi32.$IMPLIBEXT dlls/wtsapi32/libwtsapi32.cross.a: dlls/wtsapi32/wtsapi32.spec dlls/wtsapi32/Makefile
19195 @cd dlls/wtsapi32 && \$(MAKE) \`basename \$@\`"
19196 ALL_MAKEFILES="$ALL_MAKEFILES \\
19197 dlls/wtsapi32/Makefile"
19198 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19199 wtsapi32"
19200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19201 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules config.status"
19202 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
19204 ALL_MAKEFILES="$ALL_MAKEFILES \\
19205 dlls/wuapi/Makefile"
19206 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19207 wuapi"
19208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19209 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules config.status"
19210 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
19212 ALL_MAKEFILES="$ALL_MAKEFILES \\
19213 dlls/wuaueng/Makefile"
19214 test "x$enable_wuaueng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19215 wuaueng"
19216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19217 dlls/wuaueng/Makefile: dlls/wuaueng/Makefile.in dlls/Makedll.rules config.status"
19218 ac_config_files="$ac_config_files dlls/wuaueng/Makefile"
19220 ALL_MAKEFILES="$ALL_MAKEFILES \\
19221 dlls/xinput1_1/Makefile"
19222 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19223 xinput1_1"
19224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19225 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules config.status"
19226 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
19228 ALL_MAKEFILES="$ALL_MAKEFILES \\
19229 dlls/xinput1_2/Makefile"
19230 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19231 xinput1_2"
19232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19233 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules config.status"
19234 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
19236 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
19237 dlls/xinput1_3/libxinput.$IMPLIBEXT \\
19238 dlls/libxinput.$IMPLIBEXT"
19239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19240 dlls/xinput1_3/libxinput.$IMPLIBEXT dlls/xinput1_3/libxinput.cross.a: tools/widl tools/winebuild tools/winegcc include
19241 dlls/libxinput.a: dlls/xinput1_3/libxinput.a
19242 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.a \$@
19243 dlls/libxinput.cross.a: dlls/xinput1_3/libxinput.cross.a
19244 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.cross.a \$@
19245 dlls/libxinput.def: dlls/xinput1_3/libxinput.def
19246 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.def \$@
19247 clean::
19248 \$(RM) dlls/libxinput.def
19249 dlls/xinput1_3/libxinput.$IMPLIBEXT dlls/xinput1_3/libxinput.cross.a: dlls/xinput1_3/xinput1_3.spec dlls/xinput1_3/Makefile
19250 @cd dlls/xinput1_3 && \$(MAKE) \`basename \$@\`"
19251 ALL_MAKEFILES="$ALL_MAKEFILES \\
19252 dlls/xinput1_3/Makefile"
19253 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19254 xinput1_3"
19255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19256 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules config.status"
19257 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
19259 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19260 xinput1_3_test.exe"
19261 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19262 xinput1_3_test.exe: \$(TOPOBJDIR)/dlls/xinput1_3/tests/xinput1_3_test.exe$DLLEXT
19263 cp \$(TOPOBJDIR)/dlls/xinput1_3/tests/xinput1_3_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19264 xinput1_3_test.rc:
19265 echo \"xinput1_3_test.exe TESTRES \\\"xinput1_3_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19266 xinput1_3_test.res: xinput1_3_test.rc xinput1_3_test.exe"
19267 ALL_MAKEFILES="$ALL_MAKEFILES \\
19268 dlls/xinput1_3/tests/Makefile"
19269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19270 xinput1_3/tests"
19271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19272 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules config.status"
19273 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
19275 ALL_MAKEFILES="$ALL_MAKEFILES \\
19276 dlls/xinput9_1_0/Makefile"
19277 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19278 xinput9_1_0"
19279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19280 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules config.status"
19281 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
19283 ALL_MAKEFILES="$ALL_MAKEFILES \\
19284 dlls/xmllite/Makefile"
19285 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
19286 xmllite"
19287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19288 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules config.status"
19289 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
19291 ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
19292 xmllite_test.exe"
19293 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
19294 xmllite_test.exe: \$(TOPOBJDIR)/dlls/xmllite/tests/xmllite_test.exe$DLLEXT
19295 cp \$(TOPOBJDIR)/dlls/xmllite/tests/xmllite_test.exe$DLLEXT \$@ && \$(STRIP) \$@
19296 xmllite_test.rc:
19297 echo \"xmllite_test.exe TESTRES \\\"xmllite_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
19298 xmllite_test.res: xmllite_test.rc xmllite_test.exe"
19299 ALL_MAKEFILES="$ALL_MAKEFILES \\
19300 dlls/xmllite/tests/Makefile"
19301 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
19302 xmllite/tests"
19303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19304 dlls/xmllite/tests/Makefile: dlls/xmllite/tests/Makefile.in dlls/Maketest.rules config.status"
19305 ac_config_files="$ac_config_files dlls/xmllite/tests/Makefile"
19307 ALL_MAKEFILES="$ALL_MAKEFILES \\
19308 documentation/Makefile"
19309 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
19310 documentation"
19311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19312 \$(RECURSE_TARGETS:%=documentation/%) documentation: documentation/Makefile \$(MAKEDEP)
19313 documentation/Makefile: documentation/Makefile.in Make.rules config.status"
19314 ac_config_files="$ac_config_files documentation/Makefile"
19316 ALL_MAKEFILES="$ALL_MAKEFILES \\
19317 fonts/Makefile"
19318 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
19319 fonts"
19320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19321 \$(RECURSE_TARGETS:%=fonts/%) fonts: fonts/Makefile \$(MAKEDEP)
19322 fonts/Makefile: fonts/Makefile.in Make.rules config.status"
19323 ac_config_files="$ac_config_files fonts/Makefile"
19325 ALL_MAKEFILES="$ALL_MAKEFILES \\
19326 include/Makefile"
19327 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
19328 include"
19329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19330 \$(RECURSE_TARGETS:%=include/%) include: include/Makefile \$(MAKEDEP)
19331 include/Makefile: include/Makefile.in Make.rules config.status"
19332 ac_config_files="$ac_config_files include/Makefile"
19334 ALL_MAKEFILES="$ALL_MAKEFILES \\
19335 libs/port/Makefile"
19337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19338 \$(RECURSE_TARGETS:%=libs/port/%) libs/port: libs/port/Makefile \$(MAKEDEP)
19339 libs/port/Makefile: libs/port/Makefile.in Make.rules config.status"
19340 ac_config_files="$ac_config_files libs/port/Makefile"
19342 ALL_MAKEFILES="$ALL_MAKEFILES \\
19343 libs/wine/Makefile"
19345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19346 \$(RECURSE_TARGETS:%=libs/wine/%) libs/wine: libs/wine/Makefile \$(MAKEDEP)
19347 libs/wine/Makefile: libs/wine/Makefile.in Make.rules config.status"
19348 ac_config_files="$ac_config_files libs/wine/Makefile"
19350 ALL_MAKEFILES="$ALL_MAKEFILES \\
19351 libs/wpp/Makefile"
19353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19354 \$(RECURSE_TARGETS:%=libs/wpp/%) libs/wpp: libs/wpp/Makefile \$(MAKEDEP)
19355 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules config.status"
19356 ac_config_files="$ac_config_files libs/wpp/Makefile"
19358 ALL_MAKEFILES="$ALL_MAKEFILES \\
19359 loader/Makefile"
19360 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
19361 loader"
19362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19363 \$(RECURSE_TARGETS:%=loader/%) loader: loader/Makefile \$(MAKEDEP)
19364 loader/Makefile: loader/Makefile.in Make.rules config.status"
19365 ac_config_files="$ac_config_files loader/Makefile"
19367 ALL_MAKEFILES="$ALL_MAKEFILES \\
19368 programs/Makefile"
19369 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
19370 programs"
19371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19372 \$(RECURSE_TARGETS:%=programs/%) programs: programs/Makefile \$(MAKEDEP)
19373 programs/Makefile: programs/Makefile.in Make.rules config.status"
19374 ac_config_files="$ac_config_files programs/Makefile"
19376 ALL_MAKEFILES="$ALL_MAKEFILES \\
19377 programs/cacls/Makefile"
19378 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19379 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19380 cacls"
19381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19382 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules config.status"
19383 ac_config_files="$ac_config_files programs/cacls/Makefile"
19385 ALL_MAKEFILES="$ALL_MAKEFILES \\
19386 programs/clock/Makefile"
19387 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19388 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19389 clock"
19390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19391 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules config.status"
19392 ac_config_files="$ac_config_files programs/clock/Makefile"
19394 ALL_MAKEFILES="$ALL_MAKEFILES \\
19395 programs/cmd/Makefile"
19396 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19397 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19398 cmd"
19399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19400 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules config.status"
19401 ac_config_files="$ac_config_files programs/cmd/Makefile"
19403 ALL_MAKEFILES="$ALL_MAKEFILES \\
19404 programs/cmdlgtst/Makefile"
19405 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19406 cmdlgtst"
19407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19408 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules config.status"
19409 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
19411 ALL_MAKEFILES="$ALL_MAKEFILES \\
19412 programs/control/Makefile"
19413 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19414 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19415 control"
19416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19417 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules config.status"
19418 ac_config_files="$ac_config_files programs/control/Makefile"
19420 ALL_MAKEFILES="$ALL_MAKEFILES \\
19421 programs/dxdiag/Makefile"
19422 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19423 dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19424 dxdiag"
19425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19426 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules config.status"
19427 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
19429 ALL_MAKEFILES="$ALL_MAKEFILES \\
19430 programs/eject/Makefile"
19431 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19432 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19433 eject"
19434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19435 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules config.status"
19436 ac_config_files="$ac_config_files programs/eject/Makefile"
19438 ALL_MAKEFILES="$ALL_MAKEFILES \\
19439 programs/expand/Makefile"
19440 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19441 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19442 expand"
19443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19444 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules config.status"
19445 ac_config_files="$ac_config_files programs/expand/Makefile"
19447 ALL_MAKEFILES="$ALL_MAKEFILES \\
19448 programs/explorer/Makefile"
19449 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19450 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19451 explorer"
19452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19453 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules config.status"
19454 ac_config_files="$ac_config_files programs/explorer/Makefile"
19456 ALL_MAKEFILES="$ALL_MAKEFILES \\
19457 programs/extrac32/Makefile"
19458 test "x$enable_extrac32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19459 extrac32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19460 extrac32"
19461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19462 programs/extrac32/Makefile: programs/extrac32/Makefile.in programs/Makeprog.rules config.status"
19463 ac_config_files="$ac_config_files programs/extrac32/Makefile"
19465 ALL_MAKEFILES="$ALL_MAKEFILES \\
19466 programs/hh/Makefile"
19467 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19468 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19471 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules config.status"
19472 ac_config_files="$ac_config_files programs/hh/Makefile"
19474 ALL_MAKEFILES="$ALL_MAKEFILES \\
19475 programs/icinfo/Makefile"
19476 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19477 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19478 icinfo"
19479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19480 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules config.status"
19481 ac_config_files="$ac_config_files programs/icinfo/Makefile"
19483 ALL_MAKEFILES="$ALL_MAKEFILES \\
19484 programs/iexplore/Makefile"
19485 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19486 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19487 iexplore"
19488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19489 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules config.status"
19490 ac_config_files="$ac_config_files programs/iexplore/Makefile"
19492 ALL_MAKEFILES="$ALL_MAKEFILES \\
19493 programs/lodctr/Makefile"
19494 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19495 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19496 lodctr"
19497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19498 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules config.status"
19499 ac_config_files="$ac_config_files programs/lodctr/Makefile"
19501 ALL_MAKEFILES="$ALL_MAKEFILES \\
19502 programs/mshta/Makefile"
19503 test "x$enable_mshta" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19504 mshta" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19505 mshta"
19506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19507 programs/mshta/Makefile: programs/mshta/Makefile.in programs/Makeprog.rules config.status"
19508 ac_config_files="$ac_config_files programs/mshta/Makefile"
19510 ALL_MAKEFILES="$ALL_MAKEFILES \\
19511 programs/msiexec/Makefile"
19512 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19513 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19514 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19515 msiexec"
19516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19517 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules config.status"
19518 ac_config_files="$ac_config_files programs/msiexec/Makefile"
19520 ALL_MAKEFILES="$ALL_MAKEFILES \\
19521 programs/net/Makefile"
19522 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19523 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19524 net"
19525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19526 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules config.status"
19527 ac_config_files="$ac_config_files programs/net/Makefile"
19529 ALL_MAKEFILES="$ALL_MAKEFILES \\
19530 programs/notepad/Makefile"
19531 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19532 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19533 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19534 notepad"
19535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19536 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules config.status"
19537 ac_config_files="$ac_config_files programs/notepad/Makefile"
19539 ALL_MAKEFILES="$ALL_MAKEFILES \\
19540 programs/oleview/Makefile"
19541 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19542 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19543 oleview"
19544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19545 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules config.status"
19546 ac_config_files="$ac_config_files programs/oleview/Makefile"
19548 ALL_MAKEFILES="$ALL_MAKEFILES \\
19549 programs/progman/Makefile"
19550 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19551 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19552 progman"
19553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19554 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules config.status"
19555 ac_config_files="$ac_config_files programs/progman/Makefile"
19557 ALL_MAKEFILES="$ALL_MAKEFILES \\
19558 programs/reg/Makefile"
19559 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19560 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19561 reg"
19562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19563 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules config.status"
19564 ac_config_files="$ac_config_files programs/reg/Makefile"
19566 ALL_MAKEFILES="$ALL_MAKEFILES \\
19567 programs/regedit/Makefile"
19568 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19569 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19570 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19571 regedit"
19572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19573 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules config.status"
19574 ac_config_files="$ac_config_files programs/regedit/Makefile"
19576 ALL_MAKEFILES="$ALL_MAKEFILES \\
19577 programs/regsvr32/Makefile"
19578 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19579 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19580 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19581 regsvr32"
19582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19583 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules config.status"
19584 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
19586 ALL_MAKEFILES="$ALL_MAKEFILES \\
19587 programs/rpcss/Makefile"
19588 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19589 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19590 rpcss"
19591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19592 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules config.status"
19593 ac_config_files="$ac_config_files programs/rpcss/Makefile"
19595 ALL_MAKEFILES="$ALL_MAKEFILES \\
19596 programs/rundll32/Makefile"
19597 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19598 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19599 rundll32"
19600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19601 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules config.status"
19602 ac_config_files="$ac_config_files programs/rundll32/Makefile"
19604 ALL_MAKEFILES="$ALL_MAKEFILES \\
19605 programs/secedit/Makefile"
19606 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19607 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19608 secedit"
19609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19610 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules config.status"
19611 ac_config_files="$ac_config_files programs/secedit/Makefile"
19613 ALL_MAKEFILES="$ALL_MAKEFILES \\
19614 programs/services/Makefile"
19615 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19616 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19617 services"
19618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19619 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules config.status"
19620 ac_config_files="$ac_config_files programs/services/Makefile"
19622 ALL_MAKEFILES="$ALL_MAKEFILES \\
19623 programs/spoolsv/Makefile"
19624 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19625 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19626 spoolsv"
19627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19628 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules config.status"
19629 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
19631 ALL_MAKEFILES="$ALL_MAKEFILES \\
19632 programs/start/Makefile"
19633 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19634 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19635 start"
19636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19637 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules config.status"
19638 ac_config_files="$ac_config_files programs/start/Makefile"
19640 ALL_MAKEFILES="$ALL_MAKEFILES \\
19641 programs/svchost/Makefile"
19642 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19643 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19644 svchost"
19645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19646 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules config.status"
19647 ac_config_files="$ac_config_files programs/svchost/Makefile"
19649 ALL_MAKEFILES="$ALL_MAKEFILES \\
19650 programs/taskmgr/Makefile"
19651 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19652 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19653 taskmgr"
19654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19655 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules config.status"
19656 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
19658 ALL_MAKEFILES="$ALL_MAKEFILES \\
19659 programs/termsv/Makefile"
19660 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19661 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19662 termsv"
19663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19664 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules config.status"
19665 ac_config_files="$ac_config_files programs/termsv/Makefile"
19667 ALL_MAKEFILES="$ALL_MAKEFILES \\
19668 programs/uninstaller/Makefile"
19669 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19670 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19671 uninstaller"
19672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19673 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules config.status"
19674 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
19676 ALL_MAKEFILES="$ALL_MAKEFILES \\
19677 programs/unlodctr/Makefile"
19678 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19679 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19680 unlodctr"
19681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19682 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules config.status"
19683 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
19685 ALL_MAKEFILES="$ALL_MAKEFILES \\
19686 programs/view/Makefile"
19687 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19688 view"
19689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19690 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules config.status"
19691 ac_config_files="$ac_config_files programs/view/Makefile"
19693 ALL_MAKEFILES="$ALL_MAKEFILES \\
19694 programs/wineboot/Makefile"
19695 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19696 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19697 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19698 wineboot"
19699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19700 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules config.status"
19701 ac_config_files="$ac_config_files programs/wineboot/Makefile"
19703 ALL_MAKEFILES="$ALL_MAKEFILES \\
19704 programs/winebrowser/Makefile"
19705 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19706 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19707 winebrowser"
19708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19709 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules config.status"
19710 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
19712 ALL_MAKEFILES="$ALL_MAKEFILES \\
19713 programs/winecfg/Makefile"
19714 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19715 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19716 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19717 winecfg"
19718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19719 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules config.status"
19720 ac_config_files="$ac_config_files programs/winecfg/Makefile"
19722 ALL_MAKEFILES="$ALL_MAKEFILES \\
19723 programs/wineconsole/Makefile"
19724 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19725 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19726 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19727 wineconsole"
19728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19729 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules config.status"
19730 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
19732 ALL_MAKEFILES="$ALL_MAKEFILES \\
19733 programs/winedbg/Makefile"
19734 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19735 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19736 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19737 winedbg"
19738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19739 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules config.status"
19740 ac_config_files="$ac_config_files programs/winedbg/Makefile"
19742 ALL_MAKEFILES="$ALL_MAKEFILES \\
19743 programs/winedevice/Makefile"
19744 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19745 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19746 winedevice"
19747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19748 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules config.status"
19749 ac_config_files="$ac_config_files programs/winedevice/Makefile"
19751 ALL_MAKEFILES="$ALL_MAKEFILES \\
19752 programs/winefile/Makefile"
19753 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19754 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19755 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19756 winefile"
19757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19758 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules config.status"
19759 ac_config_files="$ac_config_files programs/winefile/Makefile"
19761 ALL_MAKEFILES="$ALL_MAKEFILES \\
19762 programs/winemenubuilder/Makefile"
19763 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19764 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19765 winemenubuilder"
19766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19767 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules config.status"
19768 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
19770 ALL_MAKEFILES="$ALL_MAKEFILES \\
19771 programs/winemine/Makefile"
19772 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19773 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19774 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19775 winemine"
19776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19777 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules config.status"
19778 ac_config_files="$ac_config_files programs/winemine/Makefile"
19780 ALL_MAKEFILES="$ALL_MAKEFILES \\
19781 programs/winepath/Makefile"
19782 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19783 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19784 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
19785 winepath"
19786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19787 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules config.status"
19788 ac_config_files="$ac_config_files programs/winepath/Makefile"
19790 ALL_MAKEFILES="$ALL_MAKEFILES \\
19791 programs/winetest/Makefile"
19792 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19793 winetest"
19794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19795 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules config.status"
19796 ac_config_files="$ac_config_files programs/winetest/Makefile"
19798 ALL_MAKEFILES="$ALL_MAKEFILES \\
19799 programs/winevdm/Makefile"
19800 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19801 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19802 winevdm"
19803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19804 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules config.status"
19805 ac_config_files="$ac_config_files programs/winevdm/Makefile"
19807 ALL_MAKEFILES="$ALL_MAKEFILES \\
19808 programs/winhelp.exe16/Makefile"
19809 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19810 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19811 winhelp.exe16"
19812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19813 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules config.status"
19814 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
19816 ALL_MAKEFILES="$ALL_MAKEFILES \\
19817 programs/winhlp32/Makefile"
19818 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19819 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19820 winhlp32"
19821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19822 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules config.status"
19823 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
19825 ALL_MAKEFILES="$ALL_MAKEFILES \\
19826 programs/winoldap.mod16/Makefile"
19827 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19828 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19829 winoldap.mod16"
19830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19831 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules config.status"
19832 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
19834 ALL_MAKEFILES="$ALL_MAKEFILES \\
19835 programs/winver/Makefile"
19836 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19837 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19838 winver"
19839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19840 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules config.status"
19841 ac_config_files="$ac_config_files programs/winver/Makefile"
19843 ALL_MAKEFILES="$ALL_MAKEFILES \\
19844 programs/wordpad/Makefile"
19845 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19846 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19847 wordpad"
19848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19849 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules config.status"
19850 ac_config_files="$ac_config_files programs/wordpad/Makefile"
19852 ALL_MAKEFILES="$ALL_MAKEFILES \\
19853 programs/write/Makefile"
19854 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19855 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19856 write"
19857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19858 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules config.status"
19859 ac_config_files="$ac_config_files programs/write/Makefile"
19861 ALL_MAKEFILES="$ALL_MAKEFILES \\
19862 programs/xcopy/Makefile"
19863 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
19864 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
19865 xcopy"
19866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19867 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules config.status"
19868 ac_config_files="$ac_config_files programs/xcopy/Makefile"
19870 ALL_MAKEFILES="$ALL_MAKEFILES \\
19871 server/Makefile"
19872 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
19873 server"
19874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19875 \$(RECURSE_TARGETS:%=server/%) server: server/Makefile \$(MAKEDEP)
19876 server/Makefile: server/Makefile.in Make.rules config.status"
19877 ac_config_files="$ac_config_files server/Makefile"
19879 ALL_MAKEFILES="$ALL_MAKEFILES \\
19880 tools/Makefile"
19881 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
19882 tools"
19883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19884 \$(RECURSE_TARGETS:%=tools/%) tools: tools/Makefile \$(MAKEDEP)
19885 tools/Makefile: tools/Makefile.in Make.rules config.status"
19886 ac_config_files="$ac_config_files tools/Makefile"
19888 ALL_MAKEFILES="$ALL_MAKEFILES \\
19889 tools/widl/Makefile"
19890 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
19891 tools/widl"
19892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19893 \$(RECURSE_TARGETS:%=tools/widl/%) tools/widl: tools/widl/Makefile \$(MAKEDEP)
19894 tools/widl/Makefile: tools/widl/Makefile.in Make.rules config.status"
19895 ac_config_files="$ac_config_files tools/widl/Makefile"
19897 ALL_MAKEFILES="$ALL_MAKEFILES \\
19898 tools/winebuild/Makefile"
19899 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
19900 tools/winebuild"
19901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19902 \$(RECURSE_TARGETS:%=tools/winebuild/%) tools/winebuild: tools/winebuild/Makefile \$(MAKEDEP)
19903 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules config.status"
19904 ac_config_files="$ac_config_files tools/winebuild/Makefile"
19906 ALL_MAKEFILES="$ALL_MAKEFILES \\
19907 tools/winedump/Makefile"
19908 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
19909 tools/winedump"
19910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19911 \$(RECURSE_TARGETS:%=tools/winedump/%) tools/winedump: tools/winedump/Makefile \$(MAKEDEP)
19912 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules config.status"
19913 ac_config_files="$ac_config_files tools/winedump/Makefile"
19915 ALL_MAKEFILES="$ALL_MAKEFILES \\
19916 tools/winegcc/Makefile"
19917 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
19918 tools/winegcc"
19919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19920 \$(RECURSE_TARGETS:%=tools/winegcc/%) tools/winegcc: tools/winegcc/Makefile \$(MAKEDEP)
19921 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules config.status"
19922 ac_config_files="$ac_config_files tools/winegcc/Makefile"
19924 ALL_MAKEFILES="$ALL_MAKEFILES \\
19925 tools/wmc/Makefile"
19926 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
19927 tools/wmc"
19928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19929 \$(RECURSE_TARGETS:%=tools/wmc/%) tools/wmc: tools/wmc/Makefile \$(MAKEDEP)
19930 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules config.status"
19931 ac_config_files="$ac_config_files tools/wmc/Makefile"
19933 ALL_MAKEFILES="$ALL_MAKEFILES \\
19934 tools/wrc/Makefile"
19935 test "x$enable_tools" != xno && ALL_TOOL_DIRS="$ALL_TOOL_DIRS \\
19936 tools/wrc"
19937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
19938 \$(RECURSE_TARGETS:%=tools/wrc/%) tools/wrc: tools/wrc/Makefile \$(MAKEDEP)
19939 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules config.status"
19940 ac_config_files="$ac_config_files tools/wrc/Makefile"
19943 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
19945 cat >confcache <<\_ACEOF
19946 # This file is a shell script that caches the results of configure
19947 # tests run on this system so they can be shared between configure
19948 # scripts and configure runs, see configure's option --config-cache.
19949 # It is not useful on other systems. If it contains results you don't
19950 # want to keep, you may remove or edit it.
19952 # config.status only pays attention to the cache file if you give it
19953 # the --recheck option to rerun configure.
19955 # `ac_cv_env_foo' variables (set or unset) will be overridden when
19956 # loading this file, other *unset* `ac_cv_foo' will be assigned the
19957 # following values.
19959 _ACEOF
19961 # The following way of writing the cache mishandles newlines in values,
19962 # but we know of no workaround that is simple, portable, and efficient.
19963 # So, we kill variables containing newlines.
19964 # Ultrix sh set writes to stderr and can't be redirected directly,
19965 # and sets the high bit in the cache file unless we assign to the vars.
19967 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
19968 eval ac_val=\$$ac_var
19969 case $ac_val in #(
19970 *${as_nl}*)
19971 case $ac_var in #(
19972 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
19973 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
19974 esac
19975 case $ac_var in #(
19976 _ | IFS | as_nl) ;; #(
19977 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
19978 *) { eval $ac_var=; unset $ac_var;} ;;
19979 esac ;;
19980 esac
19981 done
19983 (set) 2>&1 |
19984 case $as_nl`(ac_space=' '; set) 2>&1` in #(
19985 *${as_nl}ac_space=\ *)
19986 # `set' does not quote correctly, so add quotes: double-quote
19987 # substitution turns \\\\ into \\, and sed turns \\ into \.
19988 sed -n \
19989 "s/'/'\\\\''/g;
19990 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
19991 ;; #(
19993 # `set' quotes correctly as required by POSIX, so do not add quotes.
19994 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
19996 esac |
19997 sort
19999 sed '
20000 /^ac_cv_env_/b end
20001 t clear
20002 :clear
20003 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
20004 t end
20005 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
20006 :end' >>confcache
20007 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
20008 if test -w "$cache_file"; then
20009 test "x$cache_file" != "x/dev/null" &&
20010 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
20011 $as_echo "$as_me: updating cache $cache_file" >&6;}
20012 cat confcache >$cache_file
20013 else
20014 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
20015 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
20018 rm -f confcache
20020 test "x$prefix" = xNONE && prefix=$ac_default_prefix
20021 # Let make expand exec_prefix.
20022 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
20024 DEFS=-DHAVE_CONFIG_H
20026 ac_libobjs=
20027 ac_ltlibobjs=
20028 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
20029 # 1. Remove the extension, and $U if already installed.
20030 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
20031 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
20032 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
20033 # will be set to the directory where LIBOBJS objects are built.
20034 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
20035 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
20036 done
20037 LIBOBJS=$ac_libobjs
20039 LTLIBOBJS=$ac_ltlibobjs
20043 : ${CONFIG_STATUS=./config.status}
20044 ac_write_fail=0
20045 ac_clean_files_save=$ac_clean_files
20046 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
20047 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
20048 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
20049 as_write_fail=0
20050 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
20051 #! $SHELL
20052 # Generated by $as_me.
20053 # Run this file to recreate the current configuration.
20054 # Compiler output produced by configure, useful for debugging
20055 # configure, is in config.log if it exists.
20057 debug=false
20058 ac_cs_recheck=false
20059 ac_cs_silent=false
20061 SHELL=\${CONFIG_SHELL-$SHELL}
20062 export SHELL
20063 _ASEOF
20064 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
20065 ## -------------------- ##
20066 ## M4sh Initialization. ##
20067 ## -------------------- ##
20069 # Be more Bourne compatible
20070 DUALCASE=1; export DUALCASE # for MKS sh
20071 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20072 emulate sh
20073 NULLCMD=:
20074 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
20075 # is contrary to our usage. Disable this feature.
20076 alias -g '${1+"$@"}'='"$@"'
20077 setopt NO_GLOB_SUBST
20078 else
20079 case `(set -o) 2>/dev/null` in #(
20080 *posix*) :
20081 set -o posix ;; #(
20082 *) :
20084 esac
20088 as_nl='
20090 export as_nl
20091 # Printing a long string crashes Solaris 7 /usr/bin/printf.
20092 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
20093 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
20094 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
20095 # Prefer a ksh shell builtin over an external printf program on Solaris,
20096 # but without wasting forks for bash or zsh.
20097 if test -z "$BASH_VERSION$ZSH_VERSION" \
20098 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
20099 as_echo='print -r --'
20100 as_echo_n='print -rn --'
20101 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
20102 as_echo='printf %s\n'
20103 as_echo_n='printf %s'
20104 else
20105 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
20106 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
20107 as_echo_n='/usr/ucb/echo -n'
20108 else
20109 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
20110 as_echo_n_body='eval
20111 arg=$1;
20112 case $arg in #(
20113 *"$as_nl"*)
20114 expr "X$arg" : "X\\(.*\\)$as_nl";
20115 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
20116 esac;
20117 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
20119 export as_echo_n_body
20120 as_echo_n='sh -c $as_echo_n_body as_echo'
20122 export as_echo_body
20123 as_echo='sh -c $as_echo_body as_echo'
20126 # The user is always right.
20127 if test "${PATH_SEPARATOR+set}" != set; then
20128 PATH_SEPARATOR=:
20129 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
20130 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
20131 PATH_SEPARATOR=';'
20136 # IFS
20137 # We need space, tab and new line, in precisely that order. Quoting is
20138 # there to prevent editors from complaining about space-tab.
20139 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
20140 # splitting by setting IFS to empty value.)
20141 IFS=" "" $as_nl"
20143 # Find who we are. Look in the path if we contain no directory separator.
20144 case $0 in #((
20145 *[\\/]* ) as_myself=$0 ;;
20146 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20147 for as_dir in $PATH
20149 IFS=$as_save_IFS
20150 test -z "$as_dir" && as_dir=.
20151 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
20152 done
20153 IFS=$as_save_IFS
20156 esac
20157 # We did not find ourselves, most probably we were run as `sh COMMAND'
20158 # in which case we are not to be found in the path.
20159 if test "x$as_myself" = x; then
20160 as_myself=$0
20162 if test ! -f "$as_myself"; then
20163 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
20164 exit 1
20167 # Unset variables that we do not need and which cause bugs (e.g. in
20168 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
20169 # suppresses any "Segmentation fault" message there. '((' could
20170 # trigger a bug in pdksh 5.2.14.
20171 for as_var in BASH_ENV ENV MAIL MAILPATH
20172 do eval test x\${$as_var+set} = xset \
20173 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
20174 done
20175 PS1='$ '
20176 PS2='> '
20177 PS4='+ '
20179 # NLS nuisances.
20180 LC_ALL=C
20181 export LC_ALL
20182 LANGUAGE=C
20183 export LANGUAGE
20185 # CDPATH.
20186 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
20189 # as_fn_error ERROR [LINENO LOG_FD]
20190 # ---------------------------------
20191 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
20192 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
20193 # script with status $?, using 1 if that was 0.
20194 as_fn_error ()
20196 as_status=$?; test $as_status -eq 0 && as_status=1
20197 if test "$3"; then
20198 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
20199 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
20201 $as_echo "$as_me: error: $1" >&2
20202 as_fn_exit $as_status
20203 } # as_fn_error
20206 # as_fn_set_status STATUS
20207 # -----------------------
20208 # Set $? to STATUS, without forking.
20209 as_fn_set_status ()
20211 return $1
20212 } # as_fn_set_status
20214 # as_fn_exit STATUS
20215 # -----------------
20216 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
20217 as_fn_exit ()
20219 set +e
20220 as_fn_set_status $1
20221 exit $1
20222 } # as_fn_exit
20224 # as_fn_unset VAR
20225 # ---------------
20226 # Portably unset VAR.
20227 as_fn_unset ()
20229 { eval $1=; unset $1;}
20231 as_unset=as_fn_unset
20232 # as_fn_append VAR VALUE
20233 # ----------------------
20234 # Append the text in VALUE to the end of the definition contained in VAR. Take
20235 # advantage of any shell optimizations that allow amortized linear growth over
20236 # repeated appends, instead of the typical quadratic growth present in naive
20237 # implementations.
20238 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
20239 eval 'as_fn_append ()
20241 eval $1+=\$2
20243 else
20244 as_fn_append ()
20246 eval $1=\$$1\$2
20248 fi # as_fn_append
20250 # as_fn_arith ARG...
20251 # ------------------
20252 # Perform arithmetic evaluation on the ARGs, and store the result in the
20253 # global $as_val. Take advantage of shells that can avoid forks. The arguments
20254 # must be portable across $(()) and expr.
20255 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
20256 eval 'as_fn_arith ()
20258 as_val=$(( $* ))
20260 else
20261 as_fn_arith ()
20263 as_val=`expr "$@" || test $? -eq 1`
20265 fi # as_fn_arith
20268 if expr a : '\(a\)' >/dev/null 2>&1 &&
20269 test "X`expr 00001 : '.*\(...\)'`" = X001; then
20270 as_expr=expr
20271 else
20272 as_expr=false
20275 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
20276 as_basename=basename
20277 else
20278 as_basename=false
20281 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
20282 as_dirname=dirname
20283 else
20284 as_dirname=false
20287 as_me=`$as_basename -- "$0" ||
20288 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
20289 X"$0" : 'X\(//\)$' \| \
20290 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
20291 $as_echo X/"$0" |
20292 sed '/^.*\/\([^/][^/]*\)\/*$/{
20293 s//\1/
20296 /^X\/\(\/\/\)$/{
20297 s//\1/
20300 /^X\/\(\/\).*/{
20301 s//\1/
20304 s/.*/./; q'`
20306 # Avoid depending upon Character Ranges.
20307 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
20308 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
20309 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
20310 as_cr_digits='0123456789'
20311 as_cr_alnum=$as_cr_Letters$as_cr_digits
20313 ECHO_C= ECHO_N= ECHO_T=
20314 case `echo -n x` in #(((((
20315 -n*)
20316 case `echo 'xy\c'` in
20317 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
20318 xy) ECHO_C='\c';;
20319 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
20320 ECHO_T=' ';;
20321 esac;;
20323 ECHO_N='-n';;
20324 esac
20326 rm -f conf$$ conf$$.exe conf$$.file
20327 if test -d conf$$.dir; then
20328 rm -f conf$$.dir/conf$$.file
20329 else
20330 rm -f conf$$.dir
20331 mkdir conf$$.dir 2>/dev/null
20333 if (echo >conf$$.file) 2>/dev/null; then
20334 if ln -s conf$$.file conf$$ 2>/dev/null; then
20335 as_ln_s='ln -s'
20336 # ... but there are two gotchas:
20337 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
20338 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
20339 # In both cases, we have to default to `cp -p'.
20340 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
20341 as_ln_s='cp -p'
20342 elif ln conf$$.file conf$$ 2>/dev/null; then
20343 as_ln_s=ln
20344 else
20345 as_ln_s='cp -p'
20347 else
20348 as_ln_s='cp -p'
20350 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
20351 rmdir conf$$.dir 2>/dev/null
20354 # as_fn_mkdir_p
20355 # -------------
20356 # Create "$as_dir" as a directory, including parents if necessary.
20357 as_fn_mkdir_p ()
20360 case $as_dir in #(
20361 -*) as_dir=./$as_dir;;
20362 esac
20363 test -d "$as_dir" || eval $as_mkdir_p || {
20364 as_dirs=
20365 while :; do
20366 case $as_dir in #(
20367 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
20368 *) as_qdir=$as_dir;;
20369 esac
20370 as_dirs="'$as_qdir' $as_dirs"
20371 as_dir=`$as_dirname -- "$as_dir" ||
20372 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20373 X"$as_dir" : 'X\(//\)[^/]' \| \
20374 X"$as_dir" : 'X\(//\)$' \| \
20375 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
20376 $as_echo X"$as_dir" |
20377 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20378 s//\1/
20381 /^X\(\/\/\)[^/].*/{
20382 s//\1/
20385 /^X\(\/\/\)$/{
20386 s//\1/
20389 /^X\(\/\).*/{
20390 s//\1/
20393 s/.*/./; q'`
20394 test -d "$as_dir" && break
20395 done
20396 test -z "$as_dirs" || eval "mkdir $as_dirs"
20397 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
20400 } # as_fn_mkdir_p
20401 if mkdir -p . 2>/dev/null; then
20402 as_mkdir_p='mkdir -p "$as_dir"'
20403 else
20404 test -d ./-p && rmdir ./-p
20405 as_mkdir_p=false
20408 if test -x / >/dev/null 2>&1; then
20409 as_test_x='test -x'
20410 else
20411 if ls -dL / >/dev/null 2>&1; then
20412 as_ls_L_option=L
20413 else
20414 as_ls_L_option=
20416 as_test_x='
20417 eval sh -c '\''
20418 if test -d "$1"; then
20419 test -d "$1/.";
20420 else
20421 case $1 in #(
20422 -*)set "./$1";;
20423 esac;
20424 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
20425 ???[sx]*):;;*)false;;esac;fi
20426 '\'' sh
20429 as_executable_p=$as_test_x
20431 # Sed expression to map a string onto a valid CPP name.
20432 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
20434 # Sed expression to map a string onto a valid variable name.
20435 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
20438 exec 6>&1
20439 ## ----------------------------------- ##
20440 ## Main body of $CONFIG_STATUS script. ##
20441 ## ----------------------------------- ##
20442 _ASEOF
20443 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
20445 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20446 # Save the log message, to keep $0 and so on meaningful, and to
20447 # report actual input values of CONFIG_FILES etc. instead of their
20448 # values after options handling.
20449 ac_log="
20450 This file was extended by Wine $as_me 1.1.38, which was
20451 generated by GNU Autoconf 2.65. Invocation command line was
20453 CONFIG_FILES = $CONFIG_FILES
20454 CONFIG_HEADERS = $CONFIG_HEADERS
20455 CONFIG_LINKS = $CONFIG_LINKS
20456 CONFIG_COMMANDS = $CONFIG_COMMANDS
20457 $ $0 $@
20459 on `(hostname || uname -n) 2>/dev/null | sed 1q`
20462 _ACEOF
20464 case $ac_config_files in *"
20465 "*) set x $ac_config_files; shift; ac_config_files=$*;;
20466 esac
20468 case $ac_config_headers in *"
20469 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
20470 esac
20473 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20474 # Files that config.status was made for.
20475 config_files="$ac_config_files"
20476 config_headers="$ac_config_headers"
20477 config_links="$ac_config_links"
20478 config_commands="$ac_config_commands"
20480 _ACEOF
20482 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20483 ac_cs_usage="\
20484 \`$as_me' instantiates files and other configuration actions
20485 from templates according to the current configuration. Unless the files
20486 and actions are specified as TAGs, all are instantiated by default.
20488 Usage: $0 [OPTION]... [TAG]...
20490 -h, --help print this help, then exit
20491 -V, --version print version number and configuration settings, then exit
20492 --config print configuration, then exit
20493 -q, --quiet, --silent
20494 do not print progress messages
20495 -d, --debug don't remove temporary files
20496 --recheck update $as_me by reconfiguring in the same conditions
20497 --file=FILE[:TEMPLATE]
20498 instantiate the configuration file FILE
20499 --header=FILE[:TEMPLATE]
20500 instantiate the configuration header FILE
20502 Configuration files:
20503 $config_files
20505 Configuration headers:
20506 $config_headers
20508 Configuration links:
20509 $config_links
20511 Configuration commands:
20512 $config_commands
20514 Report bugs to <wine-devel@winehq.org>.
20515 Wine home page: <http://www.winehq.org>."
20517 _ACEOF
20518 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20519 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
20520 ac_cs_version="\\
20521 Wine config.status 1.1.38
20522 configured by $0, generated by GNU Autoconf 2.65,
20523 with options \\"\$ac_cs_config\\"
20525 Copyright (C) 2009 Free Software Foundation, Inc.
20526 This config.status script is free software; the Free Software Foundation
20527 gives unlimited permission to copy, distribute and modify it."
20529 ac_pwd='$ac_pwd'
20530 srcdir='$srcdir'
20531 INSTALL='$INSTALL'
20532 test -n "\$AWK" || AWK=awk
20533 _ACEOF
20535 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20536 # The default lists apply if the user does not specify any file.
20537 ac_need_defaults=:
20538 while test $# != 0
20540 case $1 in
20541 --*=*)
20542 ac_option=`expr "X$1" : 'X\([^=]*\)='`
20543 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
20544 ac_shift=:
20547 ac_option=$1
20548 ac_optarg=$2
20549 ac_shift=shift
20551 esac
20553 case $ac_option in
20554 # Handling of the options.
20555 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
20556 ac_cs_recheck=: ;;
20557 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
20558 $as_echo "$ac_cs_version"; exit ;;
20559 --config | --confi | --conf | --con | --co | --c )
20560 $as_echo "$ac_cs_config"; exit ;;
20561 --debug | --debu | --deb | --de | --d | -d )
20562 debug=: ;;
20563 --file | --fil | --fi | --f )
20564 $ac_shift
20565 case $ac_optarg in
20566 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
20567 esac
20568 as_fn_append CONFIG_FILES " '$ac_optarg'"
20569 ac_need_defaults=false;;
20570 --header | --heade | --head | --hea )
20571 $ac_shift
20572 case $ac_optarg in
20573 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
20574 esac
20575 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
20576 ac_need_defaults=false;;
20577 --he | --h)
20578 # Conflict between --help and --header
20579 as_fn_error "ambiguous option: \`$1'
20580 Try \`$0 --help' for more information.";;
20581 --help | --hel | -h )
20582 $as_echo "$ac_cs_usage"; exit ;;
20583 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
20584 | -silent | --silent | --silen | --sile | --sil | --si | --s)
20585 ac_cs_silent=: ;;
20587 # This is an error.
20588 -*) as_fn_error "unrecognized option: \`$1'
20589 Try \`$0 --help' for more information." ;;
20591 *) as_fn_append ac_config_targets " $1"
20592 ac_need_defaults=false ;;
20594 esac
20595 shift
20596 done
20598 ac_configure_extra_args=
20600 if $ac_cs_silent; then
20601 exec 6>/dev/null
20602 ac_configure_extra_args="$ac_configure_extra_args --silent"
20605 _ACEOF
20606 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20607 if \$ac_cs_recheck; then
20608 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
20609 shift
20610 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
20611 CONFIG_SHELL='$SHELL'
20612 export CONFIG_SHELL
20613 exec "\$@"
20616 _ACEOF
20617 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20618 exec 5>>config.log
20620 echo
20621 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
20622 ## Running $as_me. ##
20623 _ASBOX
20624 $as_echo "$ac_log"
20625 } >&5
20627 _ACEOF
20628 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20629 _ACEOF
20631 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20633 # Handling of arguments.
20634 for ac_config_target in $ac_config_targets
20636 case $ac_config_target in
20637 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
20638 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
20639 "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
20640 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
20641 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
20642 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
20643 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
20644 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
20645 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
20646 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
20647 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
20648 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
20649 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
20650 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
20651 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
20652 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
20653 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
20654 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
20655 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
20656 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
20657 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
20658 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
20659 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
20660 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
20661 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
20662 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
20663 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
20664 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
20665 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
20666 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
20667 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
20668 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
20669 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
20670 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
20671 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
20672 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
20673 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
20674 "dlls/avifil32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/tests/Makefile" ;;
20675 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
20676 "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
20677 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
20678 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
20679 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
20680 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
20681 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
20682 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
20683 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
20684 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
20685 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
20686 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
20687 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
20688 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
20689 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
20690 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
20691 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
20692 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
20693 "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
20694 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
20695 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
20696 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
20697 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
20698 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
20699 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
20700 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
20701 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
20702 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
20703 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
20704 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
20705 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
20706 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
20707 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
20708 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
20709 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
20710 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
20711 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
20712 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
20713 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
20714 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
20715 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
20716 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
20717 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
20718 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
20719 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
20720 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
20721 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
20722 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
20723 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
20724 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
20725 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
20726 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
20727 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
20728 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
20729 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
20730 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
20731 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
20732 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
20733 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
20734 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
20735 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
20736 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
20737 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
20738 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
20739 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
20740 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
20741 "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
20742 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
20743 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
20744 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
20745 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
20746 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
20747 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
20748 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
20749 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
20750 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
20751 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
20752 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
20753 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
20754 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
20755 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
20756 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
20757 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
20758 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
20759 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
20760 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
20761 "dlls/dmloader/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/tests/Makefile" ;;
20762 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
20763 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
20764 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
20765 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
20766 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
20767 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
20768 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
20769 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
20770 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
20771 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
20772 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
20773 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
20774 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
20775 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
20776 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
20777 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
20778 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
20779 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
20780 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
20781 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
20782 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
20783 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
20784 "dlls/dxdiagn/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/tests/Makefile" ;;
20785 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
20786 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
20787 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
20788 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
20789 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
20790 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
20791 "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
20792 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
20793 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
20794 "dlls/fwpuclnt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fwpuclnt/Makefile" ;;
20795 "dlls/gdi.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi.exe16/Makefile" ;;
20796 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
20797 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
20798 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
20799 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
20800 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
20801 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
20802 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
20803 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
20804 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
20805 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
20806 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
20807 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
20808 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
20809 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
20810 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
20811 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
20812 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
20813 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
20814 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
20815 "dlls/imagehlp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/tests/Makefile" ;;
20816 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
20817 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
20818 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
20819 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
20820 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
20821 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
20822 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
20823 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
20824 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
20825 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
20826 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
20827 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
20828 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
20829 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
20830 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
20831 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
20832 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
20833 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
20834 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
20835 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
20836 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
20837 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
20838 "dlls/krnl386.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/krnl386.exe16/Makefile" ;;
20839 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
20840 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
20841 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
20842 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
20843 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
20844 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
20845 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
20846 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
20847 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
20848 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
20849 "dlls/mapistub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapistub/Makefile" ;;
20850 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
20851 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
20852 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
20853 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
20854 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
20855 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
20856 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
20857 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
20858 "dlls/mmdevapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/Makefile" ;;
20859 "dlls/mmdevapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/tests/Makefile" ;;
20860 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
20861 "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
20862 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
20863 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
20864 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
20865 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
20866 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
20867 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
20868 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
20869 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
20870 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
20871 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
20872 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
20873 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
20874 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
20875 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
20876 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
20877 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
20878 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
20879 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
20880 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
20881 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
20882 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
20883 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
20884 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
20885 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
20886 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
20887 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
20888 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
20889 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
20890 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
20891 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
20892 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
20893 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
20894 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
20895 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
20896 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
20897 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
20898 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
20899 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
20900 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
20901 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
20902 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
20903 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
20904 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
20905 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
20906 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
20907 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
20908 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
20909 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
20910 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
20911 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
20912 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
20913 "dlls/msxml4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml4/Makefile" ;;
20914 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
20915 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
20916 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
20917 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
20918 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
20919 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
20920 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
20921 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
20922 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
20923 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
20924 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
20925 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
20926 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
20927 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
20928 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
20929 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
20930 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
20931 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
20932 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
20933 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
20934 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
20935 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
20936 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
20937 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
20938 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
20939 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
20940 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
20941 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
20942 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
20943 "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
20944 "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
20945 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
20946 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
20947 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
20948 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
20949 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
20950 "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
20951 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
20952 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
20953 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
20954 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
20955 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
20956 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
20957 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
20958 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
20959 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
20960 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
20961 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
20962 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
20963 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
20964 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
20965 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
20966 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
20967 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
20968 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
20969 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
20970 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
20971 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
20972 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
20973 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
20974 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
20975 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
20976 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
20977 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
20978 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
20979 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
20980 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
20981 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
20982 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
20983 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
20984 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
20985 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
20986 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
20987 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
20988 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
20989 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
20990 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
20991 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
20992 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
20993 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
20994 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
20995 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
20996 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
20997 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
20998 "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
20999 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
21000 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
21001 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
21002 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
21003 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
21004 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
21005 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
21006 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
21007 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
21008 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
21009 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
21010 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
21011 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
21012 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
21013 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
21014 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
21015 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
21016 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
21017 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
21018 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
21019 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
21020 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
21021 "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
21022 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
21023 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
21024 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
21025 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
21026 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
21027 "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
21028 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
21029 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
21030 "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
21031 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
21032 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
21033 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
21034 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
21035 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
21036 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
21037 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
21038 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
21039 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
21040 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
21041 "dlls/user.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user.exe16/Makefile" ;;
21042 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
21043 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
21044 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
21045 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
21046 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
21047 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
21048 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
21049 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
21050 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
21051 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
21052 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
21053 "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
21054 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
21055 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
21056 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
21057 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
21058 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
21059 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
21060 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
21061 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
21062 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
21063 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
21064 "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
21065 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
21066 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
21067 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
21068 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
21069 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
21070 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
21071 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
21072 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
21073 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
21074 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
21075 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
21076 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
21077 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
21078 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
21079 "dlls/winemapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemapi/Makefile" ;;
21080 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
21081 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
21082 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
21083 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
21084 "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
21085 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
21086 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
21087 "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
21088 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
21089 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
21090 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
21091 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
21092 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
21093 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
21094 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
21095 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
21096 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
21097 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
21098 "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
21099 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
21100 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
21101 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
21102 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
21103 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
21104 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
21105 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
21106 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
21107 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
21108 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
21109 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
21110 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
21111 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
21112 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
21113 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
21114 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
21115 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
21116 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
21117 "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
21118 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
21119 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
21120 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
21121 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
21122 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
21123 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
21124 "dlls/xmllite/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/tests/Makefile" ;;
21125 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
21126 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
21127 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
21128 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
21129 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
21130 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
21131 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
21132 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
21133 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
21134 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
21135 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
21136 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
21137 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
21138 "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
21139 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
21140 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
21141 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
21142 "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
21143 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
21144 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
21145 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
21146 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
21147 "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
21148 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
21149 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
21150 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
21151 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
21152 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
21153 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
21154 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
21155 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
21156 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
21157 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
21158 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
21159 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
21160 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
21161 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
21162 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
21163 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
21164 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
21165 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
21166 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
21167 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
21168 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
21169 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
21170 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
21171 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
21172 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
21173 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
21174 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
21175 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
21176 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
21177 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
21178 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
21179 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
21180 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
21181 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
21182 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
21183 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
21184 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
21185 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
21186 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
21187 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
21188 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
21189 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
21190 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
21191 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
21192 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
21193 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
21194 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
21196 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
21197 esac
21198 done
21201 # If the user did not use the arguments to specify the items to instantiate,
21202 # then the envvar interface is used. Set only those that are not.
21203 # We use the long form for the default assignment because of an extremely
21204 # bizarre bug on SunOS 4.1.3.
21205 if $ac_need_defaults; then
21206 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
21207 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
21208 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
21209 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
21212 # Have a temporary directory for convenience. Make it in the build tree
21213 # simply because there is no reason against having it here, and in addition,
21214 # creating and moving files from /tmp can sometimes cause problems.
21215 # Hook for its removal unless debugging.
21216 # Note that there is a small window in which the directory will not be cleaned:
21217 # after its creation but before its name has been assigned to `$tmp'.
21218 $debug ||
21220 tmp=
21221 trap 'exit_status=$?
21222 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
21224 trap 'as_fn_exit 1' 1 2 13 15
21226 # Create a (secure) tmp directory for tmp files.
21229 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
21230 test -n "$tmp" && test -d "$tmp"
21231 } ||
21233 tmp=./conf$$-$RANDOM
21234 (umask 077 && mkdir "$tmp")
21235 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
21237 # Set up the scripts for CONFIG_FILES section.
21238 # No need to generate them if there are no CONFIG_FILES.
21239 # This happens for instance with `./config.status config.h'.
21240 if test -n "$CONFIG_FILES"; then
21242 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
21243 ac_cs_awk_getline=:
21244 ac_cs_awk_pipe_init=
21245 ac_cs_awk_read_file='
21246 while ((getline aline < (F[key])) > 0)
21247 print(aline)
21248 close(F[key])'
21249 ac_cs_awk_pipe_fini=
21250 else
21251 ac_cs_awk_getline=false
21252 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
21253 ac_cs_awk_read_file='
21254 print "|#_!!_#|"
21255 print "cat " F[key] " &&"
21256 '$ac_cs_awk_pipe_init
21257 # The final `:' finishes the AND list.
21258 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
21260 ac_cr=`echo X | tr X '\015'`
21261 # On cygwin, bash can eat \r inside `` if the user requested igncr.
21262 # But we know of no other shell where ac_cr would be empty at this
21263 # point, so we can use a bashism as a fallback.
21264 if test "x$ac_cr" = x; then
21265 eval ac_cr=\$\'\\r\'
21267 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
21268 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
21269 ac_cs_awk_cr='\r'
21270 else
21271 ac_cs_awk_cr=$ac_cr
21274 echo 'BEGIN {' >"$tmp/subs1.awk" &&
21275 _ACEOF
21277 # Create commands to substitute file output variables.
21279 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
21280 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
21281 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
21282 echo "_ACAWK" &&
21283 echo "_ACEOF"
21284 } >conf$$files.sh &&
21285 . ./conf$$files.sh ||
21286 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
21287 rm -f conf$$files.sh
21290 echo "cat >conf$$subs.awk <<_ACEOF" &&
21291 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
21292 echo "_ACEOF"
21293 } >conf$$subs.sh ||
21294 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
21295 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
21296 ac_delim='%!_!# '
21297 for ac_last_try in false false false false false :; do
21298 . ./conf$$subs.sh ||
21299 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
21301 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
21302 if test $ac_delim_n = $ac_delim_num; then
21303 break
21304 elif $ac_last_try; then
21305 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
21306 else
21307 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
21309 done
21310 rm -f conf$$subs.sh
21312 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21313 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
21314 _ACEOF
21315 sed -n '
21317 s/^/S["/; s/!.*/"]=/
21320 s/^[^!]*!//
21321 :repl
21322 t repl
21323 s/'"$ac_delim"'$//
21324 t delim
21327 s/\(.\{148\}\)..*/\1/
21328 t more1
21329 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
21332 b repl
21333 :more1
21334 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
21337 s/.\{148\}//
21338 t nl
21339 :delim
21341 s/\(.\{148\}\)..*/\1/
21342 t more2
21343 s/["\\]/\\&/g; s/^/"/; s/$/"/
21346 :more2
21347 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
21350 s/.\{148\}//
21351 t delim
21352 ' <conf$$subs.awk | sed '
21353 /^[^""]/{
21355 s/\n//
21357 ' >>$CONFIG_STATUS || ac_write_fail=1
21358 rm -f conf$$subs.awk
21359 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21360 _ACAWK
21361 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
21362 for (key in S) S_is_set[key] = 1
21363 FS = "\a"
21364 \$ac_cs_awk_pipe_init
21367 line = $ 0
21368 nfields = split(line, field, "@")
21369 substed = 0
21370 len = length(field[1])
21371 for (i = 2; i < nfields; i++) {
21372 key = field[i]
21373 keylen = length(key)
21374 if (S_is_set[key]) {
21375 value = S[key]
21376 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
21377 len += length(value) + length(field[++i])
21378 substed = 1
21379 } else
21380 len += 1 + keylen
21382 if (nfields == 3 && !substed) {
21383 key = field[2]
21384 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
21385 \$ac_cs_awk_read_file
21386 next
21389 print line
21391 \$ac_cs_awk_pipe_fini
21392 _ACAWK
21393 _ACEOF
21394 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21395 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
21396 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
21397 else
21399 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
21400 || as_fn_error "could not setup config files machinery" "$LINENO" 5
21401 _ACEOF
21403 # VPATH may cause trouble with some makes, so we remove $(srcdir),
21404 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
21405 # trailing colons and then remove the whole line if VPATH becomes empty
21406 # (actually we leave an empty line to preserve line numbers).
21407 if test "x$srcdir" = x.; then
21408 ac_vpsub='/^[ ]*VPATH[ ]*=/{
21409 s/:*\$(srcdir):*/:/
21410 s/:*\${srcdir}:*/:/
21411 s/:*@srcdir@:*/:/
21412 s/^\([^=]*=[ ]*\):*/\1/
21413 s/:*$//
21414 s/^[^=]*=[ ]*$//
21418 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21419 fi # test -n "$CONFIG_FILES"
21421 # Set up the scripts for CONFIG_HEADERS section.
21422 # No need to generate them if there are no CONFIG_HEADERS.
21423 # This happens for instance with `./config.status Makefile'.
21424 if test -n "$CONFIG_HEADERS"; then
21425 cat >"$tmp/defines.awk" <<\_ACAWK ||
21426 BEGIN {
21427 _ACEOF
21429 # Transform confdefs.h into an awk script `defines.awk', embedded as
21430 # here-document in config.status, that substitutes the proper values into
21431 # config.h.in to produce config.h.
21433 # Create a delimiter string that does not exist in confdefs.h, to ease
21434 # handling of long lines.
21435 ac_delim='%!_!# '
21436 for ac_last_try in false false :; do
21437 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
21438 if test -z "$ac_t"; then
21439 break
21440 elif $ac_last_try; then
21441 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
21442 else
21443 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
21445 done
21447 # For the awk script, D is an array of macro values keyed by name,
21448 # likewise P contains macro parameters if any. Preserve backslash
21449 # newline sequences.
21451 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
21452 sed -n '
21453 s/.\{148\}/&'"$ac_delim"'/g
21454 t rset
21455 :rset
21456 s/^[ ]*#[ ]*define[ ][ ]*/ /
21457 t def
21459 :def
21460 s/\\$//
21461 t bsnl
21462 s/["\\]/\\&/g
21463 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
21464 D["\1"]=" \3"/p
21465 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
21467 :bsnl
21468 s/["\\]/\\&/g
21469 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
21470 D["\1"]=" \3\\\\\\n"\\/p
21471 t cont
21472 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
21473 t cont
21475 :cont
21477 s/.\{148\}/&'"$ac_delim"'/g
21478 t clear
21479 :clear
21480 s/\\$//
21481 t bsnlc
21482 s/["\\]/\\&/g; s/^/"/; s/$/"/p
21484 :bsnlc
21485 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
21486 b cont
21487 ' <confdefs.h | sed '
21488 s/'"$ac_delim"'/"\\\
21489 "/g' >>$CONFIG_STATUS || ac_write_fail=1
21491 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21492 for (key in D) D_is_set[key] = 1
21493 FS = "\a"
21495 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
21496 line = \$ 0
21497 split(line, arg, " ")
21498 if (arg[1] == "#") {
21499 defundef = arg[2]
21500 mac1 = arg[3]
21501 } else {
21502 defundef = substr(arg[1], 2)
21503 mac1 = arg[2]
21505 split(mac1, mac2, "(") #)
21506 macro = mac2[1]
21507 prefix = substr(line, 1, index(line, defundef) - 1)
21508 if (D_is_set[macro]) {
21509 # Preserve the white space surrounding the "#".
21510 print prefix "define", macro P[macro] D[macro]
21511 next
21512 } else {
21513 # Replace #undef with comments. This is necessary, for example,
21514 # in the case of _POSIX_SOURCE, which is predefined and required
21515 # on some systems where configure will not decide to define it.
21516 if (defundef == "undef") {
21517 print "/*", prefix defundef, macro, "*/"
21518 next
21522 { print }
21523 _ACAWK
21524 _ACEOF
21525 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21526 as_fn_error "could not setup config headers machinery" "$LINENO" 5
21527 fi # test -n "$CONFIG_HEADERS"
21530 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
21531 shift
21532 for ac_tag
21534 case $ac_tag in
21535 :[FHLC]) ac_mode=$ac_tag; continue;;
21536 esac
21537 case $ac_mode$ac_tag in
21538 :[FHL]*:*);;
21539 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
21540 :[FH]-) ac_tag=-:-;;
21541 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
21542 esac
21543 ac_save_IFS=$IFS
21544 IFS=:
21545 set x $ac_tag
21546 IFS=$ac_save_IFS
21547 shift
21548 ac_file=$1
21549 shift
21551 case $ac_mode in
21552 :L) ac_source=$1;;
21553 :[FH])
21554 ac_file_inputs=
21555 for ac_f
21557 case $ac_f in
21558 -) ac_f="$tmp/stdin";;
21559 *) # Look for the file first in the build tree, then in the source tree
21560 # (if the path is not absolute). The absolute path cannot be DOS-style,
21561 # because $ac_f cannot contain `:'.
21562 test -f "$ac_f" ||
21563 case $ac_f in
21564 [\\/$]*) false;;
21565 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
21566 esac ||
21567 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
21568 esac
21569 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
21570 as_fn_append ac_file_inputs " '$ac_f'"
21571 done
21573 # Let's still pretend it is `configure' which instantiates (i.e., don't
21574 # use $as_me), people would be surprised to read:
21575 # /* config.h. Generated by config.status. */
21576 configure_input='Generated from '`
21577 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
21578 `' by configure.'
21579 if test x"$ac_file" != x-; then
21580 configure_input="$ac_file. $configure_input"
21581 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
21582 $as_echo "$as_me: creating $ac_file" >&6;}
21584 # Neutralize special characters interpreted by sed in replacement strings.
21585 case $configure_input in #(
21586 *\&* | *\|* | *\\* )
21587 ac_sed_conf_input=`$as_echo "$configure_input" |
21588 sed 's/[\\\\&|]/\\\\&/g'`;; #(
21589 *) ac_sed_conf_input=$configure_input;;
21590 esac
21592 case $ac_tag in
21593 *:-:* | *:-) cat >"$tmp/stdin" \
21594 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
21595 esac
21597 esac
21599 ac_dir=`$as_dirname -- "$ac_file" ||
21600 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
21601 X"$ac_file" : 'X\(//\)[^/]' \| \
21602 X"$ac_file" : 'X\(//\)$' \| \
21603 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
21604 $as_echo X"$ac_file" |
21605 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
21606 s//\1/
21609 /^X\(\/\/\)[^/].*/{
21610 s//\1/
21613 /^X\(\/\/\)$/{
21614 s//\1/
21617 /^X\(\/\).*/{
21618 s//\1/
21621 s/.*/./; q'`
21622 as_dir="$ac_dir"; as_fn_mkdir_p
21623 ac_builddir=.
21625 case "$ac_dir" in
21626 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
21628 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
21629 # A ".." for each directory in $ac_dir_suffix.
21630 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
21631 case $ac_top_builddir_sub in
21632 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
21633 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
21634 esac ;;
21635 esac
21636 ac_abs_top_builddir=$ac_pwd
21637 ac_abs_builddir=$ac_pwd$ac_dir_suffix
21638 # for backward compatibility:
21639 ac_top_builddir=$ac_top_build_prefix
21641 case $srcdir in
21642 .) # We are building in place.
21643 ac_srcdir=.
21644 ac_top_srcdir=$ac_top_builddir_sub
21645 ac_abs_top_srcdir=$ac_pwd ;;
21646 [\\/]* | ?:[\\/]* ) # Absolute name.
21647 ac_srcdir=$srcdir$ac_dir_suffix;
21648 ac_top_srcdir=$srcdir
21649 ac_abs_top_srcdir=$srcdir ;;
21650 *) # Relative name.
21651 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
21652 ac_top_srcdir=$ac_top_build_prefix$srcdir
21653 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
21654 esac
21655 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
21658 case $ac_mode in
21661 # CONFIG_FILE
21664 case $INSTALL in
21665 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
21666 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
21667 esac
21668 _ACEOF
21670 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21671 # If the template does not know about datarootdir, expand it.
21672 # FIXME: This hack should be removed a few years after 2.60.
21673 ac_datarootdir_hack=; ac_datarootdir_seen=
21674 ac_sed_dataroot='
21675 /datarootdir/ {
21679 /@datadir@/p
21680 /@docdir@/p
21681 /@infodir@/p
21682 /@localedir@/p
21683 /@mandir@/p'
21684 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
21685 *datarootdir*) ac_datarootdir_seen=yes;;
21686 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
21687 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
21688 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
21689 _ACEOF
21690 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21691 ac_datarootdir_hack='
21692 s&@datadir@&$datadir&g
21693 s&@docdir@&$docdir&g
21694 s&@infodir@&$infodir&g
21695 s&@localedir@&$localedir&g
21696 s&@mandir@&$mandir&g
21697 s&\\\${datarootdir}&$datarootdir&g' ;;
21698 esac
21699 _ACEOF
21701 # Neutralize VPATH when `$srcdir' = `.'.
21702 # Shell code in configure.ac might set extrasub.
21703 # FIXME: do we really want to maintain this feature?
21704 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21705 ac_sed_extra="$ac_vpsub
21706 $extrasub
21707 _ACEOF
21708 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21710 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
21711 s|@configure_input@|$ac_sed_conf_input|;t t
21712 s&@top_builddir@&$ac_top_builddir_sub&;t t
21713 s&@top_build_prefix@&$ac_top_build_prefix&;t t
21714 s&@srcdir@&$ac_srcdir&;t t
21715 s&@abs_srcdir@&$ac_abs_srcdir&;t t
21716 s&@top_srcdir@&$ac_top_srcdir&;t t
21717 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
21718 s&@builddir@&$ac_builddir&;t t
21719 s&@abs_builddir@&$ac_abs_builddir&;t t
21720 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
21721 s&@INSTALL@&$ac_INSTALL&;t t
21722 $ac_datarootdir_hack
21724 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
21725 if $ac_cs_awk_getline; then
21726 $AWK -f "$tmp/subs.awk"
21727 else
21728 $AWK -f "$tmp/subs.awk" | $SHELL
21729 fi >$tmp/out \
21730 || as_fn_error "could not create $ac_file" "$LINENO" 5
21732 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
21733 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
21734 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
21735 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
21736 which seems to be undefined. Please make sure it is defined." >&5
21737 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
21738 which seems to be undefined. Please make sure it is defined." >&2;}
21740 rm -f "$tmp/stdin"
21741 case $ac_file in
21742 -) cat "$tmp/out" && rm -f "$tmp/out";;
21743 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
21744 esac \
21745 || as_fn_error "could not create $ac_file" "$LINENO" 5
21749 # CONFIG_HEADER
21751 if test x"$ac_file" != x-; then
21753 $as_echo "/* $configure_input */" \
21754 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
21755 } >"$tmp/config.h" \
21756 || as_fn_error "could not create $ac_file" "$LINENO" 5
21757 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
21758 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
21759 $as_echo "$as_me: $ac_file is unchanged" >&6;}
21760 else
21761 rm -f "$ac_file"
21762 mv "$tmp/config.h" "$ac_file" \
21763 || as_fn_error "could not create $ac_file" "$LINENO" 5
21765 else
21766 $as_echo "/* $configure_input */" \
21767 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
21768 || as_fn_error "could not create -" "$LINENO" 5
21773 # CONFIG_LINK
21776 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
21778 else
21779 # Prefer the file from the source tree if names are identical.
21780 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
21781 ac_source=$srcdir/$ac_source
21784 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
21785 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
21787 if test ! -r "$ac_source"; then
21788 as_fn_error "$ac_source: file not found" "$LINENO" 5
21790 rm -f "$ac_file"
21792 # Try a relative symlink, then a hard link, then a copy.
21793 case $srcdir in
21794 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
21795 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
21796 esac
21797 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
21798 ln "$ac_source" "$ac_file" 2>/dev/null ||
21799 cp -p "$ac_source" "$ac_file" ||
21800 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
21803 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
21804 $as_echo "$as_me: executing $ac_file commands" >&6;}
21806 esac
21809 case $ac_file$ac_mode in
21810 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
21811 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
21812 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
21813 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
21814 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
21815 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
21816 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
21817 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
21818 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
21819 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
21820 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
21821 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
21822 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
21824 esac
21825 done # for ac_tag
21828 as_fn_exit 0
21829 _ACEOF
21830 ac_clean_files=$ac_clean_files_save
21832 test $ac_write_fail = 0 ||
21833 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
21836 # configure is writing to config.log, and then calls config.status.
21837 # config.status does its own redirection, appending to config.log.
21838 # Unfortunately, on DOS this fails, as config.log is still kept open
21839 # by configure, so config.status won't be able to write to it; its
21840 # output is simply discarded. So we exec the FD to /dev/null,
21841 # effectively closing config.log, so it can be properly (re)opened and
21842 # appended to by config.status. When coming back to configure, we
21843 # need to make the FD available again.
21844 if test "$no_create" != yes; then
21845 ac_cs_success=:
21846 ac_config_status_args=
21847 test "$silent" = yes &&
21848 ac_config_status_args="$ac_config_status_args --quiet"
21849 exec 5>/dev/null
21850 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
21851 exec 5>>config.log
21852 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
21853 # would make configure fail if this is the last instruction.
21854 $ac_cs_success || as_fn_exit $?
21856 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
21857 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
21858 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
21862 if test "$no_create" = "yes"
21863 then
21864 exit 0
21867 ac_save_IFS="$IFS"
21868 if test "x$wine_notices != "x; then
21869 echo >&6
21870 IFS="|"
21871 for msg in $wine_notices; do
21872 IFS="$ac_save_IFS"
21873 if test -n "$msg"; then
21874 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
21875 $as_echo "$as_me: $msg" >&6;}
21877 done
21879 IFS="|"
21880 for msg in $wine_warnings; do
21881 IFS="$ac_save_IFS"
21882 if test -n "$msg"; then
21883 echo >&2
21884 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
21885 $as_echo "$as_me: WARNING: $msg" >&2;}
21887 done
21888 IFS="$ac_save_IFS"
21890 echo "
21891 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
21892 " >&6