makefiles: Generate the config.status dependency as part of the makefile dependencies.
[wine/wine-gecko.git] / configure
blob0e68b55b7f0ca297b2b7fdb59988677d728e6ef5
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for Wine 1.1.37.
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.37'
556 PACKAGE_STRING='Wine 1.1.37'
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_WINETEST_DEPENDS
600 ALL_PROGRAM_BIN_INSTALL_DIRS
601 ALL_PROGRAM_INSTALL_DIRS
602 ALL_PROGRAM_DIRS
603 ALL_TEST_DIRS
604 ALL_IMPORTLIB_RULES
605 ALL_IMPORT_LIBS
606 ALL_STATIC_LIBS
607 ALL_IMPLIB_DIRS
608 ALL_DLL_DIRS
609 ALL_TOP_DIRS
610 ALL_MAKEFILE_DEPENDS
611 ALL_MAKEFILES
612 ALL_MAKERULES
613 DEPENDENCIES
614 LDAPLIBS
615 LIBPOLL
616 LIBDL
617 EXTRA_BINARIES
618 MAIN_BINARY
619 SOCKETLIBS
620 CRTLIBS
621 TOOLSEXT
622 LDPATH
623 BUILTINFLAG
624 EXTRACFLAGS
625 LIBKSTAT
626 LIBMPG123
627 PNGINCL
628 FONTCONFIGINCL
629 CUPSINCL
630 AUDIOIOLIBS
631 ALSALIBS
632 ESDLIBS
633 ESDINCL
634 ESDCONFIG
635 ZLIB
636 FREETYPEINCL
637 FREETYPELIBS
638 ft_devel
639 LCMSLIBS
640 RESOLVLIBS
641 GPHOTO2INCL
642 GPHOTO2LIBS
643 gphoto2port_devel
644 gphoto2_devel
645 SANEINCL
646 sane_devel
647 GNUTLSINCL
648 HALINCL
649 XSLTINCL
650 XML2INCL
651 XML2LIBS
652 NASLIBS
653 X_EXTRA_LIBS
654 X_LIBS
655 X_PRE_LIBS
656 X_CFLAGS
657 XMKMF
658 LIBPTHREAD
659 CROSSTARGET
660 CROSSTEST
661 CROSSCC
662 CARBONLIB
663 LIBOPENAL
664 COREAUDIO
665 DISKARBITRATIONLIB
666 LDEXECFLAGS
667 IOKITLIB
668 COREFOUNDATIONLIB
669 SECURITYLIB
670 DLLWRAP
671 DLLTOOL
673 LDRPATH_LOCAL
674 LDRPATH_INSTALL
675 IMPLIBEXT
676 LIBEXT
677 LDDLLFLAGS
678 LDSHARED
679 DLLFLAGS
680 DLLEXT
682 OPENGL_LIBS
683 XLIB
684 PRELINK
685 ICOTOOL
686 RSVG
687 PKG_CONFIG
688 FONTFORGE
689 LINTFLAGS
690 LINT
691 INSTALL_DATA
692 INSTALL_SCRIPT
693 INSTALL_PROGRAM
694 LDCONFIG
695 EGREP
696 GREP
697 LN_S
698 STRIP
699 RANLIB
700 ARFLAGS
701 ac_ct_AR
703 BISON
704 FLEX
705 TOOLSDIR
706 WOW64_DISABLE
707 TARGETFLAGS
708 CPPBIN
709 ac_ct_CXX
710 CXXFLAGS
712 OBJEXT
713 EXEEXT
714 ac_ct_CC
715 CPPFLAGS
716 LDFLAGS
717 CFLAGS
719 SET_MAKE
720 host_os
721 host_vendor
722 host_cpu
723 host
724 build_os
725 build_vendor
726 build_cpu
727 build
728 MAINTAINER_MODE
729 target_alias
730 host_alias
731 build_alias
732 LIBS
733 ECHO_T
734 ECHO_N
735 ECHO_C
736 DEFS
737 mandir
738 localedir
739 libdir
740 psdir
741 pdfdir
742 dvidir
743 htmldir
744 infodir
745 docdir
746 oldincludedir
747 includedir
748 localstatedir
749 sharedstatedir
750 sysconfdir
751 datadir
752 datarootdir
753 libexecdir
754 sbindir
755 bindir
756 program_transform_name
757 prefix
758 exec_prefix
759 PACKAGE_URL
760 PACKAGE_BUGREPORT
761 PACKAGE_STRING
762 PACKAGE_VERSION
763 PACKAGE_TARNAME
764 PACKAGE_NAME
765 PATH_SEPARATOR
766 SHELL'
767 ac_subst_files='MAKE_RULES
768 MAKE_DLL_RULES
769 MAKE_IMPLIB_RULES
770 MAKE_TEST_RULES
771 MAKE_PROG_RULES'
772 ac_user_opts='
773 enable_option_checking
774 enable_win16
775 enable_win64
776 enable_tests
777 enable_maintainer_mode
778 with_alsa
779 with_audioio
780 with_capi
781 with_cms
782 with_coreaudio
783 with_cups
784 with_curses
785 with_esd
786 with_fontconfig
787 with_freetype
788 with_gphoto
789 with_glu
790 with_gnutls
791 with_gsm
792 with_hal
793 with_jack
794 with_jpeg
795 with_ldap
796 with_mpg123
797 with_nas
798 with_openal
799 with_opengl
800 with_openssl
801 with_oss
802 with_png
803 with_pthread
804 with_sane
805 with_v4l
806 with_xcomposite
807 with_xcursor
808 with_xinerama
809 with_xinput
810 with_xml
811 with_xrandr
812 with_xrender
813 with_xshape
814 with_xshm
815 with_xslt
816 with_xxf86vm
817 with_wine_tools
818 with_wine64
819 enable_largefile
820 with_x
822 ac_precious_vars='build_alias
823 host_alias
824 target_alias
826 CFLAGS
827 LDFLAGS
828 LIBS
829 CPPFLAGS
831 CXXFLAGS
834 XMKMF'
837 # Initialize some variables set by options.
838 ac_init_help=
839 ac_init_version=false
840 ac_unrecognized_opts=
841 ac_unrecognized_sep=
842 # The variables have the same names as the options, with
843 # dashes changed to underlines.
844 cache_file=/dev/null
845 exec_prefix=NONE
846 no_create=
847 no_recursion=
848 prefix=NONE
849 program_prefix=NONE
850 program_suffix=NONE
851 program_transform_name=s,x,x,
852 silent=
853 site=
854 srcdir=
855 verbose=
856 x_includes=NONE
857 x_libraries=NONE
859 # Installation directory options.
860 # These are left unexpanded so users can "make install exec_prefix=/foo"
861 # and all the variables that are supposed to be based on exec_prefix
862 # by default will actually change.
863 # Use braces instead of parens because sh, perl, etc. also accept them.
864 # (The list follows the same order as the GNU Coding Standards.)
865 bindir='${exec_prefix}/bin'
866 sbindir='${exec_prefix}/sbin'
867 libexecdir='${exec_prefix}/libexec'
868 datarootdir='${prefix}/share'
869 datadir='${datarootdir}'
870 sysconfdir='${prefix}/etc'
871 sharedstatedir='${prefix}/com'
872 localstatedir='${prefix}/var'
873 includedir='${prefix}/include'
874 oldincludedir='/usr/include'
875 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
876 infodir='${datarootdir}/info'
877 htmldir='${docdir}'
878 dvidir='${docdir}'
879 pdfdir='${docdir}'
880 psdir='${docdir}'
881 libdir='${exec_prefix}/lib'
882 localedir='${datarootdir}/locale'
883 mandir='${datarootdir}/man'
885 ac_prev=
886 ac_dashdash=
887 for ac_option
889 # If the previous option needs an argument, assign it.
890 if test -n "$ac_prev"; then
891 eval $ac_prev=\$ac_option
892 ac_prev=
893 continue
896 case $ac_option in
897 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
898 *) ac_optarg=yes ;;
899 esac
901 # Accept the important Cygnus configure options, so we can diagnose typos.
903 case $ac_dashdash$ac_option in
905 ac_dashdash=yes ;;
907 -bindir | --bindir | --bindi | --bind | --bin | --bi)
908 ac_prev=bindir ;;
909 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
910 bindir=$ac_optarg ;;
912 -build | --build | --buil | --bui | --bu)
913 ac_prev=build_alias ;;
914 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
915 build_alias=$ac_optarg ;;
917 -cache-file | --cache-file | --cache-fil | --cache-fi \
918 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
919 ac_prev=cache_file ;;
920 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
921 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
922 cache_file=$ac_optarg ;;
924 --config-cache | -C)
925 cache_file=config.cache ;;
927 -datadir | --datadir | --datadi | --datad)
928 ac_prev=datadir ;;
929 -datadir=* | --datadir=* | --datadi=* | --datad=*)
930 datadir=$ac_optarg ;;
932 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
933 | --dataroo | --dataro | --datar)
934 ac_prev=datarootdir ;;
935 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
936 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
937 datarootdir=$ac_optarg ;;
939 -disable-* | --disable-*)
940 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
941 # Reject names that are not valid shell variable names.
942 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
943 as_fn_error "invalid feature name: $ac_useropt"
944 ac_useropt_orig=$ac_useropt
945 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
946 case $ac_user_opts in
948 "enable_$ac_useropt"
949 "*) ;;
950 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
951 ac_unrecognized_sep=', ';;
952 esac
953 eval enable_$ac_useropt=no ;;
955 -docdir | --docdir | --docdi | --doc | --do)
956 ac_prev=docdir ;;
957 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
958 docdir=$ac_optarg ;;
960 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
961 ac_prev=dvidir ;;
962 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
963 dvidir=$ac_optarg ;;
965 -enable-* | --enable-*)
966 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
967 # Reject names that are not valid shell variable names.
968 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
969 as_fn_error "invalid feature name: $ac_useropt"
970 ac_useropt_orig=$ac_useropt
971 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
972 case $ac_user_opts in
974 "enable_$ac_useropt"
975 "*) ;;
976 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
977 ac_unrecognized_sep=', ';;
978 esac
979 eval enable_$ac_useropt=\$ac_optarg ;;
981 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
982 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
983 | --exec | --exe | --ex)
984 ac_prev=exec_prefix ;;
985 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
986 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
987 | --exec=* | --exe=* | --ex=*)
988 exec_prefix=$ac_optarg ;;
990 -gas | --gas | --ga | --g)
991 # Obsolete; use --with-gas.
992 with_gas=yes ;;
994 -help | --help | --hel | --he | -h)
995 ac_init_help=long ;;
996 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
997 ac_init_help=recursive ;;
998 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
999 ac_init_help=short ;;
1001 -host | --host | --hos | --ho)
1002 ac_prev=host_alias ;;
1003 -host=* | --host=* | --hos=* | --ho=*)
1004 host_alias=$ac_optarg ;;
1006 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1007 ac_prev=htmldir ;;
1008 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1009 | --ht=*)
1010 htmldir=$ac_optarg ;;
1012 -includedir | --includedir | --includedi | --included | --include \
1013 | --includ | --inclu | --incl | --inc)
1014 ac_prev=includedir ;;
1015 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1016 | --includ=* | --inclu=* | --incl=* | --inc=*)
1017 includedir=$ac_optarg ;;
1019 -infodir | --infodir | --infodi | --infod | --info | --inf)
1020 ac_prev=infodir ;;
1021 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1022 infodir=$ac_optarg ;;
1024 -libdir | --libdir | --libdi | --libd)
1025 ac_prev=libdir ;;
1026 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1027 libdir=$ac_optarg ;;
1029 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1030 | --libexe | --libex | --libe)
1031 ac_prev=libexecdir ;;
1032 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1033 | --libexe=* | --libex=* | --libe=*)
1034 libexecdir=$ac_optarg ;;
1036 -localedir | --localedir | --localedi | --localed | --locale)
1037 ac_prev=localedir ;;
1038 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1039 localedir=$ac_optarg ;;
1041 -localstatedir | --localstatedir | --localstatedi | --localstated \
1042 | --localstate | --localstat | --localsta | --localst | --locals)
1043 ac_prev=localstatedir ;;
1044 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1045 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1046 localstatedir=$ac_optarg ;;
1048 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1049 ac_prev=mandir ;;
1050 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1051 mandir=$ac_optarg ;;
1053 -nfp | --nfp | --nf)
1054 # Obsolete; use --without-fp.
1055 with_fp=no ;;
1057 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1058 | --no-cr | --no-c | -n)
1059 no_create=yes ;;
1061 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1062 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1063 no_recursion=yes ;;
1065 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1066 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1067 | --oldin | --oldi | --old | --ol | --o)
1068 ac_prev=oldincludedir ;;
1069 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1070 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1071 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1072 oldincludedir=$ac_optarg ;;
1074 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1075 ac_prev=prefix ;;
1076 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1077 prefix=$ac_optarg ;;
1079 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1080 | --program-pre | --program-pr | --program-p)
1081 ac_prev=program_prefix ;;
1082 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1083 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1084 program_prefix=$ac_optarg ;;
1086 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1087 | --program-suf | --program-su | --program-s)
1088 ac_prev=program_suffix ;;
1089 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1090 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1091 program_suffix=$ac_optarg ;;
1093 -program-transform-name | --program-transform-name \
1094 | --program-transform-nam | --program-transform-na \
1095 | --program-transform-n | --program-transform- \
1096 | --program-transform | --program-transfor \
1097 | --program-transfo | --program-transf \
1098 | --program-trans | --program-tran \
1099 | --progr-tra | --program-tr | --program-t)
1100 ac_prev=program_transform_name ;;
1101 -program-transform-name=* | --program-transform-name=* \
1102 | --program-transform-nam=* | --program-transform-na=* \
1103 | --program-transform-n=* | --program-transform-=* \
1104 | --program-transform=* | --program-transfor=* \
1105 | --program-transfo=* | --program-transf=* \
1106 | --program-trans=* | --program-tran=* \
1107 | --progr-tra=* | --program-tr=* | --program-t=*)
1108 program_transform_name=$ac_optarg ;;
1110 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1111 ac_prev=pdfdir ;;
1112 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1113 pdfdir=$ac_optarg ;;
1115 -psdir | --psdir | --psdi | --psd | --ps)
1116 ac_prev=psdir ;;
1117 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1118 psdir=$ac_optarg ;;
1120 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1121 | -silent | --silent | --silen | --sile | --sil)
1122 silent=yes ;;
1124 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1125 ac_prev=sbindir ;;
1126 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1127 | --sbi=* | --sb=*)
1128 sbindir=$ac_optarg ;;
1130 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1131 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1132 | --sharedst | --shareds | --shared | --share | --shar \
1133 | --sha | --sh)
1134 ac_prev=sharedstatedir ;;
1135 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1136 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1137 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1138 | --sha=* | --sh=*)
1139 sharedstatedir=$ac_optarg ;;
1141 -site | --site | --sit)
1142 ac_prev=site ;;
1143 -site=* | --site=* | --sit=*)
1144 site=$ac_optarg ;;
1146 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1147 ac_prev=srcdir ;;
1148 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1149 srcdir=$ac_optarg ;;
1151 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1152 | --syscon | --sysco | --sysc | --sys | --sy)
1153 ac_prev=sysconfdir ;;
1154 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1155 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1156 sysconfdir=$ac_optarg ;;
1158 -target | --target | --targe | --targ | --tar | --ta | --t)
1159 ac_prev=target_alias ;;
1160 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1161 target_alias=$ac_optarg ;;
1163 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1164 verbose=yes ;;
1166 -version | --version | --versio | --versi | --vers | -V)
1167 ac_init_version=: ;;
1169 -with-* | --with-*)
1170 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1171 # Reject names that are not valid shell variable names.
1172 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1173 as_fn_error "invalid package name: $ac_useropt"
1174 ac_useropt_orig=$ac_useropt
1175 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1176 case $ac_user_opts in
1178 "with_$ac_useropt"
1179 "*) ;;
1180 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1181 ac_unrecognized_sep=', ';;
1182 esac
1183 eval with_$ac_useropt=\$ac_optarg ;;
1185 -without-* | --without-*)
1186 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1187 # Reject names that are not valid shell variable names.
1188 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1189 as_fn_error "invalid package name: $ac_useropt"
1190 ac_useropt_orig=$ac_useropt
1191 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1192 case $ac_user_opts in
1194 "with_$ac_useropt"
1195 "*) ;;
1196 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1197 ac_unrecognized_sep=', ';;
1198 esac
1199 eval with_$ac_useropt=no ;;
1201 --x)
1202 # Obsolete; use --with-x.
1203 with_x=yes ;;
1205 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1206 | --x-incl | --x-inc | --x-in | --x-i)
1207 ac_prev=x_includes ;;
1208 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1209 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1210 x_includes=$ac_optarg ;;
1212 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1213 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1214 ac_prev=x_libraries ;;
1215 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1216 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1217 x_libraries=$ac_optarg ;;
1219 -*) as_fn_error "unrecognized option: \`$ac_option'
1220 Try \`$0 --help' for more information."
1223 *=*)
1224 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1225 # Reject names that are not valid shell variable names.
1226 case $ac_envvar in #(
1227 '' | [0-9]* | *[!_$as_cr_alnum]* )
1228 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1229 esac
1230 eval $ac_envvar=\$ac_optarg
1231 export $ac_envvar ;;
1234 # FIXME: should be removed in autoconf 3.0.
1235 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1236 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1237 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1238 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1241 esac
1242 done
1244 if test -n "$ac_prev"; then
1245 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1246 as_fn_error "missing argument to $ac_option"
1249 if test -n "$ac_unrecognized_opts"; then
1250 case $enable_option_checking in
1251 no) ;;
1252 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1253 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1254 esac
1257 # Check all directory arguments for consistency.
1258 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1259 datadir sysconfdir sharedstatedir localstatedir includedir \
1260 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1261 libdir localedir mandir
1263 eval ac_val=\$$ac_var
1264 # Remove trailing slashes.
1265 case $ac_val in
1266 */ )
1267 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1268 eval $ac_var=\$ac_val;;
1269 esac
1270 # Be sure to have absolute directory names.
1271 case $ac_val in
1272 [\\/$]* | ?:[\\/]* ) continue;;
1273 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1274 esac
1275 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1276 done
1278 # There might be people who depend on the old broken behavior: `$host'
1279 # used to hold the argument of --host etc.
1280 # FIXME: To remove some day.
1281 build=$build_alias
1282 host=$host_alias
1283 target=$target_alias
1285 # FIXME: To remove some day.
1286 if test "x$host_alias" != x; then
1287 if test "x$build_alias" = x; then
1288 cross_compiling=maybe
1289 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1290 If a cross compiler is detected then cross compile mode will be used." >&2
1291 elif test "x$build_alias" != "x$host_alias"; then
1292 cross_compiling=yes
1296 ac_tool_prefix=
1297 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1299 test "$silent" = yes && exec 6>/dev/null
1302 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1303 ac_ls_di=`ls -di .` &&
1304 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1305 as_fn_error "working directory cannot be determined"
1306 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1307 as_fn_error "pwd does not report name of working directory"
1310 # Find the source files, if location was not specified.
1311 if test -z "$srcdir"; then
1312 ac_srcdir_defaulted=yes
1313 # Try the directory containing this script, then the parent directory.
1314 ac_confdir=`$as_dirname -- "$as_myself" ||
1315 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1316 X"$as_myself" : 'X\(//\)[^/]' \| \
1317 X"$as_myself" : 'X\(//\)$' \| \
1318 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1319 $as_echo X"$as_myself" |
1320 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1321 s//\1/
1324 /^X\(\/\/\)[^/].*/{
1325 s//\1/
1328 /^X\(\/\/\)$/{
1329 s//\1/
1332 /^X\(\/\).*/{
1333 s//\1/
1336 s/.*/./; q'`
1337 srcdir=$ac_confdir
1338 if test ! -r "$srcdir/$ac_unique_file"; then
1339 srcdir=..
1341 else
1342 ac_srcdir_defaulted=no
1344 if test ! -r "$srcdir/$ac_unique_file"; then
1345 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1346 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1348 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1349 ac_abs_confdir=`(
1350 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1351 pwd)`
1352 # When building in place, set srcdir=.
1353 if test "$ac_abs_confdir" = "$ac_pwd"; then
1354 srcdir=.
1356 # Remove unnecessary trailing slashes from srcdir.
1357 # Double slashes in file names in object file debugging info
1358 # mess up M-x gdb in Emacs.
1359 case $srcdir in
1360 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1361 esac
1362 for ac_var in $ac_precious_vars; do
1363 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1364 eval ac_env_${ac_var}_value=\$${ac_var}
1365 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1366 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1367 done
1370 # Report the --help message.
1372 if test "$ac_init_help" = "long"; then
1373 # Omit some internal or obsolete options to make the list less imposing.
1374 # This message is too long to be a string in the A/UX 3.1 sh.
1375 cat <<_ACEOF
1376 \`configure' configures Wine 1.1.37 to adapt to many kinds of systems.
1378 Usage: $0 [OPTION]... [VAR=VALUE]...
1380 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1381 VAR=VALUE. See below for descriptions of some of the useful variables.
1383 Defaults for the options are specified in brackets.
1385 Configuration:
1386 -h, --help display this help and exit
1387 --help=short display options specific to this package
1388 --help=recursive display the short help of all the included packages
1389 -V, --version display version information and exit
1390 -q, --quiet, --silent do not print \`checking...' messages
1391 --cache-file=FILE cache test results in FILE [disabled]
1392 -C, --config-cache alias for \`--cache-file=config.cache'
1393 -n, --no-create do not create output files
1394 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1396 Installation directories:
1397 --prefix=PREFIX install architecture-independent files in PREFIX
1398 [$ac_default_prefix]
1399 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1400 [PREFIX]
1402 By default, \`make install' will install all the files in
1403 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1404 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1405 for instance \`--prefix=\$HOME'.
1407 For better control, use the options below.
1409 Fine tuning of the installation directories:
1410 --bindir=DIR user executables [EPREFIX/bin]
1411 --sbindir=DIR system admin executables [EPREFIX/sbin]
1412 --libexecdir=DIR program executables [EPREFIX/libexec]
1413 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1414 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1415 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1416 --libdir=DIR object code libraries [EPREFIX/lib]
1417 --includedir=DIR C header files [PREFIX/include]
1418 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1419 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1420 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1421 --infodir=DIR info documentation [DATAROOTDIR/info]
1422 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1423 --mandir=DIR man documentation [DATAROOTDIR/man]
1424 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1425 --htmldir=DIR html documentation [DOCDIR]
1426 --dvidir=DIR dvi documentation [DOCDIR]
1427 --pdfdir=DIR pdf documentation [DOCDIR]
1428 --psdir=DIR ps documentation [DOCDIR]
1429 _ACEOF
1431 cat <<\_ACEOF
1433 X features:
1434 --x-includes=DIR X include files are in DIR
1435 --x-libraries=DIR X library files are in DIR
1437 System types:
1438 --build=BUILD configure for building on BUILD [guessed]
1439 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1440 _ACEOF
1443 if test -n "$ac_init_help"; then
1444 case $ac_init_help in
1445 short | recursive ) echo "Configuration of Wine 1.1.37:";;
1446 esac
1447 cat <<\_ACEOF
1449 Optional Features:
1450 --disable-option-checking ignore unrecognized --enable/--with options
1451 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1452 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1453 --disable-win16 do not include Win16 support
1454 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1455 binaries)
1456 --disable-tests do not build the regression tests
1457 --enable-maintainer-mode
1458 enable maintainer-specific build rules
1459 --disable-largefile omit support for large files
1461 Optional Packages:
1462 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1463 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1464 --without-alsa do not use the Alsa sound support
1465 --without-audioio do not use the AudioIO sound support
1466 --without-capi do not use CAPI (ISDN support)
1467 --without-cms do not use CMS (color management support)
1468 --without-coreaudio do not use the CoreAudio sound support
1469 --without-cups do not use CUPS
1470 --without-curses do not use (n)curses
1471 --without-esd do not use the EsounD sound support
1472 --without-fontconfig do not use fontconfig
1473 --without-freetype do not use the FreeType library
1474 --without-gphoto do not use gphoto (Digital Camera support)
1475 --without-glu do not use the GLU library
1476 --without-gnutls do not use GnuTLS (schannel support)
1477 --without-gsm do not use libgsm (GSM 06.10 codec support)
1478 --without-hal do not use HAL (dynamic device support)
1479 --without-jack do not use the Jack sound support
1480 --without-jpeg do not use JPEG
1481 --without-ldap do not use LDAP
1482 --without-mpg123 do not use the mpg123 library
1483 --without-nas do not use the NAS sound support
1484 --without-openal do not use OpenAL
1485 --without-opengl do not use OpenGL
1486 --without-openssl do not use OpenSSL
1487 --without-oss do not use the OSS sound support
1488 --without-png do not use PNG
1489 --without-pthread do not use the pthread library
1490 --without-sane do not use SANE (scanner support)
1491 --without-v4l do not use v4l1 (v4l support)
1492 --without-xcomposite do not use the Xcomposite extension
1493 --without-xcursor do not use the Xcursor extension
1494 --without-xinerama do not use Xinerama (multi-monitor support)
1495 --without-xinput do not use the Xinput extension
1496 --without-xml do not use XML
1497 --without-xrandr do not use Xrandr (resolution changes)
1498 --without-xrender do not use the Xrender extension
1499 --without-xshape do not use the Xshape extension
1500 --without-xshm do not use XShm (shared memory extension)
1501 --without-xslt do not use XSLT
1502 --without-xxf86vm do not use XFree video mode extension
1503 --with-wine-tools=DIR use Wine tools from directory DIR
1504 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1505 --with-x use the X Window System
1507 Some influential environment variables:
1508 CC C compiler command
1509 CFLAGS C compiler flags
1510 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1511 nonstandard directory <lib dir>
1512 LIBS libraries to pass to the linker, e.g. -l<library>
1513 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1514 you have headers in a nonstandard directory <include dir>
1515 CXX C++ compiler command
1516 CXXFLAGS C++ compiler flags
1517 CPP C preprocessor
1518 XMKMF Path to xmkmf, Makefile generator for X Window System
1520 Use these variables to override the choices made by `configure' or to help
1521 it to find libraries and programs with nonstandard names/locations.
1523 Report bugs to <wine-devel@winehq.org>.
1524 Wine home page: <http://www.winehq.org>.
1525 _ACEOF
1526 ac_status=$?
1529 if test "$ac_init_help" = "recursive"; then
1530 # If there are subdirs, report their specific --help.
1531 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1532 test -d "$ac_dir" ||
1533 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1534 continue
1535 ac_builddir=.
1537 case "$ac_dir" in
1538 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1540 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1541 # A ".." for each directory in $ac_dir_suffix.
1542 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1543 case $ac_top_builddir_sub in
1544 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1545 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1546 esac ;;
1547 esac
1548 ac_abs_top_builddir=$ac_pwd
1549 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1550 # for backward compatibility:
1551 ac_top_builddir=$ac_top_build_prefix
1553 case $srcdir in
1554 .) # We are building in place.
1555 ac_srcdir=.
1556 ac_top_srcdir=$ac_top_builddir_sub
1557 ac_abs_top_srcdir=$ac_pwd ;;
1558 [\\/]* | ?:[\\/]* ) # Absolute name.
1559 ac_srcdir=$srcdir$ac_dir_suffix;
1560 ac_top_srcdir=$srcdir
1561 ac_abs_top_srcdir=$srcdir ;;
1562 *) # Relative name.
1563 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1564 ac_top_srcdir=$ac_top_build_prefix$srcdir
1565 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1566 esac
1567 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1569 cd "$ac_dir" || { ac_status=$?; continue; }
1570 # Check for guested configure.
1571 if test -f "$ac_srcdir/configure.gnu"; then
1572 echo &&
1573 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1574 elif test -f "$ac_srcdir/configure"; then
1575 echo &&
1576 $SHELL "$ac_srcdir/configure" --help=recursive
1577 else
1578 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1579 fi || ac_status=$?
1580 cd "$ac_pwd" || { ac_status=$?; break; }
1581 done
1584 test -n "$ac_init_help" && exit $ac_status
1585 if $ac_init_version; then
1586 cat <<\_ACEOF
1587 Wine configure 1.1.37
1588 generated by GNU Autoconf 2.65
1590 Copyright (C) 2009 Free Software Foundation, Inc.
1591 This configure script is free software; the Free Software Foundation
1592 gives unlimited permission to copy, distribute and modify it.
1593 _ACEOF
1594 exit
1597 ## ------------------------ ##
1598 ## Autoconf initialization. ##
1599 ## ------------------------ ##
1601 # ac_fn_c_try_compile LINENO
1602 # --------------------------
1603 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1604 ac_fn_c_try_compile ()
1606 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1607 rm -f conftest.$ac_objext
1608 if { { ac_try="$ac_compile"
1609 case "(($ac_try" in
1610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1611 *) ac_try_echo=$ac_try;;
1612 esac
1613 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1614 $as_echo "$ac_try_echo"; } >&5
1615 (eval "$ac_compile") 2>conftest.err
1616 ac_status=$?
1617 if test -s conftest.err; then
1618 grep -v '^ *+' conftest.err >conftest.er1
1619 cat conftest.er1 >&5
1620 mv -f conftest.er1 conftest.err
1622 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1623 test $ac_status = 0; } && {
1624 test -z "$ac_c_werror_flag" ||
1625 test ! -s conftest.err
1626 } && test -s conftest.$ac_objext; then :
1627 ac_retval=0
1628 else
1629 $as_echo "$as_me: failed program was:" >&5
1630 sed 's/^/| /' conftest.$ac_ext >&5
1632 ac_retval=1
1634 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1635 as_fn_set_status $ac_retval
1637 } # ac_fn_c_try_compile
1639 # ac_fn_cxx_try_compile LINENO
1640 # ----------------------------
1641 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1642 ac_fn_cxx_try_compile ()
1644 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1645 rm -f conftest.$ac_objext
1646 if { { ac_try="$ac_compile"
1647 case "(($ac_try" in
1648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1649 *) ac_try_echo=$ac_try;;
1650 esac
1651 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1652 $as_echo "$ac_try_echo"; } >&5
1653 (eval "$ac_compile") 2>conftest.err
1654 ac_status=$?
1655 if test -s conftest.err; then
1656 grep -v '^ *+' conftest.err >conftest.er1
1657 cat conftest.er1 >&5
1658 mv -f conftest.er1 conftest.err
1660 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1661 test $ac_status = 0; } && {
1662 test -z "$ac_cxx_werror_flag" ||
1663 test ! -s conftest.err
1664 } && test -s conftest.$ac_objext; then :
1665 ac_retval=0
1666 else
1667 $as_echo "$as_me: failed program was:" >&5
1668 sed 's/^/| /' conftest.$ac_ext >&5
1670 ac_retval=1
1672 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1673 as_fn_set_status $ac_retval
1675 } # ac_fn_cxx_try_compile
1677 # ac_fn_c_try_link LINENO
1678 # -----------------------
1679 # Try to link conftest.$ac_ext, and return whether this succeeded.
1680 ac_fn_c_try_link ()
1682 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1683 rm -f conftest.$ac_objext conftest$ac_exeext
1684 if { { ac_try="$ac_link"
1685 case "(($ac_try" in
1686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1687 *) ac_try_echo=$ac_try;;
1688 esac
1689 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1690 $as_echo "$ac_try_echo"; } >&5
1691 (eval "$ac_link") 2>conftest.err
1692 ac_status=$?
1693 if test -s conftest.err; then
1694 grep -v '^ *+' conftest.err >conftest.er1
1695 cat conftest.er1 >&5
1696 mv -f conftest.er1 conftest.err
1698 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1699 test $ac_status = 0; } && {
1700 test -z "$ac_c_werror_flag" ||
1701 test ! -s conftest.err
1702 } && test -s conftest$ac_exeext && {
1703 test "$cross_compiling" = yes ||
1704 $as_test_x conftest$ac_exeext
1705 }; then :
1706 ac_retval=0
1707 else
1708 $as_echo "$as_me: failed program was:" >&5
1709 sed 's/^/| /' conftest.$ac_ext >&5
1711 ac_retval=1
1713 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1714 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1715 # interfere with the next link command; also delete a directory that is
1716 # left behind by Apple's compiler. We do this before executing the actions.
1717 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1718 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1719 as_fn_set_status $ac_retval
1721 } # ac_fn_c_try_link
1723 # ac_fn_c_try_cpp LINENO
1724 # ----------------------
1725 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1726 ac_fn_c_try_cpp ()
1728 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1729 if { { ac_try="$ac_cpp conftest.$ac_ext"
1730 case "(($ac_try" in
1731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1732 *) ac_try_echo=$ac_try;;
1733 esac
1734 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1735 $as_echo "$ac_try_echo"; } >&5
1736 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1737 ac_status=$?
1738 if test -s conftest.err; then
1739 grep -v '^ *+' conftest.err >conftest.er1
1740 cat conftest.er1 >&5
1741 mv -f conftest.er1 conftest.err
1743 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1744 test $ac_status = 0; } >/dev/null && {
1745 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1746 test ! -s conftest.err
1747 }; then :
1748 ac_retval=0
1749 else
1750 $as_echo "$as_me: failed program was:" >&5
1751 sed 's/^/| /' conftest.$ac_ext >&5
1753 ac_retval=1
1755 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1756 as_fn_set_status $ac_retval
1758 } # ac_fn_c_try_cpp
1760 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1761 # -------------------------------------------------------
1762 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1763 # the include files in INCLUDES and setting the cache variable VAR
1764 # accordingly.
1765 ac_fn_c_check_header_mongrel ()
1767 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1768 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1770 $as_echo_n "checking for $2... " >&6; }
1771 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1772 $as_echo_n "(cached) " >&6
1774 eval ac_res=\$$3
1775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1776 $as_echo "$ac_res" >&6; }
1777 else
1778 # Is the header compilable?
1779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1780 $as_echo_n "checking $2 usability... " >&6; }
1781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1782 /* end confdefs.h. */
1784 #include <$2>
1785 _ACEOF
1786 if ac_fn_c_try_compile "$LINENO"; then :
1787 ac_header_compiler=yes
1788 else
1789 ac_header_compiler=no
1791 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1793 $as_echo "$ac_header_compiler" >&6; }
1795 # Is the header present?
1796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1797 $as_echo_n "checking $2 presence... " >&6; }
1798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1799 /* end confdefs.h. */
1800 #include <$2>
1801 _ACEOF
1802 if ac_fn_c_try_cpp "$LINENO"; then :
1803 ac_header_preproc=yes
1804 else
1805 ac_header_preproc=no
1807 rm -f conftest.err conftest.$ac_ext
1808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1809 $as_echo "$ac_header_preproc" >&6; }
1811 # So? What about this header?
1812 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1813 yes:no: )
1814 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1815 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1816 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1817 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1819 no:yes:* )
1820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1821 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1822 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1823 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1824 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1825 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1826 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1827 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1828 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1829 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1830 ( cat <<\_ASBOX
1831 ## ------------------------------------ ##
1832 ## Report this to wine-devel@winehq.org ##
1833 ## ------------------------------------ ##
1834 _ASBOX
1835 ) | sed "s/^/$as_me: WARNING: /" >&2
1837 esac
1838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1839 $as_echo_n "checking for $2... " >&6; }
1840 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1841 $as_echo_n "(cached) " >&6
1842 else
1843 eval "$3=\$ac_header_compiler"
1845 eval ac_res=\$$3
1846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1847 $as_echo "$ac_res" >&6; }
1849 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1851 } # ac_fn_c_check_header_mongrel
1853 # ac_fn_c_try_run LINENO
1854 # ----------------------
1855 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1856 # that executables *can* be run.
1857 ac_fn_c_try_run ()
1859 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1860 if { { ac_try="$ac_link"
1861 case "(($ac_try" in
1862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1863 *) ac_try_echo=$ac_try;;
1864 esac
1865 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1866 $as_echo "$ac_try_echo"; } >&5
1867 (eval "$ac_link") 2>&5
1868 ac_status=$?
1869 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1870 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1871 { { case "(($ac_try" in
1872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1873 *) ac_try_echo=$ac_try;;
1874 esac
1875 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1876 $as_echo "$ac_try_echo"; } >&5
1877 (eval "$ac_try") 2>&5
1878 ac_status=$?
1879 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1880 test $ac_status = 0; }; }; then :
1881 ac_retval=0
1882 else
1883 $as_echo "$as_me: program exited with status $ac_status" >&5
1884 $as_echo "$as_me: failed program was:" >&5
1885 sed 's/^/| /' conftest.$ac_ext >&5
1887 ac_retval=$ac_status
1889 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1890 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1891 as_fn_set_status $ac_retval
1893 } # ac_fn_c_try_run
1895 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1896 # -------------------------------------------------------
1897 # Tests whether HEADER exists and can be compiled using the include files in
1898 # INCLUDES, setting the cache variable VAR accordingly.
1899 ac_fn_c_check_header_compile ()
1901 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1903 $as_echo_n "checking for $2... " >&6; }
1904 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1905 $as_echo_n "(cached) " >&6
1906 else
1907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1908 /* end confdefs.h. */
1910 #include <$2>
1911 _ACEOF
1912 if ac_fn_c_try_compile "$LINENO"; then :
1913 eval "$3=yes"
1914 else
1915 eval "$3=no"
1917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1919 eval ac_res=\$$3
1920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1921 $as_echo "$ac_res" >&6; }
1922 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1924 } # ac_fn_c_check_header_compile
1926 # ac_fn_c_check_func LINENO FUNC VAR
1927 # ----------------------------------
1928 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1929 ac_fn_c_check_func ()
1931 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1933 $as_echo_n "checking for $2... " >&6; }
1934 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1935 $as_echo_n "(cached) " >&6
1936 else
1937 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1938 /* end confdefs.h. */
1939 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1940 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1941 #define $2 innocuous_$2
1943 /* System header to define __stub macros and hopefully few prototypes,
1944 which can conflict with char $2 (); below.
1945 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1946 <limits.h> exists even on freestanding compilers. */
1948 #ifdef __STDC__
1949 # include <limits.h>
1950 #else
1951 # include <assert.h>
1952 #endif
1954 #undef $2
1956 /* Override any GCC internal prototype to avoid an error.
1957 Use char because int might match the return type of a GCC
1958 builtin and then its argument prototype would still apply. */
1959 #ifdef __cplusplus
1960 extern "C"
1961 #endif
1962 char $2 ();
1963 /* The GNU C library defines this for functions which it implements
1964 to always fail with ENOSYS. Some functions are actually named
1965 something starting with __ and the normal name is an alias. */
1966 #if defined __stub_$2 || defined __stub___$2
1967 choke me
1968 #endif
1971 main ()
1973 return $2 ();
1975 return 0;
1977 _ACEOF
1978 if ac_fn_c_try_link "$LINENO"; then :
1979 eval "$3=yes"
1980 else
1981 eval "$3=no"
1983 rm -f core conftest.err conftest.$ac_objext \
1984 conftest$ac_exeext conftest.$ac_ext
1986 eval ac_res=\$$3
1987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1988 $as_echo "$ac_res" >&6; }
1989 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1991 } # ac_fn_c_check_func
1993 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1994 # ----------------------------------------------------
1995 # Tries to find if the field MEMBER exists in type AGGR, after including
1996 # INCLUDES, setting cache variable VAR accordingly.
1997 ac_fn_c_check_member ()
1999 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2001 $as_echo_n "checking for $2.$3... " >&6; }
2002 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
2003 $as_echo_n "(cached) " >&6
2004 else
2005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2006 /* end confdefs.h. */
2009 main ()
2011 static $2 ac_aggr;
2012 if (ac_aggr.$3)
2013 return 0;
2015 return 0;
2017 _ACEOF
2018 if ac_fn_c_try_compile "$LINENO"; then :
2019 eval "$4=yes"
2020 else
2021 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2022 /* end confdefs.h. */
2025 main ()
2027 static $2 ac_aggr;
2028 if (sizeof ac_aggr.$3)
2029 return 0;
2031 return 0;
2033 _ACEOF
2034 if ac_fn_c_try_compile "$LINENO"; then :
2035 eval "$4=yes"
2036 else
2037 eval "$4=no"
2039 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2043 eval ac_res=\$$4
2044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2045 $as_echo "$ac_res" >&6; }
2046 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2048 } # ac_fn_c_check_member
2050 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2051 # -------------------------------------------
2052 # Tests whether TYPE exists after having included INCLUDES, setting cache
2053 # variable VAR accordingly.
2054 ac_fn_c_check_type ()
2056 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2058 $as_echo_n "checking for $2... " >&6; }
2059 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2060 $as_echo_n "(cached) " >&6
2061 else
2062 eval "$3=no"
2063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2064 /* end confdefs.h. */
2067 main ()
2069 if (sizeof ($2))
2070 return 0;
2072 return 0;
2074 _ACEOF
2075 if ac_fn_c_try_compile "$LINENO"; then :
2076 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2077 /* end confdefs.h. */
2080 main ()
2082 if (sizeof (($2)))
2083 return 0;
2085 return 0;
2087 _ACEOF
2088 if ac_fn_c_try_compile "$LINENO"; then :
2090 else
2091 eval "$3=yes"
2093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2097 eval ac_res=\$$3
2098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2099 $as_echo "$ac_res" >&6; }
2100 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2102 } # ac_fn_c_check_type
2103 cat >config.log <<_ACEOF
2104 This file contains any messages produced by compilers while
2105 running configure, to aid debugging if configure makes a mistake.
2107 It was created by Wine $as_me 1.1.37, which was
2108 generated by GNU Autoconf 2.65. Invocation command line was
2110 $ $0 $@
2112 _ACEOF
2113 exec 5>>config.log
2115 cat <<_ASUNAME
2116 ## --------- ##
2117 ## Platform. ##
2118 ## --------- ##
2120 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2121 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2122 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2123 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2124 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2126 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2127 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2129 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2130 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2131 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2132 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2133 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2134 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2135 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2137 _ASUNAME
2139 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2140 for as_dir in $PATH
2142 IFS=$as_save_IFS
2143 test -z "$as_dir" && as_dir=.
2144 $as_echo "PATH: $as_dir"
2145 done
2146 IFS=$as_save_IFS
2148 } >&5
2150 cat >&5 <<_ACEOF
2153 ## ----------- ##
2154 ## Core tests. ##
2155 ## ----------- ##
2157 _ACEOF
2160 # Keep a trace of the command line.
2161 # Strip out --no-create and --no-recursion so they do not pile up.
2162 # Strip out --silent because we don't want to record it for future runs.
2163 # Also quote any args containing shell meta-characters.
2164 # Make two passes to allow for proper duplicate-argument suppression.
2165 ac_configure_args=
2166 ac_configure_args0=
2167 ac_configure_args1=
2168 ac_must_keep_next=false
2169 for ac_pass in 1 2
2171 for ac_arg
2173 case $ac_arg in
2174 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2175 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2176 | -silent | --silent | --silen | --sile | --sil)
2177 continue ;;
2178 *\'*)
2179 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2180 esac
2181 case $ac_pass in
2182 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2184 as_fn_append ac_configure_args1 " '$ac_arg'"
2185 if test $ac_must_keep_next = true; then
2186 ac_must_keep_next=false # Got value, back to normal.
2187 else
2188 case $ac_arg in
2189 *=* | --config-cache | -C | -disable-* | --disable-* \
2190 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2191 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2192 | -with-* | --with-* | -without-* | --without-* | --x)
2193 case "$ac_configure_args0 " in
2194 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2195 esac
2197 -* ) ac_must_keep_next=true ;;
2198 esac
2200 as_fn_append ac_configure_args " '$ac_arg'"
2202 esac
2203 done
2204 done
2205 { ac_configure_args0=; unset ac_configure_args0;}
2206 { ac_configure_args1=; unset ac_configure_args1;}
2208 # When interrupted or exit'd, cleanup temporary files, and complete
2209 # config.log. We remove comments because anyway the quotes in there
2210 # would cause problems or look ugly.
2211 # WARNING: Use '\'' to represent an apostrophe within the trap.
2212 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2213 trap 'exit_status=$?
2214 # Save into config.log some information that might help in debugging.
2216 echo
2218 cat <<\_ASBOX
2219 ## ---------------- ##
2220 ## Cache variables. ##
2221 ## ---------------- ##
2222 _ASBOX
2223 echo
2224 # The following way of writing the cache mishandles newlines in values,
2226 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2227 eval ac_val=\$$ac_var
2228 case $ac_val in #(
2229 *${as_nl}*)
2230 case $ac_var in #(
2231 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2232 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2233 esac
2234 case $ac_var in #(
2235 _ | IFS | as_nl) ;; #(
2236 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2237 *) { eval $ac_var=; unset $ac_var;} ;;
2238 esac ;;
2239 esac
2240 done
2241 (set) 2>&1 |
2242 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2243 *${as_nl}ac_space=\ *)
2244 sed -n \
2245 "s/'\''/'\''\\\\'\'''\''/g;
2246 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2247 ;; #(
2249 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2251 esac |
2252 sort
2254 echo
2256 cat <<\_ASBOX
2257 ## ----------------- ##
2258 ## Output variables. ##
2259 ## ----------------- ##
2260 _ASBOX
2261 echo
2262 for ac_var in $ac_subst_vars
2264 eval ac_val=\$$ac_var
2265 case $ac_val in
2266 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2267 esac
2268 $as_echo "$ac_var='\''$ac_val'\''"
2269 done | sort
2270 echo
2272 if test -n "$ac_subst_files"; then
2273 cat <<\_ASBOX
2274 ## ------------------- ##
2275 ## File substitutions. ##
2276 ## ------------------- ##
2277 _ASBOX
2278 echo
2279 for ac_var in $ac_subst_files
2281 eval ac_val=\$$ac_var
2282 case $ac_val in
2283 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2284 esac
2285 $as_echo "$ac_var='\''$ac_val'\''"
2286 done | sort
2287 echo
2290 if test -s confdefs.h; then
2291 cat <<\_ASBOX
2292 ## ----------- ##
2293 ## confdefs.h. ##
2294 ## ----------- ##
2295 _ASBOX
2296 echo
2297 cat confdefs.h
2298 echo
2300 test "$ac_signal" != 0 &&
2301 $as_echo "$as_me: caught signal $ac_signal"
2302 $as_echo "$as_me: exit $exit_status"
2303 } >&5
2304 rm -f core *.core core.conftest.* &&
2305 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2306 exit $exit_status
2308 for ac_signal in 1 2 13 15; do
2309 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2310 done
2311 ac_signal=0
2313 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2314 rm -f -r conftest* confdefs.h
2316 $as_echo "/* confdefs.h */" > confdefs.h
2318 # Predefined preprocessor variables.
2320 cat >>confdefs.h <<_ACEOF
2321 #define PACKAGE_NAME "$PACKAGE_NAME"
2322 _ACEOF
2324 cat >>confdefs.h <<_ACEOF
2325 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2326 _ACEOF
2328 cat >>confdefs.h <<_ACEOF
2329 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2330 _ACEOF
2332 cat >>confdefs.h <<_ACEOF
2333 #define PACKAGE_STRING "$PACKAGE_STRING"
2334 _ACEOF
2336 cat >>confdefs.h <<_ACEOF
2337 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2338 _ACEOF
2340 cat >>confdefs.h <<_ACEOF
2341 #define PACKAGE_URL "$PACKAGE_URL"
2342 _ACEOF
2345 # Let the site file select an alternate cache file if it wants to.
2346 # Prefer an explicitly selected file to automatically selected ones.
2347 ac_site_file1=NONE
2348 ac_site_file2=NONE
2349 if test -n "$CONFIG_SITE"; then
2350 ac_site_file1=$CONFIG_SITE
2351 elif test "x$prefix" != xNONE; then
2352 ac_site_file1=$prefix/share/config.site
2353 ac_site_file2=$prefix/etc/config.site
2354 else
2355 ac_site_file1=$ac_default_prefix/share/config.site
2356 ac_site_file2=$ac_default_prefix/etc/config.site
2358 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2360 test "x$ac_site_file" = xNONE && continue
2361 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2362 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2363 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2364 sed 's/^/| /' "$ac_site_file" >&5
2365 . "$ac_site_file"
2367 done
2369 if test -r "$cache_file"; then
2370 # Some versions of bash will fail to source /dev/null (special files
2371 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2372 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2373 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2374 $as_echo "$as_me: loading cache $cache_file" >&6;}
2375 case $cache_file in
2376 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2377 *) . "./$cache_file";;
2378 esac
2380 else
2381 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2382 $as_echo "$as_me: creating cache $cache_file" >&6;}
2383 >$cache_file
2386 # Check that the precious variables saved in the cache have kept the same
2387 # value.
2388 ac_cache_corrupted=false
2389 for ac_var in $ac_precious_vars; do
2390 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2391 eval ac_new_set=\$ac_env_${ac_var}_set
2392 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2393 eval ac_new_val=\$ac_env_${ac_var}_value
2394 case $ac_old_set,$ac_new_set in
2395 set,)
2396 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2397 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2398 ac_cache_corrupted=: ;;
2399 ,set)
2400 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2401 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2402 ac_cache_corrupted=: ;;
2403 ,);;
2405 if test "x$ac_old_val" != "x$ac_new_val"; then
2406 # differences in whitespace do not lead to failure.
2407 ac_old_val_w=`echo x $ac_old_val`
2408 ac_new_val_w=`echo x $ac_new_val`
2409 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2410 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2411 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2412 ac_cache_corrupted=:
2413 else
2414 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2415 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2416 eval $ac_var=\$ac_old_val
2418 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2419 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2420 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2421 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2422 fi;;
2423 esac
2424 # Pass precious variables to config.status.
2425 if test "$ac_new_set" = set; then
2426 case $ac_new_val in
2427 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2428 *) ac_arg=$ac_var=$ac_new_val ;;
2429 esac
2430 case " $ac_configure_args " in
2431 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2432 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2433 esac
2435 done
2436 if $ac_cache_corrupted; then
2437 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2438 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2439 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2440 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2441 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2443 ## -------------------- ##
2444 ## Main body of script. ##
2445 ## -------------------- ##
2447 ac_ext=c
2448 ac_cpp='$CPP $CPPFLAGS'
2449 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2450 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2451 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2455 ac_config_headers="$ac_config_headers include/config.h"
2457 ac_aux_dir=
2458 for ac_dir in tools "$srcdir"/tools; do
2459 for ac_t in install-sh install.sh shtool; do
2460 if test -f "$ac_dir/$ac_t"; then
2461 ac_aux_dir=$ac_dir
2462 ac_install_sh="$ac_aux_dir/$ac_t -c"
2463 break 2
2465 done
2466 done
2467 if test -z "$ac_aux_dir"; then
2468 as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2471 # These three variables are undocumented and unsupported,
2472 # and are intended to be withdrawn in a future Autoconf release.
2473 # They can cause serious problems if a builder's source tree is in a directory
2474 # whose full name contains unusual characters.
2475 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2476 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2477 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2482 # Check whether --enable-win16 was given.
2483 if test "${enable_win16+set}" = set; then :
2484 enableval=$enable_win16;
2487 # Check whether --enable-win64 was given.
2488 if test "${enable_win64+set}" = set; then :
2489 enableval=$enable_win64;
2492 # Check whether --enable-tests was given.
2493 if test "${enable_tests+set}" = set; then :
2494 enableval=$enable_tests;
2497 # Check whether --enable-maintainer-mode was given.
2498 if test "${enable_maintainer_mode+set}" = set; then :
2499 enableval=$enable_maintainer_mode;
2500 else
2501 MAINTAINER_MODE=\#
2507 # Check whether --with-alsa was given.
2508 if test "${with_alsa+set}" = set; then :
2509 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2513 # Check whether --with-audioio was given.
2514 if test "${with_audioio+set}" = set; then :
2515 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2519 # Check whether --with-capi was given.
2520 if test "${with_capi+set}" = set; then :
2521 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2525 # Check whether --with-cms was given.
2526 if test "${with_cms+set}" = set; then :
2527 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2531 # Check whether --with-coreaudio was given.
2532 if test "${with_coreaudio+set}" = set; then :
2533 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2537 # Check whether --with-cups was given.
2538 if test "${with_cups+set}" = set; then :
2539 withval=$with_cups;
2543 # Check whether --with-curses was given.
2544 if test "${with_curses+set}" = set; then :
2545 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2549 # Check whether --with-esd was given.
2550 if test "${with_esd+set}" = set; then :
2551 withval=$with_esd;
2555 # Check whether --with-fontconfig was given.
2556 if test "${with_fontconfig+set}" = set; then :
2557 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2561 # Check whether --with-freetype was given.
2562 if test "${with_freetype+set}" = set; then :
2563 withval=$with_freetype;
2567 # Check whether --with-gphoto was given.
2568 if test "${with_gphoto+set}" = set; then :
2569 withval=$with_gphoto;
2573 # Check whether --with-glu was given.
2574 if test "${with_glu+set}" = set; then :
2575 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2579 # Check whether --with-gnutls was given.
2580 if test "${with_gnutls+set}" = set; then :
2581 withval=$with_gnutls;
2585 # Check whether --with-gsm was given.
2586 if test "${with_gsm+set}" = set; then :
2587 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2591 # Check whether --with-hal was given.
2592 if test "${with_hal+set}" = set; then :
2593 withval=$with_hal;
2597 # Check whether --with-jack was given.
2598 if test "${with_jack+set}" = set; then :
2599 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2603 # Check whether --with-jpeg was given.
2604 if test "${with_jpeg+set}" = set; then :
2605 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2609 # Check whether --with-ldap was given.
2610 if test "${with_ldap+set}" = set; then :
2611 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2615 # Check whether --with-mpg123 was given.
2616 if test "${with_mpg123+set}" = set; then :
2617 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2621 # Check whether --with-nas was given.
2622 if test "${with_nas+set}" = set; then :
2623 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2627 # Check whether --with-openal was given.
2628 if test "${with_openal+set}" = set; then :
2629 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2633 # Check whether --with-opengl was given.
2634 if test "${with_opengl+set}" = set; then :
2635 withval=$with_opengl;
2639 # Check whether --with-openssl was given.
2640 if test "${with_openssl+set}" = set; then :
2641 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2645 # Check whether --with-oss was given.
2646 if test "${with_oss+set}" = set; then :
2647 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
2651 # Check whether --with-png was given.
2652 if test "${with_png+set}" = set; then :
2653 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2657 # Check whether --with-pthread was given.
2658 if test "${with_pthread+set}" = set; then :
2659 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2663 # Check whether --with-sane was given.
2664 if test "${with_sane+set}" = set; then :
2665 withval=$with_sane;
2669 # Check whether --with-v4l was given.
2670 if test "${with_v4l+set}" = set; then :
2671 withval=$with_v4l;
2675 # Check whether --with-xcomposite was given.
2676 if test "${with_xcomposite+set}" = set; then :
2677 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2681 # Check whether --with-xcursor was given.
2682 if test "${with_xcursor+set}" = set; then :
2683 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2687 # Check whether --with-xinerama was given.
2688 if test "${with_xinerama+set}" = set; then :
2689 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2693 # Check whether --with-xinput was given.
2694 if test "${with_xinput+set}" = set; then :
2695 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2699 # Check whether --with-xml was given.
2700 if test "${with_xml+set}" = set; then :
2701 withval=$with_xml;
2705 # Check whether --with-xrandr was given.
2706 if test "${with_xrandr+set}" = set; then :
2707 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2711 # Check whether --with-xrender was given.
2712 if test "${with_xrender+set}" = set; then :
2713 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2717 # Check whether --with-xshape was given.
2718 if test "${with_xshape+set}" = set; then :
2719 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2723 # Check whether --with-xshm was given.
2724 if test "${with_xshm+set}" = set; then :
2725 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2729 # Check whether --with-xslt was given.
2730 if test "${with_xslt+set}" = set; then :
2731 withval=$with_xslt;
2735 # Check whether --with-xxf86vm was given.
2736 if test "${with_xxf86vm+set}" = set; then :
2737 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
2742 # Check whether --with-wine-tools was given.
2743 if test "${with_wine_tools+set}" = set; then :
2744 withval=$with_wine_tools;
2748 # Check whether --with-wine64 was given.
2749 if test "${with_wine64+set}" = set; then :
2750 withval=$with_wine64;
2754 # Make sure we can run config.sub.
2755 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2756 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2759 $as_echo_n "checking build system type... " >&6; }
2760 if test "${ac_cv_build+set}" = set; then :
2761 $as_echo_n "(cached) " >&6
2762 else
2763 ac_build_alias=$build_alias
2764 test "x$ac_build_alias" = x &&
2765 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2766 test "x$ac_build_alias" = x &&
2767 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2768 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2769 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2773 $as_echo "$ac_cv_build" >&6; }
2774 case $ac_cv_build in
2775 *-*-*) ;;
2776 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2777 esac
2778 build=$ac_cv_build
2779 ac_save_IFS=$IFS; IFS='-'
2780 set x $ac_cv_build
2781 shift
2782 build_cpu=$1
2783 build_vendor=$2
2784 shift; shift
2785 # Remember, the first character of IFS is used to create $*,
2786 # except with old shells:
2787 build_os=$*
2788 IFS=$ac_save_IFS
2789 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2793 $as_echo_n "checking host system type... " >&6; }
2794 if test "${ac_cv_host+set}" = set; then :
2795 $as_echo_n "(cached) " >&6
2796 else
2797 if test "x$host_alias" = x; then
2798 ac_cv_host=$ac_cv_build
2799 else
2800 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2801 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2806 $as_echo "$ac_cv_host" >&6; }
2807 case $ac_cv_host in
2808 *-*-*) ;;
2809 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2810 esac
2811 host=$ac_cv_host
2812 ac_save_IFS=$IFS; IFS='-'
2813 set x $ac_cv_host
2814 shift
2815 host_cpu=$1
2816 host_vendor=$2
2817 shift; shift
2818 # Remember, the first character of IFS is used to create $*,
2819 # except with old shells:
2820 host_os=$*
2821 IFS=$ac_save_IFS
2822 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2826 case "$srcdir" in
2827 .) ;;
2828 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2829 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2830 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2831 fi ;;
2832 esac
2835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2836 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2837 set x ${MAKE-make}
2838 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2839 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2840 $as_echo_n "(cached) " >&6
2841 else
2842 cat >conftest.make <<\_ACEOF
2843 SHELL = /bin/sh
2844 all:
2845 @echo '@@@%%%=$(MAKE)=@@@%%%'
2846 _ACEOF
2847 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2848 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2849 *@@@%%%=?*=@@@%%%*)
2850 eval ac_cv_prog_make_${ac_make}_set=yes;;
2852 eval ac_cv_prog_make_${ac_make}_set=no;;
2853 esac
2854 rm -f conftest.make
2856 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2858 $as_echo "yes" >&6; }
2859 SET_MAKE=
2860 else
2861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2862 $as_echo "no" >&6; }
2863 SET_MAKE="MAKE=${MAKE-make}"
2866 ac_ext=c
2867 ac_cpp='$CPP $CPPFLAGS'
2868 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2869 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2870 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2871 if test -n "$ac_tool_prefix"; then
2872 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2873 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2875 $as_echo_n "checking for $ac_word... " >&6; }
2876 if test "${ac_cv_prog_CC+set}" = set; then :
2877 $as_echo_n "(cached) " >&6
2878 else
2879 if test -n "$CC"; then
2880 ac_cv_prog_CC="$CC" # Let the user override the test.
2881 else
2882 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2883 for as_dir in $PATH
2885 IFS=$as_save_IFS
2886 test -z "$as_dir" && as_dir=.
2887 for ac_exec_ext in '' $ac_executable_extensions; do
2888 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2889 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2890 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2891 break 2
2893 done
2894 done
2895 IFS=$as_save_IFS
2899 CC=$ac_cv_prog_CC
2900 if test -n "$CC"; then
2901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2902 $as_echo "$CC" >&6; }
2903 else
2904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2905 $as_echo "no" >&6; }
2910 if test -z "$ac_cv_prog_CC"; then
2911 ac_ct_CC=$CC
2912 # Extract the first word of "gcc", so it can be a program name with args.
2913 set dummy gcc; ac_word=$2
2914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2915 $as_echo_n "checking for $ac_word... " >&6; }
2916 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2917 $as_echo_n "(cached) " >&6
2918 else
2919 if test -n "$ac_ct_CC"; then
2920 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2921 else
2922 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2923 for as_dir in $PATH
2925 IFS=$as_save_IFS
2926 test -z "$as_dir" && as_dir=.
2927 for ac_exec_ext in '' $ac_executable_extensions; do
2928 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2929 ac_cv_prog_ac_ct_CC="gcc"
2930 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2931 break 2
2933 done
2934 done
2935 IFS=$as_save_IFS
2939 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2940 if test -n "$ac_ct_CC"; then
2941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2942 $as_echo "$ac_ct_CC" >&6; }
2943 else
2944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2945 $as_echo "no" >&6; }
2948 if test "x$ac_ct_CC" = x; then
2949 CC=""
2950 else
2951 case $cross_compiling:$ac_tool_warned in
2952 yes:)
2953 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2954 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2955 ac_tool_warned=yes ;;
2956 esac
2957 CC=$ac_ct_CC
2959 else
2960 CC="$ac_cv_prog_CC"
2963 if test -z "$CC"; then
2964 if test -n "$ac_tool_prefix"; then
2965 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2966 set dummy ${ac_tool_prefix}cc; ac_word=$2
2967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2968 $as_echo_n "checking for $ac_word... " >&6; }
2969 if test "${ac_cv_prog_CC+set}" = set; then :
2970 $as_echo_n "(cached) " >&6
2971 else
2972 if test -n "$CC"; then
2973 ac_cv_prog_CC="$CC" # Let the user override the test.
2974 else
2975 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2976 for as_dir in $PATH
2978 IFS=$as_save_IFS
2979 test -z "$as_dir" && as_dir=.
2980 for ac_exec_ext in '' $ac_executable_extensions; do
2981 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2982 ac_cv_prog_CC="${ac_tool_prefix}cc"
2983 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2984 break 2
2986 done
2987 done
2988 IFS=$as_save_IFS
2992 CC=$ac_cv_prog_CC
2993 if test -n "$CC"; then
2994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2995 $as_echo "$CC" >&6; }
2996 else
2997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2998 $as_echo "no" >&6; }
3004 if test -z "$CC"; then
3005 # Extract the first word of "cc", so it can be a program name with args.
3006 set dummy cc; ac_word=$2
3007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3008 $as_echo_n "checking for $ac_word... " >&6; }
3009 if test "${ac_cv_prog_CC+set}" = set; then :
3010 $as_echo_n "(cached) " >&6
3011 else
3012 if test -n "$CC"; then
3013 ac_cv_prog_CC="$CC" # Let the user override the test.
3014 else
3015 ac_prog_rejected=no
3016 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3017 for as_dir in $PATH
3019 IFS=$as_save_IFS
3020 test -z "$as_dir" && as_dir=.
3021 for ac_exec_ext in '' $ac_executable_extensions; do
3022 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3023 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3024 ac_prog_rejected=yes
3025 continue
3027 ac_cv_prog_CC="cc"
3028 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3029 break 2
3031 done
3032 done
3033 IFS=$as_save_IFS
3035 if test $ac_prog_rejected = yes; then
3036 # We found a bogon in the path, so make sure we never use it.
3037 set dummy $ac_cv_prog_CC
3038 shift
3039 if test $# != 0; then
3040 # We chose a different compiler from the bogus one.
3041 # However, it has the same basename, so the bogon will be chosen
3042 # first if we set CC to just the basename; use the full file name.
3043 shift
3044 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3049 CC=$ac_cv_prog_CC
3050 if test -n "$CC"; then
3051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3052 $as_echo "$CC" >&6; }
3053 else
3054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3055 $as_echo "no" >&6; }
3060 if test -z "$CC"; then
3061 if test -n "$ac_tool_prefix"; then
3062 for ac_prog in cl.exe
3064 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3065 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3067 $as_echo_n "checking for $ac_word... " >&6; }
3068 if test "${ac_cv_prog_CC+set}" = set; then :
3069 $as_echo_n "(cached) " >&6
3070 else
3071 if test -n "$CC"; then
3072 ac_cv_prog_CC="$CC" # Let the user override the test.
3073 else
3074 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3075 for as_dir in $PATH
3077 IFS=$as_save_IFS
3078 test -z "$as_dir" && as_dir=.
3079 for ac_exec_ext in '' $ac_executable_extensions; do
3080 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3081 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3082 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3083 break 2
3085 done
3086 done
3087 IFS=$as_save_IFS
3091 CC=$ac_cv_prog_CC
3092 if test -n "$CC"; then
3093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3094 $as_echo "$CC" >&6; }
3095 else
3096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3097 $as_echo "no" >&6; }
3101 test -n "$CC" && break
3102 done
3104 if test -z "$CC"; then
3105 ac_ct_CC=$CC
3106 for ac_prog in cl.exe
3108 # Extract the first word of "$ac_prog", so it can be a program name with args.
3109 set dummy $ac_prog; ac_word=$2
3110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3111 $as_echo_n "checking for $ac_word... " >&6; }
3112 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3113 $as_echo_n "(cached) " >&6
3114 else
3115 if test -n "$ac_ct_CC"; then
3116 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3117 else
3118 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3119 for as_dir in $PATH
3121 IFS=$as_save_IFS
3122 test -z "$as_dir" && as_dir=.
3123 for ac_exec_ext in '' $ac_executable_extensions; do
3124 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3125 ac_cv_prog_ac_ct_CC="$ac_prog"
3126 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3127 break 2
3129 done
3130 done
3131 IFS=$as_save_IFS
3135 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3136 if test -n "$ac_ct_CC"; then
3137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3138 $as_echo "$ac_ct_CC" >&6; }
3139 else
3140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3141 $as_echo "no" >&6; }
3145 test -n "$ac_ct_CC" && break
3146 done
3148 if test "x$ac_ct_CC" = x; then
3149 CC=""
3150 else
3151 case $cross_compiling:$ac_tool_warned in
3152 yes:)
3153 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3154 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3155 ac_tool_warned=yes ;;
3156 esac
3157 CC=$ac_ct_CC
3164 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3165 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3166 as_fn_error "no acceptable C compiler found in \$PATH
3167 See \`config.log' for more details." "$LINENO" 5; }
3169 # Provide some information about the compiler.
3170 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3171 set X $ac_compile
3172 ac_compiler=$2
3173 for ac_option in --version -v -V -qversion; do
3174 { { ac_try="$ac_compiler $ac_option >&5"
3175 case "(($ac_try" in
3176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3177 *) ac_try_echo=$ac_try;;
3178 esac
3179 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3180 $as_echo "$ac_try_echo"; } >&5
3181 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3182 ac_status=$?
3183 if test -s conftest.err; then
3184 sed '10a\
3185 ... rest of stderr output deleted ...
3186 10q' conftest.err >conftest.er1
3187 cat conftest.er1 >&5
3189 rm -f conftest.er1 conftest.err
3190 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3191 test $ac_status = 0; }
3192 done
3194 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3195 /* end confdefs.h. */
3198 main ()
3202 return 0;
3204 _ACEOF
3205 ac_clean_files_save=$ac_clean_files
3206 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3207 # Try to create an executable without -o first, disregard a.out.
3208 # It will help us diagnose broken compilers, and finding out an intuition
3209 # of exeext.
3210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3211 $as_echo_n "checking whether the C compiler works... " >&6; }
3212 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3214 # The possible output files:
3215 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3217 ac_rmfiles=
3218 for ac_file in $ac_files
3220 case $ac_file in
3221 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3222 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3223 esac
3224 done
3225 rm -f $ac_rmfiles
3227 if { { ac_try="$ac_link_default"
3228 case "(($ac_try" in
3229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3230 *) ac_try_echo=$ac_try;;
3231 esac
3232 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3233 $as_echo "$ac_try_echo"; } >&5
3234 (eval "$ac_link_default") 2>&5
3235 ac_status=$?
3236 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3237 test $ac_status = 0; }; then :
3238 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3239 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3240 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3241 # so that the user can short-circuit this test for compilers unknown to
3242 # Autoconf.
3243 for ac_file in $ac_files ''
3245 test -f "$ac_file" || continue
3246 case $ac_file in
3247 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3249 [ab].out )
3250 # We found the default executable, but exeext='' is most
3251 # certainly right.
3252 break;;
3253 *.* )
3254 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3255 then :; else
3256 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3258 # We set ac_cv_exeext here because the later test for it is not
3259 # safe: cross compilers may not add the suffix if given an `-o'
3260 # argument, so we may need to know it at that point already.
3261 # Even if this section looks crufty: it has the advantage of
3262 # actually working.
3263 break;;
3265 break;;
3266 esac
3267 done
3268 test "$ac_cv_exeext" = no && ac_cv_exeext=
3270 else
3271 ac_file=''
3273 if test -z "$ac_file"; then :
3274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3275 $as_echo "no" >&6; }
3276 $as_echo "$as_me: failed program was:" >&5
3277 sed 's/^/| /' conftest.$ac_ext >&5
3279 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3280 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3281 { as_fn_set_status 77
3282 as_fn_error "C compiler cannot create executables
3283 See \`config.log' for more details." "$LINENO" 5; }; }
3284 else
3285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3286 $as_echo "yes" >&6; }
3288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3289 $as_echo_n "checking for C compiler default output file name... " >&6; }
3290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3291 $as_echo "$ac_file" >&6; }
3292 ac_exeext=$ac_cv_exeext
3294 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3295 ac_clean_files=$ac_clean_files_save
3296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3297 $as_echo_n "checking for suffix of executables... " >&6; }
3298 if { { ac_try="$ac_link"
3299 case "(($ac_try" in
3300 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3301 *) ac_try_echo=$ac_try;;
3302 esac
3303 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3304 $as_echo "$ac_try_echo"; } >&5
3305 (eval "$ac_link") 2>&5
3306 ac_status=$?
3307 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3308 test $ac_status = 0; }; then :
3309 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3310 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3311 # work properly (i.e., refer to `conftest.exe'), while it won't with
3312 # `rm'.
3313 for ac_file in conftest.exe conftest conftest.*; do
3314 test -f "$ac_file" || continue
3315 case $ac_file in
3316 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3317 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3318 break;;
3319 * ) break;;
3320 esac
3321 done
3322 else
3323 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3324 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3325 as_fn_error "cannot compute suffix of executables: cannot compile and link
3326 See \`config.log' for more details." "$LINENO" 5; }
3328 rm -f conftest conftest$ac_cv_exeext
3329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3330 $as_echo "$ac_cv_exeext" >&6; }
3332 rm -f conftest.$ac_ext
3333 EXEEXT=$ac_cv_exeext
3334 ac_exeext=$EXEEXT
3335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3336 /* end confdefs.h. */
3337 #include <stdio.h>
3339 main ()
3341 FILE *f = fopen ("conftest.out", "w");
3342 return ferror (f) || fclose (f) != 0;
3345 return 0;
3347 _ACEOF
3348 ac_clean_files="$ac_clean_files conftest.out"
3349 # Check that the compiler produces executables we can run. If not, either
3350 # the compiler is broken, or we cross compile.
3351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3352 $as_echo_n "checking whether we are cross compiling... " >&6; }
3353 if test "$cross_compiling" != yes; then
3354 { { ac_try="$ac_link"
3355 case "(($ac_try" in
3356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3357 *) ac_try_echo=$ac_try;;
3358 esac
3359 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3360 $as_echo "$ac_try_echo"; } >&5
3361 (eval "$ac_link") 2>&5
3362 ac_status=$?
3363 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3364 test $ac_status = 0; }
3365 if { ac_try='./conftest$ac_cv_exeext'
3366 { { case "(($ac_try" in
3367 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3368 *) ac_try_echo=$ac_try;;
3369 esac
3370 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3371 $as_echo "$ac_try_echo"; } >&5
3372 (eval "$ac_try") 2>&5
3373 ac_status=$?
3374 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3375 test $ac_status = 0; }; }; then
3376 cross_compiling=no
3377 else
3378 if test "$cross_compiling" = maybe; then
3379 cross_compiling=yes
3380 else
3381 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3382 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3383 as_fn_error "cannot run C compiled programs.
3384 If you meant to cross compile, use \`--host'.
3385 See \`config.log' for more details." "$LINENO" 5; }
3389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3390 $as_echo "$cross_compiling" >&6; }
3392 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3393 ac_clean_files=$ac_clean_files_save
3394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3395 $as_echo_n "checking for suffix of object files... " >&6; }
3396 if test "${ac_cv_objext+set}" = set; then :
3397 $as_echo_n "(cached) " >&6
3398 else
3399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3400 /* end confdefs.h. */
3403 main ()
3407 return 0;
3409 _ACEOF
3410 rm -f conftest.o conftest.obj
3411 if { { ac_try="$ac_compile"
3412 case "(($ac_try" in
3413 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3414 *) ac_try_echo=$ac_try;;
3415 esac
3416 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3417 $as_echo "$ac_try_echo"; } >&5
3418 (eval "$ac_compile") 2>&5
3419 ac_status=$?
3420 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3421 test $ac_status = 0; }; then :
3422 for ac_file in conftest.o conftest.obj conftest.*; do
3423 test -f "$ac_file" || continue;
3424 case $ac_file in
3425 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3426 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3427 break;;
3428 esac
3429 done
3430 else
3431 $as_echo "$as_me: failed program was:" >&5
3432 sed 's/^/| /' conftest.$ac_ext >&5
3434 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3435 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3436 as_fn_error "cannot compute suffix of object files: cannot compile
3437 See \`config.log' for more details." "$LINENO" 5; }
3439 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3442 $as_echo "$ac_cv_objext" >&6; }
3443 OBJEXT=$ac_cv_objext
3444 ac_objext=$OBJEXT
3445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3446 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3447 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3448 $as_echo_n "(cached) " >&6
3449 else
3450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3451 /* end confdefs.h. */
3454 main ()
3456 #ifndef __GNUC__
3457 choke me
3458 #endif
3461 return 0;
3463 _ACEOF
3464 if ac_fn_c_try_compile "$LINENO"; then :
3465 ac_compiler_gnu=yes
3466 else
3467 ac_compiler_gnu=no
3469 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3470 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3474 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3475 if test $ac_compiler_gnu = yes; then
3476 GCC=yes
3477 else
3478 GCC=
3480 ac_test_CFLAGS=${CFLAGS+set}
3481 ac_save_CFLAGS=$CFLAGS
3482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3483 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3484 if test "${ac_cv_prog_cc_g+set}" = set; then :
3485 $as_echo_n "(cached) " >&6
3486 else
3487 ac_save_c_werror_flag=$ac_c_werror_flag
3488 ac_c_werror_flag=yes
3489 ac_cv_prog_cc_g=no
3490 CFLAGS="-g"
3491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3492 /* end confdefs.h. */
3495 main ()
3499 return 0;
3501 _ACEOF
3502 if ac_fn_c_try_compile "$LINENO"; then :
3503 ac_cv_prog_cc_g=yes
3504 else
3505 CFLAGS=""
3506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3507 /* end confdefs.h. */
3510 main ()
3514 return 0;
3516 _ACEOF
3517 if ac_fn_c_try_compile "$LINENO"; then :
3519 else
3520 ac_c_werror_flag=$ac_save_c_werror_flag
3521 CFLAGS="-g"
3522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3523 /* end confdefs.h. */
3526 main ()
3530 return 0;
3532 _ACEOF
3533 if ac_fn_c_try_compile "$LINENO"; then :
3534 ac_cv_prog_cc_g=yes
3536 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3541 ac_c_werror_flag=$ac_save_c_werror_flag
3543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3544 $as_echo "$ac_cv_prog_cc_g" >&6; }
3545 if test "$ac_test_CFLAGS" = set; then
3546 CFLAGS=$ac_save_CFLAGS
3547 elif test $ac_cv_prog_cc_g = yes; then
3548 if test "$GCC" = yes; then
3549 CFLAGS="-g -O2"
3550 else
3551 CFLAGS="-g"
3553 else
3554 if test "$GCC" = yes; then
3555 CFLAGS="-O2"
3556 else
3557 CFLAGS=
3560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3561 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3562 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3563 $as_echo_n "(cached) " >&6
3564 else
3565 ac_cv_prog_cc_c89=no
3566 ac_save_CC=$CC
3567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3568 /* end confdefs.h. */
3569 #include <stdarg.h>
3570 #include <stdio.h>
3571 #include <sys/types.h>
3572 #include <sys/stat.h>
3573 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3574 struct buf { int x; };
3575 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3576 static char *e (p, i)
3577 char **p;
3578 int i;
3580 return p[i];
3582 static char *f (char * (*g) (char **, int), char **p, ...)
3584 char *s;
3585 va_list v;
3586 va_start (v,p);
3587 s = g (p, va_arg (v,int));
3588 va_end (v);
3589 return s;
3592 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3593 function prototypes and stuff, but not '\xHH' hex character constants.
3594 These don't provoke an error unfortunately, instead are silently treated
3595 as 'x'. The following induces an error, until -std is added to get
3596 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3597 array size at least. It's necessary to write '\x00'==0 to get something
3598 that's true only with -std. */
3599 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3601 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3602 inside strings and character constants. */
3603 #define FOO(x) 'x'
3604 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3606 int test (int i, double x);
3607 struct s1 {int (*f) (int a);};
3608 struct s2 {int (*f) (double a);};
3609 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3610 int argc;
3611 char **argv;
3613 main ()
3615 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3617 return 0;
3619 _ACEOF
3620 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3621 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3623 CC="$ac_save_CC $ac_arg"
3624 if ac_fn_c_try_compile "$LINENO"; then :
3625 ac_cv_prog_cc_c89=$ac_arg
3627 rm -f core conftest.err conftest.$ac_objext
3628 test "x$ac_cv_prog_cc_c89" != "xno" && break
3629 done
3630 rm -f conftest.$ac_ext
3631 CC=$ac_save_CC
3634 # AC_CACHE_VAL
3635 case "x$ac_cv_prog_cc_c89" in
3637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3638 $as_echo "none needed" >&6; } ;;
3639 xno)
3640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3641 $as_echo "unsupported" >&6; } ;;
3643 CC="$CC $ac_cv_prog_cc_c89"
3644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3645 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3646 esac
3647 if test "x$ac_cv_prog_cc_c89" != xno; then :
3651 ac_ext=c
3652 ac_cpp='$CPP $CPPFLAGS'
3653 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3654 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3655 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3657 ac_ext=cpp
3658 ac_cpp='$CXXCPP $CPPFLAGS'
3659 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3660 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3661 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3662 if test -z "$CXX"; then
3663 if test -n "$CCC"; then
3664 CXX=$CCC
3665 else
3666 if test -n "$ac_tool_prefix"; then
3667 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3669 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3670 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3672 $as_echo_n "checking for $ac_word... " >&6; }
3673 if test "${ac_cv_prog_CXX+set}" = set; then :
3674 $as_echo_n "(cached) " >&6
3675 else
3676 if test -n "$CXX"; then
3677 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3678 else
3679 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3680 for as_dir in $PATH
3682 IFS=$as_save_IFS
3683 test -z "$as_dir" && as_dir=.
3684 for ac_exec_ext in '' $ac_executable_extensions; do
3685 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3686 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3687 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3688 break 2
3690 done
3691 done
3692 IFS=$as_save_IFS
3696 CXX=$ac_cv_prog_CXX
3697 if test -n "$CXX"; then
3698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3699 $as_echo "$CXX" >&6; }
3700 else
3701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3702 $as_echo "no" >&6; }
3706 test -n "$CXX" && break
3707 done
3709 if test -z "$CXX"; then
3710 ac_ct_CXX=$CXX
3711 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3713 # Extract the first word of "$ac_prog", so it can be a program name with args.
3714 set dummy $ac_prog; ac_word=$2
3715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3716 $as_echo_n "checking for $ac_word... " >&6; }
3717 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3718 $as_echo_n "(cached) " >&6
3719 else
3720 if test -n "$ac_ct_CXX"; then
3721 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3722 else
3723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3724 for as_dir in $PATH
3726 IFS=$as_save_IFS
3727 test -z "$as_dir" && as_dir=.
3728 for ac_exec_ext in '' $ac_executable_extensions; do
3729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3730 ac_cv_prog_ac_ct_CXX="$ac_prog"
3731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3732 break 2
3734 done
3735 done
3736 IFS=$as_save_IFS
3740 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3741 if test -n "$ac_ct_CXX"; then
3742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3743 $as_echo "$ac_ct_CXX" >&6; }
3744 else
3745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3746 $as_echo "no" >&6; }
3750 test -n "$ac_ct_CXX" && break
3751 done
3753 if test "x$ac_ct_CXX" = x; then
3754 CXX="g++"
3755 else
3756 case $cross_compiling:$ac_tool_warned in
3757 yes:)
3758 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3759 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3760 ac_tool_warned=yes ;;
3761 esac
3762 CXX=$ac_ct_CXX
3768 # Provide some information about the compiler.
3769 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3770 set X $ac_compile
3771 ac_compiler=$2
3772 for ac_option in --version -v -V -qversion; do
3773 { { ac_try="$ac_compiler $ac_option >&5"
3774 case "(($ac_try" in
3775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3776 *) ac_try_echo=$ac_try;;
3777 esac
3778 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3779 $as_echo "$ac_try_echo"; } >&5
3780 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3781 ac_status=$?
3782 if test -s conftest.err; then
3783 sed '10a\
3784 ... rest of stderr output deleted ...
3785 10q' conftest.err >conftest.er1
3786 cat conftest.er1 >&5
3788 rm -f conftest.er1 conftest.err
3789 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3790 test $ac_status = 0; }
3791 done
3793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3794 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3795 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3796 $as_echo_n "(cached) " >&6
3797 else
3798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3799 /* end confdefs.h. */
3802 main ()
3804 #ifndef __GNUC__
3805 choke me
3806 #endif
3809 return 0;
3811 _ACEOF
3812 if ac_fn_cxx_try_compile "$LINENO"; then :
3813 ac_compiler_gnu=yes
3814 else
3815 ac_compiler_gnu=no
3817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3818 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3822 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3823 if test $ac_compiler_gnu = yes; then
3824 GXX=yes
3825 else
3826 GXX=
3828 ac_test_CXXFLAGS=${CXXFLAGS+set}
3829 ac_save_CXXFLAGS=$CXXFLAGS
3830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3831 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3832 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3833 $as_echo_n "(cached) " >&6
3834 else
3835 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3836 ac_cxx_werror_flag=yes
3837 ac_cv_prog_cxx_g=no
3838 CXXFLAGS="-g"
3839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3840 /* end confdefs.h. */
3843 main ()
3847 return 0;
3849 _ACEOF
3850 if ac_fn_cxx_try_compile "$LINENO"; then :
3851 ac_cv_prog_cxx_g=yes
3852 else
3853 CXXFLAGS=""
3854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3855 /* end confdefs.h. */
3858 main ()
3862 return 0;
3864 _ACEOF
3865 if ac_fn_cxx_try_compile "$LINENO"; then :
3867 else
3868 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3869 CXXFLAGS="-g"
3870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3871 /* end confdefs.h. */
3874 main ()
3878 return 0;
3880 _ACEOF
3881 if ac_fn_cxx_try_compile "$LINENO"; then :
3882 ac_cv_prog_cxx_g=yes
3884 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3888 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3889 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3892 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3893 if test "$ac_test_CXXFLAGS" = set; then
3894 CXXFLAGS=$ac_save_CXXFLAGS
3895 elif test $ac_cv_prog_cxx_g = yes; then
3896 if test "$GXX" = yes; then
3897 CXXFLAGS="-g -O2"
3898 else
3899 CXXFLAGS="-g"
3901 else
3902 if test "$GXX" = yes; then
3903 CXXFLAGS="-O2"
3904 else
3905 CXXFLAGS=
3908 ac_ext=c
3909 ac_cpp='$CPP $CPPFLAGS'
3910 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3911 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3912 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3914 if test -n "$ac_tool_prefix"; then
3915 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3916 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3918 $as_echo_n "checking for $ac_word... " >&6; }
3919 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3920 $as_echo_n "(cached) " >&6
3921 else
3922 if test -n "$CPPBIN"; then
3923 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3924 else
3925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3926 for as_dir in $PATH
3928 IFS=$as_save_IFS
3929 test -z "$as_dir" && as_dir=.
3930 for ac_exec_ext in '' $ac_executable_extensions; do
3931 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3932 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3934 break 2
3936 done
3937 done
3938 IFS=$as_save_IFS
3942 CPPBIN=$ac_cv_prog_CPPBIN
3943 if test -n "$CPPBIN"; then
3944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3945 $as_echo "$CPPBIN" >&6; }
3946 else
3947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3948 $as_echo "no" >&6; }
3953 if test -z "$ac_cv_prog_CPPBIN"; then
3954 ac_ct_CPPBIN=$CPPBIN
3955 # Extract the first word of "cpp", so it can be a program name with args.
3956 set dummy cpp; ac_word=$2
3957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3958 $as_echo_n "checking for $ac_word... " >&6; }
3959 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3960 $as_echo_n "(cached) " >&6
3961 else
3962 if test -n "$ac_ct_CPPBIN"; then
3963 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3964 else
3965 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3966 for as_dir in $PATH
3968 IFS=$as_save_IFS
3969 test -z "$as_dir" && as_dir=.
3970 for ac_exec_ext in '' $ac_executable_extensions; do
3971 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3972 ac_cv_prog_ac_ct_CPPBIN="cpp"
3973 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3974 break 2
3976 done
3977 done
3978 IFS=$as_save_IFS
3982 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3983 if test -n "$ac_ct_CPPBIN"; then
3984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3985 $as_echo "$ac_ct_CPPBIN" >&6; }
3986 else
3987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3988 $as_echo "no" >&6; }
3991 if test "x$ac_ct_CPPBIN" = x; then
3992 CPPBIN="cpp"
3993 else
3994 case $cross_compiling:$ac_tool_warned in
3995 yes:)
3996 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3997 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3998 ac_tool_warned=yes ;;
3999 esac
4000 CPPBIN=$ac_ct_CPPBIN
4002 else
4003 CPPBIN="$ac_cv_prog_CPPBIN"
4007 cat >>confdefs.h <<_ACEOF
4008 #define EXEEXT "$ac_exeext"
4009 _ACEOF
4012 case $host in
4013 *-darwin*)
4014 if test "x$enable_win64" = "xyes"
4015 then
4016 CC="$CC -m64"
4017 CXX="$CXX -m64"
4018 LD="${LD:-ld} -arch x86_64"
4019 AS="${AS:-as} -arch x86_64"
4020 host_cpu="x86_64"
4021 notice_platform="64-bit "
4022 TARGETFLAGS="-m64"
4024 else
4025 CC="$CC -m32"
4026 CXX="$CXX -m32"
4027 LD="${LD:-ld} -arch i386"
4028 AS="${AS:-as} -arch i386"
4029 host_cpu="i386"
4030 notice_platform="32-bit "
4031 TARGETFLAGS="-m32"
4033 enable_win16=${enable_win16:-yes}
4036 x86_64*)
4037 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4038 then
4039 CC="$CC -m32"
4040 CXX="$CXX -m32"
4041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4042 $as_echo_n "checking whether $CC works... " >&6; }
4044 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4045 /* end confdefs.h. */
4048 main ()
4052 return 0;
4054 _ACEOF
4055 if ac_fn_c_try_link "$LINENO"; then :
4056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4057 $as_echo "yes" >&6; }
4058 else
4059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4060 $as_echo "no" >&6; }
4061 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4063 rm -f core conftest.err conftest.$ac_objext \
4064 conftest$ac_exeext conftest.$ac_ext
4065 LD="${LD:-ld} -m elf_i386"
4066 AS="${AS:-as} --32"
4067 host_cpu="i386"
4068 notice_platform="32-bit "
4069 TARGETFLAGS="-m32"
4071 enable_win16=${enable_win16:-yes}
4072 else
4073 if test "x${GCC}" = "xyes"
4074 then
4075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4076 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4077 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4078 /* end confdefs.h. */
4079 #include <stdarg.h>
4081 main ()
4083 void func(__builtin_ms_va_list *args);
4085 return 0;
4087 _ACEOF
4088 if ac_fn_c_try_compile "$LINENO"; then :
4089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4090 $as_echo "yes" >&6; }
4091 else
4092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4093 $as_echo "no" >&6; }
4094 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4098 TARGETFLAGS="-m64"
4102 *-mingw32*|*-cygwin*)
4103 enable_win16=${enable_win16:-no}
4105 i[3456789]86*)
4106 enable_win16=${enable_win16:-yes}
4108 esac
4110 enable_win16=${enable_win16:-no}
4112 if test -n "$with_wine64"
4113 then
4114 if test "x$enable_win64" = "xyes"
4115 then
4116 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4117 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4119 WOW64_DISABLE=\#
4121 enable_fonts=${enable_fonts:-no}
4122 enable_include=${enable_include:-no}
4123 enable_server=${enable_server:-no}
4124 enable_tools=${enable_tools:-no}
4125 enable_wineboot=${enable_wineboot:-no}
4126 enable_winedbg=${enable_winedbg:-no}
4127 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4131 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4132 if test "${wine_cv_toolsdir+set}" = set; then :
4133 $as_echo_n "(cached) " >&6
4134 else
4135 wine_cv_toolsdir="$with_wine_tools"
4136 if test -z "$with_wine_tools"; then
4137 if test "$cross_compiling" = "yes"; then
4138 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4139 elif test -n "$with_wine64"; then
4140 wine_cv_toolsdir="$with_wine64"
4143 if test -z "$wine_cv_toolsdir"; then
4144 wine_cv_toolsdir="\$(TOPOBJDIR)"
4145 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4146 case "$wine_cv_toolsdir" in
4147 /*) ;;
4148 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4149 esac
4150 else
4151 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4155 $as_echo "$wine_cv_toolsdir" >&6; }
4156 TOOLSDIR=$wine_cv_toolsdir
4158 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4159 then
4160 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4164 for ac_prog in flex
4166 # Extract the first word of "$ac_prog", so it can be a program name with args.
4167 set dummy $ac_prog; ac_word=$2
4168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4169 $as_echo_n "checking for $ac_word... " >&6; }
4170 if test "${ac_cv_prog_FLEX+set}" = set; then :
4171 $as_echo_n "(cached) " >&6
4172 else
4173 if test -n "$FLEX"; then
4174 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4175 else
4176 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4177 for as_dir in $PATH
4179 IFS=$as_save_IFS
4180 test -z "$as_dir" && as_dir=.
4181 for ac_exec_ext in '' $ac_executable_extensions; do
4182 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4183 ac_cv_prog_FLEX="$ac_prog"
4184 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4185 break 2
4187 done
4188 done
4189 IFS=$as_save_IFS
4193 FLEX=$ac_cv_prog_FLEX
4194 if test -n "$FLEX"; then
4195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4196 $as_echo "$FLEX" >&6; }
4197 else
4198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4199 $as_echo "no" >&6; }
4203 test -n "$FLEX" && break
4204 done
4205 test -n "$FLEX" || FLEX="none"
4207 if test "$FLEX" = "none"
4208 then
4209 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4212 $as_echo_n "checking whether flex is recent enough... " >&6; }
4213 cat >conftest.l <<EOF
4214 %top{
4215 #include "prediluvian.h"
4219 if $FLEX -t conftest.l >/dev/null 2>&1
4220 then
4221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4222 $as_echo "yes" >&6; }
4223 else
4224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4225 $as_echo "no" >&6; }
4226 as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4229 for ac_prog in bison
4231 # Extract the first word of "$ac_prog", so it can be a program name with args.
4232 set dummy $ac_prog; ac_word=$2
4233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4234 $as_echo_n "checking for $ac_word... " >&6; }
4235 if test "${ac_cv_prog_BISON+set}" = set; then :
4236 $as_echo_n "(cached) " >&6
4237 else
4238 if test -n "$BISON"; then
4239 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4240 else
4241 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4242 for as_dir in $PATH
4244 IFS=$as_save_IFS
4245 test -z "$as_dir" && as_dir=.
4246 for ac_exec_ext in '' $ac_executable_extensions; do
4247 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4248 ac_cv_prog_BISON="$ac_prog"
4249 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4250 break 2
4252 done
4253 done
4254 IFS=$as_save_IFS
4258 BISON=$ac_cv_prog_BISON
4259 if test -n "$BISON"; then
4260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4261 $as_echo "$BISON" >&6; }
4262 else
4263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4264 $as_echo "no" >&6; }
4268 test -n "$BISON" && break
4269 done
4270 test -n "$BISON" || BISON="none"
4272 if test "$BISON" = "none"
4273 then
4274 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4277 if test -n "$ac_tool_prefix"; then
4278 for ac_prog in ar gar
4280 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4281 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4283 $as_echo_n "checking for $ac_word... " >&6; }
4284 if test "${ac_cv_prog_AR+set}" = set; then :
4285 $as_echo_n "(cached) " >&6
4286 else
4287 if test -n "$AR"; then
4288 ac_cv_prog_AR="$AR" # Let the user override the test.
4289 else
4290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4291 for as_dir in $PATH
4293 IFS=$as_save_IFS
4294 test -z "$as_dir" && as_dir=.
4295 for ac_exec_ext in '' $ac_executable_extensions; do
4296 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4297 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4298 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4299 break 2
4301 done
4302 done
4303 IFS=$as_save_IFS
4307 AR=$ac_cv_prog_AR
4308 if test -n "$AR"; then
4309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4310 $as_echo "$AR" >&6; }
4311 else
4312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4313 $as_echo "no" >&6; }
4317 test -n "$AR" && break
4318 done
4320 if test -z "$AR"; then
4321 ac_ct_AR=$AR
4322 for ac_prog in ar gar
4324 # Extract the first word of "$ac_prog", so it can be a program name with args.
4325 set dummy $ac_prog; ac_word=$2
4326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4327 $as_echo_n "checking for $ac_word... " >&6; }
4328 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4329 $as_echo_n "(cached) " >&6
4330 else
4331 if test -n "$ac_ct_AR"; then
4332 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4333 else
4334 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4335 for as_dir in $PATH
4337 IFS=$as_save_IFS
4338 test -z "$as_dir" && as_dir=.
4339 for ac_exec_ext in '' $ac_executable_extensions; do
4340 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4341 ac_cv_prog_ac_ct_AR="$ac_prog"
4342 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4343 break 2
4345 done
4346 done
4347 IFS=$as_save_IFS
4351 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4352 if test -n "$ac_ct_AR"; then
4353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4354 $as_echo "$ac_ct_AR" >&6; }
4355 else
4356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4357 $as_echo "no" >&6; }
4361 test -n "$ac_ct_AR" && break
4362 done
4364 if test "x$ac_ct_AR" = x; then
4365 AR="ar"
4366 else
4367 case $cross_compiling:$ac_tool_warned in
4368 yes:)
4369 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4370 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4371 ac_tool_warned=yes ;;
4372 esac
4373 AR=$ac_ct_AR
4377 ARFLAGS=rc
4379 if test -n "$ac_tool_prefix"; then
4380 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4381 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4383 $as_echo_n "checking for $ac_word... " >&6; }
4384 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4385 $as_echo_n "(cached) " >&6
4386 else
4387 if test -n "$RANLIB"; then
4388 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4389 else
4390 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4391 for as_dir in $PATH
4393 IFS=$as_save_IFS
4394 test -z "$as_dir" && as_dir=.
4395 for ac_exec_ext in '' $ac_executable_extensions; do
4396 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4397 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4398 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4399 break 2
4401 done
4402 done
4403 IFS=$as_save_IFS
4407 RANLIB=$ac_cv_prog_RANLIB
4408 if test -n "$RANLIB"; then
4409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4410 $as_echo "$RANLIB" >&6; }
4411 else
4412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4413 $as_echo "no" >&6; }
4418 if test -z "$ac_cv_prog_RANLIB"; then
4419 ac_ct_RANLIB=$RANLIB
4420 # Extract the first word of "ranlib", so it can be a program name with args.
4421 set dummy ranlib; ac_word=$2
4422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4423 $as_echo_n "checking for $ac_word... " >&6; }
4424 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4425 $as_echo_n "(cached) " >&6
4426 else
4427 if test -n "$ac_ct_RANLIB"; then
4428 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4429 else
4430 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4431 for as_dir in $PATH
4433 IFS=$as_save_IFS
4434 test -z "$as_dir" && as_dir=.
4435 for ac_exec_ext in '' $ac_executable_extensions; do
4436 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4437 ac_cv_prog_ac_ct_RANLIB="ranlib"
4438 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4439 break 2
4441 done
4442 done
4443 IFS=$as_save_IFS
4447 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4448 if test -n "$ac_ct_RANLIB"; then
4449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4450 $as_echo "$ac_ct_RANLIB" >&6; }
4451 else
4452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4453 $as_echo "no" >&6; }
4456 if test "x$ac_ct_RANLIB" = x; then
4457 RANLIB=":"
4458 else
4459 case $cross_compiling:$ac_tool_warned in
4460 yes:)
4461 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4462 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4463 ac_tool_warned=yes ;;
4464 esac
4465 RANLIB=$ac_ct_RANLIB
4467 else
4468 RANLIB="$ac_cv_prog_RANLIB"
4471 if test -n "$ac_tool_prefix"; then
4472 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4473 set dummy ${ac_tool_prefix}strip; ac_word=$2
4474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4475 $as_echo_n "checking for $ac_word... " >&6; }
4476 if test "${ac_cv_prog_STRIP+set}" = set; then :
4477 $as_echo_n "(cached) " >&6
4478 else
4479 if test -n "$STRIP"; then
4480 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4481 else
4482 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4483 for as_dir in $PATH
4485 IFS=$as_save_IFS
4486 test -z "$as_dir" && as_dir=.
4487 for ac_exec_ext in '' $ac_executable_extensions; do
4488 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4489 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4490 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4491 break 2
4493 done
4494 done
4495 IFS=$as_save_IFS
4499 STRIP=$ac_cv_prog_STRIP
4500 if test -n "$STRIP"; then
4501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4502 $as_echo "$STRIP" >&6; }
4503 else
4504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4505 $as_echo "no" >&6; }
4510 if test -z "$ac_cv_prog_STRIP"; then
4511 ac_ct_STRIP=$STRIP
4512 # Extract the first word of "strip", so it can be a program name with args.
4513 set dummy strip; ac_word=$2
4514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4515 $as_echo_n "checking for $ac_word... " >&6; }
4516 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4517 $as_echo_n "(cached) " >&6
4518 else
4519 if test -n "$ac_ct_STRIP"; then
4520 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4521 else
4522 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4523 for as_dir in $PATH
4525 IFS=$as_save_IFS
4526 test -z "$as_dir" && as_dir=.
4527 for ac_exec_ext in '' $ac_executable_extensions; do
4528 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4529 ac_cv_prog_ac_ct_STRIP="strip"
4530 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4531 break 2
4533 done
4534 done
4535 IFS=$as_save_IFS
4539 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4540 if test -n "$ac_ct_STRIP"; then
4541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4542 $as_echo "$ac_ct_STRIP" >&6; }
4543 else
4544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4545 $as_echo "no" >&6; }
4548 if test "x$ac_ct_STRIP" = x; then
4549 STRIP="strip"
4550 else
4551 case $cross_compiling:$ac_tool_warned in
4552 yes:)
4553 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4554 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4555 ac_tool_warned=yes ;;
4556 esac
4557 STRIP=$ac_ct_STRIP
4559 else
4560 STRIP="$ac_cv_prog_STRIP"
4563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4564 $as_echo_n "checking whether ln -s works... " >&6; }
4565 LN_S=$as_ln_s
4566 if test "$LN_S" = "ln -s"; then
4567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4568 $as_echo "yes" >&6; }
4569 else
4570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4571 $as_echo "no, using $LN_S" >&6; }
4574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4575 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4576 if test "${ac_cv_path_GREP+set}" = set; then :
4577 $as_echo_n "(cached) " >&6
4578 else
4579 if test -z "$GREP"; then
4580 ac_path_GREP_found=false
4581 # Loop through the user's path and test for each of PROGNAME-LIST
4582 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4583 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4585 IFS=$as_save_IFS
4586 test -z "$as_dir" && as_dir=.
4587 for ac_prog in grep ggrep; do
4588 for ac_exec_ext in '' $ac_executable_extensions; do
4589 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4590 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4591 # Check for GNU ac_path_GREP and select it if it is found.
4592 # Check for GNU $ac_path_GREP
4593 case `"$ac_path_GREP" --version 2>&1` in
4594 *GNU*)
4595 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4597 ac_count=0
4598 $as_echo_n 0123456789 >"conftest.in"
4599 while :
4601 cat "conftest.in" "conftest.in" >"conftest.tmp"
4602 mv "conftest.tmp" "conftest.in"
4603 cp "conftest.in" "conftest.nl"
4604 $as_echo 'GREP' >> "conftest.nl"
4605 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4606 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4607 as_fn_arith $ac_count + 1 && ac_count=$as_val
4608 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4609 # Best one so far, save it but keep looking for a better one
4610 ac_cv_path_GREP="$ac_path_GREP"
4611 ac_path_GREP_max=$ac_count
4613 # 10*(2^10) chars as input seems more than enough
4614 test $ac_count -gt 10 && break
4615 done
4616 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4617 esac
4619 $ac_path_GREP_found && break 3
4620 done
4621 done
4622 done
4623 IFS=$as_save_IFS
4624 if test -z "$ac_cv_path_GREP"; then
4625 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4627 else
4628 ac_cv_path_GREP=$GREP
4632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4633 $as_echo "$ac_cv_path_GREP" >&6; }
4634 GREP="$ac_cv_path_GREP"
4637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4638 $as_echo_n "checking for egrep... " >&6; }
4639 if test "${ac_cv_path_EGREP+set}" = set; then :
4640 $as_echo_n "(cached) " >&6
4641 else
4642 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4643 then ac_cv_path_EGREP="$GREP -E"
4644 else
4645 if test -z "$EGREP"; then
4646 ac_path_EGREP_found=false
4647 # Loop through the user's path and test for each of PROGNAME-LIST
4648 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4649 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4651 IFS=$as_save_IFS
4652 test -z "$as_dir" && as_dir=.
4653 for ac_prog in egrep; do
4654 for ac_exec_ext in '' $ac_executable_extensions; do
4655 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4656 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4657 # Check for GNU ac_path_EGREP and select it if it is found.
4658 # Check for GNU $ac_path_EGREP
4659 case `"$ac_path_EGREP" --version 2>&1` in
4660 *GNU*)
4661 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4663 ac_count=0
4664 $as_echo_n 0123456789 >"conftest.in"
4665 while :
4667 cat "conftest.in" "conftest.in" >"conftest.tmp"
4668 mv "conftest.tmp" "conftest.in"
4669 cp "conftest.in" "conftest.nl"
4670 $as_echo 'EGREP' >> "conftest.nl"
4671 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4672 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4673 as_fn_arith $ac_count + 1 && ac_count=$as_val
4674 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4675 # Best one so far, save it but keep looking for a better one
4676 ac_cv_path_EGREP="$ac_path_EGREP"
4677 ac_path_EGREP_max=$ac_count
4679 # 10*(2^10) chars as input seems more than enough
4680 test $ac_count -gt 10 && break
4681 done
4682 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4683 esac
4685 $ac_path_EGREP_found && break 3
4686 done
4687 done
4688 done
4689 IFS=$as_save_IFS
4690 if test -z "$ac_cv_path_EGREP"; then
4691 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4693 else
4694 ac_cv_path_EGREP=$EGREP
4699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4700 $as_echo "$ac_cv_path_EGREP" >&6; }
4701 EGREP="$ac_cv_path_EGREP"
4704 # Extract the first word of "ldconfig", so it can be a program name with args.
4705 set dummy ldconfig; ac_word=$2
4706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4707 $as_echo_n "checking for $ac_word... " >&6; }
4708 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4709 $as_echo_n "(cached) " >&6
4710 else
4711 case $LDCONFIG in
4712 [\\/]* | ?:[\\/]*)
4713 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4716 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4717 for as_dir in /sbin /usr/sbin $PATH
4719 IFS=$as_save_IFS
4720 test -z "$as_dir" && as_dir=.
4721 for ac_exec_ext in '' $ac_executable_extensions; do
4722 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4723 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4724 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4725 break 2
4727 done
4728 done
4729 IFS=$as_save_IFS
4731 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4733 esac
4735 LDCONFIG=$ac_cv_path_LDCONFIG
4736 if test -n "$LDCONFIG"; then
4737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4738 $as_echo "$LDCONFIG" >&6; }
4739 else
4740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4741 $as_echo "no" >&6; }
4745 # Find a good install program. We prefer a C program (faster),
4746 # so one script is as good as another. But avoid the broken or
4747 # incompatible versions:
4748 # SysV /etc/install, /usr/sbin/install
4749 # SunOS /usr/etc/install
4750 # IRIX /sbin/install
4751 # AIX /bin/install
4752 # AmigaOS /C/install, which installs bootblocks on floppy discs
4753 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4754 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4755 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4756 # OS/2's system install, which has a completely different semantic
4757 # ./install, which can be erroneously created by make from ./install.sh.
4758 # Reject install programs that cannot install multiple files.
4759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4760 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4761 if test -z "$INSTALL"; then
4762 if test "${ac_cv_path_install+set}" = set; then :
4763 $as_echo_n "(cached) " >&6
4764 else
4765 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4766 for as_dir in $PATH
4768 IFS=$as_save_IFS
4769 test -z "$as_dir" && as_dir=.
4770 # Account for people who put trailing slashes in PATH elements.
4771 case $as_dir/ in #((
4772 ./ | .// | /[cC]/* | \
4773 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4774 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4775 /usr/ucb/* ) ;;
4777 # OSF1 and SCO ODT 3.0 have their own names for install.
4778 # Don't use installbsd from OSF since it installs stuff as root
4779 # by default.
4780 for ac_prog in ginstall scoinst install; do
4781 for ac_exec_ext in '' $ac_executable_extensions; do
4782 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4783 if test $ac_prog = install &&
4784 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4785 # AIX install. It has an incompatible calling convention.
4787 elif test $ac_prog = install &&
4788 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4789 # program-specific install script used by HP pwplus--don't use.
4791 else
4792 rm -rf conftest.one conftest.two conftest.dir
4793 echo one > conftest.one
4794 echo two > conftest.two
4795 mkdir conftest.dir
4796 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4797 test -s conftest.one && test -s conftest.two &&
4798 test -s conftest.dir/conftest.one &&
4799 test -s conftest.dir/conftest.two
4800 then
4801 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4802 break 3
4806 done
4807 done
4809 esac
4811 done
4812 IFS=$as_save_IFS
4814 rm -rf conftest.one conftest.two conftest.dir
4817 if test "${ac_cv_path_install+set}" = set; then
4818 INSTALL=$ac_cv_path_install
4819 else
4820 # As a last resort, use the slow shell script. Don't cache a
4821 # value for INSTALL within a source directory, because that will
4822 # break other packages using the cache if that directory is
4823 # removed, or if the value is a relative name.
4824 INSTALL=$ac_install_sh
4827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4828 $as_echo "$INSTALL" >&6; }
4830 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4831 # It thinks the first close brace ends the variable substitution.
4832 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4834 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4836 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4838 case "$INSTALL" in
4839 [\\/$]* | ?:[\\/]* ) ;;
4840 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4841 esac
4843 for ac_prog in lclint lint
4845 # Extract the first word of "$ac_prog", so it can be a program name with args.
4846 set dummy $ac_prog; ac_word=$2
4847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4848 $as_echo_n "checking for $ac_word... " >&6; }
4849 if test "${ac_cv_prog_LINT+set}" = set; then :
4850 $as_echo_n "(cached) " >&6
4851 else
4852 if test -n "$LINT"; then
4853 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4854 else
4855 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4856 for as_dir in $PATH
4858 IFS=$as_save_IFS
4859 test -z "$as_dir" && as_dir=.
4860 for ac_exec_ext in '' $ac_executable_extensions; do
4861 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4862 ac_cv_prog_LINT="$ac_prog"
4863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4864 break 2
4866 done
4867 done
4868 IFS=$as_save_IFS
4872 LINT=$ac_cv_prog_LINT
4873 if test -n "$LINT"; then
4874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4875 $as_echo "$LINT" >&6; }
4876 else
4877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4878 $as_echo "no" >&6; }
4882 test -n "$LINT" && break
4883 done
4885 if test "$LINT" = "lint"
4886 then
4887 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4892 for ac_prog in fontforge
4894 # Extract the first word of "$ac_prog", so it can be a program name with args.
4895 set dummy $ac_prog; ac_word=$2
4896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4897 $as_echo_n "checking for $ac_word... " >&6; }
4898 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4899 $as_echo_n "(cached) " >&6
4900 else
4901 if test -n "$FONTFORGE"; then
4902 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4903 else
4904 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4905 for as_dir in $PATH
4907 IFS=$as_save_IFS
4908 test -z "$as_dir" && as_dir=.
4909 for ac_exec_ext in '' $ac_executable_extensions; do
4910 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4911 ac_cv_prog_FONTFORGE="$ac_prog"
4912 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4913 break 2
4915 done
4916 done
4917 IFS=$as_save_IFS
4921 FONTFORGE=$ac_cv_prog_FONTFORGE
4922 if test -n "$FONTFORGE"; then
4923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4924 $as_echo "$FONTFORGE" >&6; }
4925 else
4926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4927 $as_echo "no" >&6; }
4931 test -n "$FONTFORGE" && break
4932 done
4933 test -n "$FONTFORGE" || FONTFORGE="false"
4935 for ac_prog in pkg-config
4937 # Extract the first word of "$ac_prog", so it can be a program name with args.
4938 set dummy $ac_prog; ac_word=$2
4939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4940 $as_echo_n "checking for $ac_word... " >&6; }
4941 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4942 $as_echo_n "(cached) " >&6
4943 else
4944 if test -n "$PKG_CONFIG"; then
4945 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4946 else
4947 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4948 for as_dir in $PATH
4950 IFS=$as_save_IFS
4951 test -z "$as_dir" && as_dir=.
4952 for ac_exec_ext in '' $ac_executable_extensions; do
4953 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4954 ac_cv_prog_PKG_CONFIG="$ac_prog"
4955 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4956 break 2
4958 done
4959 done
4960 IFS=$as_save_IFS
4964 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4965 if test -n "$PKG_CONFIG"; then
4966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4967 $as_echo "$PKG_CONFIG" >&6; }
4968 else
4969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4970 $as_echo "no" >&6; }
4974 test -n "$PKG_CONFIG" && break
4975 done
4976 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4978 for ac_prog in rsvg
4980 # Extract the first word of "$ac_prog", so it can be a program name with args.
4981 set dummy $ac_prog; ac_word=$2
4982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4983 $as_echo_n "checking for $ac_word... " >&6; }
4984 if test "${ac_cv_prog_RSVG+set}" = set; then :
4985 $as_echo_n "(cached) " >&6
4986 else
4987 if test -n "$RSVG"; then
4988 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4989 else
4990 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4991 for as_dir in $PATH
4993 IFS=$as_save_IFS
4994 test -z "$as_dir" && as_dir=.
4995 for ac_exec_ext in '' $ac_executable_extensions; do
4996 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4997 ac_cv_prog_RSVG="$ac_prog"
4998 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4999 break 2
5001 done
5002 done
5003 IFS=$as_save_IFS
5007 RSVG=$ac_cv_prog_RSVG
5008 if test -n "$RSVG"; then
5009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5010 $as_echo "$RSVG" >&6; }
5011 else
5012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5013 $as_echo "no" >&6; }
5017 test -n "$RSVG" && break
5018 done
5019 test -n "$RSVG" || RSVG="false"
5021 for ac_prog in icotool
5023 # Extract the first word of "$ac_prog", so it can be a program name with args.
5024 set dummy $ac_prog; ac_word=$2
5025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5026 $as_echo_n "checking for $ac_word... " >&6; }
5027 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5028 $as_echo_n "(cached) " >&6
5029 else
5030 if test -n "$ICOTOOL"; then
5031 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5032 else
5033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5034 for as_dir in $PATH
5036 IFS=$as_save_IFS
5037 test -z "$as_dir" && as_dir=.
5038 for ac_exec_ext in '' $ac_executable_extensions; do
5039 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5040 ac_cv_prog_ICOTOOL="$ac_prog"
5041 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5042 break 2
5044 done
5045 done
5046 IFS=$as_save_IFS
5050 ICOTOOL=$ac_cv_prog_ICOTOOL
5051 if test -n "$ICOTOOL"; then
5052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5053 $as_echo "$ICOTOOL" >&6; }
5054 else
5055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5056 $as_echo "no" >&6; }
5060 test -n "$ICOTOOL" && break
5061 done
5062 test -n "$ICOTOOL" || ICOTOOL="false"
5065 if test "${enable_maintainer_mode+set}" = set
5066 then
5067 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5068 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5069 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5072 case $host_cpu in
5073 *i[3456789]86*)
5074 # Extract the first word of "prelink", so it can be a program name with args.
5075 set dummy prelink; ac_word=$2
5076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5077 $as_echo_n "checking for $ac_word... " >&6; }
5078 if test "${ac_cv_path_PRELINK+set}" = set; then :
5079 $as_echo_n "(cached) " >&6
5080 else
5081 case $PRELINK in
5082 [\\/]* | ?:[\\/]*)
5083 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5086 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5087 for as_dir in /sbin /usr/sbin $PATH
5089 IFS=$as_save_IFS
5090 test -z "$as_dir" && as_dir=.
5091 for ac_exec_ext in '' $ac_executable_extensions; do
5092 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5093 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5094 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5095 break 2
5097 done
5098 done
5099 IFS=$as_save_IFS
5101 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5103 esac
5105 PRELINK=$ac_cv_path_PRELINK
5106 if test -n "$PRELINK"; then
5107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5108 $as_echo "$PRELINK" >&6; }
5109 else
5110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5111 $as_echo "no" >&6; }
5116 esac
5119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5120 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5121 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5122 $as_echo_n "(cached) " >&6
5123 else
5124 ac_check_lib_save_LIBS=$LIBS
5125 LIBS="-li386 $LIBS"
5126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5127 /* end confdefs.h. */
5129 /* Override any GCC internal prototype to avoid an error.
5130 Use char because int might match the return type of a GCC
5131 builtin and then its argument prototype would still apply. */
5132 #ifdef __cplusplus
5133 extern "C"
5134 #endif
5135 char i386_set_ldt ();
5137 main ()
5139 return i386_set_ldt ();
5141 return 0;
5143 _ACEOF
5144 if ac_fn_c_try_link "$LINENO"; then :
5145 ac_cv_lib_i386_i386_set_ldt=yes
5146 else
5147 ac_cv_lib_i386_i386_set_ldt=no
5149 rm -f core conftest.err conftest.$ac_objext \
5150 conftest$ac_exeext conftest.$ac_ext
5151 LIBS=$ac_check_lib_save_LIBS
5153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5154 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5155 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5156 cat >>confdefs.h <<_ACEOF
5157 #define HAVE_LIBI386 1
5158 _ACEOF
5160 LIBS="-li386 $LIBS"
5164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5165 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5166 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5167 $as_echo_n "(cached) " >&6
5168 else
5169 ac_check_lib_save_LIBS=$LIBS
5170 LIBS="-lossaudio $LIBS"
5171 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5172 /* end confdefs.h. */
5174 /* Override any GCC internal prototype to avoid an error.
5175 Use char because int might match the return type of a GCC
5176 builtin and then its argument prototype would still apply. */
5177 #ifdef __cplusplus
5178 extern "C"
5179 #endif
5180 char _oss_ioctl ();
5182 main ()
5184 return _oss_ioctl ();
5186 return 0;
5188 _ACEOF
5189 if ac_fn_c_try_link "$LINENO"; then :
5190 ac_cv_lib_ossaudio__oss_ioctl=yes
5191 else
5192 ac_cv_lib_ossaudio__oss_ioctl=no
5194 rm -f core conftest.err conftest.$ac_objext \
5195 conftest$ac_exeext conftest.$ac_ext
5196 LIBS=$ac_check_lib_save_LIBS
5198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5199 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5200 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5201 cat >>confdefs.h <<_ACEOF
5202 #define HAVE_LIBOSSAUDIO 1
5203 _ACEOF
5205 LIBS="-lossaudio $LIBS"
5210 XLIB=""
5212 OPENGL_LIBS=""
5216 # Check whether --enable-largefile was given.
5217 if test "${enable_largefile+set}" = set; then :
5218 enableval=$enable_largefile;
5221 if test "$enable_largefile" != no; then
5223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5224 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5225 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5226 $as_echo_n "(cached) " >&6
5227 else
5228 ac_cv_sys_largefile_CC=no
5229 if test "$GCC" != yes; then
5230 ac_save_CC=$CC
5231 while :; do
5232 # IRIX 6.2 and later do not support large files by default,
5233 # so use the C compiler's -n32 option if that helps.
5234 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5235 /* end confdefs.h. */
5236 #include <sys/types.h>
5237 /* Check that off_t can represent 2**63 - 1 correctly.
5238 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5239 since some C++ compilers masquerading as C compilers
5240 incorrectly reject 9223372036854775807. */
5241 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5242 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5243 && LARGE_OFF_T % 2147483647 == 1)
5244 ? 1 : -1];
5246 main ()
5250 return 0;
5252 _ACEOF
5253 if ac_fn_c_try_compile "$LINENO"; then :
5254 break
5256 rm -f core conftest.err conftest.$ac_objext
5257 CC="$CC -n32"
5258 if ac_fn_c_try_compile "$LINENO"; then :
5259 ac_cv_sys_largefile_CC=' -n32'; break
5261 rm -f core conftest.err conftest.$ac_objext
5262 break
5263 done
5264 CC=$ac_save_CC
5265 rm -f conftest.$ac_ext
5268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5269 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5270 if test "$ac_cv_sys_largefile_CC" != no; then
5271 CC=$CC$ac_cv_sys_largefile_CC
5274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5275 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5276 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5277 $as_echo_n "(cached) " >&6
5278 else
5279 while :; do
5280 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5281 /* end confdefs.h. */
5282 #include <sys/types.h>
5283 /* Check that off_t can represent 2**63 - 1 correctly.
5284 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5285 since some C++ compilers masquerading as C compilers
5286 incorrectly reject 9223372036854775807. */
5287 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5288 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5289 && LARGE_OFF_T % 2147483647 == 1)
5290 ? 1 : -1];
5292 main ()
5296 return 0;
5298 _ACEOF
5299 if ac_fn_c_try_compile "$LINENO"; then :
5300 ac_cv_sys_file_offset_bits=no; break
5302 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5304 /* end confdefs.h. */
5305 #define _FILE_OFFSET_BITS 64
5306 #include <sys/types.h>
5307 /* Check that off_t can represent 2**63 - 1 correctly.
5308 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5309 since some C++ compilers masquerading as C compilers
5310 incorrectly reject 9223372036854775807. */
5311 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5312 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5313 && LARGE_OFF_T % 2147483647 == 1)
5314 ? 1 : -1];
5316 main ()
5320 return 0;
5322 _ACEOF
5323 if ac_fn_c_try_compile "$LINENO"; then :
5324 ac_cv_sys_file_offset_bits=64; break
5326 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5327 ac_cv_sys_file_offset_bits=unknown
5328 break
5329 done
5331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5332 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5333 case $ac_cv_sys_file_offset_bits in #(
5334 no | unknown) ;;
5336 cat >>confdefs.h <<_ACEOF
5337 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5338 _ACEOF
5340 esac
5341 rm -rf conftest*
5342 if test $ac_cv_sys_file_offset_bits = unknown; then
5343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5344 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5345 if test "${ac_cv_sys_large_files+set}" = set; then :
5346 $as_echo_n "(cached) " >&6
5347 else
5348 while :; do
5349 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5350 /* end confdefs.h. */
5351 #include <sys/types.h>
5352 /* Check that off_t can represent 2**63 - 1 correctly.
5353 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5354 since some C++ compilers masquerading as C compilers
5355 incorrectly reject 9223372036854775807. */
5356 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5357 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5358 && LARGE_OFF_T % 2147483647 == 1)
5359 ? 1 : -1];
5361 main ()
5365 return 0;
5367 _ACEOF
5368 if ac_fn_c_try_compile "$LINENO"; then :
5369 ac_cv_sys_large_files=no; break
5371 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5373 /* end confdefs.h. */
5374 #define _LARGE_FILES 1
5375 #include <sys/types.h>
5376 /* Check that off_t can represent 2**63 - 1 correctly.
5377 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5378 since some C++ compilers masquerading as C compilers
5379 incorrectly reject 9223372036854775807. */
5380 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5381 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5382 && LARGE_OFF_T % 2147483647 == 1)
5383 ? 1 : -1];
5385 main ()
5389 return 0;
5391 _ACEOF
5392 if ac_fn_c_try_compile "$LINENO"; then :
5393 ac_cv_sys_large_files=1; break
5395 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5396 ac_cv_sys_large_files=unknown
5397 break
5398 done
5400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5401 $as_echo "$ac_cv_sys_large_files" >&6; }
5402 case $ac_cv_sys_large_files in #(
5403 no | unknown) ;;
5405 cat >>confdefs.h <<_ACEOF
5406 #define _LARGE_FILES $ac_cv_sys_large_files
5407 _ACEOF
5409 esac
5410 rm -rf conftest*
5415 ac_ext=c
5416 ac_cpp='$CPP $CPPFLAGS'
5417 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5418 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5419 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5421 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5422 # On Suns, sometimes $CPP names a directory.
5423 if test -n "$CPP" && test -d "$CPP"; then
5424 CPP=
5426 if test -z "$CPP"; then
5427 if test "${ac_cv_prog_CPP+set}" = set; then :
5428 $as_echo_n "(cached) " >&6
5429 else
5430 # Double quotes because CPP needs to be expanded
5431 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5433 ac_preproc_ok=false
5434 for ac_c_preproc_warn_flag in '' yes
5436 # Use a header file that comes with gcc, so configuring glibc
5437 # with a fresh cross-compiler works.
5438 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5439 # <limits.h> exists even on freestanding compilers.
5440 # On the NeXT, cc -E runs the code through the compiler's parser,
5441 # not just through cpp. "Syntax error" is here to catch this case.
5442 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5443 /* end confdefs.h. */
5444 #ifdef __STDC__
5445 # include <limits.h>
5446 #else
5447 # include <assert.h>
5448 #endif
5449 Syntax error
5450 _ACEOF
5451 if ac_fn_c_try_cpp "$LINENO"; then :
5453 else
5454 # Broken: fails on valid input.
5455 continue
5457 rm -f conftest.err conftest.$ac_ext
5459 # OK, works on sane cases. Now check whether nonexistent headers
5460 # can be detected and how.
5461 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5462 /* end confdefs.h. */
5463 #include <ac_nonexistent.h>
5464 _ACEOF
5465 if ac_fn_c_try_cpp "$LINENO"; then :
5466 # Broken: success on invalid input.
5467 continue
5468 else
5469 # Passes both tests.
5470 ac_preproc_ok=:
5471 break
5473 rm -f conftest.err conftest.$ac_ext
5475 done
5476 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5477 rm -f conftest.err conftest.$ac_ext
5478 if $ac_preproc_ok; then :
5479 break
5482 done
5483 ac_cv_prog_CPP=$CPP
5486 CPP=$ac_cv_prog_CPP
5487 else
5488 ac_cv_prog_CPP=$CPP
5490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5491 $as_echo "$CPP" >&6; }
5492 ac_preproc_ok=false
5493 for ac_c_preproc_warn_flag in '' yes
5495 # Use a header file that comes with gcc, so configuring glibc
5496 # with a fresh cross-compiler works.
5497 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5498 # <limits.h> exists even on freestanding compilers.
5499 # On the NeXT, cc -E runs the code through the compiler's parser,
5500 # not just through cpp. "Syntax error" is here to catch this case.
5501 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5502 /* end confdefs.h. */
5503 #ifdef __STDC__
5504 # include <limits.h>
5505 #else
5506 # include <assert.h>
5507 #endif
5508 Syntax error
5509 _ACEOF
5510 if ac_fn_c_try_cpp "$LINENO"; then :
5512 else
5513 # Broken: fails on valid input.
5514 continue
5516 rm -f conftest.err conftest.$ac_ext
5518 # OK, works on sane cases. Now check whether nonexistent headers
5519 # can be detected and how.
5520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5521 /* end confdefs.h. */
5522 #include <ac_nonexistent.h>
5523 _ACEOF
5524 if ac_fn_c_try_cpp "$LINENO"; then :
5525 # Broken: success on invalid input.
5526 continue
5527 else
5528 # Passes both tests.
5529 ac_preproc_ok=:
5530 break
5532 rm -f conftest.err conftest.$ac_ext
5534 done
5535 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5536 rm -f conftest.err conftest.$ac_ext
5537 if $ac_preproc_ok; then :
5539 else
5540 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5541 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5542 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5543 See \`config.log' for more details." "$LINENO" 5; }
5546 ac_ext=c
5547 ac_cpp='$CPP $CPPFLAGS'
5548 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5549 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5550 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5554 $as_echo_n "checking for ANSI C header files... " >&6; }
5555 if test "${ac_cv_header_stdc+set}" = set; then :
5556 $as_echo_n "(cached) " >&6
5557 else
5558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5559 /* end confdefs.h. */
5560 #include <stdlib.h>
5561 #include <stdarg.h>
5562 #include <string.h>
5563 #include <float.h>
5566 main ()
5570 return 0;
5572 _ACEOF
5573 if ac_fn_c_try_compile "$LINENO"; then :
5574 ac_cv_header_stdc=yes
5575 else
5576 ac_cv_header_stdc=no
5578 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5580 if test $ac_cv_header_stdc = yes; then
5581 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5583 /* end confdefs.h. */
5584 #include <string.h>
5586 _ACEOF
5587 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5588 $EGREP "memchr" >/dev/null 2>&1; then :
5590 else
5591 ac_cv_header_stdc=no
5593 rm -f conftest*
5597 if test $ac_cv_header_stdc = yes; then
5598 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5600 /* end confdefs.h. */
5601 #include <stdlib.h>
5603 _ACEOF
5604 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5605 $EGREP "free" >/dev/null 2>&1; then :
5607 else
5608 ac_cv_header_stdc=no
5610 rm -f conftest*
5614 if test $ac_cv_header_stdc = yes; then
5615 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5616 if test "$cross_compiling" = yes; then :
5618 else
5619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5620 /* end confdefs.h. */
5621 #include <ctype.h>
5622 #include <stdlib.h>
5623 #if ((' ' & 0x0FF) == 0x020)
5624 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5625 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5626 #else
5627 # define ISLOWER(c) \
5628 (('a' <= (c) && (c) <= 'i') \
5629 || ('j' <= (c) && (c) <= 'r') \
5630 || ('s' <= (c) && (c) <= 'z'))
5631 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5632 #endif
5634 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5636 main ()
5638 int i;
5639 for (i = 0; i < 256; i++)
5640 if (XOR (islower (i), ISLOWER (i))
5641 || toupper (i) != TOUPPER (i))
5642 return 2;
5643 return 0;
5645 _ACEOF
5646 if ac_fn_c_try_run "$LINENO"; then :
5648 else
5649 ac_cv_header_stdc=no
5651 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5652 conftest.$ac_objext conftest.beam conftest.$ac_ext
5657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5658 $as_echo "$ac_cv_header_stdc" >&6; }
5659 if test $ac_cv_header_stdc = yes; then
5661 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5665 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5666 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5667 inttypes.h stdint.h unistd.h
5668 do :
5669 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5670 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5672 eval as_val=\$$as_ac_Header
5673 if test "x$as_val" = x""yes; then :
5674 cat >>confdefs.h <<_ACEOF
5675 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5676 _ACEOF
5680 done
5683 for ac_header in \
5684 AL/al.h \
5685 AudioUnit/AudioUnit.h \
5686 Carbon/Carbon.h \
5687 CoreAudio/CoreAudio.h \
5688 DiskArbitration/DiskArbitration.h \
5689 IOKit/IOKitLib.h \
5690 IOKit/hid/IOHIDLib.h \
5691 OpenAL/al.h \
5692 alias.h \
5693 alsa/asoundlib.h \
5694 arpa/inet.h \
5695 arpa/nameser.h \
5696 asm/types.h \
5697 capi20.h \
5698 curses.h \
5699 direct.h \
5700 dirent.h \
5701 dlfcn.h \
5702 elf.h \
5703 float.h \
5704 fnmatch.h \
5705 fontconfig/fontconfig.h \
5706 getopt.h \
5707 grp.h \
5708 gsm.h \
5709 gsm/gsm.h \
5710 ieeefp.h \
5711 inet/mib2.h \
5712 io.h \
5713 jack/jack.h \
5714 jpeglib.h \
5715 kstat.h \
5716 lber.h \
5717 lcms.h \
5718 lcms/lcms.h \
5719 ldap.h \
5720 libaudioio.h \
5721 link.h \
5722 linux/cdrom.h \
5723 linux/compiler.h \
5724 linux/hdreg.h \
5725 linux/input.h \
5726 linux/ioctl.h \
5727 linux/joystick.h \
5728 linux/major.h \
5729 linux/param.h \
5730 linux/serial.h \
5731 linux/types.h \
5732 linux/ucdrom.h \
5733 mach-o/nlist.h \
5734 mach/mach.h \
5735 mach/machine.h \
5736 machine/cpu.h \
5737 machine/limits.h \
5738 machine/soundcard.h \
5739 mntent.h \
5740 mpg123.h \
5741 ncurses.h \
5742 netdb.h \
5743 netinet/in.h \
5744 netinet/in_systm.h \
5745 netinet/tcp.h \
5746 netinet/tcp_fsm.h \
5747 openssl/err.h \
5748 openssl/ssl.h \
5749 png.h \
5750 poll.h \
5751 port.h \
5752 process.h \
5753 pthread.h \
5754 pwd.h \
5755 regex.h \
5756 sched.h \
5757 scsi/scsi.h \
5758 scsi/scsi_ioctl.h \
5759 scsi/sg.h \
5760 soundcard.h \
5761 stdbool.h \
5762 stdint.h \
5763 strings.h \
5764 stropts.h \
5765 sys/asoundlib.h \
5766 sys/cdio.h \
5767 sys/elf32.h \
5768 sys/epoll.h \
5769 sys/errno.h \
5770 sys/event.h \
5771 sys/exec_elf.h \
5772 sys/filio.h \
5773 sys/inotify.h \
5774 sys/ioctl.h \
5775 sys/ipc.h \
5776 sys/limits.h \
5777 sys/link.h \
5778 sys/mman.h \
5779 sys/modem.h \
5780 sys/msg.h \
5781 sys/mtio.h \
5782 sys/param.h \
5783 sys/poll.h \
5784 sys/prctl.h \
5785 sys/protosw.h \
5786 sys/ptrace.h \
5787 sys/resource.h \
5788 sys/scsiio.h \
5789 sys/shm.h \
5790 sys/signal.h \
5791 sys/socket.h \
5792 sys/socketvar.h \
5793 sys/sockio.h \
5794 sys/soundcard.h \
5795 sys/statvfs.h \
5796 sys/strtio.h \
5797 sys/syscall.h \
5798 sys/tihdr.h \
5799 sys/time.h \
5800 sys/timeout.h \
5801 sys/times.h \
5802 sys/uio.h \
5803 sys/un.h \
5804 sys/utsname.h \
5805 sys/vm86.h \
5806 sys/wait.h \
5807 syscall.h \
5808 termios.h \
5809 unistd.h \
5810 utime.h \
5811 valgrind/memcheck.h \
5812 valgrind/valgrind.h \
5813 zlib.h
5815 do :
5816 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5817 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5818 eval as_val=\$$as_ac_Header
5819 if test "x$as_val" = x""yes; then :
5820 cat >>confdefs.h <<_ACEOF
5821 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5822 _ACEOF
5826 done
5828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5829 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5830 if test "${ac_cv_header_stat_broken+set}" = set; then :
5831 $as_echo_n "(cached) " >&6
5832 else
5833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5834 /* end confdefs.h. */
5835 #include <sys/types.h>
5836 #include <sys/stat.h>
5838 #if defined S_ISBLK && defined S_IFDIR
5839 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5840 #endif
5842 #if defined S_ISBLK && defined S_IFCHR
5843 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5844 #endif
5846 #if defined S_ISLNK && defined S_IFREG
5847 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5848 #endif
5850 #if defined S_ISSOCK && defined S_IFREG
5851 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5852 #endif
5854 _ACEOF
5855 if ac_fn_c_try_compile "$LINENO"; then :
5856 ac_cv_header_stat_broken=no
5857 else
5858 ac_cv_header_stat_broken=yes
5860 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5863 $as_echo "$ac_cv_header_stat_broken" >&6; }
5864 if test $ac_cv_header_stat_broken = yes; then
5866 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5872 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5873 do :
5874 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5875 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5876 #ifdef HAVE_SYS_PARAM_H
5877 # include <sys/param.h>
5878 #endif
5880 eval as_val=\$$as_ac_Header
5881 if test "x$as_val" = x""yes; then :
5882 cat >>confdefs.h <<_ACEOF
5883 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5884 _ACEOF
5888 done
5891 for ac_header in \
5892 netinet/ip.h \
5893 net/if.h \
5894 net/if_arp.h \
5895 net/if_dl.h \
5896 net/if_types.h \
5897 net/route.h \
5898 netinet/if_ether.h \
5899 netinet/if_inarp.h \
5900 netinet/in_pcb.h \
5901 netinet/ip_icmp.h \
5902 netinet/ip_var.h \
5903 netinet/udp.h \
5904 netipx/ipx.h \
5906 do :
5907 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5908 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5909 #ifdef HAVE_SYS_SOCKET_H
5910 # include <sys/socket.h>
5911 #endif
5912 #ifdef HAVE_SYS_SOCKETVAR_H
5913 # include <sys/socketvar.h>
5914 #endif
5915 #ifdef HAVE_NET_ROUTE_H
5916 # include <net/route.h>
5917 #endif
5918 #ifdef HAVE_NETINET_IN_H
5919 # include <netinet/in.h>
5920 #endif
5921 #ifdef HAVE_NETINET_IN_SYSTM_H
5922 # include <netinet/in_systm.h>
5923 #endif
5924 #ifdef HAVE_NET_IF_H
5925 # include <net/if.h>
5926 #endif
5927 #ifdef HAVE_NETINET_IP_H
5928 # include <netinet/ip.h>
5929 #endif
5931 eval as_val=\$$as_ac_Header
5932 if test "x$as_val" = x""yes; then :
5933 cat >>confdefs.h <<_ACEOF
5934 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5935 _ACEOF
5939 done
5942 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5943 do :
5944 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5945 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5946 #ifdef HAVE_ALIAS_H
5947 # include <alias.h>
5948 #endif
5949 #ifdef HAVE_SYS_SOCKET_H
5950 # include <sys/socket.h>
5951 #endif
5952 #ifdef HAVE_SYS_SOCKETVAR_H
5953 # include <sys/socketvar.h>
5954 #endif
5955 #ifdef HAVE_SYS_TIMEOUT_H
5956 # include <sys/timeout.h>
5957 #endif
5958 #ifdef HAVE_NETINET_IN_H
5959 # include <netinet/in.h>
5960 #endif
5961 #ifdef HAVE_NETINET_IN_SYSTM_H
5962 # include <netinet/in_systm.h>
5963 #endif
5964 #ifdef HAVE_NETINET_IP_H
5965 # include <netinet/ip.h>
5966 #endif
5967 #ifdef HAVE_NETINET_IP_VAR_H
5968 # include <netinet/ip_var.h>
5969 #endif
5970 #ifdef HAVE_NETINET_IP_ICMP_H
5971 # include <netinet/ip_icmp.h>
5972 #endif
5973 #ifdef HAVE_NETINET_UDP_H
5974 # include <netinet/udp.h>
5975 #endif
5976 #ifdef HAVE_NETINET_TCP_H
5977 # include <netinet/tcp.h>
5978 #endif
5979 #ifdef HAVE_NETINET_TCP_TIMER_H
5980 #include <netinet/tcp_timer.h>
5981 #endif
5983 eval as_val=\$$as_ac_Header
5984 if test "x$as_val" = x""yes; then :
5985 cat >>confdefs.h <<_ACEOF
5986 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5987 _ACEOF
5991 done
5994 for ac_header in linux/ipx.h linux/irda.h
5995 do :
5996 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5997 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5998 #ifdef HAVE_ASM_TYPES_H
5999 # include <asm/types.h>
6000 #endif
6001 #ifdef HAVE_SYS_SOCKET_H
6002 # include <sys/socket.h>
6003 #endif
6004 #ifdef HAVE_LINUX_TYPES_H
6005 # include <linux/types.h>
6006 #endif
6008 eval as_val=\$$as_ac_Header
6009 if test "x$as_val" = x""yes; then :
6010 cat >>confdefs.h <<_ACEOF
6011 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6012 _ACEOF
6016 done
6019 for ac_header in mach-o/dyld_images.h
6020 do :
6021 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6022 # include <stdbool.h>
6023 #endif
6024 #ifdef HAVE_STDINT_H
6025 # include <stdint.h>
6026 #endif
6028 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6029 cat >>confdefs.h <<_ACEOF
6030 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6031 _ACEOF
6035 done
6038 for ac_header in resolv.h
6039 do :
6040 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6041 #ifdef HAVE_SYS_SOCKET_H
6042 # include <sys/socket.h>
6043 #endif
6044 #ifdef HAVE_NETINET_IN_H
6045 # include <netinet/in.h>
6046 #endif
6047 #ifdef HAVE_ARPA_NAMESER_H
6048 # include <arpa/nameser.h>
6049 #endif
6051 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6052 cat >>confdefs.h <<_ACEOF
6053 #define HAVE_RESOLV_H 1
6054 _ACEOF
6058 done
6061 for ac_header in ucontext.h
6062 do :
6063 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6065 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6066 cat >>confdefs.h <<_ACEOF
6067 #define HAVE_UCONTEXT_H 1
6068 _ACEOF
6072 done
6075 for ac_header in sys/thr.h
6076 do :
6077 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6078 #ifdef HAVE_UCONTEXT_H
6079 #include <ucontext.h>
6080 #endif
6082 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6083 cat >>confdefs.h <<_ACEOF
6084 #define HAVE_SYS_THR_H 1
6085 _ACEOF
6089 done
6092 for ac_header in pthread_np.h
6093 do :
6094 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6095 #include <pthread.h>
6096 #endif
6098 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6099 cat >>confdefs.h <<_ACEOF
6100 #define HAVE_PTHREAD_NP_H 1
6101 _ACEOF
6105 done
6108 for ac_header in linux/videodev.h
6109 do :
6110 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6111 #include <sys/time.h>
6112 #endif
6113 #include <sys/types.h>
6114 #ifdef HAVE_ASM_TYPES_H
6115 #include <asm/types.h>
6116 #endif
6118 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6119 cat >>confdefs.h <<_ACEOF
6120 #define HAVE_LINUX_VIDEODEV_H 1
6121 _ACEOF
6125 done
6128 for ac_header in linux/capi.h
6129 do :
6130 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6132 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6133 cat >>confdefs.h <<_ACEOF
6134 #define HAVE_LINUX_CAPI_H 1
6135 _ACEOF
6139 done
6143 DLLEXT=""
6145 DLLFLAGS="-D_REENTRANT"
6147 LDSHARED=""
6149 LDDLLFLAGS=""
6151 LIBEXT="so"
6153 IMPLIBEXT="def"
6155 LDRPATH_INSTALL=""
6157 LDRPATH_LOCAL=""
6159 STATIC_IMPLIBEXT="def.a"
6160 # Extract the first word of "ldd", so it can be a program name with args.
6161 set dummy ldd; ac_word=$2
6162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6163 $as_echo_n "checking for $ac_word... " >&6; }
6164 if test "${ac_cv_path_LDD+set}" = set; then :
6165 $as_echo_n "(cached) " >&6
6166 else
6167 case $LDD in
6168 [\\/]* | ?:[\\/]*)
6169 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6172 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6173 as_dummy="/sbin:/usr/sbin:$PATH"
6174 for as_dir in $as_dummy
6176 IFS=$as_save_IFS
6177 test -z "$as_dir" && as_dir=.
6178 for ac_exec_ext in '' $ac_executable_extensions; do
6179 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6180 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6181 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6182 break 2
6184 done
6185 done
6186 IFS=$as_save_IFS
6188 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6190 esac
6192 LDD=$ac_cv_path_LDD
6193 if test -n "$LDD"; then
6194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6195 $as_echo "$LDD" >&6; }
6196 else
6197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6198 $as_echo "no" >&6; }
6203 case $host_os in
6204 cygwin*|mingw32*)
6205 if test -n "$ac_tool_prefix"; then
6206 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6207 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6209 $as_echo_n "checking for $ac_word... " >&6; }
6210 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6211 $as_echo_n "(cached) " >&6
6212 else
6213 if test -n "$DLLTOOL"; then
6214 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6215 else
6216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6217 for as_dir in $PATH
6219 IFS=$as_save_IFS
6220 test -z "$as_dir" && as_dir=.
6221 for ac_exec_ext in '' $ac_executable_extensions; do
6222 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6223 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6224 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6225 break 2
6227 done
6228 done
6229 IFS=$as_save_IFS
6233 DLLTOOL=$ac_cv_prog_DLLTOOL
6234 if test -n "$DLLTOOL"; then
6235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6236 $as_echo "$DLLTOOL" >&6; }
6237 else
6238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6239 $as_echo "no" >&6; }
6244 if test -z "$ac_cv_prog_DLLTOOL"; then
6245 ac_ct_DLLTOOL=$DLLTOOL
6246 # Extract the first word of "dlltool", so it can be a program name with args.
6247 set dummy dlltool; ac_word=$2
6248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6249 $as_echo_n "checking for $ac_word... " >&6; }
6250 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6251 $as_echo_n "(cached) " >&6
6252 else
6253 if test -n "$ac_ct_DLLTOOL"; then
6254 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6255 else
6256 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6257 for as_dir in $PATH
6259 IFS=$as_save_IFS
6260 test -z "$as_dir" && as_dir=.
6261 for ac_exec_ext in '' $ac_executable_extensions; do
6262 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6263 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6264 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6265 break 2
6267 done
6268 done
6269 IFS=$as_save_IFS
6273 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6274 if test -n "$ac_ct_DLLTOOL"; then
6275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6276 $as_echo "$ac_ct_DLLTOOL" >&6; }
6277 else
6278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6279 $as_echo "no" >&6; }
6282 if test "x$ac_ct_DLLTOOL" = x; then
6283 DLLTOOL="false"
6284 else
6285 case $cross_compiling:$ac_tool_warned in
6286 yes:)
6287 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6288 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6289 ac_tool_warned=yes ;;
6290 esac
6291 DLLTOOL=$ac_ct_DLLTOOL
6293 else
6294 DLLTOOL="$ac_cv_prog_DLLTOOL"
6297 if test -n "$ac_tool_prefix"; then
6298 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6299 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6301 $as_echo_n "checking for $ac_word... " >&6; }
6302 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6303 $as_echo_n "(cached) " >&6
6304 else
6305 if test -n "$DLLWRAP"; then
6306 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6307 else
6308 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6309 for as_dir in $PATH
6311 IFS=$as_save_IFS
6312 test -z "$as_dir" && as_dir=.
6313 for ac_exec_ext in '' $ac_executable_extensions; do
6314 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6315 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6316 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6317 break 2
6319 done
6320 done
6321 IFS=$as_save_IFS
6325 DLLWRAP=$ac_cv_prog_DLLWRAP
6326 if test -n "$DLLWRAP"; then
6327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6328 $as_echo "$DLLWRAP" >&6; }
6329 else
6330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6331 $as_echo "no" >&6; }
6336 if test -z "$ac_cv_prog_DLLWRAP"; then
6337 ac_ct_DLLWRAP=$DLLWRAP
6338 # Extract the first word of "dllwrap", so it can be a program name with args.
6339 set dummy dllwrap; ac_word=$2
6340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6341 $as_echo_n "checking for $ac_word... " >&6; }
6342 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6343 $as_echo_n "(cached) " >&6
6344 else
6345 if test -n "$ac_ct_DLLWRAP"; then
6346 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6347 else
6348 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6349 for as_dir in $PATH
6351 IFS=$as_save_IFS
6352 test -z "$as_dir" && as_dir=.
6353 for ac_exec_ext in '' $ac_executable_extensions; do
6354 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6355 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6356 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6357 break 2
6359 done
6360 done
6361 IFS=$as_save_IFS
6365 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6366 if test -n "$ac_ct_DLLWRAP"; then
6367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6368 $as_echo "$ac_ct_DLLWRAP" >&6; }
6369 else
6370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6371 $as_echo "no" >&6; }
6374 if test "x$ac_ct_DLLWRAP" = x; then
6375 DLLWRAP="false"
6376 else
6377 case $cross_compiling:$ac_tool_warned in
6378 yes:)
6379 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6380 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6381 ac_tool_warned=yes ;;
6382 esac
6383 DLLWRAP=$ac_ct_DLLWRAP
6385 else
6386 DLLWRAP="$ac_cv_prog_DLLWRAP"
6389 if test "$DLLWRAP" = "false"; then
6390 LIBEXT="a"
6391 else
6392 LIBEXT="dll"
6394 IMPLIBEXT="a"
6395 STATIC_IMPLIBEXT="a"
6396 enable_iphlpapi=${enable_iphlpapi:-no}
6397 enable_kernel32=${enable_kernel32:-no}
6398 enable_msvcrt=${enable_msvcrt:-no}
6399 enable_ntdll=${enable_ntdll:-no}
6400 enable_ws2_32=${enable_ws2_32:-no}
6401 enable_loader=${enable_loader:-no}
6402 enable_server=${enable_server:-no}
6403 with_x=${with_x:-no}
6404 with_pthread=${with_pthread:-no}
6406 darwin*|macosx*)
6407 DLLEXT=".so"
6408 LIBEXT="dylib"
6409 DLLFLAGS="$DLLFLAGS -fPIC"
6410 LDDLLFLAGS="-bundle -multiply_defined suppress"
6411 LIBWINE_LDFLAGS="-multiply_defined suppress"
6412 LDSHARED="\$(CC) -dynamiclib"
6413 STRIP="$STRIP -x"
6414 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6415 SECURITYLIB="-framework Security -framework CoreFoundation"
6417 COREFOUNDATIONLIB="-framework CoreFoundation"
6419 IOKITLIB="-framework IOKit -framework CoreFoundation"
6421 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6423 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6424 then
6425 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6428 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6429 then
6430 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6433 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6434 then
6435 LIBOPENAL="-framework OpenAL"
6437 ac_cv_lib_openal_alGetSource3i=yes
6439 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6440 then
6441 ac_save_LIBS="$LIBS"
6442 LIBS="$LIBS $IOKITLIB"
6443 for ac_func in IOHIDManagerCreate
6444 do :
6445 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6446 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6447 cat >>confdefs.h <<_ACEOF
6448 #define HAVE_IOHIDMANAGERCREATE 1
6449 _ACEOF
6452 done
6454 LIBS="$ac_save_LIBS"
6456 case $host_cpu in
6457 *powerpc*)
6458 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6459 esac
6460 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6461 then
6462 CARBONLIB="-framework Carbon"
6464 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6466 if test "x$enable_win16" = "xyes"
6467 then
6468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6469 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6470 if test "$cross_compiling" = yes; then :
6471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6472 $as_echo "cross-compiling, assuming yes" >&6; }
6473 else
6474 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6475 /* end confdefs.h. */
6476 asm(".text\n"
6477 "bad:\tnop;nop\n"
6478 "good:\tnop;nop\n\t"
6479 ".globl _testfunc\n"
6480 "_testfunc:\tcallw good");
6481 extern void testfunc();
6483 main ()
6485 unsigned short *p = (unsigned short *)testfunc;
6486 return p[0] != 0xe866 || p[1] != 0xfffa
6488 return 0;
6490 _ACEOF
6491 if ac_fn_c_try_run "$LINENO"; then :
6492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6493 $as_echo "yes" >&6; }
6494 else
6495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6496 $as_echo "no" >&6; }
6497 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
6499 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6500 conftest.$ac_objext conftest.beam conftest.$ac_ext
6506 DLLFLAGS="$DLLFLAGS -fPIC"
6507 DLLEXT=".so"
6508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6509 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6510 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6511 $as_echo_n "(cached) " >&6
6512 else
6513 ac_wine_try_cflags_saved=$CFLAGS
6514 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6515 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6516 /* end confdefs.h. */
6517 void myfunc() {}
6518 _ACEOF
6519 if ac_fn_c_try_link "$LINENO"; then :
6520 ac_cv_c_dll_gnuelf="yes"
6521 else
6522 ac_cv_c_dll_gnuelf="no"
6524 rm -f core conftest.err conftest.$ac_objext \
6525 conftest$ac_exeext conftest.$ac_ext
6526 CFLAGS=$ac_wine_try_cflags_saved
6528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6529 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6530 if test "$ac_cv_c_dll_gnuelf" = "yes"
6531 then
6532 LDSHARED="\$(CC) -shared"
6533 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6535 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6536 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6537 $as_echo_n "(cached) " >&6
6538 else
6539 ac_wine_try_cflags_saved=$CFLAGS
6540 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6542 /* end confdefs.h. */
6543 int main(int argc, char *argv) { return 0; }
6544 _ACEOF
6545 if ac_fn_c_try_link "$LINENO"; then :
6546 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6547 else
6548 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6550 rm -f core conftest.err conftest.$ac_objext \
6551 conftest$ac_exeext conftest.$ac_ext
6552 CFLAGS=$ac_wine_try_cflags_saved
6554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6555 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6556 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6557 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6558 else
6559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6560 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6561 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6562 $as_echo_n "(cached) " >&6
6563 else
6564 ac_wine_try_cflags_saved=$CFLAGS
6565 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6566 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6567 /* end confdefs.h. */
6568 int main(int argc, char *argv) { return 0; }
6569 _ACEOF
6570 if ac_fn_c_try_link "$LINENO"; then :
6571 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6572 else
6573 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6575 rm -f core conftest.err conftest.$ac_objext \
6576 conftest$ac_exeext conftest.$ac_ext
6577 CFLAGS=$ac_wine_try_cflags_saved
6579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6580 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6581 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6582 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6587 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6588 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6589 $as_echo_n "(cached) " >&6
6590 else
6591 ac_wine_try_cflags_saved=$CFLAGS
6592 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6594 /* end confdefs.h. */
6595 int main(int argc, char *argv) { return 0; }
6596 _ACEOF
6597 if ac_fn_c_try_link "$LINENO"; then :
6598 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6599 else
6600 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6602 rm -f core conftest.err conftest.$ac_objext \
6603 conftest$ac_exeext conftest.$ac_ext
6604 CFLAGS=$ac_wine_try_cflags_saved
6606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6607 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6608 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6609 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6612 { $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
6613 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6614 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6615 $as_echo_n "(cached) " >&6
6616 else
6617 ac_wine_try_cflags_saved=$CFLAGS
6618 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6620 /* end confdefs.h. */
6621 int main(int argc, char *argv) { return 0; }
6622 _ACEOF
6623 if ac_fn_c_try_link "$LINENO"; then :
6624 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6625 else
6626 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6628 rm -f core conftest.err conftest.$ac_objext \
6629 conftest$ac_exeext conftest.$ac_ext
6630 CFLAGS=$ac_wine_try_cflags_saved
6632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6633 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6634 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6635 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6638 echo '{ global: *; };' >conftest.map
6639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6640 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6641 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6642 $as_echo_n "(cached) " >&6
6643 else
6644 ac_wine_try_cflags_saved=$CFLAGS
6645 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6647 /* end confdefs.h. */
6648 int main(int argc, char *argv) { return 0; }
6649 _ACEOF
6650 if ac_fn_c_try_link "$LINENO"; then :
6651 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6652 else
6653 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6655 rm -f core conftest.err conftest.$ac_objext \
6656 conftest$ac_exeext conftest.$ac_ext
6657 CFLAGS=$ac_wine_try_cflags_saved
6659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6660 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6661 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6662 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6664 rm -f conftest.map
6666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6667 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6668 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6669 $as_echo_n "(cached) " >&6
6670 else
6671 ac_wine_try_cflags_saved=$CFLAGS
6672 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6674 /* end confdefs.h. */
6675 int main(int argc, char *argv) { return 0; }
6676 _ACEOF
6677 if ac_fn_c_try_link "$LINENO"; then :
6678 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6679 else
6680 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6682 rm -f core conftest.err conftest.$ac_objext \
6683 conftest$ac_exeext conftest.$ac_ext
6684 CFLAGS=$ac_wine_try_cflags_saved
6686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6687 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6688 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6689 LDEXECFLAGS="-Wl,--export-dynamic"
6693 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6695 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6696 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6697 $as_echo_n "(cached) " >&6
6698 else
6699 ac_wine_try_cflags_saved=$CFLAGS
6700 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6701 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6702 /* end confdefs.h. */
6703 int main(int argc, char *argv) { return 0; }
6704 _ACEOF
6705 if ac_fn_c_try_link "$LINENO"; then :
6706 eval "$as_ac_var=yes"
6707 else
6708 eval "$as_ac_var=no"
6710 rm -f core conftest.err conftest.$ac_objext \
6711 conftest$ac_exeext conftest.$ac_ext
6712 CFLAGS=$ac_wine_try_cflags_saved
6714 eval ac_res=\$$as_ac_var
6715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6716 $as_echo "$ac_res" >&6; }
6717 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6718 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6719 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6720 else
6721 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6723 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6724 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6725 $as_echo_n "(cached) " >&6
6726 else
6727 ac_wine_try_cflags_saved=$CFLAGS
6728 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6729 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6730 /* end confdefs.h. */
6731 int main(int argc, char *argv) { return 0; }
6732 _ACEOF
6733 if ac_fn_c_try_link "$LINENO"; then :
6734 eval "$as_ac_var=yes"
6735 else
6736 eval "$as_ac_var=no"
6738 rm -f core conftest.err conftest.$ac_objext \
6739 conftest$ac_exeext conftest.$ac_ext
6740 CFLAGS=$ac_wine_try_cflags_saved
6742 eval ac_res=\$$as_ac_var
6743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6744 $as_echo "$ac_res" >&6; }
6745 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6746 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6747 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6752 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6753 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6754 $as_echo_n "(cached) " >&6
6755 else
6756 ac_wine_try_cflags_saved=$CFLAGS
6757 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6759 /* end confdefs.h. */
6760 int main(int argc, char *argv) { return 0; }
6761 _ACEOF
6762 if ac_fn_c_try_link "$LINENO"; then :
6763 ac_cv_cflags__Wl___enable_new_dtags=yes
6764 else
6765 ac_cv_cflags__Wl___enable_new_dtags=no
6767 rm -f core conftest.err conftest.$ac_objext \
6768 conftest$ac_exeext conftest.$ac_ext
6769 CFLAGS=$ac_wine_try_cflags_saved
6771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6772 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6773 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6774 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6777 case $host_cpu in
6778 *i[3456789]86* | x86_64)
6779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6780 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6781 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6782 $as_echo_n "(cached) " >&6
6783 else
6784 ac_wine_try_cflags_saved=$CFLAGS
6785 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6786 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6787 /* end confdefs.h. */
6788 int main(int argc, char *argv) { return 0; }
6789 _ACEOF
6790 if ac_fn_c_try_link "$LINENO"; then :
6791 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6792 else
6793 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6795 rm -f core conftest.err conftest.$ac_objext \
6796 conftest$ac_exeext conftest.$ac_ext
6797 CFLAGS=$ac_wine_try_cflags_saved
6799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6800 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6801 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6802 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6805 esac
6807 else
6808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6809 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6810 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6811 $as_echo_n "(cached) " >&6
6812 else
6813 ac_wine_try_cflags_saved=$CFLAGS
6814 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6815 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6816 /* end confdefs.h. */
6817 void myfunc() {}
6818 _ACEOF
6819 if ac_fn_c_try_link "$LINENO"; then :
6820 ac_cv_c_dll_unixware="yes"
6821 else
6822 ac_cv_c_dll_unixware="no"
6824 rm -f core conftest.err conftest.$ac_objext \
6825 conftest$ac_exeext conftest.$ac_ext
6826 CFLAGS=$ac_wine_try_cflags_saved
6828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6829 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6830 if test "$ac_cv_c_dll_unixware" = "yes"
6831 then
6832 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6833 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6835 else
6836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6837 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6838 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6839 $as_echo_n "(cached) " >&6
6840 else
6841 ac_wine_try_cflags_saved=$CFLAGS
6842 CFLAGS="$CFLAGS -shared"
6843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6844 /* end confdefs.h. */
6845 void myfunc() {}
6846 _ACEOF
6847 if ac_fn_c_try_link "$LINENO"; then :
6848 ac_cv_c_dll_hpux="yes"
6849 else
6850 ac_cv_c_dll_hpux="no"
6852 rm -f core conftest.err conftest.$ac_objext \
6853 conftest$ac_exeext conftest.$ac_ext
6854 CFLAGS=$ac_wine_try_cflags_saved
6856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6857 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6858 if test "$ac_cv_c_dll_hpux" = "yes"
6859 then
6860 LIBEXT="sl"
6861 DLLEXT=".sl"
6862 LDDLLFLAGS="-shared -fPIC"
6863 LDSHARED="\$(CC) -shared"
6868 esac
6870 enable_winequartz_drv=${enable_winequartz_drv:-no}
6872 if test "$LIBEXT" = "a"; then
6873 as_fn_error "could not find a way to build shared libraries.
6874 It is currently not possible to build Wine without shared library
6875 (.so) support to allow transparent switch between .so and .dll files.
6876 If you are using Linux, you will need a newer binutils.
6877 " "$LINENO" 5
6880 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6881 then
6882 case "$host_cpu" in
6883 i[3456789]86*)
6884 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 " ;;
6885 x86_64)
6886 ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
6888 ac_prefix_list="" ;;
6889 esac
6890 for ac_prog in $ac_prefix_list
6892 # Extract the first word of "$ac_prog", so it can be a program name with args.
6893 set dummy $ac_prog; ac_word=$2
6894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6895 $as_echo_n "checking for $ac_word... " >&6; }
6896 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6897 $as_echo_n "(cached) " >&6
6898 else
6899 if test -n "$CROSSCC"; then
6900 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6901 else
6902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6903 for as_dir in $PATH
6905 IFS=$as_save_IFS
6906 test -z "$as_dir" && as_dir=.
6907 for ac_exec_ext in '' $ac_executable_extensions; do
6908 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6909 ac_cv_prog_CROSSCC="$ac_prog"
6910 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6911 break 2
6913 done
6914 done
6915 IFS=$as_save_IFS
6919 CROSSCC=$ac_cv_prog_CROSSCC
6920 if test -n "$CROSSCC"; then
6921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6922 $as_echo "$CROSSCC" >&6; }
6923 else
6924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6925 $as_echo "no" >&6; }
6929 test -n "$CROSSCC" && break
6930 done
6931 test -n "$CROSSCC" || CROSSCC="false"
6933 if test "$CROSSCC" != "false"
6934 then
6935 CROSSTEST="\$(CROSSTEST)"
6937 set x $CROSSCC
6938 shift
6939 target=""
6940 while test $# -ge 1
6942 case "$1" in
6943 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
6944 esac
6945 shift
6946 done
6947 if test -n "$target"
6948 then
6949 CROSSTARGET="$target"
6956 if test "$ac_cv_header_pthread_h" = "yes"
6957 then
6958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
6959 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
6960 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
6961 $as_echo_n "(cached) " >&6
6962 else
6963 ac_check_lib_save_LIBS=$LIBS
6964 LIBS="-lpthread $LIBS"
6965 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6966 /* end confdefs.h. */
6968 /* Override any GCC internal prototype to avoid an error.
6969 Use char because int might match the return type of a GCC
6970 builtin and then its argument prototype would still apply. */
6971 #ifdef __cplusplus
6972 extern "C"
6973 #endif
6974 char pthread_create ();
6976 main ()
6978 return pthread_create ();
6980 return 0;
6982 _ACEOF
6983 if ac_fn_c_try_link "$LINENO"; then :
6984 ac_cv_lib_pthread_pthread_create=yes
6985 else
6986 ac_cv_lib_pthread_pthread_create=no
6988 rm -f core conftest.err conftest.$ac_objext \
6989 conftest$ac_exeext conftest.$ac_ext
6990 LIBS=$ac_check_lib_save_LIBS
6992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
6993 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
6994 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
6995 LIBPTHREAD="-lpthread"
7000 if test "x$LIBPTHREAD" = "x"; then :
7001 case "x$with_pthread" in
7002 xno) ;;
7003 *) as_fn_error "pthread ${notice_platform}development files not found.
7004 Wine cannot support threads without libpthread.
7005 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7006 esac
7010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7011 $as_echo_n "checking for X... " >&6; }
7014 # Check whether --with-x was given.
7015 if test "${with_x+set}" = set; then :
7016 withval=$with_x;
7019 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7020 if test "x$with_x" = xno; then
7021 # The user explicitly disabled X.
7022 have_x=disabled
7023 else
7024 case $x_includes,$x_libraries in #(
7025 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7026 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7027 $as_echo_n "(cached) " >&6
7028 else
7029 # One or both of the vars are not set, and there is no cached value.
7030 ac_x_includes=no ac_x_libraries=no
7031 rm -f -r conftest.dir
7032 if mkdir conftest.dir; then
7033 cd conftest.dir
7034 cat >Imakefile <<'_ACEOF'
7035 incroot:
7036 @echo incroot='${INCROOT}'
7037 usrlibdir:
7038 @echo usrlibdir='${USRLIBDIR}'
7039 libdir:
7040 @echo libdir='${LIBDIR}'
7041 _ACEOF
7042 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7043 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7044 for ac_var in incroot usrlibdir libdir; do
7045 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7046 done
7047 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7048 for ac_extension in a so sl dylib la dll; do
7049 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7050 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7051 ac_im_usrlibdir=$ac_im_libdir; break
7053 done
7054 # Screen out bogus values from the imake configuration. They are
7055 # bogus both because they are the default anyway, and because
7056 # using them would break gcc on systems where it needs fixed includes.
7057 case $ac_im_incroot in
7058 /usr/include) ac_x_includes= ;;
7059 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7060 esac
7061 case $ac_im_usrlibdir in
7062 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7063 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7064 esac
7066 cd ..
7067 rm -f -r conftest.dir
7070 # Standard set of common directories for X headers.
7071 # Check X11 before X11Rn because it is often a symlink to the current release.
7072 ac_x_header_dirs='
7073 /usr/X11/include
7074 /usr/X11R7/include
7075 /usr/X11R6/include
7076 /usr/X11R5/include
7077 /usr/X11R4/include
7079 /usr/include/X11
7080 /usr/include/X11R7
7081 /usr/include/X11R6
7082 /usr/include/X11R5
7083 /usr/include/X11R4
7085 /usr/local/X11/include
7086 /usr/local/X11R7/include
7087 /usr/local/X11R6/include
7088 /usr/local/X11R5/include
7089 /usr/local/X11R4/include
7091 /usr/local/include/X11
7092 /usr/local/include/X11R7
7093 /usr/local/include/X11R6
7094 /usr/local/include/X11R5
7095 /usr/local/include/X11R4
7097 /usr/X386/include
7098 /usr/x386/include
7099 /usr/XFree86/include/X11
7101 /usr/include
7102 /usr/local/include
7103 /usr/unsupported/include
7104 /usr/athena/include
7105 /usr/local/x11r5/include
7106 /usr/lpp/Xamples/include
7108 /usr/openwin/include
7109 /usr/openwin/share/include'
7111 if test "$ac_x_includes" = no; then
7112 # Guess where to find include files, by looking for Xlib.h.
7113 # First, try using that file with no special directory specified.
7114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7115 /* end confdefs.h. */
7116 #include <X11/Xlib.h>
7117 _ACEOF
7118 if ac_fn_c_try_cpp "$LINENO"; then :
7119 # We can compile using X headers with no special include directory.
7120 ac_x_includes=
7121 else
7122 for ac_dir in $ac_x_header_dirs; do
7123 if test -r "$ac_dir/X11/Xlib.h"; then
7124 ac_x_includes=$ac_dir
7125 break
7127 done
7129 rm -f conftest.err conftest.$ac_ext
7130 fi # $ac_x_includes = no
7132 if test "$ac_x_libraries" = no; then
7133 # Check for the libraries.
7134 # See if we find them without any special options.
7135 # Don't add to $LIBS permanently.
7136 ac_save_LIBS=$LIBS
7137 LIBS="-lX11 $LIBS"
7138 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7139 /* end confdefs.h. */
7140 #include <X11/Xlib.h>
7142 main ()
7144 XrmInitialize ()
7146 return 0;
7148 _ACEOF
7149 if ac_fn_c_try_link "$LINENO"; then :
7150 LIBS=$ac_save_LIBS
7151 # We can link X programs with no special library path.
7152 ac_x_libraries=
7153 else
7154 LIBS=$ac_save_LIBS
7155 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7157 # Don't even attempt the hair of trying to link an X program!
7158 for ac_extension in a so sl dylib la dll; do
7159 if test -r "$ac_dir/libX11.$ac_extension"; then
7160 ac_x_libraries=$ac_dir
7161 break 2
7163 done
7164 done
7166 rm -f core conftest.err conftest.$ac_objext \
7167 conftest$ac_exeext conftest.$ac_ext
7168 fi # $ac_x_libraries = no
7170 case $ac_x_includes,$ac_x_libraries in #(
7171 no,* | *,no | *\'*)
7172 # Didn't find X, or a directory has "'" in its name.
7173 ac_cv_have_x="have_x=no";; #(
7175 # Record where we found X for the cache.
7176 ac_cv_have_x="have_x=yes\
7177 ac_x_includes='$ac_x_includes'\
7178 ac_x_libraries='$ac_x_libraries'"
7179 esac
7181 ;; #(
7182 *) have_x=yes;;
7183 esac
7184 eval "$ac_cv_have_x"
7185 fi # $with_x != no
7187 if test "$have_x" != yes; then
7188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7189 $as_echo "$have_x" >&6; }
7190 no_x=yes
7191 else
7192 # If each of the values was on the command line, it overrides each guess.
7193 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7194 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7195 # Update the cache value to reflect the command line values.
7196 ac_cv_have_x="have_x=yes\
7197 ac_x_includes='$x_includes'\
7198 ac_x_libraries='$x_libraries'"
7199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7200 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7203 if test "$no_x" = yes; then
7204 # Not all programs may use this symbol, but it does not hurt to define it.
7206 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7208 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7209 else
7210 if test -n "$x_includes"; then
7211 X_CFLAGS="$X_CFLAGS -I$x_includes"
7214 # It would also be nice to do this for all -L options, not just this one.
7215 if test -n "$x_libraries"; then
7216 X_LIBS="$X_LIBS -L$x_libraries"
7217 # For Solaris; some versions of Sun CC require a space after -R and
7218 # others require no space. Words are not sufficient . . . .
7219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7220 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7221 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7222 ac_xsave_c_werror_flag=$ac_c_werror_flag
7223 ac_c_werror_flag=yes
7224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7225 /* end confdefs.h. */
7228 main ()
7232 return 0;
7234 _ACEOF
7235 if ac_fn_c_try_link "$LINENO"; then :
7236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7237 $as_echo "no" >&6; }
7238 X_LIBS="$X_LIBS -R$x_libraries"
7239 else
7240 LIBS="$ac_xsave_LIBS -R $x_libraries"
7241 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7242 /* end confdefs.h. */
7245 main ()
7249 return 0;
7251 _ACEOF
7252 if ac_fn_c_try_link "$LINENO"; then :
7253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7254 $as_echo "yes" >&6; }
7255 X_LIBS="$X_LIBS -R $x_libraries"
7256 else
7257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7258 $as_echo "neither works" >&6; }
7260 rm -f core conftest.err conftest.$ac_objext \
7261 conftest$ac_exeext conftest.$ac_ext
7263 rm -f core conftest.err conftest.$ac_objext \
7264 conftest$ac_exeext conftest.$ac_ext
7265 ac_c_werror_flag=$ac_xsave_c_werror_flag
7266 LIBS=$ac_xsave_LIBS
7269 # Check for system-dependent libraries X programs must link with.
7270 # Do this before checking for the system-independent R6 libraries
7271 # (-lICE), since we may need -lsocket or whatever for X linking.
7273 if test "$ISC" = yes; then
7274 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7275 else
7276 # Martyn Johnson says this is needed for Ultrix, if the X
7277 # libraries were built with DECnet support. And Karl Berry says
7278 # the Alpha needs dnet_stub (dnet does not exist).
7279 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7280 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7281 /* end confdefs.h. */
7283 /* Override any GCC internal prototype to avoid an error.
7284 Use char because int might match the return type of a GCC
7285 builtin and then its argument prototype would still apply. */
7286 #ifdef __cplusplus
7287 extern "C"
7288 #endif
7289 char XOpenDisplay ();
7291 main ()
7293 return XOpenDisplay ();
7295 return 0;
7297 _ACEOF
7298 if ac_fn_c_try_link "$LINENO"; then :
7300 else
7301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7302 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7303 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7304 $as_echo_n "(cached) " >&6
7305 else
7306 ac_check_lib_save_LIBS=$LIBS
7307 LIBS="-ldnet $LIBS"
7308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7309 /* end confdefs.h. */
7311 /* Override any GCC internal prototype to avoid an error.
7312 Use char because int might match the return type of a GCC
7313 builtin and then its argument prototype would still apply. */
7314 #ifdef __cplusplus
7315 extern "C"
7316 #endif
7317 char dnet_ntoa ();
7319 main ()
7321 return dnet_ntoa ();
7323 return 0;
7325 _ACEOF
7326 if ac_fn_c_try_link "$LINENO"; then :
7327 ac_cv_lib_dnet_dnet_ntoa=yes
7328 else
7329 ac_cv_lib_dnet_dnet_ntoa=no
7331 rm -f core conftest.err conftest.$ac_objext \
7332 conftest$ac_exeext conftest.$ac_ext
7333 LIBS=$ac_check_lib_save_LIBS
7335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7336 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7337 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7338 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7341 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7343 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7344 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7345 $as_echo_n "(cached) " >&6
7346 else
7347 ac_check_lib_save_LIBS=$LIBS
7348 LIBS="-ldnet_stub $LIBS"
7349 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7350 /* end confdefs.h. */
7352 /* Override any GCC internal prototype to avoid an error.
7353 Use char because int might match the return type of a GCC
7354 builtin and then its argument prototype would still apply. */
7355 #ifdef __cplusplus
7356 extern "C"
7357 #endif
7358 char dnet_ntoa ();
7360 main ()
7362 return dnet_ntoa ();
7364 return 0;
7366 _ACEOF
7367 if ac_fn_c_try_link "$LINENO"; then :
7368 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7369 else
7370 ac_cv_lib_dnet_stub_dnet_ntoa=no
7372 rm -f core conftest.err conftest.$ac_objext \
7373 conftest$ac_exeext conftest.$ac_ext
7374 LIBS=$ac_check_lib_save_LIBS
7376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7377 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7378 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7379 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7384 rm -f core conftest.err conftest.$ac_objext \
7385 conftest$ac_exeext conftest.$ac_ext
7386 LIBS="$ac_xsave_LIBS"
7388 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7389 # to get the SysV transport functions.
7390 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7391 # needs -lnsl.
7392 # The nsl library prevents programs from opening the X display
7393 # on Irix 5.2, according to T.E. Dickey.
7394 # The functions gethostbyname, getservbyname, and inet_addr are
7395 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7396 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7397 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7401 if test $ac_cv_func_gethostbyname = no; then
7402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7403 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7404 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7405 $as_echo_n "(cached) " >&6
7406 else
7407 ac_check_lib_save_LIBS=$LIBS
7408 LIBS="-lnsl $LIBS"
7409 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7410 /* end confdefs.h. */
7412 /* Override any GCC internal prototype to avoid an error.
7413 Use char because int might match the return type of a GCC
7414 builtin and then its argument prototype would still apply. */
7415 #ifdef __cplusplus
7416 extern "C"
7417 #endif
7418 char gethostbyname ();
7420 main ()
7422 return gethostbyname ();
7424 return 0;
7426 _ACEOF
7427 if ac_fn_c_try_link "$LINENO"; then :
7428 ac_cv_lib_nsl_gethostbyname=yes
7429 else
7430 ac_cv_lib_nsl_gethostbyname=no
7432 rm -f core conftest.err conftest.$ac_objext \
7433 conftest$ac_exeext conftest.$ac_ext
7434 LIBS=$ac_check_lib_save_LIBS
7436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7437 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7438 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7439 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7442 if test $ac_cv_lib_nsl_gethostbyname = no; then
7443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7444 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7445 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7446 $as_echo_n "(cached) " >&6
7447 else
7448 ac_check_lib_save_LIBS=$LIBS
7449 LIBS="-lbsd $LIBS"
7450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7451 /* end confdefs.h. */
7453 /* Override any GCC internal prototype to avoid an error.
7454 Use char because int might match the return type of a GCC
7455 builtin and then its argument prototype would still apply. */
7456 #ifdef __cplusplus
7457 extern "C"
7458 #endif
7459 char gethostbyname ();
7461 main ()
7463 return gethostbyname ();
7465 return 0;
7467 _ACEOF
7468 if ac_fn_c_try_link "$LINENO"; then :
7469 ac_cv_lib_bsd_gethostbyname=yes
7470 else
7471 ac_cv_lib_bsd_gethostbyname=no
7473 rm -f core conftest.err conftest.$ac_objext \
7474 conftest$ac_exeext conftest.$ac_ext
7475 LIBS=$ac_check_lib_save_LIBS
7477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7478 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7479 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7480 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7486 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7487 # socket/setsockopt and other routines are undefined under SCO ODT
7488 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7489 # on later versions), says Simon Leinen: it contains gethostby*
7490 # variants that don't use the name server (or something). -lsocket
7491 # must be given before -lnsl if both are needed. We assume that
7492 # if connect needs -lnsl, so does gethostbyname.
7493 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7494 if test "x$ac_cv_func_connect" = x""yes; then :
7498 if test $ac_cv_func_connect = no; then
7499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7500 $as_echo_n "checking for connect in -lsocket... " >&6; }
7501 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7502 $as_echo_n "(cached) " >&6
7503 else
7504 ac_check_lib_save_LIBS=$LIBS
7505 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7507 /* end confdefs.h. */
7509 /* Override any GCC internal prototype to avoid an error.
7510 Use char because int might match the return type of a GCC
7511 builtin and then its argument prototype would still apply. */
7512 #ifdef __cplusplus
7513 extern "C"
7514 #endif
7515 char connect ();
7517 main ()
7519 return connect ();
7521 return 0;
7523 _ACEOF
7524 if ac_fn_c_try_link "$LINENO"; then :
7525 ac_cv_lib_socket_connect=yes
7526 else
7527 ac_cv_lib_socket_connect=no
7529 rm -f core conftest.err conftest.$ac_objext \
7530 conftest$ac_exeext conftest.$ac_ext
7531 LIBS=$ac_check_lib_save_LIBS
7533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7534 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7535 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7536 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7541 # Guillermo Gomez says -lposix is necessary on A/UX.
7542 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7543 if test "x$ac_cv_func_remove" = x""yes; then :
7547 if test $ac_cv_func_remove = no; then
7548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7549 $as_echo_n "checking for remove in -lposix... " >&6; }
7550 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7551 $as_echo_n "(cached) " >&6
7552 else
7553 ac_check_lib_save_LIBS=$LIBS
7554 LIBS="-lposix $LIBS"
7555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7556 /* end confdefs.h. */
7558 /* Override any GCC internal prototype to avoid an error.
7559 Use char because int might match the return type of a GCC
7560 builtin and then its argument prototype would still apply. */
7561 #ifdef __cplusplus
7562 extern "C"
7563 #endif
7564 char remove ();
7566 main ()
7568 return remove ();
7570 return 0;
7572 _ACEOF
7573 if ac_fn_c_try_link "$LINENO"; then :
7574 ac_cv_lib_posix_remove=yes
7575 else
7576 ac_cv_lib_posix_remove=no
7578 rm -f core conftest.err conftest.$ac_objext \
7579 conftest$ac_exeext conftest.$ac_ext
7580 LIBS=$ac_check_lib_save_LIBS
7582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7583 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7584 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7585 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7590 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7591 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7592 if test "x$ac_cv_func_shmat" = x""yes; then :
7596 if test $ac_cv_func_shmat = no; then
7597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7598 $as_echo_n "checking for shmat in -lipc... " >&6; }
7599 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7600 $as_echo_n "(cached) " >&6
7601 else
7602 ac_check_lib_save_LIBS=$LIBS
7603 LIBS="-lipc $LIBS"
7604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7605 /* end confdefs.h. */
7607 /* Override any GCC internal prototype to avoid an error.
7608 Use char because int might match the return type of a GCC
7609 builtin and then its argument prototype would still apply. */
7610 #ifdef __cplusplus
7611 extern "C"
7612 #endif
7613 char shmat ();
7615 main ()
7617 return shmat ();
7619 return 0;
7621 _ACEOF
7622 if ac_fn_c_try_link "$LINENO"; then :
7623 ac_cv_lib_ipc_shmat=yes
7624 else
7625 ac_cv_lib_ipc_shmat=no
7627 rm -f core conftest.err conftest.$ac_objext \
7628 conftest$ac_exeext conftest.$ac_ext
7629 LIBS=$ac_check_lib_save_LIBS
7631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7632 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7633 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7634 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7640 # Check for libraries that X11R6 Xt/Xaw programs need.
7641 ac_save_LDFLAGS=$LDFLAGS
7642 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7643 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7644 # check for ICE first), but we must link in the order -lSM -lICE or
7645 # we get undefined symbols. So assume we have SM if we have ICE.
7646 # These have to be linked with before -lX11, unlike the other
7647 # libraries we check for below, so use a different variable.
7648 # John Interrante, Karl Berry
7649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7650 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7651 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7652 $as_echo_n "(cached) " >&6
7653 else
7654 ac_check_lib_save_LIBS=$LIBS
7655 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7656 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7657 /* end confdefs.h. */
7659 /* Override any GCC internal prototype to avoid an error.
7660 Use char because int might match the return type of a GCC
7661 builtin and then its argument prototype would still apply. */
7662 #ifdef __cplusplus
7663 extern "C"
7664 #endif
7665 char IceConnectionNumber ();
7667 main ()
7669 return IceConnectionNumber ();
7671 return 0;
7673 _ACEOF
7674 if ac_fn_c_try_link "$LINENO"; then :
7675 ac_cv_lib_ICE_IceConnectionNumber=yes
7676 else
7677 ac_cv_lib_ICE_IceConnectionNumber=no
7679 rm -f core conftest.err conftest.$ac_objext \
7680 conftest$ac_exeext conftest.$ac_ext
7681 LIBS=$ac_check_lib_save_LIBS
7683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7684 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7685 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7686 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7689 LDFLAGS=$ac_save_LDFLAGS
7694 if test "$have_x" = "yes"
7695 then
7696 XLIB="-lX11"
7697 ac_save_CPPFLAGS="$CPPFLAGS"
7698 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7701 $as_echo_n "checking for -lX11... " >&6; }
7702 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7703 $as_echo_n "(cached) " >&6
7704 else
7705 ac_check_soname_save_LIBS=$LIBS
7706 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7708 /* end confdefs.h. */
7710 /* Override any GCC internal prototype to avoid an error.
7711 Use char because int might match the return type of a GCC
7712 builtin and then its argument prototype would still apply. */
7713 #ifdef __cplusplus
7714 extern "C"
7715 #endif
7716 char XCreateWindow ();
7718 main ()
7720 return XCreateWindow ();
7722 return 0;
7724 _ACEOF
7725 if ac_fn_c_try_link "$LINENO"; then :
7726 case "$LIBEXT" in
7727 dll) ;;
7728 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'` ;;
7729 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7730 esac
7732 rm -f core conftest.err conftest.$ac_objext \
7733 conftest$ac_exeext conftest.$ac_ext
7734 LIBS=$ac_check_soname_save_LIBS
7736 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7738 $as_echo "not found" >&6; }
7740 else
7741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7742 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7744 cat >>confdefs.h <<_ACEOF
7745 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7746 _ACEOF
7750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7751 $as_echo_n "checking for -lXext... " >&6; }
7752 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7753 $as_echo_n "(cached) " >&6
7754 else
7755 ac_check_soname_save_LIBS=$LIBS
7756 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7758 /* end confdefs.h. */
7760 /* Override any GCC internal prototype to avoid an error.
7761 Use char because int might match the return type of a GCC
7762 builtin and then its argument prototype would still apply. */
7763 #ifdef __cplusplus
7764 extern "C"
7765 #endif
7766 char XextCreateExtension ();
7768 main ()
7770 return XextCreateExtension ();
7772 return 0;
7774 _ACEOF
7775 if ac_fn_c_try_link "$LINENO"; then :
7776 case "$LIBEXT" in
7777 dll) ;;
7778 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'` ;;
7779 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7780 esac
7782 rm -f core conftest.err conftest.$ac_objext \
7783 conftest$ac_exeext conftest.$ac_ext
7784 LIBS=$ac_check_soname_save_LIBS
7786 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7788 $as_echo "not found" >&6; }
7790 else
7791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7792 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7794 cat >>confdefs.h <<_ACEOF
7795 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7796 _ACEOF
7798 XLIB="-lXext $XLIB"
7801 for ac_header in X11/Xlib.h \
7802 X11/XKBlib.h \
7803 X11/Xutil.h \
7804 X11/Xcursor/Xcursor.h \
7805 X11/extensions/shape.h \
7806 X11/extensions/XInput.h \
7807 X11/extensions/XShm.h \
7808 X11/extensions/Xcomposite.h \
7809 X11/extensions/Xinerama.h \
7810 X11/extensions/Xrandr.h \
7811 X11/extensions/Xrender.h \
7812 X11/extensions/xf86vmode.h \
7813 X11/extensions/xf86vmproto.h
7814 do :
7815 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7816 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7817 # include <X11/Xlib.h>
7818 #endif
7819 #ifdef HAVE_X11_XUTIL_H
7820 # include <X11/Xutil.h>
7821 #endif
7823 eval as_val=\$$as_ac_Header
7824 if test "x$as_val" = x""yes; then :
7825 cat >>confdefs.h <<_ACEOF
7826 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7827 _ACEOF
7831 done
7834 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7835 then
7836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7837 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7838 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7839 $as_echo_n "(cached) " >&6
7840 else
7841 ac_check_lib_save_LIBS=$LIBS
7842 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7844 /* end confdefs.h. */
7846 /* Override any GCC internal prototype to avoid an error.
7847 Use char because int might match the return type of a GCC
7848 builtin and then its argument prototype would still apply. */
7849 #ifdef __cplusplus
7850 extern "C"
7851 #endif
7852 char XkbQueryExtension ();
7854 main ()
7856 return XkbQueryExtension ();
7858 return 0;
7860 _ACEOF
7861 if ac_fn_c_try_link "$LINENO"; then :
7862 ac_cv_lib_X11_XkbQueryExtension=yes
7863 else
7864 ac_cv_lib_X11_XkbQueryExtension=no
7866 rm -f core conftest.err conftest.$ac_objext \
7867 conftest$ac_exeext conftest.$ac_ext
7868 LIBS=$ac_check_lib_save_LIBS
7870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7871 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7872 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7874 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7880 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7881 then
7882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7883 $as_echo_n "checking for -lXcursor... " >&6; }
7884 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
7885 $as_echo_n "(cached) " >&6
7886 else
7887 ac_check_soname_save_LIBS=$LIBS
7888 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7889 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7890 /* end confdefs.h. */
7892 /* Override any GCC internal prototype to avoid an error.
7893 Use char because int might match the return type of a GCC
7894 builtin and then its argument prototype would still apply. */
7895 #ifdef __cplusplus
7896 extern "C"
7897 #endif
7898 char XcursorImageLoadCursor ();
7900 main ()
7902 return XcursorImageLoadCursor ();
7904 return 0;
7906 _ACEOF
7907 if ac_fn_c_try_link "$LINENO"; then :
7908 case "$LIBEXT" in
7909 dll) ;;
7910 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'` ;;
7911 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7912 esac
7914 rm -f core conftest.err conftest.$ac_objext \
7915 conftest$ac_exeext conftest.$ac_ext
7916 LIBS=$ac_check_soname_save_LIBS
7918 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7920 $as_echo "not found" >&6; }
7922 else
7923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
7924 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
7926 cat >>confdefs.h <<_ACEOF
7927 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
7928 _ACEOF
7933 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7934 case "x$with_xcursor" in
7935 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
7936 xno) ;;
7937 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
7938 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
7939 esac
7942 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
7943 then
7944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
7945 $as_echo_n "checking for -lXi... " >&6; }
7946 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
7947 $as_echo_n "(cached) " >&6
7948 else
7949 ac_check_soname_save_LIBS=$LIBS
7950 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7951 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7952 /* end confdefs.h. */
7954 /* Override any GCC internal prototype to avoid an error.
7955 Use char because int might match the return type of a GCC
7956 builtin and then its argument prototype would still apply. */
7957 #ifdef __cplusplus
7958 extern "C"
7959 #endif
7960 char XOpenDevice ();
7962 main ()
7964 return XOpenDevice ();
7966 return 0;
7968 _ACEOF
7969 if ac_fn_c_try_link "$LINENO"; then :
7970 case "$LIBEXT" in
7971 dll) ;;
7972 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'` ;;
7973 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7974 esac
7976 rm -f core conftest.err conftest.$ac_objext \
7977 conftest$ac_exeext conftest.$ac_ext
7978 LIBS=$ac_check_soname_save_LIBS
7980 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7982 $as_echo "not found" >&6; }
7984 else
7985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
7986 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
7988 cat >>confdefs.h <<_ACEOF
7989 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
7990 _ACEOF
7995 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7996 case "x$with_xinput" in
7997 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
7998 xno) ;;
7999 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8000 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8001 esac
8004 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8005 then
8006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8007 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8008 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8009 $as_echo_n "(cached) " >&6
8010 else
8011 ac_check_lib_save_LIBS=$LIBS
8012 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8014 /* end confdefs.h. */
8016 /* Override any GCC internal prototype to avoid an error.
8017 Use char because int might match the return type of a GCC
8018 builtin and then its argument prototype would still apply. */
8019 #ifdef __cplusplus
8020 extern "C"
8021 #endif
8022 char XShmQueryExtension ();
8024 main ()
8026 return XShmQueryExtension ();
8028 return 0;
8030 _ACEOF
8031 if ac_fn_c_try_link "$LINENO"; then :
8032 ac_cv_lib_Xext_XShmQueryExtension=yes
8033 else
8034 ac_cv_lib_Xext_XShmQueryExtension=no
8036 rm -f core conftest.err conftest.$ac_objext \
8037 conftest$ac_exeext conftest.$ac_ext
8038 LIBS=$ac_check_lib_save_LIBS
8040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8041 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8042 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8044 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8049 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8050 case "x$with_xshm" in
8051 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8052 xno) ;;
8053 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8054 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8055 esac
8058 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8059 then
8060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8061 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8062 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8063 $as_echo_n "(cached) " >&6
8064 else
8065 ac_check_lib_save_LIBS=$LIBS
8066 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8068 /* end confdefs.h. */
8070 /* Override any GCC internal prototype to avoid an error.
8071 Use char because int might match the return type of a GCC
8072 builtin and then its argument prototype would still apply. */
8073 #ifdef __cplusplus
8074 extern "C"
8075 #endif
8076 char XShapeQueryExtension ();
8078 main ()
8080 return XShapeQueryExtension ();
8082 return 0;
8084 _ACEOF
8085 if ac_fn_c_try_link "$LINENO"; then :
8086 ac_cv_lib_Xext_XShapeQueryExtension=yes
8087 else
8088 ac_cv_lib_Xext_XShapeQueryExtension=no
8090 rm -f core conftest.err conftest.$ac_objext \
8091 conftest$ac_exeext conftest.$ac_ext
8092 LIBS=$ac_check_lib_save_LIBS
8094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8095 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8096 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8098 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8103 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8104 case "x$with_xshape" in
8105 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8106 xno) ;;
8107 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8108 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8109 esac
8112 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8113 then
8114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8115 $as_echo_n "checking for -lXxf86vm... " >&6; }
8116 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8117 $as_echo_n "(cached) " >&6
8118 else
8119 ac_check_soname_save_LIBS=$LIBS
8120 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8121 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8122 /* end confdefs.h. */
8124 /* Override any GCC internal prototype to avoid an error.
8125 Use char because int might match the return type of a GCC
8126 builtin and then its argument prototype would still apply. */
8127 #ifdef __cplusplus
8128 extern "C"
8129 #endif
8130 char XF86VidModeQueryExtension ();
8132 main ()
8134 return XF86VidModeQueryExtension ();
8136 return 0;
8138 _ACEOF
8139 if ac_fn_c_try_link "$LINENO"; then :
8140 case "$LIBEXT" in
8141 dll) ;;
8142 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'` ;;
8143 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8144 esac
8146 rm -f core conftest.err conftest.$ac_objext \
8147 conftest$ac_exeext conftest.$ac_ext
8148 LIBS=$ac_check_soname_save_LIBS
8150 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8152 $as_echo "not found" >&6; }
8154 else
8155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8156 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8158 cat >>confdefs.h <<_ACEOF
8159 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8160 _ACEOF
8165 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8166 case "x$with_xxf86vm" in
8167 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8168 xno) ;;
8169 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8170 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8171 esac
8174 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"
8175 then
8176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8177 $as_echo_n "checking for -lXrender... " >&6; }
8178 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8179 $as_echo_n "(cached) " >&6
8180 else
8181 ac_check_soname_save_LIBS=$LIBS
8182 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8183 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8184 /* end confdefs.h. */
8186 /* Override any GCC internal prototype to avoid an error.
8187 Use char because int might match the return type of a GCC
8188 builtin and then its argument prototype would still apply. */
8189 #ifdef __cplusplus
8190 extern "C"
8191 #endif
8192 char XRenderQueryExtension ();
8194 main ()
8196 return XRenderQueryExtension ();
8198 return 0;
8200 _ACEOF
8201 if ac_fn_c_try_link "$LINENO"; then :
8202 case "$LIBEXT" in
8203 dll) ;;
8204 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'` ;;
8205 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8206 esac
8208 rm -f core conftest.err conftest.$ac_objext \
8209 conftest$ac_exeext conftest.$ac_ext
8210 LIBS=$ac_check_soname_save_LIBS
8212 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8214 $as_echo "not found" >&6; }
8216 else
8217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8218 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8220 cat >>confdefs.h <<_ACEOF
8221 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8222 _ACEOF
8224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8225 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8226 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8227 $as_echo_n "(cached) " >&6
8228 else
8229 ac_check_lib_save_LIBS=$LIBS
8230 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8232 /* end confdefs.h. */
8234 /* Override any GCC internal prototype to avoid an error.
8235 Use char because int might match the return type of a GCC
8236 builtin and then its argument prototype would still apply. */
8237 #ifdef __cplusplus
8238 extern "C"
8239 #endif
8240 char XRenderSetPictureTransform ();
8242 main ()
8244 return XRenderSetPictureTransform ();
8246 return 0;
8248 _ACEOF
8249 if ac_fn_c_try_link "$LINENO"; then :
8250 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8251 else
8252 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8254 rm -f core conftest.err conftest.$ac_objext \
8255 conftest$ac_exeext conftest.$ac_ext
8256 LIBS=$ac_check_lib_save_LIBS
8258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8259 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8260 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8262 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8269 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8270 case "x$with_xrender" in
8271 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8272 xno) ;;
8273 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8274 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8275 esac
8278 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8279 then
8280 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8281 /* end confdefs.h. */
8282 #include <X11/Xlib.h>
8283 #include <X11/extensions/Xrandr.h>
8285 main ()
8287 static typeof(XRRSetScreenConfigAndRate) * func;
8289 return 0;
8291 _ACEOF
8292 if ac_fn_c_try_compile "$LINENO"; then :
8293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8294 $as_echo_n "checking for -lXrandr... " >&6; }
8295 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8296 $as_echo_n "(cached) " >&6
8297 else
8298 ac_check_soname_save_LIBS=$LIBS
8299 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8300 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8301 /* end confdefs.h. */
8303 /* Override any GCC internal prototype to avoid an error.
8304 Use char because int might match the return type of a GCC
8305 builtin and then its argument prototype would still apply. */
8306 #ifdef __cplusplus
8307 extern "C"
8308 #endif
8309 char XRRQueryExtension ();
8311 main ()
8313 return XRRQueryExtension ();
8315 return 0;
8317 _ACEOF
8318 if ac_fn_c_try_link "$LINENO"; then :
8319 case "$LIBEXT" in
8320 dll) ;;
8321 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'` ;;
8322 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8323 esac
8325 rm -f core conftest.err conftest.$ac_objext \
8326 conftest$ac_exeext conftest.$ac_ext
8327 LIBS=$ac_check_soname_save_LIBS
8329 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8331 $as_echo "not found" >&6; }
8333 else
8334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8335 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8337 cat >>confdefs.h <<_ACEOF
8338 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8339 _ACEOF
8344 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8346 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8347 case "x$with_xrandr" in
8348 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8349 xno) ;;
8350 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8351 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8352 esac
8355 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8356 then
8357 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8358 /* end confdefs.h. */
8359 #include <X11/Xlib.h>
8360 #include <X11/extensions/Xinerama.h>
8362 main ()
8364 static typeof(XineramaQueryScreens) * func;
8366 return 0;
8368 _ACEOF
8369 if ac_fn_c_try_compile "$LINENO"; then :
8370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8371 $as_echo_n "checking for -lXinerama... " >&6; }
8372 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8373 $as_echo_n "(cached) " >&6
8374 else
8375 ac_check_soname_save_LIBS=$LIBS
8376 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8378 /* end confdefs.h. */
8380 /* Override any GCC internal prototype to avoid an error.
8381 Use char because int might match the return type of a GCC
8382 builtin and then its argument prototype would still apply. */
8383 #ifdef __cplusplus
8384 extern "C"
8385 #endif
8386 char XineramaQueryScreens ();
8388 main ()
8390 return XineramaQueryScreens ();
8392 return 0;
8394 _ACEOF
8395 if ac_fn_c_try_link "$LINENO"; then :
8396 case "$LIBEXT" in
8397 dll) ;;
8398 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'` ;;
8399 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8400 esac
8402 rm -f core conftest.err conftest.$ac_objext \
8403 conftest$ac_exeext conftest.$ac_ext
8404 LIBS=$ac_check_soname_save_LIBS
8406 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8408 $as_echo "not found" >&6; }
8410 else
8411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8412 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8414 cat >>confdefs.h <<_ACEOF
8415 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8416 _ACEOF
8421 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8423 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8424 case "x$with_xinerama" in
8425 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8426 xno) ;;
8427 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8428 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8429 esac
8432 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8433 then
8434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8435 $as_echo_n "checking for -lXcomposite... " >&6; }
8436 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8437 $as_echo_n "(cached) " >&6
8438 else
8439 ac_check_soname_save_LIBS=$LIBS
8440 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8441 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8442 /* end confdefs.h. */
8444 /* Override any GCC internal prototype to avoid an error.
8445 Use char because int might match the return type of a GCC
8446 builtin and then its argument prototype would still apply. */
8447 #ifdef __cplusplus
8448 extern "C"
8449 #endif
8450 char XCompositeRedirectWindow ();
8452 main ()
8454 return XCompositeRedirectWindow ();
8456 return 0;
8458 _ACEOF
8459 if ac_fn_c_try_link "$LINENO"; then :
8460 case "$LIBEXT" in
8461 dll) ;;
8462 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'` ;;
8463 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8464 esac
8466 rm -f core conftest.err conftest.$ac_objext \
8467 conftest$ac_exeext conftest.$ac_ext
8468 LIBS=$ac_check_soname_save_LIBS
8470 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8472 $as_echo "not found" >&6; }
8474 else
8475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8476 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8478 cat >>confdefs.h <<_ACEOF
8479 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8480 _ACEOF
8485 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8486 case "x$with_xcomposite" in
8487 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8488 xno) ;;
8489 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8490 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8491 esac
8494 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8495 #include <X11/Xlib.h>
8496 #endif
8498 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8500 cat >>confdefs.h <<_ACEOF
8501 #define HAVE_XICCALLBACK_CALLBACK 1
8502 _ACEOF
8509 opengl_msg=""
8510 if test "x$with_opengl" != "xno"
8511 then
8512 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8513 do :
8514 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8515 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8516 # include <GL/glx.h>
8517 #endif
8519 eval as_val=\$$as_ac_Header
8520 if test "x$as_val" = x""yes; then :
8521 cat >>confdefs.h <<_ACEOF
8522 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8523 _ACEOF
8527 done
8529 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8530 then
8531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8532 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8533 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8534 $as_echo_n "(cached) " >&6
8535 else
8536 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8537 /* end confdefs.h. */
8538 #include <GL/gl.h>
8540 main ()
8542 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8544 return 0;
8546 _ACEOF
8547 if ac_fn_c_try_compile "$LINENO"; then :
8548 wine_cv_opengl_header_version_OK="yes"
8549 else
8550 wine_cv_opengl_header_version_OK="no"
8552 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8555 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8557 if test "$wine_cv_opengl_header_version_OK" = "yes"
8558 then
8559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8560 $as_echo_n "checking for -lGL... " >&6; }
8561 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8562 $as_echo_n "(cached) " >&6
8563 else
8564 ac_check_soname_save_LIBS=$LIBS
8565 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8566 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8567 /* end confdefs.h. */
8569 /* Override any GCC internal prototype to avoid an error.
8570 Use char because int might match the return type of a GCC
8571 builtin and then its argument prototype would still apply. */
8572 #ifdef __cplusplus
8573 extern "C"
8574 #endif
8575 char glXCreateContext ();
8577 main ()
8579 return glXCreateContext ();
8581 return 0;
8583 _ACEOF
8584 if ac_fn_c_try_link "$LINENO"; then :
8585 case "$LIBEXT" in
8586 dll) ;;
8587 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'` ;;
8588 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8589 esac
8591 rm -f core conftest.err conftest.$ac_objext \
8592 conftest$ac_exeext conftest.$ac_ext
8593 LIBS=$ac_check_soname_save_LIBS
8595 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8597 $as_echo "not found" >&6; }
8598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8599 $as_echo_n "checking for -lGL... " >&6; }
8600 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8601 $as_echo_n "(cached) " >&6
8602 else
8603 ac_check_soname_save_LIBS=$LIBS
8604 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"
8605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8606 /* end confdefs.h. */
8608 /* Override any GCC internal prototype to avoid an error.
8609 Use char because int might match the return type of a GCC
8610 builtin and then its argument prototype would still apply. */
8611 #ifdef __cplusplus
8612 extern "C"
8613 #endif
8614 char glXCreateContext ();
8616 main ()
8618 return glXCreateContext ();
8620 return 0;
8622 _ACEOF
8623 if ac_fn_c_try_link "$LINENO"; then :
8624 case "$LIBEXT" in
8625 dll) ;;
8626 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'` ;;
8627 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8628 esac
8630 rm -f core conftest.err conftest.$ac_objext \
8631 conftest$ac_exeext conftest.$ac_ext
8632 LIBS=$ac_check_soname_save_LIBS
8634 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8636 $as_echo "not found" >&6; }
8637 if test -f /usr/X11R6/lib/libGL.a
8638 then
8639 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8640 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8641 else
8642 opengl_msg="No OpenGL library found on this system."
8644 else
8645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8646 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8648 cat >>confdefs.h <<_ACEOF
8649 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8650 _ACEOF
8652 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"
8654 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8657 else
8658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8659 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8661 cat >>confdefs.h <<_ACEOF
8662 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8663 _ACEOF
8665 OPENGL_LIBS="-lGL"
8667 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8670 if test "$ac_cv_header_GL_glu_h" = "yes"
8671 then
8672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8673 $as_echo_n "checking for -lGLU... " >&6; }
8674 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8675 $as_echo_n "(cached) " >&6
8676 else
8677 ac_check_soname_save_LIBS=$LIBS
8678 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8680 /* end confdefs.h. */
8682 /* Override any GCC internal prototype to avoid an error.
8683 Use char because int might match the return type of a GCC
8684 builtin and then its argument prototype would still apply. */
8685 #ifdef __cplusplus
8686 extern "C"
8687 #endif
8688 char gluLookAt ();
8690 main ()
8692 return gluLookAt ();
8694 return 0;
8696 _ACEOF
8697 if ac_fn_c_try_link "$LINENO"; then :
8698 case "$LIBEXT" in
8699 dll) ;;
8700 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'` ;;
8701 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8702 esac
8704 rm -f core conftest.err conftest.$ac_objext \
8705 conftest$ac_exeext conftest.$ac_ext
8706 LIBS=$ac_check_soname_save_LIBS
8708 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8710 $as_echo "not found" >&6; }
8712 else
8713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8714 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8716 cat >>confdefs.h <<_ACEOF
8717 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8718 _ACEOF
8723 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8724 case "x$with_glu" in
8725 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8726 xno) ;;
8727 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8728 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8729 esac
8731 else
8732 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8734 else
8735 opengl_msg="OpenGL development headers not found."
8737 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8738 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8739 else
8740 enable_opengl32=${enable_opengl32:-no}
8741 enable_glu32=${enable_glu32:-no}
8743 if test -n "$opengl_msg"; then :
8744 case "x$with_opengl" in
8745 x) wine_warnings="$wine_warnings|$opengl_msg
8746 OpenGL and Direct3D won't be supported." ;;
8747 xno) ;;
8748 *) as_fn_error "$opengl_msg
8749 OpenGL and Direct3D won't be supported.
8750 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8751 esac
8754 NASLIBS=""
8756 for ac_header in audio/audiolib.h
8757 do :
8758 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8759 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8760 cat >>confdefs.h <<_ACEOF
8761 #define HAVE_AUDIO_AUDIOLIB_H 1
8762 _ACEOF
8763 for ac_header in audio/soundlib.h
8764 do :
8765 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8767 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8768 cat >>confdefs.h <<_ACEOF
8769 #define HAVE_AUDIO_SOUNDLIB_H 1
8770 _ACEOF
8774 done
8776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8777 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8778 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8779 $as_echo_n "(cached) " >&6
8780 else
8781 ac_check_lib_save_LIBS=$LIBS
8782 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8784 /* end confdefs.h. */
8786 /* Override any GCC internal prototype to avoid an error.
8787 Use char because int might match the return type of a GCC
8788 builtin and then its argument prototype would still apply. */
8789 #ifdef __cplusplus
8790 extern "C"
8791 #endif
8792 char AuCreateFlow ();
8794 main ()
8796 return AuCreateFlow ();
8798 return 0;
8800 _ACEOF
8801 if ac_fn_c_try_link "$LINENO"; then :
8802 ac_cv_lib_audio_AuCreateFlow=yes
8803 else
8804 ac_cv_lib_audio_AuCreateFlow=no
8806 rm -f core conftest.err conftest.$ac_objext \
8807 conftest$ac_exeext conftest.$ac_ext
8808 LIBS=$ac_check_lib_save_LIBS
8810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8811 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8812 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8814 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8817 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8818 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8819 $as_echo_n "(cached) " >&6
8820 else
8821 ac_check_lib_save_LIBS=$LIBS
8822 LIBS="-lXau $X_LIBS $LIBS"
8823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8824 /* end confdefs.h. */
8826 /* Override any GCC internal prototype to avoid an error.
8827 Use char because int might match the return type of a GCC
8828 builtin and then its argument prototype would still apply. */
8829 #ifdef __cplusplus
8830 extern "C"
8831 #endif
8832 char XauGetBestAuthByAddr ();
8834 main ()
8836 return XauGetBestAuthByAddr ();
8838 return 0;
8840 _ACEOF
8841 if ac_fn_c_try_link "$LINENO"; then :
8842 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8843 else
8844 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8846 rm -f core conftest.err conftest.$ac_objext \
8847 conftest$ac_exeext conftest.$ac_ext
8848 LIBS=$ac_check_lib_save_LIBS
8850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8851 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8852 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8853 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8854 else
8855 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8863 done
8866 CPPFLAGS="$ac_save_CPPFLAGS"
8867 else
8868 XLIB=""
8869 X_CFLAGS=""
8870 X_LIBS=""
8871 enable_winex11_drv=${enable_winex11_drv:-no}
8872 enable_opengl32=${enable_opengl32:-no}
8873 enable_glu32=${enable_glu32:-no}
8875 if test "x$XLIB" = "x"; then :
8876 case "x$with_x" in
8877 xno) ;;
8878 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
8879 without X support, which probably isn't what you want. You will need to install
8880 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8881 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8882 esac
8886 XML2LIBS=""
8888 XML2INCL=""
8890 XSLTINCL=""
8892 if test "x$with_xml" != "xno"
8893 then
8894 ac_save_CPPFLAGS="$CPPFLAGS"
8895 if test "$PKG_CONFIG" != "false"
8896 then
8897 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
8898 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
8899 else
8900 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
8901 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
8903 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
8904 for ac_header in libxml/parser.h
8905 do :
8906 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
8907 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
8908 cat >>confdefs.h <<_ACEOF
8909 #define HAVE_LIBXML_PARSER_H 1
8910 _ACEOF
8911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
8912 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
8913 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
8914 $as_echo_n "(cached) " >&6
8915 else
8916 ac_check_lib_save_LIBS=$LIBS
8917 LIBS="-lxml2 $ac_xml_libs $LIBS"
8918 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8919 /* end confdefs.h. */
8921 /* Override any GCC internal prototype to avoid an error.
8922 Use char because int might match the return type of a GCC
8923 builtin and then its argument prototype would still apply. */
8924 #ifdef __cplusplus
8925 extern "C"
8926 #endif
8927 char xmlParseMemory ();
8929 main ()
8931 return xmlParseMemory ();
8933 return 0;
8935 _ACEOF
8936 if ac_fn_c_try_link "$LINENO"; then :
8937 ac_cv_lib_xml2_xmlParseMemory=yes
8938 else
8939 ac_cv_lib_xml2_xmlParseMemory=no
8941 rm -f core conftest.err conftest.$ac_objext \
8942 conftest$ac_exeext conftest.$ac_ext
8943 LIBS=$ac_check_lib_save_LIBS
8945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
8946 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
8947 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
8949 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
8951 XML2LIBS="$ac_xml_libs"
8952 XML2INCL="$ac_xml_cflags"
8955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
8956 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
8957 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
8958 $as_echo_n "(cached) " >&6
8959 else
8960 ac_check_lib_save_LIBS=$LIBS
8961 LIBS="-lxml2 $ac_xml_libs $LIBS"
8962 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8963 /* end confdefs.h. */
8965 /* Override any GCC internal prototype to avoid an error.
8966 Use char because int might match the return type of a GCC
8967 builtin and then its argument prototype would still apply. */
8968 #ifdef __cplusplus
8969 extern "C"
8970 #endif
8971 char xmlReadMemory ();
8973 main ()
8975 return xmlReadMemory ();
8977 return 0;
8979 _ACEOF
8980 if ac_fn_c_try_link "$LINENO"; then :
8981 ac_cv_lib_xml2_xmlReadMemory=yes
8982 else
8983 ac_cv_lib_xml2_xmlReadMemory=no
8985 rm -f core conftest.err conftest.$ac_objext \
8986 conftest$ac_exeext conftest.$ac_ext
8987 LIBS=$ac_check_lib_save_LIBS
8989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
8990 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
8991 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
8993 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
8997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
8998 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
8999 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9000 $as_echo_n "(cached) " >&6
9001 else
9002 ac_check_lib_save_LIBS=$LIBS
9003 LIBS="-lxml2 $ac_xml_libs $LIBS"
9004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9005 /* end confdefs.h. */
9007 /* Override any GCC internal prototype to avoid an error.
9008 Use char because int might match the return type of a GCC
9009 builtin and then its argument prototype would still apply. */
9010 #ifdef __cplusplus
9011 extern "C"
9012 #endif
9013 char xmlNewDocPI ();
9015 main ()
9017 return xmlNewDocPI ();
9019 return 0;
9021 _ACEOF
9022 if ac_fn_c_try_link "$LINENO"; then :
9023 ac_cv_lib_xml2_xmlNewDocPI=yes
9024 else
9025 ac_cv_lib_xml2_xmlNewDocPI=no
9027 rm -f core conftest.err conftest.$ac_objext \
9028 conftest$ac_exeext conftest.$ac_ext
9029 LIBS=$ac_check_lib_save_LIBS
9031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9032 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9033 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9035 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9042 done
9044 CPPFLAGS="$ac_save_CPPFLAGS"
9046 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9047 case "x$with_xml" in
9048 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9049 xno) ;;
9050 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9051 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9052 esac
9055 if test "x$with_xslt" != "xno"
9056 then
9057 if test "$PKG_CONFIG" != "false"
9058 then
9059 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9060 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9061 else
9062 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9063 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9065 ac_save_CPPFLAGS="$CPPFLAGS"
9066 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9067 for ac_header in libxslt/pattern.h libxslt/transform.h
9068 do :
9069 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9070 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9071 # include <libxslt/pattern.h>
9072 #endif
9074 eval as_val=\$$as_ac_Header
9075 if test "x$as_val" = x""yes; then :
9076 cat >>confdefs.h <<_ACEOF
9077 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9078 _ACEOF
9082 done
9084 CPPFLAGS="$ac_save_CPPFLAGS"
9085 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9086 then
9087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9088 $as_echo_n "checking for -lxslt... " >&6; }
9089 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9090 $as_echo_n "(cached) " >&6
9091 else
9092 ac_check_soname_save_LIBS=$LIBS
9093 LIBS="-lxslt $ac_xslt_libs $LIBS"
9094 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9095 /* end confdefs.h. */
9097 /* Override any GCC internal prototype to avoid an error.
9098 Use char because int might match the return type of a GCC
9099 builtin and then its argument prototype would still apply. */
9100 #ifdef __cplusplus
9101 extern "C"
9102 #endif
9103 char xsltCompilePattern ();
9105 main ()
9107 return xsltCompilePattern ();
9109 return 0;
9111 _ACEOF
9112 if ac_fn_c_try_link "$LINENO"; then :
9113 case "$LIBEXT" in
9114 dll) ;;
9115 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'` ;;
9116 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9117 esac
9119 rm -f core conftest.err conftest.$ac_objext \
9120 conftest$ac_exeext conftest.$ac_ext
9121 LIBS=$ac_check_soname_save_LIBS
9123 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9125 $as_echo "not found" >&6; }
9127 else
9128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9129 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9131 cat >>confdefs.h <<_ACEOF
9132 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9133 _ACEOF
9135 XSLTINCL="$ac_xslt_cflags"
9139 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9140 case "x$with_xslt" in
9141 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9142 xno) ;;
9143 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9144 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9145 esac
9148 HALINCL=""
9150 if test "x$with_hal" != "xno"
9151 then
9152 ac_save_CPPFLAGS="$CPPFLAGS"
9153 if test "$PKG_CONFIG" != "false"
9154 then
9155 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9156 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9157 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9159 for ac_header in dbus/dbus.h hal/libhal.h
9160 do :
9161 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9162 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9163 eval as_val=\$$as_ac_Header
9164 if test "x$as_val" = x""yes; then :
9165 cat >>confdefs.h <<_ACEOF
9166 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9167 _ACEOF
9171 done
9173 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9174 then
9175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9176 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9177 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9178 $as_echo_n "(cached) " >&6
9179 else
9180 ac_check_lib_save_LIBS=$LIBS
9181 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9182 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9183 /* end confdefs.h. */
9185 /* Override any GCC internal prototype to avoid an error.
9186 Use char because int might match the return type of a GCC
9187 builtin and then its argument prototype would still apply. */
9188 #ifdef __cplusplus
9189 extern "C"
9190 #endif
9191 char dbus_connection_close ();
9193 main ()
9195 return dbus_connection_close ();
9197 return 0;
9199 _ACEOF
9200 if ac_fn_c_try_link "$LINENO"; then :
9201 ac_cv_lib_dbus_1_dbus_connection_close=yes
9202 else
9203 ac_cv_lib_dbus_1_dbus_connection_close=no
9205 rm -f core conftest.err conftest.$ac_objext \
9206 conftest$ac_exeext conftest.$ac_ext
9207 LIBS=$ac_check_lib_save_LIBS
9209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9210 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9211 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9213 $as_echo_n "checking for -lhal... " >&6; }
9214 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9215 $as_echo_n "(cached) " >&6
9216 else
9217 ac_check_soname_save_LIBS=$LIBS
9218 LIBS="-lhal $ac_hal_libs $LIBS"
9219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9220 /* end confdefs.h. */
9222 /* Override any GCC internal prototype to avoid an error.
9223 Use char because int might match the return type of a GCC
9224 builtin and then its argument prototype would still apply. */
9225 #ifdef __cplusplus
9226 extern "C"
9227 #endif
9228 char libhal_ctx_new ();
9230 main ()
9232 return libhal_ctx_new ();
9234 return 0;
9236 _ACEOF
9237 if ac_fn_c_try_link "$LINENO"; then :
9238 case "$LIBEXT" in
9239 dll) ;;
9240 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'` ;;
9241 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9242 esac
9244 rm -f core conftest.err conftest.$ac_objext \
9245 conftest$ac_exeext conftest.$ac_ext
9246 LIBS=$ac_check_soname_save_LIBS
9248 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9250 $as_echo "not found" >&6; }
9252 else
9253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9254 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9256 cat >>confdefs.h <<_ACEOF
9257 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9258 _ACEOF
9260 HALINCL="$ac_hal_cflags"
9265 CPPFLAGS="$ac_save_CPPFLAGS"
9267 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9268 case "x$with_hal" in
9269 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9270 xno) ;;
9271 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9272 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9273 esac
9276 if test "x$with_gnutls" != "xno"
9277 then
9278 ac_save_CPPFLAGS="$CPPFLAGS"
9279 if test "$PKG_CONFIG" != "false"
9280 then
9281 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9282 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9283 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9285 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9286 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9287 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9288 /* end confdefs.h. */
9289 #include <gnutls/gnutls.h>
9291 main ()
9293 typeof(gnutls_mac_get_key_size) *pfunc;
9295 return 0;
9297 _ACEOF
9298 if ac_fn_c_try_compile "$LINENO"; then :
9299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9300 $as_echo_n "checking for -lgnutls... " >&6; }
9301 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9302 $as_echo_n "(cached) " >&6
9303 else
9304 ac_check_soname_save_LIBS=$LIBS
9305 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9306 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9307 /* end confdefs.h. */
9309 /* Override any GCC internal prototype to avoid an error.
9310 Use char because int might match the return type of a GCC
9311 builtin and then its argument prototype would still apply. */
9312 #ifdef __cplusplus
9313 extern "C"
9314 #endif
9315 char gnutls_global_init ();
9317 main ()
9319 return gnutls_global_init ();
9321 return 0;
9323 _ACEOF
9324 if ac_fn_c_try_link "$LINENO"; then :
9325 case "$LIBEXT" in
9326 dll) ;;
9327 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'` ;;
9328 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9329 esac
9331 rm -f core conftest.err conftest.$ac_objext \
9332 conftest$ac_exeext conftest.$ac_ext
9333 LIBS=$ac_check_soname_save_LIBS
9335 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9337 $as_echo "not found" >&6; }
9339 else
9340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9341 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9343 cat >>confdefs.h <<_ACEOF
9344 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9345 _ACEOF
9347 GNUTLSINCL="$ac_gnutls_cflags"
9351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9355 CPPFLAGS="$ac_save_CPPFLAGS"
9357 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9358 case "x$with_gnutls" in
9359 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9360 xno) ;;
9361 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9362 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9363 esac
9366 CURSESLIBS=""
9367 if test "$ac_cv_header_ncurses_h" = "yes"
9368 then
9369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9370 $as_echo_n "checking for -lncurses... " >&6; }
9371 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9372 $as_echo_n "(cached) " >&6
9373 else
9374 ac_check_soname_save_LIBS=$LIBS
9375 LIBS="-lncurses $LIBS"
9376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9377 /* end confdefs.h. */
9379 /* Override any GCC internal prototype to avoid an error.
9380 Use char because int might match the return type of a GCC
9381 builtin and then its argument prototype would still apply. */
9382 #ifdef __cplusplus
9383 extern "C"
9384 #endif
9385 char waddch ();
9387 main ()
9389 return waddch ();
9391 return 0;
9393 _ACEOF
9394 if ac_fn_c_try_link "$LINENO"; then :
9395 case "$LIBEXT" in
9396 dll) ;;
9397 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'` ;;
9398 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9399 esac
9401 rm -f core conftest.err conftest.$ac_objext \
9402 conftest$ac_exeext conftest.$ac_ext
9403 LIBS=$ac_check_soname_save_LIBS
9405 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9407 $as_echo "not found" >&6; }
9409 else
9410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9411 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9413 cat >>confdefs.h <<_ACEOF
9414 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9415 _ACEOF
9417 CURSESLIBS="-lncurses"
9419 elif test "$ac_cv_header_curses_h" = "yes"
9420 then
9421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9422 $as_echo_n "checking for -lcurses... " >&6; }
9423 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9424 $as_echo_n "(cached) " >&6
9425 else
9426 ac_check_soname_save_LIBS=$LIBS
9427 LIBS="-lcurses $LIBS"
9428 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9429 /* end confdefs.h. */
9431 /* Override any GCC internal prototype to avoid an error.
9432 Use char because int might match the return type of a GCC
9433 builtin and then its argument prototype would still apply. */
9434 #ifdef __cplusplus
9435 extern "C"
9436 #endif
9437 char waddch ();
9439 main ()
9441 return waddch ();
9443 return 0;
9445 _ACEOF
9446 if ac_fn_c_try_link "$LINENO"; then :
9447 case "$LIBEXT" in
9448 dll) ;;
9449 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'` ;;
9450 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9451 esac
9453 rm -f core conftest.err conftest.$ac_objext \
9454 conftest$ac_exeext conftest.$ac_ext
9455 LIBS=$ac_check_soname_save_LIBS
9457 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9459 $as_echo "not found" >&6; }
9461 else
9462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9463 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9465 cat >>confdefs.h <<_ACEOF
9466 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9467 _ACEOF
9469 CURSESLIBS="-lcurses"
9472 ac_save_LIBS="$LIBS"
9473 LIBS="$LIBS $CURSESLIBS"
9474 for ac_func in mousemask
9475 do :
9476 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9477 if test "x$ac_cv_func_mousemask" = x""yes; then :
9478 cat >>confdefs.h <<_ACEOF
9479 #define HAVE_MOUSEMASK 1
9480 _ACEOF
9483 done
9485 LIBS="$ac_save_LIBS"
9486 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9487 case "x$with_curses" in
9488 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9489 xno) ;;
9490 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9491 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9492 esac
9495 if test "x$with_sane" != "xno"
9496 then
9497 ac_save_CPPFLAGS="$CPPFLAGS"
9498 # Extract the first word of "sane-config", so it can be a program name with args.
9499 set dummy sane-config; ac_word=$2
9500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9501 $as_echo_n "checking for $ac_word... " >&6; }
9502 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9503 $as_echo_n "(cached) " >&6
9504 else
9505 if test -n "$sane_devel"; then
9506 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9507 else
9508 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9509 for as_dir in $PATH
9511 IFS=$as_save_IFS
9512 test -z "$as_dir" && as_dir=.
9513 for ac_exec_ext in '' $ac_executable_extensions; do
9514 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9515 ac_cv_prog_sane_devel="sane-config"
9516 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9517 break 2
9519 done
9520 done
9521 IFS=$as_save_IFS
9523 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9526 sane_devel=$ac_cv_prog_sane_devel
9527 if test -n "$sane_devel"; then
9528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9529 $as_echo "$sane_devel" >&6; }
9530 else
9531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9532 $as_echo "no" >&6; }
9536 if test "$sane_devel" != "no"
9537 then
9538 ac_sane_incl="`$sane_devel --cflags`"
9539 ac_sane_libs="`$sane_devel --ldflags`"
9540 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9542 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9543 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9545 $as_echo_n "checking for -lsane... " >&6; }
9546 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9547 $as_echo_n "(cached) " >&6
9548 else
9549 ac_check_soname_save_LIBS=$LIBS
9550 LIBS="-lsane $ac_sane_libs $LIBS"
9551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9552 /* end confdefs.h. */
9554 /* Override any GCC internal prototype to avoid an error.
9555 Use char because int might match the return type of a GCC
9556 builtin and then its argument prototype would still apply. */
9557 #ifdef __cplusplus
9558 extern "C"
9559 #endif
9560 char sane_init ();
9562 main ()
9564 return sane_init ();
9566 return 0;
9568 _ACEOF
9569 if ac_fn_c_try_link "$LINENO"; then :
9570 case "$LIBEXT" in
9571 dll) ;;
9572 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'` ;;
9573 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9574 esac
9576 rm -f core conftest.err conftest.$ac_objext \
9577 conftest$ac_exeext conftest.$ac_ext
9578 LIBS=$ac_check_soname_save_LIBS
9580 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9582 $as_echo "not found" >&6; }
9584 else
9585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9586 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9588 cat >>confdefs.h <<_ACEOF
9589 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9590 _ACEOF
9592 SANEINCL="$ac_sane_incl"
9598 CPPFLAGS="$ac_save_CPPFLAGS"
9600 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9601 case "x$with_sane" in
9602 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9603 xno) ;;
9604 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9605 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9606 esac
9609 if test "x$with_v4l" != "xno"
9610 then
9611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9612 $as_echo_n "checking for -lv4l1... " >&6; }
9613 if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
9614 $as_echo_n "(cached) " >&6
9615 else
9616 ac_check_soname_save_LIBS=$LIBS
9617 LIBS="-lv4l1 $LIBS"
9618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9619 /* end confdefs.h. */
9621 /* Override any GCC internal prototype to avoid an error.
9622 Use char because int might match the return type of a GCC
9623 builtin and then its argument prototype would still apply. */
9624 #ifdef __cplusplus
9625 extern "C"
9626 #endif
9627 char v4l1_open ();
9629 main ()
9631 return v4l1_open ();
9633 return 0;
9635 _ACEOF
9636 if ac_fn_c_try_link "$LINENO"; then :
9637 case "$LIBEXT" in
9638 dll) ;;
9639 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'` ;;
9640 *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9641 esac
9643 rm -f core conftest.err conftest.$ac_objext \
9644 conftest$ac_exeext conftest.$ac_ext
9645 LIBS=$ac_check_soname_save_LIBS
9647 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9649 $as_echo "not found" >&6; }
9651 else
9652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
9653 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
9655 cat >>confdefs.h <<_ACEOF
9656 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
9657 _ACEOF
9662 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9663 case "x$with_v4l" in
9664 x) wine_notices="$wine_notices|libv4l ${notice_platform}development files not found." ;;
9665 xno) ;;
9666 *) as_fn_error "libv4l ${notice_platform}development files not found.
9667 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
9668 esac
9671 if test "x$with_gphoto" != "xno"
9672 then
9673 ac_save_CPPFLAGS="$CPPFLAGS"
9674 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9675 set dummy gphoto2-config; ac_word=$2
9676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9677 $as_echo_n "checking for $ac_word... " >&6; }
9678 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9679 $as_echo_n "(cached) " >&6
9680 else
9681 if test -n "$gphoto2_devel"; then
9682 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9683 else
9684 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9685 for as_dir in $PATH
9687 IFS=$as_save_IFS
9688 test -z "$as_dir" && as_dir=.
9689 for ac_exec_ext in '' $ac_executable_extensions; do
9690 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9691 ac_cv_prog_gphoto2_devel="gphoto2-config"
9692 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9693 break 2
9695 done
9696 done
9697 IFS=$as_save_IFS
9699 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9702 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9703 if test -n "$gphoto2_devel"; then
9704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9705 $as_echo "$gphoto2_devel" >&6; }
9706 else
9707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9708 $as_echo "no" >&6; }
9712 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9713 set dummy gphoto2-port-config; ac_word=$2
9714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9715 $as_echo_n "checking for $ac_word... " >&6; }
9716 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9717 $as_echo_n "(cached) " >&6
9718 else
9719 if test -n "$gphoto2port_devel"; then
9720 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9721 else
9722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9723 for as_dir in $PATH
9725 IFS=$as_save_IFS
9726 test -z "$as_dir" && as_dir=.
9727 for ac_exec_ext in '' $ac_executable_extensions; do
9728 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9729 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9730 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9731 break 2
9733 done
9734 done
9735 IFS=$as_save_IFS
9737 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9740 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9741 if test -n "$gphoto2port_devel"; then
9742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9743 $as_echo "$gphoto2port_devel" >&6; }
9744 else
9745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9746 $as_echo "no" >&6; }
9750 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9751 then
9752 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9753 ac_gphoto2_libs=""
9754 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9756 case "$i" in
9757 -L/usr/lib|-L/usr/lib64) ;;
9758 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9759 esac
9760 done
9761 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9763 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9764 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9765 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9767 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9768 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9769 $as_echo_n "(cached) " >&6
9770 else
9771 ac_check_lib_save_LIBS=$LIBS
9772 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9774 /* end confdefs.h. */
9776 /* Override any GCC internal prototype to avoid an error.
9777 Use char because int might match the return type of a GCC
9778 builtin and then its argument prototype would still apply. */
9779 #ifdef __cplusplus
9780 extern "C"
9781 #endif
9782 char gp_camera_new ();
9784 main ()
9786 return gp_camera_new ();
9788 return 0;
9790 _ACEOF
9791 if ac_fn_c_try_link "$LINENO"; then :
9792 ac_cv_lib_gphoto2_gp_camera_new=yes
9793 else
9794 ac_cv_lib_gphoto2_gp_camera_new=no
9796 rm -f core conftest.err conftest.$ac_objext \
9797 conftest$ac_exeext conftest.$ac_ext
9798 LIBS=$ac_check_lib_save_LIBS
9800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9801 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9802 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9804 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9806 GPHOTO2LIBS="$ac_gphoto2_libs"
9808 GPHOTO2INCL="$ac_gphoto2_incl"
9815 CPPFLAGS="$ac_save_CPPFLAGS"
9817 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9818 case "x$with_gphoto" in
9819 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9820 xno) ;;
9821 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9822 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9823 esac
9827 RESOLVLIBS=""
9829 if test "$ac_cv_header_resolv_h" = "yes"
9830 then
9831 ac_save_LIBS="$LIBS"
9832 LIBS="$LIBS -lresolv"
9833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9834 /* end confdefs.h. */
9835 #ifdef HAVE_NETINET_IN_H
9836 #include <netinet/in.h>
9837 #endif
9838 #include <resolv.h>
9840 main ()
9842 res_init();
9844 return 0;
9846 _ACEOF
9847 if ac_fn_c_try_link "$LINENO"; then :
9849 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9851 RESOLVLIBS="-lresolv"
9853 rm -f core conftest.err conftest.$ac_objext \
9854 conftest$ac_exeext conftest.$ac_ext
9855 LIBS="$ac_save_LIBS"
9858 LCMSLIBS=""
9860 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9861 then
9862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9863 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9864 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9865 $as_echo_n "(cached) " >&6
9866 else
9867 ac_check_lib_save_LIBS=$LIBS
9868 LIBS="-llcms $LIBS"
9869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9870 /* end confdefs.h. */
9872 /* Override any GCC internal prototype to avoid an error.
9873 Use char because int might match the return type of a GCC
9874 builtin and then its argument prototype would still apply. */
9875 #ifdef __cplusplus
9876 extern "C"
9877 #endif
9878 char cmsOpenProfileFromFile ();
9880 main ()
9882 return cmsOpenProfileFromFile ();
9884 return 0;
9886 _ACEOF
9887 if ac_fn_c_try_link "$LINENO"; then :
9888 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9889 else
9890 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9892 rm -f core conftest.err conftest.$ac_objext \
9893 conftest$ac_exeext conftest.$ac_ext
9894 LIBS=$ac_check_lib_save_LIBS
9896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9897 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
9898 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
9900 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
9902 LCMSLIBS="-llcms"
9906 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
9907 case "x$with_cms" in
9908 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
9909 xno) ;;
9910 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9911 This is an error since --with-cms was requested." "$LINENO" 5 ;;
9912 esac
9915 if test "x$with_freetype" != "xno"
9916 then
9917 for ac_prog in freetype-config freetype2-config
9919 # Extract the first word of "$ac_prog", so it can be a program name with args.
9920 set dummy $ac_prog; ac_word=$2
9921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9922 $as_echo_n "checking for $ac_word... " >&6; }
9923 if test "${ac_cv_prog_ft_devel+set}" = set; then :
9924 $as_echo_n "(cached) " >&6
9925 else
9926 if test -n "$ft_devel"; then
9927 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
9928 else
9929 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9930 for as_dir in $PATH
9932 IFS=$as_save_IFS
9933 test -z "$as_dir" && as_dir=.
9934 for ac_exec_ext in '' $ac_executable_extensions; do
9935 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9936 ac_cv_prog_ft_devel="$ac_prog"
9937 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9938 break 2
9940 done
9941 done
9942 IFS=$as_save_IFS
9946 ft_devel=$ac_cv_prog_ft_devel
9947 if test -n "$ft_devel"; then
9948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
9949 $as_echo "$ft_devel" >&6; }
9950 else
9951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9952 $as_echo "no" >&6; }
9956 test -n "$ft_devel" && break
9957 done
9958 test -n "$ft_devel" || ft_devel="no"
9960 if test "$ft_devel" != "no"
9961 then
9962 ac_freetype_incl=`$ft_devel --cflags`
9963 ac_freetype_libs=`$ft_devel --libs`
9965 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
9966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
9967 $as_echo_n "checking for -lfreetype... " >&6; }
9968 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
9969 $as_echo_n "(cached) " >&6
9970 else
9971 ac_check_soname_save_LIBS=$LIBS
9972 LIBS="-lfreetype $ac_freetype_libs $LIBS"
9973 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9974 /* end confdefs.h. */
9976 /* Override any GCC internal prototype to avoid an error.
9977 Use char because int might match the return type of a GCC
9978 builtin and then its argument prototype would still apply. */
9979 #ifdef __cplusplus
9980 extern "C"
9981 #endif
9982 char FT_Init_FreeType ();
9984 main ()
9986 return FT_Init_FreeType ();
9988 return 0;
9990 _ACEOF
9991 if ac_fn_c_try_link "$LINENO"; then :
9992 case "$LIBEXT" in
9993 dll) ;;
9994 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'` ;;
9995 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9996 esac
9998 rm -f core conftest.err conftest.$ac_objext \
9999 conftest$ac_exeext conftest.$ac_ext
10000 LIBS=$ac_check_soname_save_LIBS
10002 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10004 $as_echo "not found" >&6; }
10005 ft_lib=no
10006 else
10007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10008 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10010 cat >>confdefs.h <<_ACEOF
10011 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10012 _ACEOF
10014 ft_lib=yes
10016 if test "$ft_lib" = "yes"
10017 then
10018 ac_save_CPPFLAGS="$CPPFLAGS"
10019 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10020 for ac_header in ft2build.h \
10021 freetype/freetype.h \
10022 freetype/ftglyph.h \
10023 freetype/fttypes.h \
10024 freetype/tttables.h \
10025 freetype/ftsnames.h \
10026 freetype/ttnameid.h \
10027 freetype/ftoutln.h \
10028 freetype/ftwinfnt.h \
10029 freetype/ftmodapi.h \
10030 freetype/ftlcdfil.h \
10031 freetype/internal/sfnt.h
10032 do :
10033 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10034 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10035 # include <ft2build.h>
10036 #endif
10038 eval as_val=\$$as_ac_Header
10039 if test "x$as_val" = x""yes; then :
10040 cat >>confdefs.h <<_ACEOF
10041 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10042 _ACEOF
10046 done
10048 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10049 /* end confdefs.h. */
10050 #include <ft2build.h>
10051 #include <freetype/fttrigon.h>
10052 _ACEOF
10053 if ac_fn_c_try_cpp "$LINENO"; then :
10055 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10057 wine_cv_fttrigon=yes
10058 else
10059 wine_cv_fttrigon=no
10061 rm -f conftest.err conftest.$ac_ext
10062 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10064 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10066 cat >>confdefs.h <<_ACEOF
10067 #define HAVE_FT_TRUETYPEENGINETYPE 1
10068 _ACEOF
10073 ac_save_CFLAGS="$CFLAGS"
10074 CFLAGS="$CFLAGS $ac_freetype_libs"
10075 for ac_func in FT_Load_Sfnt_Table
10076 do :
10077 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10078 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10079 cat >>confdefs.h <<_ACEOF
10080 #define HAVE_FT_LOAD_SFNT_TABLE 1
10081 _ACEOF
10084 done
10086 CFLAGS="$ac_save_CFLAGS"
10087 CPPFLAGS="$ac_save_CPPFLAGS"
10088 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10089 then
10091 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10093 FREETYPELIBS="$ac_freetype_libs"
10095 FREETYPEINCL="$ac_freetype_incl"
10100 if test "x$FREETYPELIBS" = "x"; then :
10101 case "x$with_freetype" in
10102 xno) ;;
10103 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10104 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10105 esac
10107 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10110 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10111 if test "${ac_cv_c_ppdev+set}" = set; then :
10112 $as_echo_n "(cached) " >&6
10113 else
10114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10115 /* end confdefs.h. */
10116 #include <linux/ppdev.h>
10118 main ()
10120 ioctl (1,PPCLAIM,0)
10122 return 0;
10124 _ACEOF
10125 if ac_fn_c_try_compile "$LINENO"; then :
10126 ac_cv_c_ppdev="yes"
10127 else
10128 ac_cv_c_ppdev="no"
10130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10133 $as_echo "$ac_cv_c_ppdev" >&6; }
10134 if test "$ac_cv_c_ppdev" = "yes"
10135 then
10137 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10141 ac_wine_check_funcs_save_LIBS="$LIBS"
10142 LIBS="$LIBS $LIBPTHREAD"
10143 for ac_func in \
10144 pthread_attr_get_np \
10145 pthread_getattr_np \
10146 pthread_get_stackaddr_np \
10147 pthread_get_stacksize_np
10148 do :
10149 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10150 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10151 eval as_val=\$$as_ac_var
10152 if test "x$as_val" = x""yes; then :
10153 cat >>confdefs.h <<_ACEOF
10154 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10155 _ACEOF
10158 done
10160 LIBS="$ac_wine_check_funcs_save_LIBS"
10162 if test "$ac_cv_header_zlib_h" = "yes"
10163 then
10164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10165 $as_echo_n "checking for inflate in -lz... " >&6; }
10166 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10167 $as_echo_n "(cached) " >&6
10168 else
10169 ac_check_lib_save_LIBS=$LIBS
10170 LIBS="-lz $LIBS"
10171 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10172 /* end confdefs.h. */
10174 /* Override any GCC internal prototype to avoid an error.
10175 Use char because int might match the return type of a GCC
10176 builtin and then its argument prototype would still apply. */
10177 #ifdef __cplusplus
10178 extern "C"
10179 #endif
10180 char inflate ();
10182 main ()
10184 return inflate ();
10186 return 0;
10188 _ACEOF
10189 if ac_fn_c_try_link "$LINENO"; then :
10190 ac_cv_lib_z_inflate=yes
10191 else
10192 ac_cv_lib_z_inflate=no
10194 rm -f core conftest.err conftest.$ac_objext \
10195 conftest$ac_exeext conftest.$ac_ext
10196 LIBS=$ac_check_lib_save_LIBS
10198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10199 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10200 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10202 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10204 ZLIB="-lz"
10210 if test "x$with_esd" != xno
10211 then
10212 save_CFLAGS="$CFLAGS"
10213 # Extract the first word of "esd-config", so it can be a program name with args.
10214 set dummy esd-config; ac_word=$2
10215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10216 $as_echo_n "checking for $ac_word... " >&6; }
10217 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10218 $as_echo_n "(cached) " >&6
10219 else
10220 case $ESDCONFIG in
10221 [\\/]* | ?:[\\/]*)
10222 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10225 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10226 for as_dir in $PATH
10228 IFS=$as_save_IFS
10229 test -z "$as_dir" && as_dir=.
10230 for ac_exec_ext in '' $ac_executable_extensions; do
10231 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10232 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10233 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10234 break 2
10236 done
10237 done
10238 IFS=$as_save_IFS
10240 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10242 esac
10244 ESDCONFIG=$ac_cv_path_ESDCONFIG
10245 if test -n "$ESDCONFIG"; then
10246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10247 $as_echo "$ESDCONFIG" >&6; }
10248 else
10249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10250 $as_echo "no" >&6; }
10254 if test "x$ESDCONFIG" != "xno"
10255 then
10256 ac_esd_incl=""
10257 for i in `$ESDCONFIG --cflags`
10259 case "$i" in
10260 -I*) ac_esd_incl="$ac_esd_incl $i";;
10261 esac
10262 done
10263 ac_esd_libs=`$ESDCONFIG --libs`
10264 CFLAGS="$CFLAGS $ac_esd_incl"
10266 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10267 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10268 if test "x$ac_cv_header_esd_h" = x""yes; then :
10269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10270 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10271 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10272 $as_echo_n "(cached) " >&6
10273 else
10274 ac_check_lib_save_LIBS=$LIBS
10275 LIBS="-lesd $ac_esd_libs $LIBS"
10276 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10277 /* end confdefs.h. */
10279 /* Override any GCC internal prototype to avoid an error.
10280 Use char because int might match the return type of a GCC
10281 builtin and then its argument prototype would still apply. */
10282 #ifdef __cplusplus
10283 extern "C"
10284 #endif
10285 char esd_open_sound ();
10287 main ()
10289 return esd_open_sound ();
10291 return 0;
10293 _ACEOF
10294 if ac_fn_c_try_link "$LINENO"; then :
10295 ac_cv_lib_esd_esd_open_sound=yes
10296 else
10297 ac_cv_lib_esd_esd_open_sound=no
10299 rm -f core conftest.err conftest.$ac_objext \
10300 conftest$ac_exeext conftest.$ac_ext
10301 LIBS=$ac_check_lib_save_LIBS
10303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10304 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10305 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10306 ESDINCL="$ac_esd_incl"
10308 ESDLIBS="$ac_esd_libs"
10311 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10318 CFLAGS="$save_CFLAGS"
10321 ALSALIBS=""
10323 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10324 then
10325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10326 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10327 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10328 $as_echo_n "(cached) " >&6
10329 else
10330 ac_check_lib_save_LIBS=$LIBS
10331 LIBS="-lasound $LIBS"
10332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10333 /* end confdefs.h. */
10335 /* Override any GCC internal prototype to avoid an error.
10336 Use char because int might match the return type of a GCC
10337 builtin and then its argument prototype would still apply. */
10338 #ifdef __cplusplus
10339 extern "C"
10340 #endif
10341 char snd_pcm_hw_params_get_access ();
10343 main ()
10345 return snd_pcm_hw_params_get_access ();
10347 return 0;
10349 _ACEOF
10350 if ac_fn_c_try_link "$LINENO"; then :
10351 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10352 else
10353 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10355 rm -f core conftest.err conftest.$ac_objext \
10356 conftest$ac_exeext conftest.$ac_ext
10357 LIBS=$ac_check_lib_save_LIBS
10359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10360 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10361 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10363 /* end confdefs.h. */
10364 #ifdef HAVE_ALSA_ASOUNDLIB_H
10365 #include <alsa/asoundlib.h>
10366 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10367 #include <sys/asoundlib.h>
10368 #endif
10370 main ()
10372 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10374 return 0;
10376 _ACEOF
10377 if ac_fn_c_try_compile "$LINENO"; then :
10379 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10381 ALSALIBS="-lasound"
10383 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10388 AUDIOIOLIBS=""
10390 if test "$ac_cv_header_libaudioio_h" = "yes"
10391 then
10392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10393 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10394 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10395 $as_echo_n "(cached) " >&6
10396 else
10397 ac_check_lib_save_LIBS=$LIBS
10398 LIBS="-laudioio $LIBS"
10399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10400 /* end confdefs.h. */
10402 /* Override any GCC internal prototype to avoid an error.
10403 Use char because int might match the return type of a GCC
10404 builtin and then its argument prototype would still apply. */
10405 #ifdef __cplusplus
10406 extern "C"
10407 #endif
10408 char AudioIOGetVersion ();
10410 main ()
10412 return AudioIOGetVersion ();
10414 return 0;
10416 _ACEOF
10417 if ac_fn_c_try_link "$LINENO"; then :
10418 ac_cv_lib_audioio_AudioIOGetVersion=yes
10419 else
10420 ac_cv_lib_audioio_AudioIOGetVersion=no
10422 rm -f core conftest.err conftest.$ac_objext \
10423 conftest$ac_exeext conftest.$ac_ext
10424 LIBS=$ac_check_lib_save_LIBS
10426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10427 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10428 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10429 AUDIOIOLIBS="-laudioio"
10431 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10438 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10439 then
10440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10441 $as_echo_n "checking for -lcapi20... " >&6; }
10442 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10443 $as_echo_n "(cached) " >&6
10444 else
10445 ac_check_soname_save_LIBS=$LIBS
10446 LIBS="-lcapi20 $LIBS"
10447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10448 /* end confdefs.h. */
10450 /* Override any GCC internal prototype to avoid an error.
10451 Use char because int might match the return type of a GCC
10452 builtin and then its argument prototype would still apply. */
10453 #ifdef __cplusplus
10454 extern "C"
10455 #endif
10456 char capi20_register ();
10458 main ()
10460 return capi20_register ();
10462 return 0;
10464 _ACEOF
10465 if ac_fn_c_try_link "$LINENO"; then :
10466 case "$LIBEXT" in
10467 dll) ;;
10468 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'` ;;
10469 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10470 esac
10472 rm -f core conftest.err conftest.$ac_objext \
10473 conftest$ac_exeext conftest.$ac_ext
10474 LIBS=$ac_check_soname_save_LIBS
10476 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10478 $as_echo "not found" >&6; }
10480 else
10481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10482 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10484 cat >>confdefs.h <<_ACEOF
10485 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10486 _ACEOF
10491 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10492 case "x$with_capi" in
10493 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10494 xno) ;;
10495 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10496 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10497 esac
10500 CUPSINCL=""
10502 if test "x$with_cups" != "xno"
10503 then
10504 ac_save_CPPFLAGS="$CPPFLAGS"
10505 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10506 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10507 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10508 for ac_header in cups/cups.h
10509 do :
10510 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10511 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10512 cat >>confdefs.h <<_ACEOF
10513 #define HAVE_CUPS_CUPS_H 1
10514 _ACEOF
10515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10516 $as_echo_n "checking for -lcups... " >&6; }
10517 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10518 $as_echo_n "(cached) " >&6
10519 else
10520 ac_check_soname_save_LIBS=$LIBS
10521 LIBS="-lcups $ac_cups_libs $LIBS"
10522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10523 /* end confdefs.h. */
10525 /* Override any GCC internal prototype to avoid an error.
10526 Use char because int might match the return type of a GCC
10527 builtin and then its argument prototype would still apply. */
10528 #ifdef __cplusplus
10529 extern "C"
10530 #endif
10531 char cupsGetDefault ();
10533 main ()
10535 return cupsGetDefault ();
10537 return 0;
10539 _ACEOF
10540 if ac_fn_c_try_link "$LINENO"; then :
10541 case "$LIBEXT" in
10542 dll) ;;
10543 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'` ;;
10544 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10545 esac
10547 rm -f core conftest.err conftest.$ac_objext \
10548 conftest$ac_exeext conftest.$ac_ext
10549 LIBS=$ac_check_soname_save_LIBS
10551 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10553 $as_echo "not found" >&6; }
10555 else
10556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10557 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10559 cat >>confdefs.h <<_ACEOF
10560 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10561 _ACEOF
10563 CUPSINCL="$ac_cups_cflags"
10567 done
10569 CPPFLAGS="$ac_save_CPPFLAGS"
10571 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10572 case "x$with_cups" in
10573 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10574 xno) ;;
10575 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10576 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10577 esac
10580 if test "$ac_cv_header_jack_jack_h" = "yes"
10581 then
10582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10583 $as_echo_n "checking for -ljack... " >&6; }
10584 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10585 $as_echo_n "(cached) " >&6
10586 else
10587 ac_check_soname_save_LIBS=$LIBS
10588 LIBS="-ljack $LIBS"
10589 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10590 /* end confdefs.h. */
10592 /* Override any GCC internal prototype to avoid an error.
10593 Use char because int might match the return type of a GCC
10594 builtin and then its argument prototype would still apply. */
10595 #ifdef __cplusplus
10596 extern "C"
10597 #endif
10598 char jack_client_new ();
10600 main ()
10602 return jack_client_new ();
10604 return 0;
10606 _ACEOF
10607 if ac_fn_c_try_link "$LINENO"; then :
10608 case "$LIBEXT" in
10609 dll) ;;
10610 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'` ;;
10611 *) 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'` ;;
10612 esac
10614 rm -f core conftest.err conftest.$ac_objext \
10615 conftest$ac_exeext conftest.$ac_ext
10616 LIBS=$ac_check_soname_save_LIBS
10618 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10620 $as_echo "not found" >&6; }
10622 else
10623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10624 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10626 cat >>confdefs.h <<_ACEOF
10627 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10628 _ACEOF
10634 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10635 then
10636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10637 $as_echo_n "checking for -lfontconfig... " >&6; }
10638 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10639 $as_echo_n "(cached) " >&6
10640 else
10641 ac_check_soname_save_LIBS=$LIBS
10642 LIBS="-lfontconfig $LIBS"
10643 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10644 /* end confdefs.h. */
10646 /* Override any GCC internal prototype to avoid an error.
10647 Use char because int might match the return type of a GCC
10648 builtin and then its argument prototype would still apply. */
10649 #ifdef __cplusplus
10650 extern "C"
10651 #endif
10652 char FcInit ();
10654 main ()
10656 return FcInit ();
10658 return 0;
10660 _ACEOF
10661 if ac_fn_c_try_link "$LINENO"; then :
10662 case "$LIBEXT" in
10663 dll) ;;
10664 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'` ;;
10665 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10666 esac
10668 rm -f core conftest.err conftest.$ac_objext \
10669 conftest$ac_exeext conftest.$ac_ext
10670 LIBS=$ac_check_soname_save_LIBS
10672 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10674 $as_echo "not found" >&6; }
10676 else
10677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10678 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10680 cat >>confdefs.h <<_ACEOF
10681 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10682 _ACEOF
10686 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10687 then
10688 ac_save_CPPFLAGS="$CPPFLAGS"
10689 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10690 $as_unset ac_cv_header_fontconfig_fontconfig_h
10691 for ac_header in fontconfig/fontconfig.h
10692 do :
10693 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10694 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10695 cat >>confdefs.h <<_ACEOF
10696 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10697 _ACEOF
10701 done
10703 CPPFLAGS="$ac_save_CPPFLAGS"
10704 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10705 then
10706 FONTCONFIGINCL="$X_CFLAGS"
10708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10709 $as_echo_n "checking for -lfontconfig... " >&6; }
10710 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10711 $as_echo_n "(cached) " >&6
10712 else
10713 ac_check_soname_save_LIBS=$LIBS
10714 LIBS="-lfontconfig $X_LIBS $LIBS"
10715 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10716 /* end confdefs.h. */
10718 /* Override any GCC internal prototype to avoid an error.
10719 Use char because int might match the return type of a GCC
10720 builtin and then its argument prototype would still apply. */
10721 #ifdef __cplusplus
10722 extern "C"
10723 #endif
10724 char FcInit ();
10726 main ()
10728 return FcInit ();
10730 return 0;
10732 _ACEOF
10733 if ac_fn_c_try_link "$LINENO"; then :
10734 case "$LIBEXT" in
10735 dll) ;;
10736 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'` ;;
10737 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10738 esac
10740 rm -f core conftest.err conftest.$ac_objext \
10741 conftest$ac_exeext conftest.$ac_ext
10742 LIBS=$ac_check_soname_save_LIBS
10744 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10746 $as_echo "not found" >&6; }
10748 else
10749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10750 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10752 cat >>confdefs.h <<_ACEOF
10753 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10754 _ACEOF
10760 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10761 case "x$with_fontconfig" in
10762 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10763 xno) ;;
10764 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10765 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10766 esac
10769 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10770 then
10771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10772 $as_echo_n "checking for -lssl... " >&6; }
10773 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10774 $as_echo_n "(cached) " >&6
10775 else
10776 ac_check_soname_save_LIBS=$LIBS
10777 LIBS="-lssl $LIBS"
10778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10779 /* end confdefs.h. */
10781 /* Override any GCC internal prototype to avoid an error.
10782 Use char because int might match the return type of a GCC
10783 builtin and then its argument prototype would still apply. */
10784 #ifdef __cplusplus
10785 extern "C"
10786 #endif
10787 char SSL_library_init ();
10789 main ()
10791 return SSL_library_init ();
10793 return 0;
10795 _ACEOF
10796 if ac_fn_c_try_link "$LINENO"; then :
10797 case "$LIBEXT" in
10798 dll) ;;
10799 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'` ;;
10800 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10801 esac
10803 rm -f core conftest.err conftest.$ac_objext \
10804 conftest$ac_exeext conftest.$ac_ext
10805 LIBS=$ac_check_soname_save_LIBS
10807 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10809 $as_echo "not found" >&6; }
10811 else
10812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10813 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10815 cat >>confdefs.h <<_ACEOF
10816 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10817 _ACEOF
10821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10822 $as_echo_n "checking for -lcrypto... " >&6; }
10823 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10824 $as_echo_n "(cached) " >&6
10825 else
10826 ac_check_soname_save_LIBS=$LIBS
10827 LIBS="-lcrypto $LIBS"
10828 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10829 /* end confdefs.h. */
10831 /* Override any GCC internal prototype to avoid an error.
10832 Use char because int might match the return type of a GCC
10833 builtin and then its argument prototype would still apply. */
10834 #ifdef __cplusplus
10835 extern "C"
10836 #endif
10837 char BIO_new_socket ();
10839 main ()
10841 return BIO_new_socket ();
10843 return 0;
10845 _ACEOF
10846 if ac_fn_c_try_link "$LINENO"; then :
10847 case "$LIBEXT" in
10848 dll) ;;
10849 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'` ;;
10850 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10851 esac
10853 rm -f core conftest.err conftest.$ac_objext \
10854 conftest$ac_exeext conftest.$ac_ext
10855 LIBS=$ac_check_soname_save_LIBS
10857 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10859 $as_echo "not found" >&6; }
10861 else
10862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10863 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10865 cat >>confdefs.h <<_ACEOF
10866 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10867 _ACEOF
10872 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10873 case "x$with_openssl" in
10874 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10875 xno) ;;
10876 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10877 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10878 esac
10881 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10882 then
10883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10884 $as_echo_n "checking for -lgsm... " >&6; }
10885 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10886 $as_echo_n "(cached) " >&6
10887 else
10888 ac_check_soname_save_LIBS=$LIBS
10889 LIBS="-lgsm $LIBS"
10890 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10891 /* end confdefs.h. */
10893 /* Override any GCC internal prototype to avoid an error.
10894 Use char because int might match the return type of a GCC
10895 builtin and then its argument prototype would still apply. */
10896 #ifdef __cplusplus
10897 extern "C"
10898 #endif
10899 char gsm_create ();
10901 main ()
10903 return gsm_create ();
10905 return 0;
10907 _ACEOF
10908 if ac_fn_c_try_link "$LINENO"; then :
10909 case "$LIBEXT" in
10910 dll) ;;
10911 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'` ;;
10912 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10913 esac
10915 rm -f core conftest.err conftest.$ac_objext \
10916 conftest$ac_exeext conftest.$ac_ext
10917 LIBS=$ac_check_soname_save_LIBS
10919 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10921 $as_echo "not found" >&6; }
10923 else
10924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
10925 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
10927 cat >>confdefs.h <<_ACEOF
10928 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
10929 _ACEOF
10934 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10935 case "x$with_gsm" in
10936 x) wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
10937 xno) ;;
10938 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
10939 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
10940 esac
10943 if test "$ac_cv_header_jpeglib_h" = "yes"
10944 then
10945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
10946 $as_echo_n "checking for -ljpeg... " >&6; }
10947 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
10948 $as_echo_n "(cached) " >&6
10949 else
10950 ac_check_soname_save_LIBS=$LIBS
10951 LIBS="-ljpeg $LIBS"
10952 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10953 /* end confdefs.h. */
10955 /* Override any GCC internal prototype to avoid an error.
10956 Use char because int might match the return type of a GCC
10957 builtin and then its argument prototype would still apply. */
10958 #ifdef __cplusplus
10959 extern "C"
10960 #endif
10961 char jpeg_start_decompress ();
10963 main ()
10965 return jpeg_start_decompress ();
10967 return 0;
10969 _ACEOF
10970 if ac_fn_c_try_link "$LINENO"; then :
10971 case "$LIBEXT" in
10972 dll) ;;
10973 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'` ;;
10974 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10975 esac
10977 rm -f core conftest.err conftest.$ac_objext \
10978 conftest$ac_exeext conftest.$ac_ext
10979 LIBS=$ac_check_soname_save_LIBS
10981 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10983 $as_echo "not found" >&6; }
10985 else
10986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
10987 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
10989 cat >>confdefs.h <<_ACEOF
10990 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
10991 _ACEOF
10996 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10997 case "x$with_jpeg" in
10998 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
10999 xno) ;;
11000 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11001 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11002 esac
11005 if test "$ac_cv_header_png_h" = "yes"
11006 then
11007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11008 $as_echo_n "checking for -lpng... " >&6; }
11009 if test "${ac_cv_lib_soname_png+set}" = set; then :
11010 $as_echo_n "(cached) " >&6
11011 else
11012 ac_check_soname_save_LIBS=$LIBS
11013 LIBS="-lpng -lm -lz $LIBS"
11014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11015 /* end confdefs.h. */
11017 /* Override any GCC internal prototype to avoid an error.
11018 Use char because int might match the return type of a GCC
11019 builtin and then its argument prototype would still apply. */
11020 #ifdef __cplusplus
11021 extern "C"
11022 #endif
11023 char png_create_read_struct ();
11025 main ()
11027 return png_create_read_struct ();
11029 return 0;
11031 _ACEOF
11032 if ac_fn_c_try_link "$LINENO"; then :
11033 case "$LIBEXT" in
11034 dll) ;;
11035 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'` ;;
11036 *) 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'` ;;
11037 esac
11039 rm -f core conftest.err conftest.$ac_objext \
11040 conftest$ac_exeext conftest.$ac_ext
11041 LIBS=$ac_check_soname_save_LIBS
11043 if test "x$ac_cv_lib_soname_png" = "x"; then :
11044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11045 $as_echo "not found" >&6; }
11047 else
11048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11049 $as_echo "$ac_cv_lib_soname_png" >&6; }
11051 cat >>confdefs.h <<_ACEOF
11052 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11053 _ACEOF
11057 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11058 then
11059 ac_save_CPPFLAGS="$CPPFLAGS"
11060 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11061 $as_unset ac_cv_header_png_h
11062 for ac_header in png.h
11063 do :
11064 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11065 if test "x$ac_cv_header_png_h" = x""yes; then :
11066 cat >>confdefs.h <<_ACEOF
11067 #define HAVE_PNG_H 1
11068 _ACEOF
11072 done
11074 CPPFLAGS="$ac_save_CPPFLAGS"
11075 if test "$ac_cv_header_png_h" = "yes"
11076 then
11077 PNGINCL="$X_CFLAGS"
11079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11080 $as_echo_n "checking for -lpng... " >&6; }
11081 if test "${ac_cv_lib_soname_png+set}" = set; then :
11082 $as_echo_n "(cached) " >&6
11083 else
11084 ac_check_soname_save_LIBS=$LIBS
11085 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11086 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11087 /* end confdefs.h. */
11089 /* Override any GCC internal prototype to avoid an error.
11090 Use char because int might match the return type of a GCC
11091 builtin and then its argument prototype would still apply. */
11092 #ifdef __cplusplus
11093 extern "C"
11094 #endif
11095 char png_create_read_struct ();
11097 main ()
11099 return png_create_read_struct ();
11101 return 0;
11103 _ACEOF
11104 if ac_fn_c_try_link "$LINENO"; then :
11105 case "$LIBEXT" in
11106 dll) ;;
11107 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'` ;;
11108 *) 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'` ;;
11109 esac
11111 rm -f core conftest.err conftest.$ac_objext \
11112 conftest$ac_exeext conftest.$ac_ext
11113 LIBS=$ac_check_soname_save_LIBS
11115 if test "x$ac_cv_lib_soname_png" = "x"; then :
11116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11117 $as_echo "not found" >&6; }
11119 else
11120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11121 $as_echo "$ac_cv_lib_soname_png" >&6; }
11123 cat >>confdefs.h <<_ACEOF
11124 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11125 _ACEOF
11131 if test "x$ac_cv_lib_soname_png" = "x"; then :
11132 case "x$with_png" in
11133 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11134 xno) ;;
11135 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11136 This is an error since --with-png was requested." "$LINENO" 5 ;;
11137 esac
11140 if test "$ac_cv_header_mpg123_h" = "yes"
11141 then
11142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11143 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11144 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11145 $as_echo_n "(cached) " >&6
11146 else
11147 ac_check_lib_save_LIBS=$LIBS
11148 LIBS="-lmpg123 $LIBS"
11149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11150 /* end confdefs.h. */
11152 /* Override any GCC internal prototype to avoid an error.
11153 Use char because int might match the return type of a GCC
11154 builtin and then its argument prototype would still apply. */
11155 #ifdef __cplusplus
11156 extern "C"
11157 #endif
11158 char mpg123_feed ();
11160 main ()
11162 return mpg123_feed ();
11164 return 0;
11166 _ACEOF
11167 if ac_fn_c_try_link "$LINENO"; then :
11168 ac_cv_lib_mpg123_mpg123_feed=yes
11169 else
11170 ac_cv_lib_mpg123_mpg123_feed=no
11172 rm -f core conftest.err conftest.$ac_objext \
11173 conftest$ac_exeext conftest.$ac_ext
11174 LIBS=$ac_check_lib_save_LIBS
11176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11177 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11178 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11179 LIBMPG123="-lmpg123"
11184 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then :
11185 case "x$with_mpg123" in
11186 x) wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11187 xno) ;;
11188 *) as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11189 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11190 esac
11192 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11194 if test "$ac_cv_header_AL_al_h" = "yes"
11195 then
11196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11197 $as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11198 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11199 $as_echo_n "(cached) " >&6
11200 else
11201 ac_check_lib_save_LIBS=$LIBS
11202 LIBS="-lopenal $LIBS"
11203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11204 /* end confdefs.h. */
11206 /* Override any GCC internal prototype to avoid an error.
11207 Use char because int might match the return type of a GCC
11208 builtin and then its argument prototype would still apply. */
11209 #ifdef __cplusplus
11210 extern "C"
11211 #endif
11212 char alGetSource3i ();
11214 main ()
11216 return alGetSource3i ();
11218 return 0;
11220 _ACEOF
11221 if ac_fn_c_try_link "$LINENO"; then :
11222 ac_cv_lib_openal_alGetSource3i=yes
11223 else
11224 ac_cv_lib_openal_alGetSource3i=no
11226 rm -f core conftest.err conftest.$ac_objext \
11227 conftest$ac_exeext conftest.$ac_ext
11228 LIBS=$ac_check_lib_save_LIBS
11230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11231 $as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11232 if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11233 LIBOPENAL="-lopenal"
11238 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11239 case "x$with_openal" in
11240 x) wine_notices="$wine_notices|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11241 xno) ;;
11242 *) as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11243 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11244 esac
11246 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11248 if test "$ac_cv_header_kstat_h" = "yes"
11249 then
11250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11251 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11252 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11253 $as_echo_n "(cached) " >&6
11254 else
11255 ac_check_lib_save_LIBS=$LIBS
11256 LIBS="-lkstat $LIBS"
11257 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11258 /* end confdefs.h. */
11260 /* Override any GCC internal prototype to avoid an error.
11261 Use char because int might match the return type of a GCC
11262 builtin and then its argument prototype would still apply. */
11263 #ifdef __cplusplus
11264 extern "C"
11265 #endif
11266 char kstat_open ();
11268 main ()
11270 return kstat_open ();
11272 return 0;
11274 _ACEOF
11275 if ac_fn_c_try_link "$LINENO"; then :
11276 ac_cv_lib_kstat_kstat_open=yes
11277 else
11278 ac_cv_lib_kstat_kstat_open=no
11280 rm -f core conftest.err conftest.$ac_objext \
11281 conftest$ac_exeext conftest.$ac_ext
11282 LIBS=$ac_check_lib_save_LIBS
11284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11285 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11286 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11288 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11290 LIBKSTAT="-lkstat"
11296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11297 $as_echo_n "checking for -lodbc... " >&6; }
11298 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11299 $as_echo_n "(cached) " >&6
11300 else
11301 ac_check_soname_save_LIBS=$LIBS
11302 LIBS="-lodbc $LIBS"
11303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11304 /* end confdefs.h. */
11306 /* Override any GCC internal prototype to avoid an error.
11307 Use char because int might match the return type of a GCC
11308 builtin and then its argument prototype would still apply. */
11309 #ifdef __cplusplus
11310 extern "C"
11311 #endif
11312 char SQLConnect ();
11314 main ()
11316 return SQLConnect ();
11318 return 0;
11320 _ACEOF
11321 if ac_fn_c_try_link "$LINENO"; then :
11322 case "$LIBEXT" in
11323 dll) ;;
11324 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'` ;;
11325 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11326 esac
11328 rm -f core conftest.err conftest.$ac_objext \
11329 conftest$ac_exeext conftest.$ac_ext
11330 LIBS=$ac_check_soname_save_LIBS
11332 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11334 $as_echo "not found" >&6; }
11335 cat >>confdefs.h <<_ACEOF
11336 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11337 _ACEOF
11339 else
11340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11341 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11343 cat >>confdefs.h <<_ACEOF
11344 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11345 _ACEOF
11350 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11351 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11352 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11353 "$ac_cv_header_soundcard_h" != "yes" -a \
11354 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11355 then
11356 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
11360 EXTRACFLAGS=""
11362 if test "x${GCC}" = "xyes"
11363 then
11364 EXTRACFLAGS="-Wall -pipe"
11366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11367 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11368 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11369 $as_echo_n "(cached) " >&6
11370 else
11371 if test "$cross_compiling" = yes; then :
11372 ac_cv_c_gcc_strength_bug="yes"
11373 else
11374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11375 /* end confdefs.h. */
11376 int L[4] = {0,1,2,3};
11378 main ()
11380 static int Array[3];
11381 unsigned int B = 3;
11382 int i;
11383 for(i=0; i<B; i++) Array[i] = i - 3;
11384 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11385 L[i] = 4;
11386 return (Array[1] != -2 || L[2] != 3)
11388 return 0;
11390 _ACEOF
11391 if ac_fn_c_try_run "$LINENO"; then :
11392 ac_cv_c_gcc_strength_bug="no"
11393 else
11394 ac_cv_c_gcc_strength_bug="yes"
11396 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11397 conftest.$ac_objext conftest.beam conftest.$ac_ext
11401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11402 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11403 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11404 then
11405 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11409 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11410 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11411 $as_echo_n "(cached) " >&6
11412 else
11413 ac_wine_try_cflags_saved=$CFLAGS
11414 CFLAGS="$CFLAGS -fno-builtin"
11415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11416 /* end confdefs.h. */
11417 int main(int argc, char *argv) { return 0; }
11418 _ACEOF
11419 if ac_fn_c_try_link "$LINENO"; then :
11420 ac_cv_cflags__fno_builtin=yes
11421 else
11422 ac_cv_cflags__fno_builtin=no
11424 rm -f core conftest.err conftest.$ac_objext \
11425 conftest$ac_exeext conftest.$ac_ext
11426 CFLAGS=$ac_wine_try_cflags_saved
11428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11429 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11430 if test $ac_cv_cflags__fno_builtin = yes; then :
11431 BUILTINFLAG="-fno-builtin"
11434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11435 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11436 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11437 $as_echo_n "(cached) " >&6
11438 else
11439 ac_wine_try_cflags_saved=$CFLAGS
11440 CFLAGS="$CFLAGS -fno-strict-aliasing"
11441 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11442 /* end confdefs.h. */
11443 int main(int argc, char *argv) { return 0; }
11444 _ACEOF
11445 if ac_fn_c_try_link "$LINENO"; then :
11446 ac_cv_cflags__fno_strict_aliasing=yes
11447 else
11448 ac_cv_cflags__fno_strict_aliasing=no
11450 rm -f core conftest.err conftest.$ac_objext \
11451 conftest$ac_exeext conftest.$ac_ext
11452 CFLAGS=$ac_wine_try_cflags_saved
11454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11455 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11456 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11457 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11460 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11461 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11462 $as_echo_n "(cached) " >&6
11463 else
11464 ac_wine_try_cflags_saved=$CFLAGS
11465 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11467 /* end confdefs.h. */
11468 int main(int argc, char *argv) { return 0; }
11469 _ACEOF
11470 if ac_fn_c_try_link "$LINENO"; then :
11471 ac_cv_cflags__Wdeclaration_after_statement=yes
11472 else
11473 ac_cv_cflags__Wdeclaration_after_statement=no
11475 rm -f core conftest.err conftest.$ac_objext \
11476 conftest$ac_exeext conftest.$ac_ext
11477 CFLAGS=$ac_wine_try_cflags_saved
11479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11480 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11481 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11482 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11485 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11486 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11487 $as_echo_n "(cached) " >&6
11488 else
11489 ac_wine_try_cflags_saved=$CFLAGS
11490 CFLAGS="$CFLAGS -Wstrict-prototypes"
11491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11492 /* end confdefs.h. */
11493 int main(int argc, char *argv) { return 0; }
11494 _ACEOF
11495 if ac_fn_c_try_link "$LINENO"; then :
11496 ac_cv_cflags__Wstrict_prototypes=yes
11497 else
11498 ac_cv_cflags__Wstrict_prototypes=no
11500 rm -f core conftest.err conftest.$ac_objext \
11501 conftest$ac_exeext conftest.$ac_ext
11502 CFLAGS=$ac_wine_try_cflags_saved
11504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11505 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11506 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11507 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11510 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11511 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11512 $as_echo_n "(cached) " >&6
11513 else
11514 ac_wine_try_cflags_saved=$CFLAGS
11515 CFLAGS="$CFLAGS -Wtype-limits"
11516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11517 /* end confdefs.h. */
11518 int main(int argc, char *argv) { return 0; }
11519 _ACEOF
11520 if ac_fn_c_try_link "$LINENO"; then :
11521 ac_cv_cflags__Wtype_limits=yes
11522 else
11523 ac_cv_cflags__Wtype_limits=no
11525 rm -f core conftest.err conftest.$ac_objext \
11526 conftest$ac_exeext conftest.$ac_ext
11527 CFLAGS=$ac_wine_try_cflags_saved
11529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11530 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11531 if test $ac_cv_cflags__Wtype_limits = yes; then :
11532 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11535 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11536 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11537 $as_echo_n "(cached) " >&6
11538 else
11539 ac_wine_try_cflags_saved=$CFLAGS
11540 CFLAGS="$CFLAGS -Wwrite-strings"
11541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11542 /* end confdefs.h. */
11543 int main(int argc, char *argv) { return 0; }
11544 _ACEOF
11545 if ac_fn_c_try_link "$LINENO"; then :
11546 ac_cv_cflags__Wwrite_strings=yes
11547 else
11548 ac_cv_cflags__Wwrite_strings=no
11550 rm -f core conftest.err conftest.$ac_objext \
11551 conftest$ac_exeext conftest.$ac_ext
11552 CFLAGS=$ac_wine_try_cflags_saved
11554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11555 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11556 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11557 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11560 saved_CFLAGS="$CFLAGS"
11561 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11563 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11564 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11565 $as_echo_n "(cached) " >&6
11566 else
11567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11568 /* end confdefs.h. */
11569 #include <string.h>
11571 main ()
11575 return 0;
11577 _ACEOF
11578 if ac_fn_c_try_compile "$LINENO"; then :
11579 ac_cv_c_string_h_warnings=no
11580 else
11581 ac_cv_c_string_h_warnings=yes
11583 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11586 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11587 CFLAGS="$saved_CFLAGS"
11588 if test "$ac_cv_c_string_h_warnings" = "no"
11589 then
11590 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11593 if test "${enable_maintainer_mode+set}" = set
11594 then
11595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11596 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11597 if test "${ac_cv_cflags__Werror+set}" = set; then :
11598 $as_echo_n "(cached) " >&6
11599 else
11600 ac_wine_try_cflags_saved=$CFLAGS
11601 CFLAGS="$CFLAGS -Werror"
11602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11603 /* end confdefs.h. */
11604 int main(int argc, char *argv) { return 0; }
11605 _ACEOF
11606 if ac_fn_c_try_link "$LINENO"; then :
11607 ac_cv_cflags__Werror=yes
11608 else
11609 ac_cv_cflags__Werror=no
11611 rm -f core conftest.err conftest.$ac_objext \
11612 conftest$ac_exeext conftest.$ac_ext
11613 CFLAGS=$ac_wine_try_cflags_saved
11615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11616 $as_echo "$ac_cv_cflags__Werror" >&6; }
11617 if test $ac_cv_cflags__Werror = yes; then :
11618 EXTRACFLAGS="$EXTRACFLAGS -Werror"
11622 saved_CFLAGS="$CFLAGS"
11623 CFLAGS="$CFLAGS -Werror"
11624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11625 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11626 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11627 $as_echo_n "(cached) " >&6
11628 else
11629 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11630 /* end confdefs.h. */
11631 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11633 main ()
11637 return 0;
11639 _ACEOF
11640 if ac_fn_c_try_compile "$LINENO"; then :
11641 ac_cv_have_ms_hook_prologue="yes"
11642 else
11643 ac_cv_have_ms_hook_prologue="no"
11645 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11648 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11649 CFLAGS="$saved_CFLAGS"
11650 if test "$ac_cv_have_ms_hook_prologue" = "yes"
11651 then
11653 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11655 else
11656 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11663 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11664 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11665 $as_echo_n "(cached) " >&6
11666 else
11667 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11668 /* end confdefs.h. */
11669 extern int ac_test;
11671 main ()
11673 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11675 return 0;
11677 _ACEOF
11678 if ac_fn_c_try_link "$LINENO"; then :
11679 ac_cv_c_extern_prefix="yes"
11680 else
11681 ac_cv_c_extern_prefix="no"
11683 rm -f core conftest.err conftest.$ac_objext \
11684 conftest$ac_exeext conftest.$ac_ext
11686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11687 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11689 case $host_cpu in
11690 *i[3456789]86*)
11691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11692 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11693 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11694 $as_echo_n "(cached) " >&6
11695 else
11696 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11697 /* end confdefs.h. */
11698 #ifndef _MSC_VER
11699 #define __stdcall __attribute__((__stdcall__))
11700 #endif
11701 int __stdcall ac_test(int i) { return i; }
11703 main ()
11705 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11707 return 0;
11709 _ACEOF
11710 if ac_fn_c_try_link "$LINENO"; then :
11711 ac_cv_c_stdcall_suffix="yes"
11712 else
11713 ac_cv_c_stdcall_suffix="no"
11715 rm -f core conftest.err conftest.$ac_objext \
11716 conftest$ac_exeext conftest.$ac_ext
11718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11719 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11720 *) ac_cv_c_stdcall_suffix="no" ;;
11721 esac
11724 if test "$ac_cv_c_extern_prefix" = "yes"
11725 then
11726 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11728 asm_name_prefix="_"
11729 else
11730 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11732 asm_name_prefix=""
11736 if test "$ac_cv_c_stdcall_suffix" = "yes"
11737 then
11738 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11740 else
11741 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11747 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11748 if test "${ac_cv_asm_func_def+set}" = set; then :
11749 $as_echo_n "(cached) " >&6
11750 else
11751 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11752 /* end confdefs.h. */
11755 main ()
11757 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11759 return 0;
11761 _ACEOF
11762 if ac_fn_c_try_link "$LINENO"; then :
11763 ac_cv_asm_func_def=".def"
11764 else
11765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11766 /* end confdefs.h. */
11769 main ()
11771 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11773 return 0;
11775 _ACEOF
11776 if ac_fn_c_try_link "$LINENO"; then :
11777 ac_cv_asm_func_def=".type @function"
11778 else
11779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11780 /* end confdefs.h. */
11783 main ()
11785 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11787 return 0;
11789 _ACEOF
11790 if ac_fn_c_try_link "$LINENO"; then :
11791 ac_cv_asm_func_def=".type 2"
11792 else
11793 ac_cv_asm_func_def="unknown"
11795 rm -f core conftest.err conftest.$ac_objext \
11796 conftest$ac_exeext conftest.$ac_ext
11798 rm -f core conftest.err conftest.$ac_objext \
11799 conftest$ac_exeext conftest.$ac_ext
11801 rm -f core conftest.err conftest.$ac_objext \
11802 conftest$ac_exeext conftest.$ac_ext
11804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11805 $as_echo "$ac_cv_asm_func_def" >&6; }
11808 case "$ac_cv_asm_func_def" in
11809 ".def")
11810 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11812 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11813 ".type @function")
11814 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11816 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11817 ".type 2")
11818 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11820 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11822 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11824 asm_func_header="" ;;
11825 esac
11827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11828 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11829 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11830 $as_echo_n "(cached) " >&6
11831 else
11832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11833 /* end confdefs.h. */
11834 asm(".text\n\t.long 0");
11836 main ()
11840 return 0;
11842 _ACEOF
11843 if ac_fn_c_try_compile "$LINENO"; then :
11844 ac_cv_c_asm_outside_funcs="yes"
11845 else
11846 ac_cv_c_asm_outside_funcs="no"
11848 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11851 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11854 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11855 if test "${ac_cv_c_dot_previous+set}" = set; then :
11856 $as_echo_n "(cached) " >&6
11857 else
11858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11859 /* end confdefs.h. */
11862 main ()
11864 asm(".text\nac_test:\t.long 0\n\t.previous");
11866 return 0;
11868 _ACEOF
11869 if ac_fn_c_try_link "$LINENO"; then :
11870 ac_cv_c_dot_previous="yes"
11871 else
11872 ac_cv_c_dot_previous="no"
11874 rm -f core conftest.err conftest.$ac_objext \
11875 conftest$ac_exeext conftest.$ac_ext
11877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
11878 $as_echo "$ac_cv_c_dot_previous" >&6; }
11880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
11881 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
11882 if test "${ac_cv_c_cfi_support+set}" = set; then :
11883 $as_echo_n "(cached) " >&6
11884 else
11885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11886 /* end confdefs.h. */
11887 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11889 main ()
11893 return 0;
11895 _ACEOF
11896 if ac_fn_c_try_compile "$LINENO"; then :
11897 ac_cv_c_cfi_support="yes"
11898 else
11899 ac_cv_c_cfi_support="no"
11901 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
11904 $as_echo "$ac_cv_c_cfi_support" >&6; }
11906 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
11907 asm_func_trailer=""
11908 if test "$ac_cv_c_dot_previous" = "yes"
11909 then
11910 asm_func_trailer="\\n\\t.previous"
11912 if test "$ac_cv_c_cfi_support" = "yes"
11913 then
11914 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
11915 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
11917 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
11919 else
11920 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
11924 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
11927 if test "$ac_cv_c_asm_outside_funcs" = "yes"
11928 then
11929 cat >>confdefs.h <<_ACEOF
11930 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
11931 _ACEOF
11933 else
11934 cat >>confdefs.h <<_ACEOF
11935 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
11936 _ACEOF
11940 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
11943 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
11947 LDPATH=""
11949 case $build_os in
11950 cygwin*|mingw32*)
11951 TOOLSEXT=".exe"
11953 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
11955 darwin*|macosx*)
11958 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
11960 esac
11962 case $host_os in
11963 mingw32*)
11964 CRTLIBS="-lmsvcrt"
11966 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
11969 esac
11971 MAIN_BINARY="wine"
11973 test -z "$with_wine64" || MAIN_BINARY="wine32"
11975 case $host_cpu in
11976 *i[3456789]86*)
11977 case $host_os in
11978 linux*)
11979 EXTRA_BINARIES="wine-preloader"
11981 esac
11983 esac
11986 ac_save_CFLAGS="$CFLAGS"
11987 CFLAGS="$CFLAGS $BUILTINFLAG"
11988 for ac_func in \
11989 _pclose \
11990 _popen \
11991 _snprintf \
11992 _spawnvp \
11993 _strdup \
11994 _stricmp \
11995 _strnicmp \
11996 _strtoi64 \
11997 _strtoui64 \
11998 _vsnprintf \
11999 asctime_r \
12000 chsize \
12001 dlopen \
12002 epoll_create \
12003 ffs \
12004 finite \
12005 fnmatch \
12006 fork \
12007 fpclass \
12008 fstatfs \
12009 fstatvfs \
12010 ftruncate \
12011 futimes \
12012 futimesat \
12013 getdirentries \
12014 getopt_long \
12015 getpagesize \
12016 getpwuid \
12017 gettid \
12018 gettimeofday \
12019 getuid \
12020 kqueue \
12021 lstat \
12022 memmove \
12023 mmap \
12024 pclose \
12025 pipe2 \
12026 poll \
12027 popen \
12028 port_create \
12029 prctl \
12030 pread \
12031 pwrite \
12032 readdir \
12033 readlink \
12034 sched_setaffinity \
12035 sched_yield \
12036 select \
12037 setproctitle \
12038 setrlimit \
12039 settimeofday \
12040 sigaltstack \
12041 sigprocmask \
12042 snprintf \
12043 spawnvp \
12044 statfs \
12045 statvfs \
12046 strcasecmp \
12047 strdup \
12048 strerror \
12049 strncasecmp \
12050 strtold \
12051 strtoll \
12052 strtoull \
12053 symlink \
12054 tcgetattr \
12055 thr_kill2 \
12056 timegm \
12057 usleep \
12058 vsnprintf \
12059 wait4 \
12060 waitpid \
12062 do :
12063 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12064 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12065 eval as_val=\$$as_ac_var
12066 if test "x$as_val" = x""yes; then :
12067 cat >>confdefs.h <<_ACEOF
12068 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12069 _ACEOF
12072 done
12074 CFLAGS="$ac_save_CFLAGS"
12076 if test "$ac_cv_func_dlopen" = no
12077 then
12078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12079 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12080 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12081 $as_echo_n "(cached) " >&6
12082 else
12083 ac_check_lib_save_LIBS=$LIBS
12084 LIBS="-ldl $LIBS"
12085 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12086 /* end confdefs.h. */
12088 /* Override any GCC internal prototype to avoid an error.
12089 Use char because int might match the return type of a GCC
12090 builtin and then its argument prototype would still apply. */
12091 #ifdef __cplusplus
12092 extern "C"
12093 #endif
12094 char dlopen ();
12096 main ()
12098 return dlopen ();
12100 return 0;
12102 _ACEOF
12103 if ac_fn_c_try_link "$LINENO"; then :
12104 ac_cv_lib_dl_dlopen=yes
12105 else
12106 ac_cv_lib_dl_dlopen=no
12108 rm -f core conftest.err conftest.$ac_objext \
12109 conftest$ac_exeext conftest.$ac_ext
12110 LIBS=$ac_check_lib_save_LIBS
12112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12113 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12114 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12115 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12116 LIBDL="-ldl"
12121 ac_wine_check_funcs_save_LIBS="$LIBS"
12122 LIBS="$LIBS $LIBDL"
12123 for ac_func in dladdr
12124 do :
12125 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12126 if test "x$ac_cv_func_dladdr" = x""yes; then :
12127 cat >>confdefs.h <<_ACEOF
12128 #define HAVE_DLADDR 1
12129 _ACEOF
12132 done
12134 LIBS="$ac_wine_check_funcs_save_LIBS"
12136 if test "$ac_cv_func_poll" = no
12137 then
12138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12139 $as_echo_n "checking for poll in -lpoll... " >&6; }
12140 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12141 $as_echo_n "(cached) " >&6
12142 else
12143 ac_check_lib_save_LIBS=$LIBS
12144 LIBS="-lpoll $LIBS"
12145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12146 /* end confdefs.h. */
12148 /* Override any GCC internal prototype to avoid an error.
12149 Use char because int might match the return type of a GCC
12150 builtin and then its argument prototype would still apply. */
12151 #ifdef __cplusplus
12152 extern "C"
12153 #endif
12154 char poll ();
12156 main ()
12158 return poll ();
12160 return 0;
12162 _ACEOF
12163 if ac_fn_c_try_link "$LINENO"; then :
12164 ac_cv_lib_poll_poll=yes
12165 else
12166 ac_cv_lib_poll_poll=no
12168 rm -f core conftest.err conftest.$ac_objext \
12169 conftest$ac_exeext conftest.$ac_ext
12170 LIBS=$ac_check_lib_save_LIBS
12172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12173 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12174 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12175 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12176 LIBPOLL="-lpoll"
12182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12183 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12184 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12185 $as_echo_n "(cached) " >&6
12186 else
12187 ac_func_search_save_LIBS=$LIBS
12188 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12189 /* end confdefs.h. */
12191 /* Override any GCC internal prototype to avoid an error.
12192 Use char because int might match the return type of a GCC
12193 builtin and then its argument prototype would still apply. */
12194 #ifdef __cplusplus
12195 extern "C"
12196 #endif
12197 char gethostbyname ();
12199 main ()
12201 return gethostbyname ();
12203 return 0;
12205 _ACEOF
12206 for ac_lib in '' nsl; do
12207 if test -z "$ac_lib"; then
12208 ac_res="none required"
12209 else
12210 ac_res=-l$ac_lib
12211 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12213 if ac_fn_c_try_link "$LINENO"; then :
12214 ac_cv_search_gethostbyname=$ac_res
12216 rm -f core conftest.err conftest.$ac_objext \
12217 conftest$ac_exeext
12218 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12219 break
12221 done
12222 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12224 else
12225 ac_cv_search_gethostbyname=no
12227 rm conftest.$ac_ext
12228 LIBS=$ac_func_search_save_LIBS
12230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12231 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12232 ac_res=$ac_cv_search_gethostbyname
12233 if test "$ac_res" != no; then :
12234 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12240 $as_echo_n "checking for library containing connect... " >&6; }
12241 if test "${ac_cv_search_connect+set}" = set; then :
12242 $as_echo_n "(cached) " >&6
12243 else
12244 ac_func_search_save_LIBS=$LIBS
12245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12246 /* end confdefs.h. */
12248 /* Override any GCC internal prototype to avoid an error.
12249 Use char because int might match the return type of a GCC
12250 builtin and then its argument prototype would still apply. */
12251 #ifdef __cplusplus
12252 extern "C"
12253 #endif
12254 char connect ();
12256 main ()
12258 return connect ();
12260 return 0;
12262 _ACEOF
12263 for ac_lib in '' socket; do
12264 if test -z "$ac_lib"; then
12265 ac_res="none required"
12266 else
12267 ac_res=-l$ac_lib
12268 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12270 if ac_fn_c_try_link "$LINENO"; then :
12271 ac_cv_search_connect=$ac_res
12273 rm -f core conftest.err conftest.$ac_objext \
12274 conftest$ac_exeext
12275 if test "${ac_cv_search_connect+set}" = set; then :
12276 break
12278 done
12279 if test "${ac_cv_search_connect+set}" = set; then :
12281 else
12282 ac_cv_search_connect=no
12284 rm conftest.$ac_ext
12285 LIBS=$ac_func_search_save_LIBS
12287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12288 $as_echo "$ac_cv_search_connect" >&6; }
12289 ac_res=$ac_cv_search_connect
12290 if test "$ac_res" != no; then :
12291 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12297 $as_echo_n "checking for library containing inet_aton... " >&6; }
12298 if test "${ac_cv_search_inet_aton+set}" = set; then :
12299 $as_echo_n "(cached) " >&6
12300 else
12301 ac_func_search_save_LIBS=$LIBS
12302 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12303 /* end confdefs.h. */
12305 /* Override any GCC internal prototype to avoid an error.
12306 Use char because int might match the return type of a GCC
12307 builtin and then its argument prototype would still apply. */
12308 #ifdef __cplusplus
12309 extern "C"
12310 #endif
12311 char inet_aton ();
12313 main ()
12315 return inet_aton ();
12317 return 0;
12319 _ACEOF
12320 for ac_lib in '' resolv; do
12321 if test -z "$ac_lib"; then
12322 ac_res="none required"
12323 else
12324 ac_res=-l$ac_lib
12325 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12327 if ac_fn_c_try_link "$LINENO"; then :
12328 ac_cv_search_inet_aton=$ac_res
12330 rm -f core conftest.err conftest.$ac_objext \
12331 conftest$ac_exeext
12332 if test "${ac_cv_search_inet_aton+set}" = set; then :
12333 break
12335 done
12336 if test "${ac_cv_search_inet_aton+set}" = set; then :
12338 else
12339 ac_cv_search_inet_aton=no
12341 rm conftest.$ac_ext
12342 LIBS=$ac_func_search_save_LIBS
12344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12345 $as_echo "$ac_cv_search_inet_aton" >&6; }
12346 ac_res=$ac_cv_search_inet_aton
12347 if test "$ac_res" != no; then :
12348 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12353 for ac_func in \
12354 getaddrinfo \
12355 getnameinfo \
12356 getnetbyname \
12357 getprotobyname \
12358 getprotobynumber \
12359 getservbyport \
12360 inet_network \
12361 inet_ntop \
12362 inet_pton \
12363 sendmsg \
12364 socketpair \
12366 do :
12367 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12368 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12369 eval as_val=\$$as_ac_var
12370 if test "x$as_val" = x""yes; then :
12371 cat >>confdefs.h <<_ACEOF
12372 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12373 _ACEOF
12376 done
12379 LDAPLIBS=""
12381 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12382 then
12383 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12385 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12387 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12388 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12389 $as_echo_n "(cached) " >&6
12390 else
12391 ac_check_lib_save_LIBS=$LIBS
12392 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12394 /* end confdefs.h. */
12396 /* Override any GCC internal prototype to avoid an error.
12397 Use char because int might match the return type of a GCC
12398 builtin and then its argument prototype would still apply. */
12399 #ifdef __cplusplus
12400 extern "C"
12401 #endif
12402 char ldap_initialize ();
12404 main ()
12406 return ldap_initialize ();
12408 return 0;
12410 _ACEOF
12411 if ac_fn_c_try_link "$LINENO"; then :
12412 ac_cv_lib_ldap_r_ldap_initialize=yes
12413 else
12414 ac_cv_lib_ldap_r_ldap_initialize=no
12416 rm -f core conftest.err conftest.$ac_objext \
12417 conftest$ac_exeext conftest.$ac_ext
12418 LIBS=$ac_check_lib_save_LIBS
12420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12421 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12422 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12424 $as_echo_n "checking for ber_init in -llber... " >&6; }
12425 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12426 $as_echo_n "(cached) " >&6
12427 else
12428 ac_check_lib_save_LIBS=$LIBS
12429 LIBS="-llber $LIBPTHREAD $LIBS"
12430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12431 /* end confdefs.h. */
12433 /* Override any GCC internal prototype to avoid an error.
12434 Use char because int might match the return type of a GCC
12435 builtin and then its argument prototype would still apply. */
12436 #ifdef __cplusplus
12437 extern "C"
12438 #endif
12439 char ber_init ();
12441 main ()
12443 return ber_init ();
12445 return 0;
12447 _ACEOF
12448 if ac_fn_c_try_link "$LINENO"; then :
12449 ac_cv_lib_lber_ber_init=yes
12450 else
12451 ac_cv_lib_lber_ber_init=no
12453 rm -f core conftest.err conftest.$ac_objext \
12454 conftest$ac_exeext conftest.$ac_ext
12455 LIBS=$ac_check_lib_save_LIBS
12457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12458 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12459 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12461 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12463 LDAPLIBS="-lldap_r -llber"
12470 ac_wine_check_funcs_save_LIBS="$LIBS"
12471 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12472 for ac_func in \
12473 ldap_count_references \
12474 ldap_first_reference \
12475 ldap_next_reference \
12476 ldap_parse_reference \
12477 ldap_parse_sort_control \
12478 ldap_parse_sortresponse_control \
12479 ldap_parse_vlv_control \
12480 ldap_parse_vlvresponse_control
12481 do :
12482 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12483 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12484 eval as_val=\$$as_ac_var
12485 if test "x$as_val" = x""yes; then :
12486 cat >>confdefs.h <<_ACEOF
12487 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12488 _ACEOF
12491 done
12493 LIBS="$ac_wine_check_funcs_save_LIBS"
12495 if test "x$LDAPLIBS" = "x"; then :
12496 case "x$with_ldap" in
12497 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12498 xno) ;;
12499 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12500 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12501 esac
12504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12505 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12506 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12507 $as_echo_n "(cached) " >&6
12508 else
12509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12510 /* end confdefs.h. */
12511 #include <sys/stat.h>
12513 main ()
12515 mkdir("foo");
12517 return 0;
12519 _ACEOF
12520 if ac_fn_c_try_compile "$LINENO"; then :
12521 wine_cv_one_arg_mkdir=yes
12522 else
12523 wine_cv_one_arg_mkdir=no
12525 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12528 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12529 if test "$wine_cv_one_arg_mkdir" = "yes"
12530 then
12532 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12538 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12539 if test "${ac_cv_c_const+set}" = set; then :
12540 $as_echo_n "(cached) " >&6
12541 else
12542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12543 /* end confdefs.h. */
12546 main ()
12548 /* FIXME: Include the comments suggested by Paul. */
12549 #ifndef __cplusplus
12550 /* Ultrix mips cc rejects this. */
12551 typedef int charset[2];
12552 const charset cs;
12553 /* SunOS 4.1.1 cc rejects this. */
12554 char const *const *pcpcc;
12555 char **ppc;
12556 /* NEC SVR4.0.2 mips cc rejects this. */
12557 struct point {int x, y;};
12558 static struct point const zero = {0,0};
12559 /* AIX XL C 1.02.0.0 rejects this.
12560 It does not let you subtract one const X* pointer from another in
12561 an arm of an if-expression whose if-part is not a constant
12562 expression */
12563 const char *g = "string";
12564 pcpcc = &g + (g ? g-g : 0);
12565 /* HPUX 7.0 cc rejects these. */
12566 ++pcpcc;
12567 ppc = (char**) pcpcc;
12568 pcpcc = (char const *const *) ppc;
12569 { /* SCO 3.2v4 cc rejects this. */
12570 char *t;
12571 char const *s = 0 ? (char *) 0 : (char const *) 0;
12573 *t++ = 0;
12574 if (s) return 0;
12576 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12577 int x[] = {25, 17};
12578 const int *foo = &x[0];
12579 ++foo;
12581 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12582 typedef const int *iptr;
12583 iptr p = 0;
12584 ++p;
12586 { /* AIX XL C 1.02.0.0 rejects this saying
12587 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12588 struct s { int j; const int *ap[3]; };
12589 struct s *b; b->j = 5;
12591 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12592 const int foo = 10;
12593 if (!foo) return 0;
12595 return !cs[0] && !zero.x;
12596 #endif
12599 return 0;
12601 _ACEOF
12602 if ac_fn_c_try_compile "$LINENO"; then :
12603 ac_cv_c_const=yes
12604 else
12605 ac_cv_c_const=no
12607 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12610 $as_echo "$ac_cv_c_const" >&6; }
12611 if test $ac_cv_c_const = no; then
12613 $as_echo "#define const /**/" >>confdefs.h
12617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12618 $as_echo_n "checking for inline... " >&6; }
12619 if test "${ac_cv_c_inline+set}" = set; then :
12620 $as_echo_n "(cached) " >&6
12621 else
12622 ac_cv_c_inline=no
12623 for ac_kw in inline __inline__ __inline; do
12624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12625 /* end confdefs.h. */
12626 #ifndef __cplusplus
12627 typedef int foo_t;
12628 static $ac_kw foo_t static_foo () {return 0; }
12629 $ac_kw foo_t foo () {return 0; }
12630 #endif
12632 _ACEOF
12633 if ac_fn_c_try_compile "$LINENO"; then :
12634 ac_cv_c_inline=$ac_kw
12636 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12637 test "$ac_cv_c_inline" != no && break
12638 done
12641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12642 $as_echo "$ac_cv_c_inline" >&6; }
12644 case $ac_cv_c_inline in
12645 inline | yes) ;;
12647 case $ac_cv_c_inline in
12648 no) ac_val=;;
12649 *) ac_val=$ac_cv_c_inline;;
12650 esac
12651 cat >>confdefs.h <<_ACEOF
12652 #ifndef __cplusplus
12653 #define inline $ac_val
12654 #endif
12655 _ACEOF
12657 esac
12659 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12660 if test "x$ac_cv_type_mode_t" = x""yes; then :
12662 cat >>confdefs.h <<_ACEOF
12663 #define HAVE_MODE_T 1
12664 _ACEOF
12668 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12669 if test "x$ac_cv_type_off_t" = x""yes; then :
12671 cat >>confdefs.h <<_ACEOF
12672 #define HAVE_OFF_T 1
12673 _ACEOF
12677 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12678 if test "x$ac_cv_type_pid_t" = x""yes; then :
12680 cat >>confdefs.h <<_ACEOF
12681 #define HAVE_PID_T 1
12682 _ACEOF
12686 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12687 if test "x$ac_cv_type_size_t" = x""yes; then :
12689 cat >>confdefs.h <<_ACEOF
12690 #define HAVE_SIZE_T 1
12691 _ACEOF
12695 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12696 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12698 cat >>confdefs.h <<_ACEOF
12699 #define HAVE_SSIZE_T 1
12700 _ACEOF
12704 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12705 if test "x$ac_cv_type_long_long" = x""yes; then :
12707 cat >>confdefs.h <<_ACEOF
12708 #define HAVE_LONG_LONG 1
12709 _ACEOF
12713 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12714 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12716 cat >>confdefs.h <<_ACEOF
12717 #define HAVE_FSBLKCNT_T 1
12718 _ACEOF
12722 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12723 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12725 cat >>confdefs.h <<_ACEOF
12726 #define HAVE_FSFILCNT_T 1
12727 _ACEOF
12732 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12733 #include <signal.h>
12735 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12737 cat >>confdefs.h <<_ACEOF
12738 #define HAVE_SIGSET_T 1
12739 _ACEOF
12744 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12746 if test "x$ac_cv_type_request_sense" = x""yes; then :
12748 cat >>confdefs.h <<_ACEOF
12749 #define HAVE_REQUEST_SENSE 1
12750 _ACEOF
12756 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12757 #ifdef HAVE_SYS_SOCKET_H
12758 #include <sys/socket.h>
12759 #endif
12760 #ifdef HAVE_SYS_SOCKETVAR_H
12761 #include <sys/socketvar.h>
12762 #endif
12763 #ifdef HAVE_NET_ROUTE_H
12764 #include <net/route.h>
12765 #endif
12766 #ifdef HAVE_NETINET_IN_H
12767 #include <netinet/in.h>
12768 #endif
12769 #ifdef HAVE_NETINET_IN_SYSTM_H
12770 #include <netinet/in_systm.h>
12771 #endif
12772 #ifdef HAVE_NETINET_IP_H
12773 #include <netinet/ip.h>
12774 #endif
12775 #ifdef HAVE_NETINET_IN_PCB_H
12776 #include <netinet/in_pcb.h>
12777 #endif
12779 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12781 cat >>confdefs.h <<_ACEOF
12782 #define HAVE_STRUCT_XINPGEN 1
12783 _ACEOF
12789 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12790 #include <linux/input.h>
12791 #endif
12793 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12795 cat >>confdefs.h <<_ACEOF
12796 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12797 _ACEOF
12803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12804 $as_echo_n "checking for sigaddset... " >&6; }
12805 if test "${wine_cv_have_sigaddset+set}" = set; then :
12806 $as_echo_n "(cached) " >&6
12807 else
12808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12809 /* end confdefs.h. */
12810 #include <signal.h>
12812 main ()
12814 sigset_t set; sigaddset(&set,SIGTERM);
12816 return 0;
12818 _ACEOF
12819 if ac_fn_c_try_link "$LINENO"; then :
12820 wine_cv_have_sigaddset=yes
12821 else
12822 wine_cv_have_sigaddset=no
12824 rm -f core conftest.err conftest.$ac_objext \
12825 conftest$ac_exeext conftest.$ac_ext
12827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12828 $as_echo "$wine_cv_have_sigaddset" >&6; }
12829 if test "$wine_cv_have_sigaddset" = "yes"
12830 then
12832 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12838 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12839 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12840 $as_echo_n "(cached) " >&6
12841 else
12842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12843 /* end confdefs.h. */
12844 #include <netdb.h>
12846 main ()
12849 char *name=0;
12850 struct hostent he;
12851 struct hostent *result;
12852 char *buf=0;
12853 int bufsize=0;
12854 int res,errnr;
12855 char *addr=0;
12856 int addrlen=0;
12857 int addrtype=0;
12858 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12859 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12862 return 0;
12864 _ACEOF
12865 if ac_fn_c_try_link "$LINENO"; then :
12866 wine_cv_linux_gethostbyname_r_6=yes
12867 else
12868 wine_cv_linux_gethostbyname_r_6=no
12871 rm -f core conftest.err conftest.$ac_objext \
12872 conftest$ac_exeext conftest.$ac_ext
12875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
12876 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
12877 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12878 then
12880 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
12884 if test "$ac_cv_header_linux_joystick_h" = "yes"
12885 then
12886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
12887 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
12888 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
12889 $as_echo_n "(cached) " >&6
12890 else
12891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12892 /* end confdefs.h. */
12894 #include <sys/ioctl.h>
12895 #include <sys/types.h>
12896 #include <linux/joystick.h>
12898 struct js_event blub;
12899 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
12900 #error "no 2.2 header"
12901 #endif
12904 main ()
12906 /*empty*/
12908 return 0;
12910 _ACEOF
12911 if ac_fn_c_try_compile "$LINENO"; then :
12912 wine_cv_linux_joystick_22_api=yes
12913 else
12914 wine_cv_linux_joystick_22_api=no
12916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
12920 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
12921 if test "$wine_cv_linux_joystick_22_api" = "yes"
12922 then
12924 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
12930 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
12931 #ifdef HAVE_SYS_PARAM_H
12932 # include <sys/param.h>
12933 #endif
12934 #ifdef HAVE_SYS_MOUNT_H
12935 # include <sys/mount.h>
12936 #endif
12937 #ifdef HAVE_SYS_VFS_H
12938 # include <sys/vfs.h>
12939 #endif
12940 #ifdef HAVE_SYS_STATFS_H
12941 # include <sys/statfs.h>
12942 #endif
12944 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
12946 cat >>confdefs.h <<_ACEOF
12947 #define HAVE_STRUCT_STATFS_F_BFREE 1
12948 _ACEOF
12952 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
12953 #ifdef HAVE_SYS_PARAM_H
12954 # include <sys/param.h>
12955 #endif
12956 #ifdef HAVE_SYS_MOUNT_H
12957 # include <sys/mount.h>
12958 #endif
12959 #ifdef HAVE_SYS_VFS_H
12960 # include <sys/vfs.h>
12961 #endif
12962 #ifdef HAVE_SYS_STATFS_H
12963 # include <sys/statfs.h>
12964 #endif
12966 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
12968 cat >>confdefs.h <<_ACEOF
12969 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
12970 _ACEOF
12974 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
12975 #ifdef HAVE_SYS_PARAM_H
12976 # include <sys/param.h>
12977 #endif
12978 #ifdef HAVE_SYS_MOUNT_H
12979 # include <sys/mount.h>
12980 #endif
12981 #ifdef HAVE_SYS_VFS_H
12982 # include <sys/vfs.h>
12983 #endif
12984 #ifdef HAVE_SYS_STATFS_H
12985 # include <sys/statfs.h>
12986 #endif
12988 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
12990 cat >>confdefs.h <<_ACEOF
12991 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
12992 _ACEOF
12996 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
12997 #ifdef HAVE_SYS_PARAM_H
12998 # include <sys/param.h>
12999 #endif
13000 #ifdef HAVE_SYS_MOUNT_H
13001 # include <sys/mount.h>
13002 #endif
13003 #ifdef HAVE_SYS_VFS_H
13004 # include <sys/vfs.h>
13005 #endif
13006 #ifdef HAVE_SYS_STATFS_H
13007 # include <sys/statfs.h>
13008 #endif
13010 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13012 cat >>confdefs.h <<_ACEOF
13013 #define HAVE_STRUCT_STATFS_F_FFREE 1
13014 _ACEOF
13018 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13019 #ifdef HAVE_SYS_PARAM_H
13020 # include <sys/param.h>
13021 #endif
13022 #ifdef HAVE_SYS_MOUNT_H
13023 # include <sys/mount.h>
13024 #endif
13025 #ifdef HAVE_SYS_VFS_H
13026 # include <sys/vfs.h>
13027 #endif
13028 #ifdef HAVE_SYS_STATFS_H
13029 # include <sys/statfs.h>
13030 #endif
13032 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13034 cat >>confdefs.h <<_ACEOF
13035 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13036 _ACEOF
13040 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13041 #ifdef HAVE_SYS_PARAM_H
13042 # include <sys/param.h>
13043 #endif
13044 #ifdef HAVE_SYS_MOUNT_H
13045 # include <sys/mount.h>
13046 #endif
13047 #ifdef HAVE_SYS_VFS_H
13048 # include <sys/vfs.h>
13049 #endif
13050 #ifdef HAVE_SYS_STATFS_H
13051 # include <sys/statfs.h>
13052 #endif
13054 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13056 cat >>confdefs.h <<_ACEOF
13057 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13058 _ACEOF
13064 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13065 #include <sys/statvfs.h>
13066 #endif
13068 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13070 cat >>confdefs.h <<_ACEOF
13071 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13072 _ACEOF
13078 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13079 #ifdef HAVE_SYS_SOCKET_H
13080 # include <sys/socket.h>
13081 #endif
13082 #ifdef HAVE_SYS_UN_H
13083 # include <sys/un.h>
13084 #endif
13086 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13088 cat >>confdefs.h <<_ACEOF
13089 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13090 _ACEOF
13094 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13095 #ifdef HAVE_SYS_SOCKET_H
13096 # include <sys/socket.h>
13097 #endif
13098 #ifdef HAVE_SYS_UN_H
13099 # include <sys/un.h>
13100 #endif
13102 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13104 cat >>confdefs.h <<_ACEOF
13105 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13106 _ACEOF
13110 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13111 #ifdef HAVE_SYS_SOCKET_H
13112 # include <sys/socket.h>
13113 #endif
13114 #ifdef HAVE_SYS_UN_H
13115 # include <sys/un.h>
13116 #endif
13118 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13120 cat >>confdefs.h <<_ACEOF
13121 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13122 _ACEOF
13128 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13129 #ifdef HAVE_SCSI_SG_H
13130 #include <scsi/sg.h>
13131 #endif
13133 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13135 cat >>confdefs.h <<_ACEOF
13136 #define HAVE_SCSIREQ_T_CMD 1
13137 _ACEOF
13141 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>
13142 #ifdef HAVE_SCSI_SG_H
13143 #include <scsi/sg.h>
13144 #endif
13146 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13148 cat >>confdefs.h <<_ACEOF
13149 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13150 _ACEOF
13156 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13158 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13160 cat >>confdefs.h <<_ACEOF
13161 #define HAVE_SIGINFO_T_SI_FD 1
13162 _ACEOF
13168 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13169 #ifdef HAVE_SYS_MTIO_H
13170 #include <sys/mtio.h>
13171 #endif
13173 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13175 cat >>confdefs.h <<_ACEOF
13176 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13177 _ACEOF
13181 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13182 #ifdef HAVE_SYS_MTIO_H
13183 #include <sys/mtio.h>
13184 #endif
13186 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13188 cat >>confdefs.h <<_ACEOF
13189 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13190 _ACEOF
13194 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13195 #ifdef HAVE_SYS_MTIO_H
13196 #include <sys/mtio.h>
13197 #endif
13199 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13201 cat >>confdefs.h <<_ACEOF
13202 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13203 _ACEOF
13209 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13210 #include <getopt.h>
13211 #endif
13213 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13215 cat >>confdefs.h <<_ACEOF
13216 #define HAVE_STRUCT_OPTION_NAME 1
13217 _ACEOF
13223 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13224 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13226 cat >>confdefs.h <<_ACEOF
13227 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13228 _ACEOF
13232 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13233 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13235 cat >>confdefs.h <<_ACEOF
13236 #define HAVE_STRUCT_STAT_ST_MTIM 1
13237 _ACEOF
13241 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13242 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13244 cat >>confdefs.h <<_ACEOF
13245 #define HAVE_STRUCT_STAT_ST_CTIM 1
13246 _ACEOF
13250 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13251 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13253 cat >>confdefs.h <<_ACEOF
13254 #define HAVE_STRUCT_STAT_ST_ATIM 1
13255 _ACEOF
13261 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
13262 #include <sys/types.h>
13263 #endif
13264 #ifdef HAVE_NETINET_IN_H
13265 #include <netinet/in.h>
13266 #endif
13268 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13270 cat >>confdefs.h <<_ACEOF
13271 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13272 _ACEOF
13278 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13279 #include <sys/types.h>
13280 #endif
13281 #ifdef HAVE_NETINET_IN_H
13282 # include <netinet/in.h>
13283 #endif
13284 #ifdef HAVE_ARPA_NAMESER_H
13285 # include <arpa/nameser.h>
13286 #endif
13288 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13290 cat >>confdefs.h <<_ACEOF
13291 #define HAVE_NS_MSG__MSG_PTR 1
13292 _ACEOF
13298 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13299 #include <sys/types.h>
13300 #endif
13301 #ifdef HAVE_ALIAS_H
13302 #include <alias.h>
13303 #endif
13304 #ifdef HAVE_SYS_SOCKET_H
13305 #include <sys/socket.h>
13306 #endif
13307 #ifdef HAVE_SYS_SOCKETVAR_H
13308 #include <sys/socketvar.h>
13309 #endif
13310 #ifdef HAVE_SYS_TIMEOUT_H
13311 #include <sys/timeout.h>
13312 #endif
13313 #ifdef HAVE_NETINET_IN_H
13314 #include <netinet/in.h>
13315 #endif
13316 #ifdef HAVE_NETINET_IN_SYSTM_H
13317 #include <netinet/in_systm.h>
13318 #endif
13319 #ifdef HAVE_NETINET_IP_H
13320 #include <netinet/ip.h>
13321 #endif
13322 #ifdef HAVE_NETINET_IP_VAR_H
13323 #include <netinet/ip_var.h>
13324 #endif
13325 #ifdef HAVE_NETINET_IP_ICMP_H
13326 #include <netinet/ip_icmp.h>
13327 #endif
13328 #ifdef HAVE_NETINET_ICMP_VAR
13329 #include <netinet/icmp_var.h>
13330 #endif
13332 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13334 cat >>confdefs.h <<_ACEOF
13335 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13336 _ACEOF
13342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13343 $as_echo_n "checking for timezone variable... " >&6; }
13344 if test "${ac_cv_have_timezone+set}" = set; then :
13345 $as_echo_n "(cached) " >&6
13346 else
13347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13348 /* end confdefs.h. */
13349 #include <time.h>
13351 main ()
13353 timezone = 1
13355 return 0;
13357 _ACEOF
13358 if ac_fn_c_try_link "$LINENO"; then :
13359 ac_cv_have_timezone="yes"
13360 else
13361 ac_cv_have_timezone="no"
13363 rm -f core conftest.err conftest.$ac_objext \
13364 conftest$ac_exeext conftest.$ac_ext
13366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13367 $as_echo "$ac_cv_have_timezone" >&6; }
13368 if test "$ac_cv_have_timezone" = "yes"
13369 then
13371 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13375 $as_echo_n "checking for daylight variable... " >&6; }
13376 if test "${ac_cv_have_daylight+set}" = set; then :
13377 $as_echo_n "(cached) " >&6
13378 else
13379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13380 /* end confdefs.h. */
13381 #include <time.h>
13383 main ()
13385 daylight = 1
13387 return 0;
13389 _ACEOF
13390 if ac_fn_c_try_link "$LINENO"; then :
13391 ac_cv_have_daylight="yes"
13392 else
13393 ac_cv_have_daylight="no"
13395 rm -f core conftest.err conftest.$ac_objext \
13396 conftest$ac_exeext conftest.$ac_ext
13398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13399 $as_echo "$ac_cv_have_daylight" >&6; }
13400 if test "$ac_cv_have_daylight" = "yes"
13401 then
13403 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13408 $as_echo_n "checking for isinf... " >&6; }
13409 if test "${ac_cv_have_isinf+set}" = set; then :
13410 $as_echo_n "(cached) " >&6
13411 else
13412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13413 /* end confdefs.h. */
13414 #include <math.h>
13416 main ()
13418 float f = 0.0; int i=isinf(f)
13420 return 0;
13422 _ACEOF
13423 if ac_fn_c_try_link "$LINENO"; then :
13424 ac_cv_have_isinf="yes"
13425 else
13426 ac_cv_have_isinf="no"
13428 rm -f core conftest.err conftest.$ac_objext \
13429 conftest$ac_exeext conftest.$ac_ext
13431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13432 $as_echo "$ac_cv_have_isinf" >&6; }
13433 if test "$ac_cv_have_isinf" = "yes"
13434 then
13436 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13441 $as_echo_n "checking for isnan... " >&6; }
13442 if test "${ac_cv_have_isnan+set}" = set; then :
13443 $as_echo_n "(cached) " >&6
13444 else
13445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13446 /* end confdefs.h. */
13447 #include <math.h>
13449 main ()
13451 float f = 0.0; int i=isnan(f)
13453 return 0;
13455 _ACEOF
13456 if ac_fn_c_try_link "$LINENO"; then :
13457 ac_cv_have_isnan="yes"
13458 else
13459 ac_cv_have_isnan="no"
13461 rm -f core conftest.err conftest.$ac_objext \
13462 conftest$ac_exeext conftest.$ac_ext
13464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13465 $as_echo "$ac_cv_have_isnan" >&6; }
13466 if test "$ac_cv_have_isnan" = "yes"
13467 then
13469 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13474 case $host_cpu in
13475 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13476 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13477 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13478 $as_echo_n "(cached) " >&6
13479 else
13480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13481 /* end confdefs.h. */
13482 #ifndef __i386__
13484 #endif
13485 _ACEOF
13486 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13487 $EGREP "yes" >/dev/null 2>&1; then :
13488 ac_cv_cpp_def___i386__=yes
13489 else
13490 ac_cv_cpp_def___i386__=no
13492 rm -f conftest*
13495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13496 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13497 if test $ac_cv_cpp_def___i386__ = yes; then :
13498 CFLAGS="$CFLAGS -D__i386__"
13499 LINTFLAGS="$LINTFLAGS -D__i386__"
13500 fi ;;
13501 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13502 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13503 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13504 $as_echo_n "(cached) " >&6
13505 else
13506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13507 /* end confdefs.h. */
13508 #ifndef __x86_64__
13510 #endif
13511 _ACEOF
13512 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13513 $EGREP "yes" >/dev/null 2>&1; then :
13514 ac_cv_cpp_def___x86_64__=yes
13515 else
13516 ac_cv_cpp_def___x86_64__=no
13518 rm -f conftest*
13521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13522 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13523 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13524 CFLAGS="$CFLAGS -D__x86_64__"
13525 LINTFLAGS="$LINTFLAGS -D__x86_64__"
13526 fi ;;
13527 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13528 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13529 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13530 $as_echo_n "(cached) " >&6
13531 else
13532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13533 /* end confdefs.h. */
13534 #ifndef __ALPHA__
13536 #endif
13537 _ACEOF
13538 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13539 $EGREP "yes" >/dev/null 2>&1; then :
13540 ac_cv_cpp_def___ALPHA__=yes
13541 else
13542 ac_cv_cpp_def___ALPHA__=no
13544 rm -f conftest*
13547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13548 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13549 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13550 CFLAGS="$CFLAGS -D__ALPHA__"
13551 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13552 fi ;;
13553 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13554 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13555 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13556 $as_echo_n "(cached) " >&6
13557 else
13558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13559 /* end confdefs.h. */
13560 #ifndef __sparc__
13562 #endif
13563 _ACEOF
13564 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13565 $EGREP "yes" >/dev/null 2>&1; then :
13566 ac_cv_cpp_def___sparc__=yes
13567 else
13568 ac_cv_cpp_def___sparc__=no
13570 rm -f conftest*
13573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13574 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13575 if test $ac_cv_cpp_def___sparc__ = yes; then :
13576 CFLAGS="$CFLAGS -D__sparc__"
13577 LINTFLAGS="$LINTFLAGS -D__sparc__"
13578 fi ;;
13579 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13580 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13581 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13582 $as_echo_n "(cached) " >&6
13583 else
13584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13585 /* end confdefs.h. */
13586 #ifndef __powerpc__
13588 #endif
13589 _ACEOF
13590 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13591 $EGREP "yes" >/dev/null 2>&1; then :
13592 ac_cv_cpp_def___powerpc__=yes
13593 else
13594 ac_cv_cpp_def___powerpc__=no
13596 rm -f conftest*
13599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13600 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13601 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13602 CFLAGS="$CFLAGS -D__powerpc__"
13603 LINTFLAGS="$LINTFLAGS -D__powerpc__"
13604 fi ;;
13605 esac
13607 case $host_vendor in
13608 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13609 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13610 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13611 $as_echo_n "(cached) " >&6
13612 else
13613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13614 /* end confdefs.h. */
13615 #ifndef __sun__
13617 #endif
13618 _ACEOF
13619 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13620 $EGREP "yes" >/dev/null 2>&1; then :
13621 ac_cv_cpp_def___sun__=yes
13622 else
13623 ac_cv_cpp_def___sun__=no
13625 rm -f conftest*
13628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13629 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13630 if test $ac_cv_cpp_def___sun__ = yes; then :
13631 CFLAGS="$CFLAGS -D__sun__"
13632 LINTFLAGS="$LINTFLAGS -D__sun__"
13633 fi ;;
13634 esac
13637 DEPENDENCIES="### Dependencies:
13639 .INIT: Makefile
13640 .BEGIN: Makefile
13641 .MAKEFILEDEPS:
13642 Makefile: dummy
13643 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
13645 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
13646 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13647 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13648 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13649 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13652 ALL_MAKERULES=""
13654 ALL_MAKEFILES=""
13656 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13659 ALL_TOP_DIRS=""
13661 ALL_DLL_DIRS=""
13663 ALL_IMPLIB_DIRS=""
13665 ALL_STATIC_LIBS=""
13667 ALL_IMPORT_LIBS=""
13669 ALL_IMPORTLIB_RULES=""
13671 ALL_TEST_DIRS=""
13673 ALL_PROGRAM_DIRS=""
13675 ALL_PROGRAM_INSTALL_DIRS=""
13677 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13682 ac_config_commands="$ac_config_commands include/stamp-h"
13685 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13687 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13689 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13691 ac_config_commands="$ac_config_commands dlls/user32/resources"
13693 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13695 ac_config_commands="$ac_config_commands include/wine"
13698 ALL_MAKERULES="$ALL_MAKERULES \\
13699 Make.rules"
13700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13701 Make.rules: Make.rules.in config.status"
13702 MAKE_RULES=Make.rules
13703 ac_config_files="$ac_config_files Make.rules"
13705 ALL_MAKERULES="$ALL_MAKERULES \\
13706 dlls/Makedll.rules"
13707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13708 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules config.status"
13709 MAKE_DLL_RULES=dlls/Makedll.rules
13710 ac_config_files="$ac_config_files dlls/Makedll.rules"
13712 ALL_MAKERULES="$ALL_MAKERULES \\
13713 dlls/Makeimplib.rules"
13714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13715 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules config.status"
13716 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13717 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13719 ALL_MAKERULES="$ALL_MAKERULES \\
13720 dlls/Maketest.rules"
13721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13722 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules config.status"
13723 MAKE_TEST_RULES=dlls/Maketest.rules
13724 ac_config_files="$ac_config_files dlls/Maketest.rules"
13726 ALL_MAKERULES="$ALL_MAKERULES \\
13727 programs/Makeprog.rules"
13728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13729 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules config.status"
13730 MAKE_PROG_RULES=programs/Makeprog.rules
13731 ac_config_files="$ac_config_files programs/Makeprog.rules"
13736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13737 Makefile: Makefile.in Make.rules config.status"
13738 ac_config_files="$ac_config_files Makefile"
13740 ALL_MAKEFILES="$ALL_MAKEFILES \\
13741 dlls/Makefile"
13742 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
13743 dlls"
13744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13745 dlls/Makefile: dlls/Makefile.in Make.rules config.status"
13746 ac_config_files="$ac_config_files dlls/Makefile"
13748 ALL_MAKEFILES="$ALL_MAKEFILES \\
13749 dlls/acledit/Makefile"
13750 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13751 acledit"
13752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13753 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules config.status"
13754 ac_config_files="$ac_config_files dlls/acledit/Makefile"
13756 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13757 aclui/libaclui.$IMPLIBEXT"
13758 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13759 aclui/libaclui.def aclui/libaclui.a aclui/libaclui.cross.a: aclui/aclui.spec \$(WINEBUILD)
13760 @cd aclui && \$(MAKE) \`basename \$@\`"
13761 ALL_MAKEFILES="$ALL_MAKEFILES \\
13762 dlls/aclui/Makefile"
13763 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13764 aclui"
13765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13766 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules config.status"
13767 ac_config_files="$ac_config_files dlls/aclui/Makefile"
13769 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13770 activeds/libactiveds.$IMPLIBEXT"
13771 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13772 activeds/libactiveds.def activeds/libactiveds.a activeds/libactiveds.cross.a: activeds/activeds.spec \$(WINEBUILD)
13773 @cd activeds && \$(MAKE) \`basename \$@\`"
13774 ALL_MAKEFILES="$ALL_MAKEFILES \\
13775 dlls/activeds/Makefile"
13776 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13777 activeds"
13778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13779 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules config.status"
13780 ac_config_files="$ac_config_files dlls/activeds/Makefile"
13782 ALL_MAKEFILES="$ALL_MAKEFILES \\
13783 dlls/actxprxy/Makefile"
13784 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13785 actxprxy"
13786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13787 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules config.status"
13788 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13790 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
13791 adsiid/libadsiid.a"
13792 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13793 adsiid/libadsiid.a: adsiid
13794 adsiid/libadsiid.cross.a: dummy
13795 @cd adsiid && \$(MAKE) libadsiid.cross.a"
13796 ALL_MAKEFILES="$ALL_MAKEFILES \\
13797 dlls/adsiid/Makefile"
13798 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
13799 adsiid"
13800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13801 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules config.status"
13802 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13804 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13805 advapi32/libadvapi32.$IMPLIBEXT"
13806 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13807 advapi32/libadvapi32.def advapi32/libadvapi32.a advapi32/libadvapi32.cross.a: advapi32/advapi32.spec \$(WINEBUILD)
13808 @cd advapi32 && \$(MAKE) \`basename \$@\`"
13809 ALL_MAKEFILES="$ALL_MAKEFILES \\
13810 dlls/advapi32/Makefile"
13811 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13812 advapi32"
13813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13814 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules config.status"
13815 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13817 ALL_MAKEFILES="$ALL_MAKEFILES \\
13818 dlls/advapi32/tests/Makefile"
13819 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13820 advapi32/tests"
13821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13822 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules config.status"
13823 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13825 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13826 advpack/libadvpack.$IMPLIBEXT"
13827 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13828 advpack/libadvpack.def advpack/libadvpack.a advpack/libadvpack.cross.a: advpack/advpack.spec \$(WINEBUILD)
13829 @cd advpack && \$(MAKE) \`basename \$@\`"
13830 ALL_MAKEFILES="$ALL_MAKEFILES \\
13831 dlls/advpack/Makefile"
13832 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13833 advpack"
13834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13835 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules config.status"
13836 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13838 ALL_MAKEFILES="$ALL_MAKEFILES \\
13839 dlls/advpack/tests/Makefile"
13840 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13841 advpack/tests"
13842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13843 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules config.status"
13844 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13846 ALL_MAKEFILES="$ALL_MAKEFILES \\
13847 dlls/amstream/Makefile"
13848 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13849 amstream"
13850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13851 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules config.status"
13852 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13854 ALL_MAKEFILES="$ALL_MAKEFILES \\
13855 dlls/amstream/tests/Makefile"
13856 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13857 amstream/tests"
13858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13859 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules config.status"
13860 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13862 ALL_MAKEFILES="$ALL_MAKEFILES \\
13863 dlls/appwiz.cpl/Makefile"
13864 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13865 appwiz.cpl"
13866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13867 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules config.status"
13868 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13870 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13871 atl/libatl.$IMPLIBEXT"
13872 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13873 atl/libatl.def atl/libatl.a atl/libatl.cross.a: atl/atl.spec \$(WINEBUILD)
13874 @cd atl && \$(MAKE) \`basename \$@\`"
13875 ALL_MAKEFILES="$ALL_MAKEFILES \\
13876 dlls/atl/Makefile"
13877 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13878 atl"
13879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13880 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules config.status"
13881 ac_config_files="$ac_config_files dlls/atl/Makefile"
13883 ALL_MAKEFILES="$ALL_MAKEFILES \\
13884 dlls/authz/Makefile"
13885 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13886 authz"
13887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13888 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules config.status"
13889 ac_config_files="$ac_config_files dlls/authz/Makefile"
13891 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13892 avicap32/libavicap32.$IMPLIBEXT"
13893 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13894 avicap32/libavicap32.def avicap32/libavicap32.a avicap32/libavicap32.cross.a: avicap32/avicap32.spec \$(WINEBUILD)
13895 @cd avicap32 && \$(MAKE) \`basename \$@\`"
13896 ALL_MAKEFILES="$ALL_MAKEFILES \\
13897 dlls/avicap32/Makefile"
13898 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13899 avicap32"
13900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13901 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules config.status"
13902 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13904 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13905 avifil32/libavifil32.$IMPLIBEXT"
13906 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13907 avifil32/libavifil32.def avifil32/libavifil32.a avifil32/libavifil32.cross.a: avifil32/avifil32.spec \$(WINEBUILD)
13908 @cd avifil32 && \$(MAKE) \`basename \$@\`"
13909 ALL_MAKEFILES="$ALL_MAKEFILES \\
13910 dlls/avifil32/Makefile"
13911 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13912 avifil32"
13913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13914 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules config.status"
13915 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
13917 ALL_MAKEFILES="$ALL_MAKEFILES \\
13918 dlls/avifil32/tests/Makefile"
13919 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13920 avifil32/tests"
13921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13922 dlls/avifil32/tests/Makefile: dlls/avifil32/tests/Makefile.in dlls/Maketest.rules config.status"
13923 ac_config_files="$ac_config_files dlls/avifil32/tests/Makefile"
13925 ALL_MAKEFILES="$ALL_MAKEFILES \\
13926 dlls/avifile.dll16/Makefile"
13927 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13928 avifile.dll16"
13929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13930 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules config.status"
13931 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
13933 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13934 avrt/libavrt.$IMPLIBEXT"
13935 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13936 avrt/libavrt.def avrt/libavrt.a avrt/libavrt.cross.a: avrt/avrt.spec \$(WINEBUILD)
13937 @cd avrt && \$(MAKE) \`basename \$@\`"
13938 ALL_MAKEFILES="$ALL_MAKEFILES \\
13939 dlls/avrt/Makefile"
13940 test "x$enable_avrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13941 avrt"
13942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13943 dlls/avrt/Makefile: dlls/avrt/Makefile.in dlls/Makedll.rules config.status"
13944 ac_config_files="$ac_config_files dlls/avrt/Makefile"
13946 ALL_MAKEFILES="$ALL_MAKEFILES \\
13947 dlls/bcrypt/Makefile"
13948 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13949 bcrypt"
13950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13951 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules config.status"
13952 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
13954 ALL_MAKEFILES="$ALL_MAKEFILES \\
13955 dlls/browseui/Makefile"
13956 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13957 browseui"
13958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13959 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules config.status"
13960 ac_config_files="$ac_config_files dlls/browseui/Makefile"
13962 ALL_MAKEFILES="$ALL_MAKEFILES \\
13963 dlls/browseui/tests/Makefile"
13964 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13965 browseui/tests"
13966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13967 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules config.status"
13968 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
13970 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13971 cabinet/libcabinet.$IMPLIBEXT"
13972 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13973 cabinet/libcabinet.def cabinet/libcabinet.a cabinet/libcabinet.cross.a: cabinet/cabinet.spec \$(WINEBUILD)
13974 @cd cabinet && \$(MAKE) \`basename \$@\`"
13975 ALL_MAKEFILES="$ALL_MAKEFILES \\
13976 dlls/cabinet/Makefile"
13977 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13978 cabinet"
13979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13980 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules config.status"
13981 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
13983 ALL_MAKEFILES="$ALL_MAKEFILES \\
13984 dlls/cabinet/tests/Makefile"
13985 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13986 cabinet/tests"
13987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13988 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules config.status"
13989 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
13991 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
13992 capi2032/libcapi2032.$IMPLIBEXT"
13993 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
13994 capi2032/libcapi2032.def capi2032/libcapi2032.a capi2032/libcapi2032.cross.a: capi2032/capi2032.spec \$(WINEBUILD)
13995 @cd capi2032 && \$(MAKE) \`basename \$@\`"
13996 ALL_MAKEFILES="$ALL_MAKEFILES \\
13997 dlls/capi2032/Makefile"
13998 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13999 capi2032"
14000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14001 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules config.status"
14002 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
14004 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14005 cards/libcards.$IMPLIBEXT"
14006 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14007 cards/libcards.def cards/libcards.a cards/libcards.cross.a: cards/cards.spec \$(WINEBUILD)
14008 @cd cards && \$(MAKE) \`basename \$@\`"
14009 ALL_MAKEFILES="$ALL_MAKEFILES \\
14010 dlls/cards/Makefile"
14011 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14012 cards"
14013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14014 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules config.status"
14015 ac_config_files="$ac_config_files dlls/cards/Makefile"
14017 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14018 cfgmgr32/libcfgmgr32.$IMPLIBEXT"
14019 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14020 cfgmgr32/libcfgmgr32.def cfgmgr32/libcfgmgr32.a cfgmgr32/libcfgmgr32.cross.a: cfgmgr32/cfgmgr32.spec \$(WINEBUILD)
14021 @cd cfgmgr32 && \$(MAKE) \`basename \$@\`"
14022 ALL_MAKEFILES="$ALL_MAKEFILES \\
14023 dlls/cfgmgr32/Makefile"
14024 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14025 cfgmgr32"
14026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14027 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules config.status"
14028 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
14030 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14031 clusapi/libclusapi.$IMPLIBEXT"
14032 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14033 clusapi/libclusapi.def clusapi/libclusapi.a clusapi/libclusapi.cross.a: clusapi/clusapi.spec \$(WINEBUILD)
14034 @cd clusapi && \$(MAKE) \`basename \$@\`"
14035 ALL_MAKEFILES="$ALL_MAKEFILES \\
14036 dlls/clusapi/Makefile"
14037 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14038 clusapi"
14039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14040 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules config.status"
14041 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
14043 ALL_MAKEFILES="$ALL_MAKEFILES \\
14044 dlls/comcat/Makefile"
14045 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14046 comcat"
14047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14048 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules config.status"
14049 ac_config_files="$ac_config_files dlls/comcat/Makefile"
14051 ALL_MAKEFILES="$ALL_MAKEFILES \\
14052 dlls/comcat/tests/Makefile"
14053 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14054 comcat/tests"
14055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14056 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules config.status"
14057 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
14059 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14060 comctl32/libcomctl32.$IMPLIBEXT"
14061 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14062 comctl32/libcomctl32.def comctl32/libcomctl32.a comctl32/libcomctl32.cross.a: comctl32/comctl32.spec \$(WINEBUILD)
14063 @cd comctl32 && \$(MAKE) \`basename \$@\`"
14064 ALL_MAKEFILES="$ALL_MAKEFILES \\
14065 dlls/comctl32/Makefile"
14066 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14067 comctl32"
14068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14069 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules config.status"
14070 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
14072 ALL_MAKEFILES="$ALL_MAKEFILES \\
14073 dlls/comctl32/tests/Makefile"
14074 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14075 comctl32/tests"
14076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14077 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules config.status"
14078 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
14080 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14081 comdlg32/libcomdlg32.$IMPLIBEXT"
14082 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14083 comdlg32/libcomdlg32.def comdlg32/libcomdlg32.a comdlg32/libcomdlg32.cross.a: comdlg32/comdlg32.spec \$(WINEBUILD)
14084 @cd comdlg32 && \$(MAKE) \`basename \$@\`"
14085 ALL_MAKEFILES="$ALL_MAKEFILES \\
14086 dlls/comdlg32/Makefile"
14087 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14088 comdlg32"
14089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14090 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules config.status"
14091 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
14093 ALL_MAKEFILES="$ALL_MAKEFILES \\
14094 dlls/comdlg32/tests/Makefile"
14095 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14096 comdlg32/tests"
14097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14098 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules config.status"
14099 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
14101 ALL_MAKEFILES="$ALL_MAKEFILES \\
14102 dlls/comm.drv16/Makefile"
14103 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14104 comm.drv16"
14105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14106 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules config.status"
14107 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
14109 ALL_MAKEFILES="$ALL_MAKEFILES \\
14110 dlls/commdlg.dll16/Makefile"
14111 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14112 commdlg.dll16"
14113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14114 dlls/commdlg.dll16/Makefile: dlls/commdlg.dll16/Makefile.in dlls/Makedll.rules config.status"
14115 ac_config_files="$ac_config_files dlls/commdlg.dll16/Makefile"
14117 ALL_MAKEFILES="$ALL_MAKEFILES \\
14118 dlls/compobj.dll16/Makefile"
14119 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14120 compobj.dll16"
14121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14122 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules config.status"
14123 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
14125 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14126 compstui/libcompstui.$IMPLIBEXT"
14127 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14128 compstui/libcompstui.def compstui/libcompstui.a compstui/libcompstui.cross.a: compstui/compstui.spec \$(WINEBUILD)
14129 @cd compstui && \$(MAKE) \`basename \$@\`"
14130 ALL_MAKEFILES="$ALL_MAKEFILES \\
14131 dlls/compstui/Makefile"
14132 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14133 compstui"
14134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14135 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules config.status"
14136 ac_config_files="$ac_config_files dlls/compstui/Makefile"
14138 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14139 credui/libcredui.$IMPLIBEXT"
14140 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14141 credui/libcredui.def credui/libcredui.a credui/libcredui.cross.a: credui/credui.spec \$(WINEBUILD)
14142 @cd credui && \$(MAKE) \`basename \$@\`"
14143 ALL_MAKEFILES="$ALL_MAKEFILES \\
14144 dlls/credui/Makefile"
14145 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14146 credui"
14147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14148 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules config.status"
14149 ac_config_files="$ac_config_files dlls/credui/Makefile"
14151 ALL_MAKEFILES="$ALL_MAKEFILES \\
14152 dlls/credui/tests/Makefile"
14153 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14154 credui/tests"
14155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14156 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules config.status"
14157 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
14159 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14160 crtdll/libcrtdll.$IMPLIBEXT"
14161 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14162 crtdll/libcrtdll.def crtdll/libcrtdll.a crtdll/libcrtdll.cross.a: crtdll/crtdll.spec \$(WINEBUILD)
14163 @cd crtdll && \$(MAKE) \`basename \$@\`"
14164 ALL_MAKEFILES="$ALL_MAKEFILES \\
14165 dlls/crtdll/Makefile"
14166 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14167 crtdll"
14168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14169 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules config.status"
14170 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
14172 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14173 crypt32/libcrypt32.$IMPLIBEXT"
14174 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14175 crypt32/libcrypt32.def crypt32/libcrypt32.a crypt32/libcrypt32.cross.a: crypt32/crypt32.spec \$(WINEBUILD)
14176 @cd crypt32 && \$(MAKE) \`basename \$@\`"
14177 ALL_MAKEFILES="$ALL_MAKEFILES \\
14178 dlls/crypt32/Makefile"
14179 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14180 crypt32"
14181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14182 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules config.status"
14183 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
14185 ALL_MAKEFILES="$ALL_MAKEFILES \\
14186 dlls/crypt32/tests/Makefile"
14187 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14188 crypt32/tests"
14189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14190 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules config.status"
14191 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
14193 ALL_MAKEFILES="$ALL_MAKEFILES \\
14194 dlls/cryptdlg/Makefile"
14195 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14196 cryptdlg"
14197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14198 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules config.status"
14199 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
14201 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14202 cryptdll/libcryptdll.$IMPLIBEXT"
14203 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14204 cryptdll/libcryptdll.def cryptdll/libcryptdll.a cryptdll/libcryptdll.cross.a: cryptdll/cryptdll.spec \$(WINEBUILD)
14205 @cd cryptdll && \$(MAKE) \`basename \$@\`"
14206 ALL_MAKEFILES="$ALL_MAKEFILES \\
14207 dlls/cryptdll/Makefile"
14208 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14209 cryptdll"
14210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14211 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules config.status"
14212 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
14214 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14215 cryptnet/libcryptnet.$IMPLIBEXT"
14216 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14217 cryptnet/libcryptnet.def cryptnet/libcryptnet.a cryptnet/libcryptnet.cross.a: cryptnet/cryptnet.spec \$(WINEBUILD)
14218 @cd cryptnet && \$(MAKE) \`basename \$@\`"
14219 ALL_MAKEFILES="$ALL_MAKEFILES \\
14220 dlls/cryptnet/Makefile"
14221 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14222 cryptnet"
14223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14224 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules config.status"
14225 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
14227 ALL_MAKEFILES="$ALL_MAKEFILES \\
14228 dlls/cryptnet/tests/Makefile"
14229 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14230 cryptnet/tests"
14231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14232 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules config.status"
14233 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
14235 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14236 cryptui/libcryptui.$IMPLIBEXT"
14237 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14238 cryptui/libcryptui.def cryptui/libcryptui.a cryptui/libcryptui.cross.a: cryptui/cryptui.spec \$(WINEBUILD)
14239 @cd cryptui && \$(MAKE) \`basename \$@\`"
14240 ALL_MAKEFILES="$ALL_MAKEFILES \\
14241 dlls/cryptui/Makefile"
14242 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14243 cryptui"
14244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14245 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules config.status"
14246 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
14248 ALL_MAKEFILES="$ALL_MAKEFILES \\
14249 dlls/cryptui/tests/Makefile"
14250 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14251 cryptui/tests"
14252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14253 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules config.status"
14254 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
14256 ALL_MAKEFILES="$ALL_MAKEFILES \\
14257 dlls/ctapi32/Makefile"
14258 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14259 ctapi32"
14260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14261 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules config.status"
14262 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
14264 ALL_MAKEFILES="$ALL_MAKEFILES \\
14265 dlls/ctl3d.dll16/Makefile"
14266 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14267 ctl3d.dll16"
14268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14269 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules config.status"
14270 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
14272 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14273 ctl3d32/libctl3d32.$IMPLIBEXT"
14274 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14275 ctl3d32/libctl3d32.def ctl3d32/libctl3d32.a ctl3d32/libctl3d32.cross.a: ctl3d32/ctl3d32.spec \$(WINEBUILD)
14276 @cd ctl3d32 && \$(MAKE) \`basename \$@\`"
14277 ALL_MAKEFILES="$ALL_MAKEFILES \\
14278 dlls/ctl3d32/Makefile"
14279 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14280 ctl3d32"
14281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14282 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules config.status"
14283 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
14285 ALL_MAKEFILES="$ALL_MAKEFILES \\
14286 dlls/ctl3dv2.dll16/Makefile"
14287 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14288 ctl3dv2.dll16"
14289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14290 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules config.status"
14291 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
14293 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14294 d3d10/libd3d10.$IMPLIBEXT"
14295 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14296 d3d10/libd3d10.def d3d10/libd3d10.a d3d10/libd3d10.cross.a: d3d10/d3d10.spec \$(WINEBUILD)
14297 @cd d3d10 && \$(MAKE) \`basename \$@\`"
14298 ALL_MAKEFILES="$ALL_MAKEFILES \\
14299 dlls/d3d10/Makefile"
14300 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14301 d3d10"
14302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14303 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules config.status"
14304 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
14306 ALL_MAKEFILES="$ALL_MAKEFILES \\
14307 dlls/d3d10/tests/Makefile"
14308 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14309 d3d10/tests"
14310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14311 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules config.status"
14312 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
14314 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14315 d3d10core/libd3d10core.$IMPLIBEXT"
14316 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14317 d3d10core/libd3d10core.def d3d10core/libd3d10core.a d3d10core/libd3d10core.cross.a: d3d10core/d3d10core.spec \$(WINEBUILD)
14318 @cd d3d10core && \$(MAKE) \`basename \$@\`"
14319 ALL_MAKEFILES="$ALL_MAKEFILES \\
14320 dlls/d3d10core/Makefile"
14321 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14322 d3d10core"
14323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14324 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules config.status"
14325 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
14327 ALL_MAKEFILES="$ALL_MAKEFILES \\
14328 dlls/d3d10core/tests/Makefile"
14329 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14330 d3d10core/tests"
14331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14332 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules config.status"
14333 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
14335 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14336 d3d8/libd3d8.$IMPLIBEXT"
14337 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14338 d3d8/libd3d8.def d3d8/libd3d8.a d3d8/libd3d8.cross.a: d3d8/d3d8.spec \$(WINEBUILD)
14339 @cd d3d8 && \$(MAKE) \`basename \$@\`"
14340 ALL_MAKEFILES="$ALL_MAKEFILES \\
14341 dlls/d3d8/Makefile"
14342 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14343 d3d8"
14344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14345 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules config.status"
14346 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
14348 ALL_MAKEFILES="$ALL_MAKEFILES \\
14349 dlls/d3d8/tests/Makefile"
14350 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14351 d3d8/tests"
14352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14353 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules config.status"
14354 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
14356 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14357 d3d9/libd3d9.$IMPLIBEXT"
14358 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14359 d3d9/libd3d9.def d3d9/libd3d9.a d3d9/libd3d9.cross.a: d3d9/d3d9.spec \$(WINEBUILD)
14360 @cd d3d9 && \$(MAKE) \`basename \$@\`"
14361 ALL_MAKEFILES="$ALL_MAKEFILES \\
14362 dlls/d3d9/Makefile"
14363 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14364 d3d9"
14365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14366 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules config.status"
14367 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
14369 ALL_MAKEFILES="$ALL_MAKEFILES \\
14370 dlls/d3d9/tests/Makefile"
14371 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14372 d3d9/tests"
14373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14374 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules config.status"
14375 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
14377 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14378 d3dim/libd3dim.$IMPLIBEXT"
14379 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14380 d3dim/libd3dim.def d3dim/libd3dim.a d3dim/libd3dim.cross.a: d3dim/d3dim.spec \$(WINEBUILD)
14381 @cd d3dim && \$(MAKE) \`basename \$@\`"
14382 ALL_MAKEFILES="$ALL_MAKEFILES \\
14383 dlls/d3dim/Makefile"
14384 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14385 d3dim"
14386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14387 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules config.status"
14388 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
14390 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14391 d3drm/libd3drm.$IMPLIBEXT"
14392 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14393 d3drm/libd3drm.def d3drm/libd3drm.a d3drm/libd3drm.cross.a: d3drm/d3drm.spec \$(WINEBUILD)
14394 @cd d3drm && \$(MAKE) \`basename \$@\`"
14395 ALL_MAKEFILES="$ALL_MAKEFILES \\
14396 dlls/d3drm/Makefile"
14397 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14398 d3drm"
14399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14400 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules config.status"
14401 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
14403 ALL_MAKEFILES="$ALL_MAKEFILES \\
14404 dlls/d3drm/tests/Makefile"
14405 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14406 d3drm/tests"
14407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14408 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules config.status"
14409 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
14411 ALL_MAKEFILES="$ALL_MAKEFILES \\
14412 dlls/d3dx9_24/Makefile"
14413 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14414 d3dx9_24"
14415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14416 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules config.status"
14417 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
14419 ALL_MAKEFILES="$ALL_MAKEFILES \\
14420 dlls/d3dx9_25/Makefile"
14421 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14422 d3dx9_25"
14423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14424 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules config.status"
14425 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
14427 ALL_MAKEFILES="$ALL_MAKEFILES \\
14428 dlls/d3dx9_26/Makefile"
14429 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14430 d3dx9_26"
14431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14432 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules config.status"
14433 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14435 ALL_MAKEFILES="$ALL_MAKEFILES \\
14436 dlls/d3dx9_27/Makefile"
14437 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14438 d3dx9_27"
14439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14440 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules config.status"
14441 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14443 ALL_MAKEFILES="$ALL_MAKEFILES \\
14444 dlls/d3dx9_28/Makefile"
14445 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14446 d3dx9_28"
14447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14448 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules config.status"
14449 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14451 ALL_MAKEFILES="$ALL_MAKEFILES \\
14452 dlls/d3dx9_29/Makefile"
14453 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14454 d3dx9_29"
14455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14456 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules config.status"
14457 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14459 ALL_MAKEFILES="$ALL_MAKEFILES \\
14460 dlls/d3dx9_30/Makefile"
14461 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14462 d3dx9_30"
14463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14464 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules config.status"
14465 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14467 ALL_MAKEFILES="$ALL_MAKEFILES \\
14468 dlls/d3dx9_31/Makefile"
14469 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14470 d3dx9_31"
14471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14472 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules config.status"
14473 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14475 ALL_MAKEFILES="$ALL_MAKEFILES \\
14476 dlls/d3dx9_32/Makefile"
14477 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14478 d3dx9_32"
14479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14480 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules config.status"
14481 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14483 ALL_MAKEFILES="$ALL_MAKEFILES \\
14484 dlls/d3dx9_33/Makefile"
14485 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14486 d3dx9_33"
14487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14488 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules config.status"
14489 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14491 ALL_MAKEFILES="$ALL_MAKEFILES \\
14492 dlls/d3dx9_34/Makefile"
14493 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14494 d3dx9_34"
14495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14496 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules config.status"
14497 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14499 ALL_MAKEFILES="$ALL_MAKEFILES \\
14500 dlls/d3dx9_35/Makefile"
14501 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14502 d3dx9_35"
14503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14504 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules config.status"
14505 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14507 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14508 d3dx9_36/libd3dx9.$IMPLIBEXT \\
14509 libd3dx9.$IMPLIBEXT"
14510 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14511 libd3dx9.a: d3dx9_36/libd3dx9.a
14512 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.a \$@
14513 libd3dx9.cross.a: d3dx9_36/libd3dx9.cross.a
14514 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.cross.a \$@
14515 libd3dx9.def: d3dx9_36/libd3dx9.def
14516 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.def \$@
14517 clean::
14518 \$(RM) libd3dx9.def
14519 d3dx9_36/libd3dx9.def d3dx9_36/libd3dx9.a d3dx9_36/libd3dx9.cross.a: d3dx9_36/d3dx9_36.spec \$(WINEBUILD)
14520 @cd d3dx9_36 && \$(MAKE) \`basename \$@\`"
14521 ALL_MAKEFILES="$ALL_MAKEFILES \\
14522 dlls/d3dx9_36/Makefile"
14523 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14524 d3dx9_36"
14525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14526 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules config.status"
14527 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14529 ALL_MAKEFILES="$ALL_MAKEFILES \\
14530 dlls/d3dx9_36/tests/Makefile"
14531 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14532 d3dx9_36/tests"
14533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14534 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules config.status"
14535 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14537 ALL_MAKEFILES="$ALL_MAKEFILES \\
14538 dlls/d3dx9_37/Makefile"
14539 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14540 d3dx9_37"
14541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14542 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules config.status"
14543 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14545 ALL_MAKEFILES="$ALL_MAKEFILES \\
14546 dlls/d3dx9_38/Makefile"
14547 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14548 d3dx9_38"
14549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14550 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules config.status"
14551 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14553 ALL_MAKEFILES="$ALL_MAKEFILES \\
14554 dlls/d3dx9_39/Makefile"
14555 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14556 d3dx9_39"
14557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14558 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules config.status"
14559 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14561 ALL_MAKEFILES="$ALL_MAKEFILES \\
14562 dlls/d3dx9_40/Makefile"
14563 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14564 d3dx9_40"
14565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14566 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules config.status"
14567 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14569 ALL_MAKEFILES="$ALL_MAKEFILES \\
14570 dlls/d3dx9_41/Makefile"
14571 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14572 d3dx9_41"
14573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14574 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules config.status"
14575 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14577 ALL_MAKEFILES="$ALL_MAKEFILES \\
14578 dlls/d3dx9_42/Makefile"
14579 test "x$enable_d3dx9_42" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14580 d3dx9_42"
14581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14582 dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules config.status"
14583 ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
14585 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14586 d3dxof/libd3dxof.$IMPLIBEXT"
14587 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14588 d3dxof/libd3dxof.def d3dxof/libd3dxof.a d3dxof/libd3dxof.cross.a: d3dxof/d3dxof.spec \$(WINEBUILD)
14589 @cd d3dxof && \$(MAKE) \`basename \$@\`"
14590 ALL_MAKEFILES="$ALL_MAKEFILES \\
14591 dlls/d3dxof/Makefile"
14592 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14593 d3dxof"
14594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14595 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules config.status"
14596 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14598 ALL_MAKEFILES="$ALL_MAKEFILES \\
14599 dlls/d3dxof/tests/Makefile"
14600 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14601 d3dxof/tests"
14602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14603 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules config.status"
14604 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14606 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14607 dbghelp/libdbghelp.$IMPLIBEXT"
14608 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14609 dbghelp/libdbghelp.def dbghelp/libdbghelp.a dbghelp/libdbghelp.cross.a: dbghelp/dbghelp.spec \$(WINEBUILD)
14610 @cd dbghelp && \$(MAKE) \`basename \$@\`"
14611 ALL_MAKEFILES="$ALL_MAKEFILES \\
14612 dlls/dbghelp/Makefile"
14613 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14614 dbghelp"
14615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14616 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules config.status"
14617 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14619 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14620 dciman32/libdciman32.$IMPLIBEXT"
14621 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14622 dciman32/libdciman32.def dciman32/libdciman32.a dciman32/libdciman32.cross.a: dciman32/dciman32.spec \$(WINEBUILD)
14623 @cd dciman32 && \$(MAKE) \`basename \$@\`"
14624 ALL_MAKEFILES="$ALL_MAKEFILES \\
14625 dlls/dciman32/Makefile"
14626 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14627 dciman32"
14628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14629 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules config.status"
14630 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14632 ALL_MAKEFILES="$ALL_MAKEFILES \\
14633 dlls/ddeml.dll16/Makefile"
14634 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14635 ddeml.dll16"
14636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14637 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules config.status"
14638 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14640 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14641 ddraw/libddraw.$IMPLIBEXT"
14642 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14643 ddraw/libddraw.def ddraw/libddraw.a ddraw/libddraw.cross.a: ddraw/ddraw.spec \$(WINEBUILD)
14644 @cd ddraw && \$(MAKE) \`basename \$@\`"
14645 ALL_MAKEFILES="$ALL_MAKEFILES \\
14646 dlls/ddraw/Makefile"
14647 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14648 ddraw"
14649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14650 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules config.status"
14651 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14653 ALL_MAKEFILES="$ALL_MAKEFILES \\
14654 dlls/ddraw/tests/Makefile"
14655 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14656 ddraw/tests"
14657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14658 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules config.status"
14659 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14661 ALL_MAKEFILES="$ALL_MAKEFILES \\
14662 dlls/ddrawex/Makefile"
14663 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14664 ddrawex"
14665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14666 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules config.status"
14667 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14669 ALL_MAKEFILES="$ALL_MAKEFILES \\
14670 dlls/ddrawex/tests/Makefile"
14671 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14672 ddrawex/tests"
14673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14674 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules config.status"
14675 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
14677 ALL_MAKEFILES="$ALL_MAKEFILES \\
14678 dlls/devenum/Makefile"
14679 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14680 devenum"
14681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14682 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules config.status"
14683 ac_config_files="$ac_config_files dlls/devenum/Makefile"
14685 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14686 dinput/libdinput.$IMPLIBEXT \\
14687 dinput/libdinput.$STATIC_IMPLIBEXT"
14688 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14689 dinput/libdinput.def: dinput/dinput.spec \$(WINEBUILD)
14690 @cd dinput && \$(MAKE) \`basename \$@\`
14691 dinput/libdinput.$STATIC_IMPLIBEXT dinput/libdinput.cross.a: dummy
14692 @cd dinput && \$(MAKE) \`basename \$@\`"
14693 ALL_MAKEFILES="$ALL_MAKEFILES \\
14694 dlls/dinput/Makefile"
14695 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14696 dinput"
14697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14698 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules config.status"
14699 ac_config_files="$ac_config_files dlls/dinput/Makefile"
14701 ALL_MAKEFILES="$ALL_MAKEFILES \\
14702 dlls/dinput/tests/Makefile"
14703 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14704 dinput/tests"
14705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14706 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules config.status"
14707 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
14709 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14710 dinput8/libdinput8.$IMPLIBEXT"
14711 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14712 dinput8/libdinput8.def dinput8/libdinput8.a dinput8/libdinput8.cross.a: dinput8/dinput8.spec \$(WINEBUILD)
14713 @cd dinput8 && \$(MAKE) \`basename \$@\`"
14714 ALL_MAKEFILES="$ALL_MAKEFILES \\
14715 dlls/dinput8/Makefile"
14716 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14717 dinput8"
14718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14719 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules config.status"
14720 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
14722 ALL_MAKEFILES="$ALL_MAKEFILES \\
14723 dlls/dispdib.dll16/Makefile"
14724 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14725 dispdib.dll16"
14726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14727 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules config.status"
14728 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
14730 ALL_MAKEFILES="$ALL_MAKEFILES \\
14731 dlls/display.drv16/Makefile"
14732 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14733 display.drv16"
14734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14735 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules config.status"
14736 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
14738 ALL_MAKEFILES="$ALL_MAKEFILES \\
14739 dlls/dmband/Makefile"
14740 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14741 dmband"
14742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14743 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules config.status"
14744 ac_config_files="$ac_config_files dlls/dmband/Makefile"
14746 ALL_MAKEFILES="$ALL_MAKEFILES \\
14747 dlls/dmcompos/Makefile"
14748 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14749 dmcompos"
14750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14751 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules config.status"
14752 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
14754 ALL_MAKEFILES="$ALL_MAKEFILES \\
14755 dlls/dmime/Makefile"
14756 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14757 dmime"
14758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14759 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules config.status"
14760 ac_config_files="$ac_config_files dlls/dmime/Makefile"
14762 ALL_MAKEFILES="$ALL_MAKEFILES \\
14763 dlls/dmloader/Makefile"
14764 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14765 dmloader"
14766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14767 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules config.status"
14768 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
14770 ALL_MAKEFILES="$ALL_MAKEFILES \\
14771 dlls/dmloader/tests/Makefile"
14772 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14773 dmloader/tests"
14774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14775 dlls/dmloader/tests/Makefile: dlls/dmloader/tests/Makefile.in dlls/Maketest.rules config.status"
14776 ac_config_files="$ac_config_files dlls/dmloader/tests/Makefile"
14778 ALL_MAKEFILES="$ALL_MAKEFILES \\
14779 dlls/dmscript/Makefile"
14780 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14781 dmscript"
14782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14783 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules config.status"
14784 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
14786 ALL_MAKEFILES="$ALL_MAKEFILES \\
14787 dlls/dmstyle/Makefile"
14788 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14789 dmstyle"
14790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14791 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules config.status"
14792 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
14794 ALL_MAKEFILES="$ALL_MAKEFILES \\
14795 dlls/dmsynth/Makefile"
14796 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14797 dmsynth"
14798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14799 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules config.status"
14800 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
14802 ALL_MAKEFILES="$ALL_MAKEFILES \\
14803 dlls/dmusic/Makefile"
14804 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14805 dmusic"
14806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14807 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules config.status"
14808 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
14810 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14811 dmusic32/libdmusic32.$IMPLIBEXT"
14812 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14813 dmusic32/libdmusic32.def dmusic32/libdmusic32.a dmusic32/libdmusic32.cross.a: dmusic32/dmusic32.spec \$(WINEBUILD)
14814 @cd dmusic32 && \$(MAKE) \`basename \$@\`"
14815 ALL_MAKEFILES="$ALL_MAKEFILES \\
14816 dlls/dmusic32/Makefile"
14817 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14818 dmusic32"
14819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14820 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules config.status"
14821 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
14823 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14824 dnsapi/libdnsapi.$IMPLIBEXT"
14825 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14826 dnsapi/libdnsapi.def dnsapi/libdnsapi.a dnsapi/libdnsapi.cross.a: dnsapi/dnsapi.spec \$(WINEBUILD)
14827 @cd dnsapi && \$(MAKE) \`basename \$@\`"
14828 ALL_MAKEFILES="$ALL_MAKEFILES \\
14829 dlls/dnsapi/Makefile"
14830 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14831 dnsapi"
14832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14833 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules config.status"
14834 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
14836 ALL_MAKEFILES="$ALL_MAKEFILES \\
14837 dlls/dnsapi/tests/Makefile"
14838 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14839 dnsapi/tests"
14840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14841 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules config.status"
14842 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
14844 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14845 dplay/libdplay.$IMPLIBEXT"
14846 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14847 dplay/libdplay.def dplay/libdplay.a dplay/libdplay.cross.a: dplay/dplay.spec \$(WINEBUILD)
14848 @cd dplay && \$(MAKE) \`basename \$@\`"
14849 ALL_MAKEFILES="$ALL_MAKEFILES \\
14850 dlls/dplay/Makefile"
14851 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14852 dplay"
14853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14854 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules config.status"
14855 ac_config_files="$ac_config_files dlls/dplay/Makefile"
14857 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14858 dplayx/libdplayx.$IMPLIBEXT"
14859 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14860 dplayx/libdplayx.def dplayx/libdplayx.a dplayx/libdplayx.cross.a: dplayx/dplayx.spec \$(WINEBUILD)
14861 @cd dplayx && \$(MAKE) \`basename \$@\`"
14862 ALL_MAKEFILES="$ALL_MAKEFILES \\
14863 dlls/dplayx/Makefile"
14864 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14865 dplayx"
14866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14867 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules config.status"
14868 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
14870 ALL_MAKEFILES="$ALL_MAKEFILES \\
14871 dlls/dplayx/tests/Makefile"
14872 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14873 dplayx/tests"
14874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14875 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules config.status"
14876 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
14878 ALL_MAKEFILES="$ALL_MAKEFILES \\
14879 dlls/dpnaddr/Makefile"
14880 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14881 dpnaddr"
14882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14883 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules config.status"
14884 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
14886 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14887 dpnet/libdpnet.$IMPLIBEXT"
14888 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14889 dpnet/libdpnet.def dpnet/libdpnet.a dpnet/libdpnet.cross.a: dpnet/dpnet.spec \$(WINEBUILD)
14890 @cd dpnet && \$(MAKE) \`basename \$@\`"
14891 ALL_MAKEFILES="$ALL_MAKEFILES \\
14892 dlls/dpnet/Makefile"
14893 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14894 dpnet"
14895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14896 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules config.status"
14897 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
14899 ALL_MAKEFILES="$ALL_MAKEFILES \\
14900 dlls/dpnhpast/Makefile"
14901 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14902 dpnhpast"
14903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14904 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules config.status"
14905 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
14907 ALL_MAKEFILES="$ALL_MAKEFILES \\
14908 dlls/dpnlobby/Makefile"
14909 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14910 dpnlobby"
14911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14912 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules config.status"
14913 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
14915 ALL_MAKEFILES="$ALL_MAKEFILES \\
14916 dlls/dpwsockx/Makefile"
14917 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14918 dpwsockx"
14919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14920 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules config.status"
14921 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
14923 ALL_MAKEFILES="$ALL_MAKEFILES \\
14924 dlls/drmclien/Makefile"
14925 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14926 drmclien"
14927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14928 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules config.status"
14929 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
14931 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14932 dsound/libdsound.$IMPLIBEXT"
14933 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14934 dsound/libdsound.def dsound/libdsound.a dsound/libdsound.cross.a: dsound/dsound.spec \$(WINEBUILD)
14935 @cd dsound && \$(MAKE) \`basename \$@\`"
14936 ALL_MAKEFILES="$ALL_MAKEFILES \\
14937 dlls/dsound/Makefile"
14938 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14939 dsound"
14940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14941 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules config.status"
14942 ac_config_files="$ac_config_files dlls/dsound/Makefile"
14944 ALL_MAKEFILES="$ALL_MAKEFILES \\
14945 dlls/dsound/tests/Makefile"
14946 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14947 dsound/tests"
14948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14949 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules config.status"
14950 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
14952 ALL_MAKEFILES="$ALL_MAKEFILES \\
14953 dlls/dssenh/Makefile"
14954 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14955 dssenh"
14956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14957 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules config.status"
14958 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
14960 ALL_MAKEFILES="$ALL_MAKEFILES \\
14961 dlls/dswave/Makefile"
14962 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14963 dswave"
14964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14965 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules config.status"
14966 ac_config_files="$ac_config_files dlls/dswave/Makefile"
14968 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
14969 dwmapi/libdwmapi.$IMPLIBEXT"
14970 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
14971 dwmapi/libdwmapi.def dwmapi/libdwmapi.a dwmapi/libdwmapi.cross.a: dwmapi/dwmapi.spec \$(WINEBUILD)
14972 @cd dwmapi && \$(MAKE) \`basename \$@\`"
14973 ALL_MAKEFILES="$ALL_MAKEFILES \\
14974 dlls/dwmapi/Makefile"
14975 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14976 dwmapi"
14977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14978 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules config.status"
14979 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
14981 ALL_MAKEFILES="$ALL_MAKEFILES \\
14982 dlls/dxdiagn/Makefile"
14983 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14984 dxdiagn"
14985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14986 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules config.status"
14987 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
14989 ALL_MAKEFILES="$ALL_MAKEFILES \\
14990 dlls/dxdiagn/tests/Makefile"
14991 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14992 dxdiagn/tests"
14993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14994 dlls/dxdiagn/tests/Makefile: dlls/dxdiagn/tests/Makefile.in dlls/Maketest.rules config.status"
14995 ac_config_files="$ac_config_files dlls/dxdiagn/tests/Makefile"
14997 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
14998 dxerr8/libdxerr8.a"
14999 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15000 dxerr8/libdxerr8.a: dxerr8
15001 dxerr8/libdxerr8.cross.a: dummy
15002 @cd dxerr8 && \$(MAKE) libdxerr8.cross.a"
15003 ALL_MAKEFILES="$ALL_MAKEFILES \\
15004 dlls/dxerr8/Makefile"
15005 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
15006 dxerr8"
15007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15008 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules config.status"
15009 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
15011 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15012 dxerr9/libdxerr9.a"
15013 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15014 dxerr9/libdxerr9.a: dxerr9
15015 dxerr9/libdxerr9.cross.a: dummy
15016 @cd dxerr9 && \$(MAKE) libdxerr9.cross.a"
15017 ALL_MAKEFILES="$ALL_MAKEFILES \\
15018 dlls/dxerr9/Makefile"
15019 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
15020 dxerr9"
15021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15022 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules config.status"
15023 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
15025 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15026 dxgi/libdxgi.$IMPLIBEXT"
15027 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15028 dxgi/libdxgi.def dxgi/libdxgi.a dxgi/libdxgi.cross.a: dxgi/dxgi.spec \$(WINEBUILD)
15029 @cd dxgi && \$(MAKE) \`basename \$@\`"
15030 ALL_MAKEFILES="$ALL_MAKEFILES \\
15031 dlls/dxgi/Makefile"
15032 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15033 dxgi"
15034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15035 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules config.status"
15036 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
15038 ALL_MAKEFILES="$ALL_MAKEFILES \\
15039 dlls/dxgi/tests/Makefile"
15040 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15041 dxgi/tests"
15042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15043 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules config.status"
15044 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
15046 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
15047 dxguid/libdxguid.a"
15048 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15049 dxguid/libdxguid.a: dxguid
15050 dxguid/libdxguid.cross.a: dummy
15051 @cd dxguid && \$(MAKE) libdxguid.cross.a"
15052 ALL_MAKEFILES="$ALL_MAKEFILES \\
15053 dlls/dxguid/Makefile"
15054 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
15055 dxguid"
15056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15057 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules config.status"
15058 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
15060 ALL_MAKEFILES="$ALL_MAKEFILES \\
15061 dlls/faultrep/Makefile"
15062 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15063 faultrep"
15064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15065 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules config.status"
15066 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
15068 ALL_MAKEFILES="$ALL_MAKEFILES \\
15069 dlls/fltlib/Makefile"
15070 test "x$enable_fltlib" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15071 fltlib"
15072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15073 dlls/fltlib/Makefile: dlls/fltlib/Makefile.in dlls/Makedll.rules config.status"
15074 ac_config_files="$ac_config_files dlls/fltlib/Makefile"
15076 ALL_MAKEFILES="$ALL_MAKEFILES \\
15077 dlls/fusion/Makefile"
15078 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15079 fusion"
15080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15081 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules config.status"
15082 ac_config_files="$ac_config_files dlls/fusion/Makefile"
15084 ALL_MAKEFILES="$ALL_MAKEFILES \\
15085 dlls/fusion/tests/Makefile"
15086 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15087 fusion/tests"
15088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15089 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules config.status"
15090 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
15092 ALL_MAKEFILES="$ALL_MAKEFILES \\
15093 dlls/fwpuclnt/Makefile"
15094 test "x$enable_fwpuclnt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15095 fwpuclnt"
15096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15097 dlls/fwpuclnt/Makefile: dlls/fwpuclnt/Makefile.in dlls/Makedll.rules config.status"
15098 ac_config_files="$ac_config_files dlls/fwpuclnt/Makefile"
15100 ALL_MAKEFILES="$ALL_MAKEFILES \\
15101 dlls/gdi.exe16/Makefile"
15102 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15103 gdi.exe16"
15104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15105 dlls/gdi.exe16/Makefile: dlls/gdi.exe16/Makefile.in dlls/Makedll.rules config.status"
15106 ac_config_files="$ac_config_files dlls/gdi.exe16/Makefile"
15108 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15109 gdi32/libgdi32.$IMPLIBEXT"
15110 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15111 gdi32/libgdi32.def gdi32/libgdi32.a gdi32/libgdi32.cross.a: gdi32/gdi32.spec \$(WINEBUILD)
15112 @cd gdi32 && \$(MAKE) \`basename \$@\`"
15113 ALL_MAKEFILES="$ALL_MAKEFILES \\
15114 dlls/gdi32/Makefile"
15115 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15116 gdi32"
15117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15118 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules config.status"
15119 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
15121 ALL_MAKEFILES="$ALL_MAKEFILES \\
15122 dlls/gdi32/tests/Makefile"
15123 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15124 gdi32/tests"
15125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15126 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules config.status"
15127 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
15129 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15130 gdiplus/libgdiplus.$IMPLIBEXT"
15131 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15132 gdiplus/libgdiplus.def gdiplus/libgdiplus.a gdiplus/libgdiplus.cross.a: gdiplus/gdiplus.spec \$(WINEBUILD)
15133 @cd gdiplus && \$(MAKE) \`basename \$@\`"
15134 ALL_MAKEFILES="$ALL_MAKEFILES \\
15135 dlls/gdiplus/Makefile"
15136 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15137 gdiplus"
15138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15139 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules config.status"
15140 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
15142 ALL_MAKEFILES="$ALL_MAKEFILES \\
15143 dlls/gdiplus/tests/Makefile"
15144 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15145 gdiplus/tests"
15146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15147 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules config.status"
15148 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
15150 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15151 glu32/libglu32.$IMPLIBEXT"
15152 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15153 glu32/libglu32.def glu32/libglu32.a glu32/libglu32.cross.a: glu32/glu32.spec \$(WINEBUILD)
15154 @cd glu32 && \$(MAKE) \`basename \$@\`"
15155 ALL_MAKEFILES="$ALL_MAKEFILES \\
15156 dlls/glu32/Makefile"
15157 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15158 glu32"
15159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15160 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules config.status"
15161 ac_config_files="$ac_config_files dlls/glu32/Makefile"
15163 ALL_MAKEFILES="$ALL_MAKEFILES \\
15164 dlls/gphoto2.ds/Makefile"
15165 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15166 gphoto2.ds"
15167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15168 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules config.status"
15169 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
15171 ALL_MAKEFILES="$ALL_MAKEFILES \\
15172 dlls/gpkcsp/Makefile"
15173 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15174 gpkcsp"
15175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15176 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules config.status"
15177 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
15179 ALL_MAKEFILES="$ALL_MAKEFILES \\
15180 dlls/hal/Makefile"
15181 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15182 hal"
15183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15184 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules config.status"
15185 ac_config_files="$ac_config_files dlls/hal/Makefile"
15187 ALL_MAKEFILES="$ALL_MAKEFILES \\
15188 dlls/hhctrl.ocx/Makefile"
15189 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15190 hhctrl.ocx"
15191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15192 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules config.status"
15193 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
15195 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15196 hid/libhid.$IMPLIBEXT"
15197 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15198 hid/libhid.def hid/libhid.a hid/libhid.cross.a: hid/hid.spec \$(WINEBUILD)
15199 @cd hid && \$(MAKE) \`basename \$@\`"
15200 ALL_MAKEFILES="$ALL_MAKEFILES \\
15201 dlls/hid/Makefile"
15202 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15203 hid"
15204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15205 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules config.status"
15206 ac_config_files="$ac_config_files dlls/hid/Makefile"
15208 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15209 hlink/libhlink.$IMPLIBEXT"
15210 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15211 hlink/libhlink.def hlink/libhlink.a hlink/libhlink.cross.a: hlink/hlink.spec \$(WINEBUILD)
15212 @cd hlink && \$(MAKE) \`basename \$@\`"
15213 ALL_MAKEFILES="$ALL_MAKEFILES \\
15214 dlls/hlink/Makefile"
15215 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15216 hlink"
15217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15218 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules config.status"
15219 ac_config_files="$ac_config_files dlls/hlink/Makefile"
15221 ALL_MAKEFILES="$ALL_MAKEFILES \\
15222 dlls/hlink/tests/Makefile"
15223 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15224 hlink/tests"
15225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15226 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules config.status"
15227 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
15229 ALL_MAKEFILES="$ALL_MAKEFILES \\
15230 dlls/hnetcfg/Makefile"
15231 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15232 hnetcfg"
15233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15234 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules config.status"
15235 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
15237 ALL_MAKEFILES="$ALL_MAKEFILES \\
15238 dlls/httpapi/Makefile"
15239 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15240 httpapi"
15241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15242 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules config.status"
15243 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
15245 ALL_MAKEFILES="$ALL_MAKEFILES \\
15246 dlls/iccvid/Makefile"
15247 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15248 iccvid"
15249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15250 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules config.status"
15251 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
15253 ALL_MAKEFILES="$ALL_MAKEFILES \\
15254 dlls/icmp/Makefile"
15255 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15256 icmp"
15257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15258 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules config.status"
15259 ac_config_files="$ac_config_files dlls/icmp/Makefile"
15261 ALL_MAKEFILES="$ALL_MAKEFILES \\
15262 dlls/ifsmgr.vxd/Makefile"
15263 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15264 ifsmgr.vxd"
15265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15266 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules config.status"
15267 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
15269 ALL_MAKEFILES="$ALL_MAKEFILES \\
15270 dlls/imaadp32.acm/Makefile"
15271 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15272 imaadp32.acm"
15273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15274 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules config.status"
15275 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
15277 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15278 imagehlp/libimagehlp.$IMPLIBEXT"
15279 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15280 imagehlp/libimagehlp.def imagehlp/libimagehlp.a imagehlp/libimagehlp.cross.a: imagehlp/imagehlp.spec \$(WINEBUILD)
15281 @cd imagehlp && \$(MAKE) \`basename \$@\`"
15282 ALL_MAKEFILES="$ALL_MAKEFILES \\
15283 dlls/imagehlp/Makefile"
15284 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15285 imagehlp"
15286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15287 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules config.status"
15288 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
15290 ALL_MAKEFILES="$ALL_MAKEFILES \\
15291 dlls/imagehlp/tests/Makefile"
15292 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15293 imagehlp/tests"
15294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15295 dlls/imagehlp/tests/Makefile: dlls/imagehlp/tests/Makefile.in dlls/Maketest.rules config.status"
15296 ac_config_files="$ac_config_files dlls/imagehlp/tests/Makefile"
15298 ALL_MAKEFILES="$ALL_MAKEFILES \\
15299 dlls/imm.dll16/Makefile"
15300 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15301 imm.dll16"
15302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15303 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules config.status"
15304 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
15306 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15307 imm32/libimm32.$IMPLIBEXT"
15308 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15309 imm32/libimm32.def imm32/libimm32.a imm32/libimm32.cross.a: imm32/imm32.spec \$(WINEBUILD)
15310 @cd imm32 && \$(MAKE) \`basename \$@\`"
15311 ALL_MAKEFILES="$ALL_MAKEFILES \\
15312 dlls/imm32/Makefile"
15313 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15314 imm32"
15315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15316 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules config.status"
15317 ac_config_files="$ac_config_files dlls/imm32/Makefile"
15319 ALL_MAKEFILES="$ALL_MAKEFILES \\
15320 dlls/imm32/tests/Makefile"
15321 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15322 imm32/tests"
15323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15324 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules config.status"
15325 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
15327 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15328 inetcomm/libinetcomm.$IMPLIBEXT"
15329 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15330 inetcomm/libinetcomm.def inetcomm/libinetcomm.a inetcomm/libinetcomm.cross.a: inetcomm/inetcomm.spec \$(WINEBUILD)
15331 @cd inetcomm && \$(MAKE) \`basename \$@\`"
15332 ALL_MAKEFILES="$ALL_MAKEFILES \\
15333 dlls/inetcomm/Makefile"
15334 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15335 inetcomm"
15336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15337 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules config.status"
15338 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
15340 ALL_MAKEFILES="$ALL_MAKEFILES \\
15341 dlls/inetcomm/tests/Makefile"
15342 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15343 inetcomm/tests"
15344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15345 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules config.status"
15346 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
15348 ALL_MAKEFILES="$ALL_MAKEFILES \\
15349 dlls/inetmib1/Makefile"
15350 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15351 inetmib1"
15352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15353 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules config.status"
15354 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
15356 ALL_MAKEFILES="$ALL_MAKEFILES \\
15357 dlls/inetmib1/tests/Makefile"
15358 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15359 inetmib1/tests"
15360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15361 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules config.status"
15362 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
15364 ALL_MAKEFILES="$ALL_MAKEFILES \\
15365 dlls/infosoft/Makefile"
15366 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15367 infosoft"
15368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15369 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules config.status"
15370 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
15372 ALL_MAKEFILES="$ALL_MAKEFILES \\
15373 dlls/infosoft/tests/Makefile"
15374 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15375 infosoft/tests"
15376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15377 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules config.status"
15378 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
15380 ALL_MAKEFILES="$ALL_MAKEFILES \\
15381 dlls/initpki/Makefile"
15382 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15383 initpki"
15384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15385 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules config.status"
15386 ac_config_files="$ac_config_files dlls/initpki/Makefile"
15388 ALL_MAKEFILES="$ALL_MAKEFILES \\
15389 dlls/inkobj/Makefile"
15390 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15391 inkobj"
15392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15393 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules config.status"
15394 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
15396 ALL_MAKEFILES="$ALL_MAKEFILES \\
15397 dlls/inseng/Makefile"
15398 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15399 inseng"
15400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15401 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules config.status"
15402 ac_config_files="$ac_config_files dlls/inseng/Makefile"
15404 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15405 iphlpapi/libiphlpapi.$IMPLIBEXT"
15406 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15407 iphlpapi/libiphlpapi.def iphlpapi/libiphlpapi.a iphlpapi/libiphlpapi.cross.a: iphlpapi/iphlpapi.spec \$(WINEBUILD)
15408 @cd iphlpapi && \$(MAKE) \`basename \$@\`"
15409 ALL_MAKEFILES="$ALL_MAKEFILES \\
15410 dlls/iphlpapi/Makefile"
15411 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15412 iphlpapi"
15413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15414 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules config.status"
15415 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
15417 ALL_MAKEFILES="$ALL_MAKEFILES \\
15418 dlls/iphlpapi/tests/Makefile"
15419 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15420 iphlpapi/tests"
15421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15422 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules config.status"
15423 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
15425 ALL_MAKEFILES="$ALL_MAKEFILES \\
15426 dlls/itircl/Makefile"
15427 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15428 itircl"
15429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15430 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules config.status"
15431 ac_config_files="$ac_config_files dlls/itircl/Makefile"
15433 ALL_MAKEFILES="$ALL_MAKEFILES \\
15434 dlls/itss/Makefile"
15435 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15436 itss"
15437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15438 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules config.status"
15439 ac_config_files="$ac_config_files dlls/itss/Makefile"
15441 ALL_MAKEFILES="$ALL_MAKEFILES \\
15442 dlls/itss/tests/Makefile"
15443 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15444 itss/tests"
15445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15446 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules config.status"
15447 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
15449 ALL_MAKEFILES="$ALL_MAKEFILES \\
15450 dlls/jscript/Makefile"
15451 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15452 jscript"
15453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15454 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules config.status"
15455 ac_config_files="$ac_config_files dlls/jscript/Makefile"
15457 ALL_MAKEFILES="$ALL_MAKEFILES \\
15458 dlls/jscript/tests/Makefile"
15459 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15460 jscript/tests"
15461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15462 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules config.status"
15463 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
15465 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15466 kernel32/libkernel32.$IMPLIBEXT"
15467 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15468 kernel32/libkernel32.def kernel32/libkernel32.a kernel32/libkernel32.cross.a: kernel32/kernel32.spec \$(WINEBUILD)
15469 @cd kernel32 && \$(MAKE) \`basename \$@\`"
15470 ALL_MAKEFILES="$ALL_MAKEFILES \\
15471 dlls/kernel32/Makefile"
15472 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15473 kernel32"
15474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15475 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules config.status"
15476 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
15478 ALL_MAKEFILES="$ALL_MAKEFILES \\
15479 dlls/kernel32/tests/Makefile"
15480 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15481 kernel32/tests"
15482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15483 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules config.status"
15484 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
15486 ALL_MAKEFILES="$ALL_MAKEFILES \\
15487 dlls/keyboard.drv16/Makefile"
15488 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15489 keyboard.drv16"
15490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15491 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules config.status"
15492 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
15494 test "x$enable_win16" = xno || ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15495 krnl386.exe16/libkernel.$IMPLIBEXT \\
15496 libkernel.$IMPLIBEXT"
15497 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15498 libkernel.a: krnl386.exe16/libkernel.a
15499 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.a \$@
15500 libkernel.cross.a: krnl386.exe16/libkernel.cross.a
15501 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.cross.a \$@
15502 libkernel.def: krnl386.exe16/libkernel.def
15503 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.def \$@
15504 clean::
15505 \$(RM) libkernel.def
15506 krnl386.exe16/libkernel.def krnl386.exe16/libkernel.a krnl386.exe16/libkernel.cross.a: krnl386.exe16/krnl386.exe16.spec \$(WINEBUILD)
15507 @cd krnl386.exe16 && \$(MAKE) \`basename \$@\`"
15508 ALL_MAKEFILES="$ALL_MAKEFILES \\
15509 dlls/krnl386.exe16/Makefile"
15510 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15511 krnl386.exe16"
15512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15513 dlls/krnl386.exe16/Makefile: dlls/krnl386.exe16/Makefile.in dlls/Makedll.rules config.status"
15514 ac_config_files="$ac_config_files dlls/krnl386.exe16/Makefile"
15516 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15517 loadperf/libloadperf.$IMPLIBEXT"
15518 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15519 loadperf/libloadperf.def loadperf/libloadperf.a loadperf/libloadperf.cross.a: loadperf/loadperf.spec \$(WINEBUILD)
15520 @cd loadperf && \$(MAKE) \`basename \$@\`"
15521 ALL_MAKEFILES="$ALL_MAKEFILES \\
15522 dlls/loadperf/Makefile"
15523 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15524 loadperf"
15525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15526 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules config.status"
15527 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
15529 ALL_MAKEFILES="$ALL_MAKEFILES \\
15530 dlls/localspl/Makefile"
15531 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15532 localspl"
15533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15534 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules config.status"
15535 ac_config_files="$ac_config_files dlls/localspl/Makefile"
15537 ALL_MAKEFILES="$ALL_MAKEFILES \\
15538 dlls/localspl/tests/Makefile"
15539 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15540 localspl/tests"
15541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15542 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules config.status"
15543 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
15545 ALL_MAKEFILES="$ALL_MAKEFILES \\
15546 dlls/localui/Makefile"
15547 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15548 localui"
15549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15550 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules config.status"
15551 ac_config_files="$ac_config_files dlls/localui/Makefile"
15553 ALL_MAKEFILES="$ALL_MAKEFILES \\
15554 dlls/localui/tests/Makefile"
15555 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15556 localui/tests"
15557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15558 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules config.status"
15559 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
15561 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15562 lz32/liblz32.$IMPLIBEXT"
15563 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15564 lz32/liblz32.def lz32/liblz32.a lz32/liblz32.cross.a: lz32/lz32.spec \$(WINEBUILD)
15565 @cd lz32 && \$(MAKE) \`basename \$@\`"
15566 ALL_MAKEFILES="$ALL_MAKEFILES \\
15567 dlls/lz32/Makefile"
15568 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15569 lz32"
15570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15571 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules config.status"
15572 ac_config_files="$ac_config_files dlls/lz32/Makefile"
15574 ALL_MAKEFILES="$ALL_MAKEFILES \\
15575 dlls/lz32/tests/Makefile"
15576 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15577 lz32/tests"
15578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15579 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules config.status"
15580 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
15582 ALL_MAKEFILES="$ALL_MAKEFILES \\
15583 dlls/lzexpand.dll16/Makefile"
15584 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15585 lzexpand.dll16"
15586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15587 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules config.status"
15588 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
15590 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15591 mapi32/libmapi32.$IMPLIBEXT"
15592 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15593 mapi32/libmapi32.def mapi32/libmapi32.a mapi32/libmapi32.cross.a: mapi32/mapi32.spec \$(WINEBUILD)
15594 @cd mapi32 && \$(MAKE) \`basename \$@\`"
15595 ALL_MAKEFILES="$ALL_MAKEFILES \\
15596 dlls/mapi32/Makefile"
15597 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15598 mapi32"
15599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15600 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules config.status"
15601 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
15603 ALL_MAKEFILES="$ALL_MAKEFILES \\
15604 dlls/mapi32/tests/Makefile"
15605 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15606 mapi32/tests"
15607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15608 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules config.status"
15609 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
15611 ALL_MAKEFILES="$ALL_MAKEFILES \\
15612 dlls/mapistub/Makefile"
15613 test "x$enable_mapistub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15614 mapistub"
15615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15616 dlls/mapistub/Makefile: dlls/mapistub/Makefile.in dlls/Makedll.rules config.status"
15617 ac_config_files="$ac_config_files dlls/mapistub/Makefile"
15619 ALL_MAKEFILES="$ALL_MAKEFILES \\
15620 dlls/mciavi32/Makefile"
15621 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15622 mciavi32"
15623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15624 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules config.status"
15625 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
15627 ALL_MAKEFILES="$ALL_MAKEFILES \\
15628 dlls/mcicda/Makefile"
15629 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15630 mcicda"
15631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15632 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules config.status"
15633 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
15635 ALL_MAKEFILES="$ALL_MAKEFILES \\
15636 dlls/mciqtz32/Makefile"
15637 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15638 mciqtz32"
15639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15640 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules config.status"
15641 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
15643 ALL_MAKEFILES="$ALL_MAKEFILES \\
15644 dlls/mciseq/Makefile"
15645 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15646 mciseq"
15647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15648 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules config.status"
15649 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
15651 ALL_MAKEFILES="$ALL_MAKEFILES \\
15652 dlls/mciwave/Makefile"
15653 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15654 mciwave"
15655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15656 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules config.status"
15657 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
15659 ALL_MAKEFILES="$ALL_MAKEFILES \\
15660 dlls/midimap/Makefile"
15661 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15662 midimap"
15663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15664 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules config.status"
15665 ac_config_files="$ac_config_files dlls/midimap/Makefile"
15667 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15668 mlang/libmlang.$IMPLIBEXT"
15669 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15670 mlang/libmlang.def mlang/libmlang.a mlang/libmlang.cross.a: mlang/mlang.spec \$(WINEBUILD)
15671 @cd mlang && \$(MAKE) \`basename \$@\`"
15672 ALL_MAKEFILES="$ALL_MAKEFILES \\
15673 dlls/mlang/Makefile"
15674 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15675 mlang"
15676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15677 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules config.status"
15678 ac_config_files="$ac_config_files dlls/mlang/Makefile"
15680 ALL_MAKEFILES="$ALL_MAKEFILES \\
15681 dlls/mlang/tests/Makefile"
15682 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15683 mlang/tests"
15684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15685 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules config.status"
15686 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
15688 ALL_MAKEFILES="$ALL_MAKEFILES \\
15689 dlls/mmdevapi/Makefile"
15690 test "x$enable_mmdevapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15691 mmdevapi"
15692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15693 dlls/mmdevapi/Makefile: dlls/mmdevapi/Makefile.in dlls/Makedll.rules config.status"
15694 ac_config_files="$ac_config_files dlls/mmdevapi/Makefile"
15696 ALL_MAKEFILES="$ALL_MAKEFILES \\
15697 dlls/mmdevapi/tests/Makefile"
15698 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15699 mmdevapi/tests"
15700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15701 dlls/mmdevapi/tests/Makefile: dlls/mmdevapi/tests/Makefile.in dlls/Maketest.rules config.status"
15702 ac_config_files="$ac_config_files dlls/mmdevapi/tests/Makefile"
15704 ALL_MAKEFILES="$ALL_MAKEFILES \\
15705 dlls/mmdevldr.vxd/Makefile"
15706 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15707 mmdevldr.vxd"
15708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15709 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules config.status"
15710 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
15712 ALL_MAKEFILES="$ALL_MAKEFILES \\
15713 dlls/mmsystem.dll16/Makefile"
15714 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15715 mmsystem.dll16"
15716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15717 dlls/mmsystem.dll16/Makefile: dlls/mmsystem.dll16/Makefile.in dlls/Makedll.rules config.status"
15718 ac_config_files="$ac_config_files dlls/mmsystem.dll16/Makefile"
15720 ALL_MAKEFILES="$ALL_MAKEFILES \\
15721 dlls/monodebg.vxd/Makefile"
15722 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15723 monodebg.vxd"
15724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15725 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules config.status"
15726 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
15728 ALL_MAKEFILES="$ALL_MAKEFILES \\
15729 dlls/mountmgr.sys/Makefile"
15730 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15731 mountmgr.sys"
15732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15733 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules config.status"
15734 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
15736 ALL_MAKEFILES="$ALL_MAKEFILES \\
15737 dlls/mouse.drv16/Makefile"
15738 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15739 mouse.drv16"
15740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15741 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules config.status"
15742 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
15744 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15745 mpr/libmpr.$IMPLIBEXT"
15746 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15747 mpr/libmpr.def mpr/libmpr.a mpr/libmpr.cross.a: mpr/mpr.spec \$(WINEBUILD)
15748 @cd mpr && \$(MAKE) \`basename \$@\`"
15749 ALL_MAKEFILES="$ALL_MAKEFILES \\
15750 dlls/mpr/Makefile"
15751 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15752 mpr"
15753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15754 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules config.status"
15755 ac_config_files="$ac_config_files dlls/mpr/Makefile"
15757 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15758 mprapi/libmprapi.$IMPLIBEXT"
15759 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15760 mprapi/libmprapi.def mprapi/libmprapi.a mprapi/libmprapi.cross.a: mprapi/mprapi.spec \$(WINEBUILD)
15761 @cd mprapi && \$(MAKE) \`basename \$@\`"
15762 ALL_MAKEFILES="$ALL_MAKEFILES \\
15763 dlls/mprapi/Makefile"
15764 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15765 mprapi"
15766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15767 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules config.status"
15768 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
15770 ALL_MAKEFILES="$ALL_MAKEFILES \\
15771 dlls/msacm.dll16/Makefile"
15772 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15773 msacm.dll16"
15774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15775 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules config.status"
15776 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
15778 ALL_MAKEFILES="$ALL_MAKEFILES \\
15779 dlls/msacm32.drv/Makefile"
15780 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15781 msacm32.drv"
15782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15783 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules config.status"
15784 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
15786 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15787 msacm32/libmsacm32.$IMPLIBEXT"
15788 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15789 msacm32/libmsacm32.def msacm32/libmsacm32.a msacm32/libmsacm32.cross.a: msacm32/msacm32.spec \$(WINEBUILD)
15790 @cd msacm32 && \$(MAKE) \`basename \$@\`"
15791 ALL_MAKEFILES="$ALL_MAKEFILES \\
15792 dlls/msacm32/Makefile"
15793 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15794 msacm32"
15795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15796 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules config.status"
15797 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
15799 ALL_MAKEFILES="$ALL_MAKEFILES \\
15800 dlls/msacm32/tests/Makefile"
15801 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15802 msacm32/tests"
15803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15804 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules config.status"
15805 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
15807 ALL_MAKEFILES="$ALL_MAKEFILES \\
15808 dlls/msadp32.acm/Makefile"
15809 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15810 msadp32.acm"
15811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15812 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules config.status"
15813 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
15815 ALL_MAKEFILES="$ALL_MAKEFILES \\
15816 dlls/mscat32/Makefile"
15817 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15818 mscat32"
15819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15820 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules config.status"
15821 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
15823 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15824 mscms/libmscms.$IMPLIBEXT"
15825 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15826 mscms/libmscms.def mscms/libmscms.a mscms/libmscms.cross.a: mscms/mscms.spec \$(WINEBUILD)
15827 @cd mscms && \$(MAKE) \`basename \$@\`"
15828 ALL_MAKEFILES="$ALL_MAKEFILES \\
15829 dlls/mscms/Makefile"
15830 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15831 mscms"
15832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15833 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules config.status"
15834 ac_config_files="$ac_config_files dlls/mscms/Makefile"
15836 ALL_MAKEFILES="$ALL_MAKEFILES \\
15837 dlls/mscms/tests/Makefile"
15838 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15839 mscms/tests"
15840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15841 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules config.status"
15842 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
15844 ALL_MAKEFILES="$ALL_MAKEFILES \\
15845 dlls/mscoree/Makefile"
15846 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15847 mscoree"
15848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15849 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules config.status"
15850 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
15852 ALL_MAKEFILES="$ALL_MAKEFILES \\
15853 dlls/msctf/Makefile"
15854 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15855 msctf"
15856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15857 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules config.status"
15858 ac_config_files="$ac_config_files dlls/msctf/Makefile"
15860 ALL_MAKEFILES="$ALL_MAKEFILES \\
15861 dlls/msctf/tests/Makefile"
15862 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15863 msctf/tests"
15864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15865 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules config.status"
15866 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
15868 ALL_MAKEFILES="$ALL_MAKEFILES \\
15869 dlls/msdaps/Makefile"
15870 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15871 msdaps"
15872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15873 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules config.status"
15874 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
15876 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15877 msdmo/libmsdmo.$IMPLIBEXT"
15878 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15879 msdmo/libmsdmo.def msdmo/libmsdmo.a msdmo/libmsdmo.cross.a: msdmo/msdmo.spec \$(WINEBUILD)
15880 @cd msdmo && \$(MAKE) \`basename \$@\`"
15881 ALL_MAKEFILES="$ALL_MAKEFILES \\
15882 dlls/msdmo/Makefile"
15883 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15884 msdmo"
15885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15886 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules config.status"
15887 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
15889 ALL_MAKEFILES="$ALL_MAKEFILES \\
15890 dlls/msftedit/Makefile"
15891 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15892 msftedit"
15893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15894 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules config.status"
15895 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
15897 ALL_MAKEFILES="$ALL_MAKEFILES \\
15898 dlls/msg711.acm/Makefile"
15899 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15900 msg711.acm"
15901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15902 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules config.status"
15903 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
15905 ALL_MAKEFILES="$ALL_MAKEFILES \\
15906 dlls/msgsm32.acm/Makefile"
15907 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15908 msgsm32.acm"
15909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15910 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules config.status"
15911 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
15913 ALL_MAKEFILES="$ALL_MAKEFILES \\
15914 dlls/mshtml.tlb/Makefile"
15915 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15916 mshtml.tlb"
15917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15918 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules config.status"
15919 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
15921 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15922 mshtml/libmshtml.$IMPLIBEXT"
15923 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15924 mshtml/libmshtml.def mshtml/libmshtml.a mshtml/libmshtml.cross.a: mshtml/mshtml.spec \$(WINEBUILD)
15925 @cd mshtml && \$(MAKE) \`basename \$@\`"
15926 ALL_MAKEFILES="$ALL_MAKEFILES \\
15927 dlls/mshtml/Makefile"
15928 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15929 mshtml"
15930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15931 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules config.status"
15932 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
15934 ALL_MAKEFILES="$ALL_MAKEFILES \\
15935 dlls/mshtml/tests/Makefile"
15936 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15937 mshtml/tests"
15938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15939 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules config.status"
15940 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
15942 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15943 msi/libmsi.$IMPLIBEXT"
15944 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15945 msi/libmsi.def msi/libmsi.a msi/libmsi.cross.a: msi/msi.spec \$(WINEBUILD)
15946 @cd msi && \$(MAKE) \`basename \$@\`"
15947 ALL_MAKEFILES="$ALL_MAKEFILES \\
15948 dlls/msi/Makefile"
15949 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15950 msi"
15951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15952 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules config.status"
15953 ac_config_files="$ac_config_files dlls/msi/Makefile"
15955 ALL_MAKEFILES="$ALL_MAKEFILES \\
15956 dlls/msi/tests/Makefile"
15957 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15958 msi/tests"
15959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15960 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules config.status"
15961 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
15963 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
15964 msimg32/libmsimg32.$IMPLIBEXT"
15965 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
15966 msimg32/libmsimg32.def msimg32/libmsimg32.a msimg32/libmsimg32.cross.a: msimg32/msimg32.spec \$(WINEBUILD)
15967 @cd msimg32 && \$(MAKE) \`basename \$@\`"
15968 ALL_MAKEFILES="$ALL_MAKEFILES \\
15969 dlls/msimg32/Makefile"
15970 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15971 msimg32"
15972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15973 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules config.status"
15974 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
15976 ALL_MAKEFILES="$ALL_MAKEFILES \\
15977 dlls/msimtf/Makefile"
15978 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15979 msimtf"
15980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15981 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules config.status"
15982 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
15984 ALL_MAKEFILES="$ALL_MAKEFILES \\
15985 dlls/msisip/Makefile"
15986 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15987 msisip"
15988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15989 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules config.status"
15990 ac_config_files="$ac_config_files dlls/msisip/Makefile"
15992 ALL_MAKEFILES="$ALL_MAKEFILES \\
15993 dlls/msisys.ocx/Makefile"
15994 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15995 msisys.ocx"
15996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15997 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules config.status"
15998 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
16000 ALL_MAKEFILES="$ALL_MAKEFILES \\
16001 dlls/msnet32/Makefile"
16002 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16003 msnet32"
16004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16005 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules config.status"
16006 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
16008 ALL_MAKEFILES="$ALL_MAKEFILES \\
16009 dlls/msrle32/Makefile"
16010 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16011 msrle32"
16012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16013 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules config.status"
16014 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
16016 ALL_MAKEFILES="$ALL_MAKEFILES \\
16017 dlls/mssign32/Makefile"
16018 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16019 mssign32"
16020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16021 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules config.status"
16022 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
16024 ALL_MAKEFILES="$ALL_MAKEFILES \\
16025 dlls/mssip32/Makefile"
16026 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16027 mssip32"
16028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16029 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules config.status"
16030 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
16032 ALL_MAKEFILES="$ALL_MAKEFILES \\
16033 dlls/mstask/Makefile"
16034 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16035 mstask"
16036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16037 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules config.status"
16038 ac_config_files="$ac_config_files dlls/mstask/Makefile"
16040 ALL_MAKEFILES="$ALL_MAKEFILES \\
16041 dlls/mstask/tests/Makefile"
16042 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16043 mstask/tests"
16044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16045 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules config.status"
16046 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
16048 ALL_MAKEFILES="$ALL_MAKEFILES \\
16049 dlls/msvcirt/Makefile"
16050 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16051 msvcirt"
16052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16053 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules config.status"
16054 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
16056 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16057 msvcr71/libmsvcr71.$IMPLIBEXT"
16058 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16059 msvcr71/libmsvcr71.def msvcr71/libmsvcr71.a msvcr71/libmsvcr71.cross.a: msvcr71/msvcr71.spec \$(WINEBUILD)
16060 @cd msvcr71 && \$(MAKE) \`basename \$@\`"
16061 ALL_MAKEFILES="$ALL_MAKEFILES \\
16062 dlls/msvcr71/Makefile"
16063 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16064 msvcr71"
16065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16066 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules config.status"
16067 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
16069 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16070 msvcrt/libmsvcrt.$IMPLIBEXT"
16071 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16072 msvcrt/libmsvcrt.def msvcrt/libmsvcrt.a msvcrt/libmsvcrt.cross.a: msvcrt/msvcrt.spec \$(WINEBUILD)
16073 @cd msvcrt && \$(MAKE) \`basename \$@\`"
16074 ALL_MAKEFILES="$ALL_MAKEFILES \\
16075 dlls/msvcrt/Makefile"
16076 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16077 msvcrt"
16078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16079 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules config.status"
16080 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
16082 ALL_MAKEFILES="$ALL_MAKEFILES \\
16083 dlls/msvcrt/tests/Makefile"
16084 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16085 msvcrt/tests"
16086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16087 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules config.status"
16088 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
16090 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16091 msvcrt20/libmsvcrt20.$IMPLIBEXT"
16092 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16093 msvcrt20/libmsvcrt20.def msvcrt20/libmsvcrt20.a msvcrt20/libmsvcrt20.cross.a: msvcrt20/msvcrt20.spec \$(WINEBUILD)
16094 @cd msvcrt20 && \$(MAKE) \`basename \$@\`"
16095 ALL_MAKEFILES="$ALL_MAKEFILES \\
16096 dlls/msvcrt20/Makefile"
16097 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16098 msvcrt20"
16099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16100 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules config.status"
16101 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
16103 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16104 msvcrt40/libmsvcrt40.$IMPLIBEXT"
16105 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16106 msvcrt40/libmsvcrt40.def msvcrt40/libmsvcrt40.a msvcrt40/libmsvcrt40.cross.a: msvcrt40/msvcrt40.spec \$(WINEBUILD)
16107 @cd msvcrt40 && \$(MAKE) \`basename \$@\`"
16108 ALL_MAKEFILES="$ALL_MAKEFILES \\
16109 dlls/msvcrt40/Makefile"
16110 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16111 msvcrt40"
16112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16113 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules config.status"
16114 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
16116 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16117 msvcrtd/libmsvcrtd.$IMPLIBEXT"
16118 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16119 msvcrtd/libmsvcrtd.def msvcrtd/libmsvcrtd.a msvcrtd/libmsvcrtd.cross.a: msvcrtd/msvcrtd.spec \$(WINEBUILD)
16120 @cd msvcrtd && \$(MAKE) \`basename \$@\`"
16121 ALL_MAKEFILES="$ALL_MAKEFILES \\
16122 dlls/msvcrtd/Makefile"
16123 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16124 msvcrtd"
16125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16126 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules config.status"
16127 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
16129 ALL_MAKEFILES="$ALL_MAKEFILES \\
16130 dlls/msvcrtd/tests/Makefile"
16131 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16132 msvcrtd/tests"
16133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16134 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules config.status"
16135 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
16137 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16138 msvfw32/libmsvfw32.$IMPLIBEXT"
16139 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16140 msvfw32/libmsvfw32.def msvfw32/libmsvfw32.a msvfw32/libmsvfw32.cross.a: msvfw32/msvfw32.spec \$(WINEBUILD)
16141 @cd msvfw32 && \$(MAKE) \`basename \$@\`"
16142 ALL_MAKEFILES="$ALL_MAKEFILES \\
16143 dlls/msvfw32/Makefile"
16144 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16145 msvfw32"
16146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16147 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules config.status"
16148 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
16150 ALL_MAKEFILES="$ALL_MAKEFILES \\
16151 dlls/msvfw32/tests/Makefile"
16152 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16153 msvfw32/tests"
16154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16155 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules config.status"
16156 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
16158 ALL_MAKEFILES="$ALL_MAKEFILES \\
16159 dlls/msvidc32/Makefile"
16160 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16161 msvidc32"
16162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16163 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules config.status"
16164 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
16166 ALL_MAKEFILES="$ALL_MAKEFILES \\
16167 dlls/msvideo.dll16/Makefile"
16168 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16169 msvideo.dll16"
16170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16171 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules config.status"
16172 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
16174 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16175 mswsock/libmswsock.$IMPLIBEXT"
16176 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16177 mswsock/libmswsock.def mswsock/libmswsock.a mswsock/libmswsock.cross.a: mswsock/mswsock.spec \$(WINEBUILD)
16178 @cd mswsock && \$(MAKE) \`basename \$@\`"
16179 ALL_MAKEFILES="$ALL_MAKEFILES \\
16180 dlls/mswsock/Makefile"
16181 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16182 mswsock"
16183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16184 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules config.status"
16185 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
16187 ALL_MAKEFILES="$ALL_MAKEFILES \\
16188 dlls/msxml3/Makefile"
16189 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16190 msxml3"
16191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16192 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules config.status"
16193 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
16195 ALL_MAKEFILES="$ALL_MAKEFILES \\
16196 dlls/msxml3/tests/Makefile"
16197 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16198 msxml3/tests"
16199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16200 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules config.status"
16201 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
16203 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16204 nddeapi/libnddeapi.$IMPLIBEXT"
16205 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16206 nddeapi/libnddeapi.def nddeapi/libnddeapi.a nddeapi/libnddeapi.cross.a: nddeapi/nddeapi.spec \$(WINEBUILD)
16207 @cd nddeapi && \$(MAKE) \`basename \$@\`"
16208 ALL_MAKEFILES="$ALL_MAKEFILES \\
16209 dlls/nddeapi/Makefile"
16210 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16211 nddeapi"
16212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16213 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules config.status"
16214 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
16216 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16217 netapi32/libnetapi32.$IMPLIBEXT"
16218 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16219 netapi32/libnetapi32.def netapi32/libnetapi32.a netapi32/libnetapi32.cross.a: netapi32/netapi32.spec \$(WINEBUILD)
16220 @cd netapi32 && \$(MAKE) \`basename \$@\`"
16221 ALL_MAKEFILES="$ALL_MAKEFILES \\
16222 dlls/netapi32/Makefile"
16223 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16224 netapi32"
16225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16226 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules config.status"
16227 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
16229 ALL_MAKEFILES="$ALL_MAKEFILES \\
16230 dlls/netapi32/tests/Makefile"
16231 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16232 netapi32/tests"
16233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16234 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules config.status"
16235 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
16237 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16238 newdev/libnewdev.$IMPLIBEXT"
16239 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16240 newdev/libnewdev.def newdev/libnewdev.a newdev/libnewdev.cross.a: newdev/newdev.spec \$(WINEBUILD)
16241 @cd newdev && \$(MAKE) \`basename \$@\`"
16242 ALL_MAKEFILES="$ALL_MAKEFILES \\
16243 dlls/newdev/Makefile"
16244 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16245 newdev"
16246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16247 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules config.status"
16248 ac_config_files="$ac_config_files dlls/newdev/Makefile"
16250 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16251 ntdll/libntdll.$IMPLIBEXT"
16252 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16253 ntdll/libntdll.def ntdll/libntdll.a ntdll/libntdll.cross.a: ntdll/ntdll.spec \$(WINEBUILD)
16254 @cd ntdll && \$(MAKE) \`basename \$@\`"
16255 ALL_MAKEFILES="$ALL_MAKEFILES \\
16256 dlls/ntdll/Makefile"
16257 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16258 ntdll"
16259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16260 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules config.status"
16261 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
16263 ALL_MAKEFILES="$ALL_MAKEFILES \\
16264 dlls/ntdll/tests/Makefile"
16265 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16266 ntdll/tests"
16267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16268 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules config.status"
16269 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
16271 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16272 ntdsapi/libntdsapi.$IMPLIBEXT"
16273 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16274 ntdsapi/libntdsapi.def ntdsapi/libntdsapi.a ntdsapi/libntdsapi.cross.a: ntdsapi/ntdsapi.spec \$(WINEBUILD)
16275 @cd ntdsapi && \$(MAKE) \`basename \$@\`"
16276 ALL_MAKEFILES="$ALL_MAKEFILES \\
16277 dlls/ntdsapi/Makefile"
16278 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16279 ntdsapi"
16280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16281 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules config.status"
16282 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
16284 ALL_MAKEFILES="$ALL_MAKEFILES \\
16285 dlls/ntdsapi/tests/Makefile"
16286 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16287 ntdsapi/tests"
16288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16289 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules config.status"
16290 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
16292 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16293 ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT"
16294 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16295 ntoskrnl.exe/libntoskrnl.exe.def ntoskrnl.exe/libntoskrnl.exe.a ntoskrnl.exe/libntoskrnl.exe.cross.a: ntoskrnl.exe/ntoskrnl.exe.spec \$(WINEBUILD)
16296 @cd ntoskrnl.exe && \$(MAKE) \`basename \$@\`"
16297 ALL_MAKEFILES="$ALL_MAKEFILES \\
16298 dlls/ntoskrnl.exe/Makefile"
16299 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16300 ntoskrnl.exe"
16301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16302 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules config.status"
16303 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
16305 ALL_MAKEFILES="$ALL_MAKEFILES \\
16306 dlls/ntprint/Makefile"
16307 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16308 ntprint"
16309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16310 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules config.status"
16311 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
16313 ALL_MAKEFILES="$ALL_MAKEFILES \\
16314 dlls/ntprint/tests/Makefile"
16315 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16316 ntprint/tests"
16317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16318 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules config.status"
16319 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
16321 ALL_MAKEFILES="$ALL_MAKEFILES \\
16322 dlls/objsel/Makefile"
16323 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16324 objsel"
16325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16326 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules config.status"
16327 ac_config_files="$ac_config_files dlls/objsel/Makefile"
16329 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16330 odbc32/libodbc32.$IMPLIBEXT"
16331 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16332 odbc32/libodbc32.def odbc32/libodbc32.a odbc32/libodbc32.cross.a: odbc32/odbc32.spec \$(WINEBUILD)
16333 @cd odbc32 && \$(MAKE) \`basename \$@\`"
16334 ALL_MAKEFILES="$ALL_MAKEFILES \\
16335 dlls/odbc32/Makefile"
16336 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16337 odbc32"
16338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16339 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules config.status"
16340 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
16342 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16343 odbccp32/libodbccp32.$IMPLIBEXT"
16344 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16345 odbccp32/libodbccp32.def odbccp32/libodbccp32.a odbccp32/libodbccp32.cross.a: odbccp32/odbccp32.spec \$(WINEBUILD)
16346 @cd odbccp32 && \$(MAKE) \`basename \$@\`"
16347 ALL_MAKEFILES="$ALL_MAKEFILES \\
16348 dlls/odbccp32/Makefile"
16349 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16350 odbccp32"
16351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16352 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules config.status"
16353 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
16355 ALL_MAKEFILES="$ALL_MAKEFILES \\
16356 dlls/odbccp32/tests/Makefile"
16357 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16358 odbccp32/tests"
16359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16360 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules config.status"
16361 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
16363 ALL_MAKEFILES="$ALL_MAKEFILES \\
16364 dlls/ole2.dll16/Makefile"
16365 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16366 ole2.dll16"
16367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16368 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules config.status"
16369 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
16371 ALL_MAKEFILES="$ALL_MAKEFILES \\
16372 dlls/ole2conv.dll16/Makefile"
16373 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16374 ole2conv.dll16"
16375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16376 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules config.status"
16377 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
16379 ALL_MAKEFILES="$ALL_MAKEFILES \\
16380 dlls/ole2disp.dll16/Makefile"
16381 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16382 ole2disp.dll16"
16383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16384 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules config.status"
16385 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
16387 ALL_MAKEFILES="$ALL_MAKEFILES \\
16388 dlls/ole2nls.dll16/Makefile"
16389 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16390 ole2nls.dll16"
16391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16392 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules config.status"
16393 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
16395 ALL_MAKEFILES="$ALL_MAKEFILES \\
16396 dlls/ole2prox.dll16/Makefile"
16397 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16398 ole2prox.dll16"
16399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16400 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules config.status"
16401 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
16403 ALL_MAKEFILES="$ALL_MAKEFILES \\
16404 dlls/ole2thk.dll16/Makefile"
16405 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16406 ole2thk.dll16"
16407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16408 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules config.status"
16409 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
16411 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16412 ole32/libole32.$IMPLIBEXT"
16413 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16414 ole32/libole32.def ole32/libole32.a ole32/libole32.cross.a: ole32/ole32.spec \$(WINEBUILD)
16415 @cd ole32 && \$(MAKE) \`basename \$@\`"
16416 ALL_MAKEFILES="$ALL_MAKEFILES \\
16417 dlls/ole32/Makefile"
16418 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16419 ole32"
16420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16421 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules config.status"
16422 ac_config_files="$ac_config_files dlls/ole32/Makefile"
16424 ALL_MAKEFILES="$ALL_MAKEFILES \\
16425 dlls/ole32/tests/Makefile"
16426 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16427 ole32/tests"
16428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16429 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules config.status"
16430 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
16432 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16433 oleacc/liboleacc.$IMPLIBEXT"
16434 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16435 oleacc/liboleacc.def oleacc/liboleacc.a oleacc/liboleacc.cross.a: oleacc/oleacc.spec \$(WINEBUILD)
16436 @cd oleacc && \$(MAKE) \`basename \$@\`"
16437 ALL_MAKEFILES="$ALL_MAKEFILES \\
16438 dlls/oleacc/Makefile"
16439 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16440 oleacc"
16441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16442 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules config.status"
16443 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
16445 ALL_MAKEFILES="$ALL_MAKEFILES \\
16446 dlls/oleacc/tests/Makefile"
16447 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16448 oleacc/tests"
16449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16450 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules config.status"
16451 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
16453 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16454 oleaut32/liboleaut32.$IMPLIBEXT"
16455 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16456 oleaut32/liboleaut32.def oleaut32/liboleaut32.a oleaut32/liboleaut32.cross.a: oleaut32/oleaut32.spec \$(WINEBUILD)
16457 @cd oleaut32 && \$(MAKE) \`basename \$@\`"
16458 ALL_MAKEFILES="$ALL_MAKEFILES \\
16459 dlls/oleaut32/Makefile"
16460 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16461 oleaut32"
16462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16463 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules config.status"
16464 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
16466 ALL_MAKEFILES="$ALL_MAKEFILES \\
16467 dlls/oleaut32/tests/Makefile"
16468 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16469 oleaut32/tests"
16470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16471 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules config.status"
16472 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
16474 ALL_MAKEFILES="$ALL_MAKEFILES \\
16475 dlls/olecli.dll16/Makefile"
16476 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16477 olecli.dll16"
16478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16479 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules config.status"
16480 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
16482 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16483 olecli32/libolecli32.$IMPLIBEXT"
16484 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16485 olecli32/libolecli32.def olecli32/libolecli32.a olecli32/libolecli32.cross.a: olecli32/olecli32.spec \$(WINEBUILD)
16486 @cd olecli32 && \$(MAKE) \`basename \$@\`"
16487 ALL_MAKEFILES="$ALL_MAKEFILES \\
16488 dlls/olecli32/Makefile"
16489 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16490 olecli32"
16491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16492 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules config.status"
16493 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
16495 ALL_MAKEFILES="$ALL_MAKEFILES \\
16496 dlls/oledb32/Makefile"
16497 test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16498 oledb32"
16499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16500 dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules config.status"
16501 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
16503 ALL_MAKEFILES="$ALL_MAKEFILES \\
16504 dlls/oledb32/tests/Makefile"
16505 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16506 oledb32/tests"
16507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16508 dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in dlls/Maketest.rules config.status"
16509 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
16511 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16512 oledlg/liboledlg.$IMPLIBEXT"
16513 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16514 oledlg/liboledlg.def oledlg/liboledlg.a oledlg/liboledlg.cross.a: oledlg/oledlg.spec \$(WINEBUILD)
16515 @cd oledlg && \$(MAKE) \`basename \$@\`"
16516 ALL_MAKEFILES="$ALL_MAKEFILES \\
16517 dlls/oledlg/Makefile"
16518 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16519 oledlg"
16520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16521 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules config.status"
16522 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
16524 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16525 olepro32/libolepro32.$IMPLIBEXT"
16526 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16527 olepro32/libolepro32.def olepro32/libolepro32.a olepro32/libolepro32.cross.a: olepro32/olepro32.spec \$(WINEBUILD)
16528 @cd olepro32 && \$(MAKE) \`basename \$@\`"
16529 ALL_MAKEFILES="$ALL_MAKEFILES \\
16530 dlls/olepro32/Makefile"
16531 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16532 olepro32"
16533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16534 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules config.status"
16535 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
16537 ALL_MAKEFILES="$ALL_MAKEFILES \\
16538 dlls/olesvr.dll16/Makefile"
16539 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16540 olesvr.dll16"
16541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16542 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules config.status"
16543 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
16545 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16546 olesvr32/libolesvr32.$IMPLIBEXT"
16547 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16548 olesvr32/libolesvr32.def olesvr32/libolesvr32.a olesvr32/libolesvr32.cross.a: olesvr32/olesvr32.spec \$(WINEBUILD)
16549 @cd olesvr32 && \$(MAKE) \`basename \$@\`"
16550 ALL_MAKEFILES="$ALL_MAKEFILES \\
16551 dlls/olesvr32/Makefile"
16552 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16553 olesvr32"
16554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16555 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules config.status"
16556 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
16558 ALL_MAKEFILES="$ALL_MAKEFILES \\
16559 dlls/olethk32/Makefile"
16560 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16561 olethk32"
16562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16563 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules config.status"
16564 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
16566 ALL_MAKEFILES="$ALL_MAKEFILES \\
16567 dlls/openal32/Makefile"
16568 test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16569 openal32"
16570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16571 dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules config.status"
16572 ac_config_files="$ac_config_files dlls/openal32/Makefile"
16574 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16575 opengl32/libopengl32.$IMPLIBEXT"
16576 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16577 opengl32/libopengl32.def opengl32/libopengl32.a opengl32/libopengl32.cross.a: opengl32/opengl32.spec \$(WINEBUILD)
16578 @cd opengl32 && \$(MAKE) \`basename \$@\`"
16579 ALL_MAKEFILES="$ALL_MAKEFILES \\
16580 dlls/opengl32/Makefile"
16581 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16582 opengl32"
16583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16584 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules config.status"
16585 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
16587 ALL_MAKEFILES="$ALL_MAKEFILES \\
16588 dlls/opengl32/tests/Makefile"
16589 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16590 opengl32/tests"
16591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16592 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules config.status"
16593 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
16595 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16596 pdh/libpdh.$IMPLIBEXT"
16597 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16598 pdh/libpdh.def pdh/libpdh.a pdh/libpdh.cross.a: pdh/pdh.spec \$(WINEBUILD)
16599 @cd pdh && \$(MAKE) \`basename \$@\`"
16600 ALL_MAKEFILES="$ALL_MAKEFILES \\
16601 dlls/pdh/Makefile"
16602 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16603 pdh"
16604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16605 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules config.status"
16606 ac_config_files="$ac_config_files dlls/pdh/Makefile"
16608 ALL_MAKEFILES="$ALL_MAKEFILES \\
16609 dlls/pdh/tests/Makefile"
16610 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16611 pdh/tests"
16612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16613 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules config.status"
16614 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
16616 ALL_MAKEFILES="$ALL_MAKEFILES \\
16617 dlls/pidgen/Makefile"
16618 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16619 pidgen"
16620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16621 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules config.status"
16622 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
16624 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16625 powrprof/libpowrprof.$IMPLIBEXT"
16626 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16627 powrprof/libpowrprof.def powrprof/libpowrprof.a powrprof/libpowrprof.cross.a: powrprof/powrprof.spec \$(WINEBUILD)
16628 @cd powrprof && \$(MAKE) \`basename \$@\`"
16629 ALL_MAKEFILES="$ALL_MAKEFILES \\
16630 dlls/powrprof/Makefile"
16631 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16632 powrprof"
16633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16634 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules config.status"
16635 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
16637 ALL_MAKEFILES="$ALL_MAKEFILES \\
16638 dlls/printui/Makefile"
16639 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16640 printui"
16641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16642 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules config.status"
16643 ac_config_files="$ac_config_files dlls/printui/Makefile"
16645 ALL_MAKEFILES="$ALL_MAKEFILES \\
16646 dlls/propsys/Makefile"
16647 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16648 propsys"
16649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16650 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules config.status"
16651 ac_config_files="$ac_config_files dlls/propsys/Makefile"
16653 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16654 psapi/libpsapi.$IMPLIBEXT"
16655 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16656 psapi/libpsapi.def psapi/libpsapi.a psapi/libpsapi.cross.a: psapi/psapi.spec \$(WINEBUILD)
16657 @cd psapi && \$(MAKE) \`basename \$@\`"
16658 ALL_MAKEFILES="$ALL_MAKEFILES \\
16659 dlls/psapi/Makefile"
16660 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16661 psapi"
16662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16663 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules config.status"
16664 ac_config_files="$ac_config_files dlls/psapi/Makefile"
16666 ALL_MAKEFILES="$ALL_MAKEFILES \\
16667 dlls/psapi/tests/Makefile"
16668 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16669 psapi/tests"
16670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16671 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules config.status"
16672 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
16674 ALL_MAKEFILES="$ALL_MAKEFILES \\
16675 dlls/pstorec/Makefile"
16676 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16677 pstorec"
16678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16679 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules config.status"
16680 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
16682 ALL_MAKEFILES="$ALL_MAKEFILES \\
16683 dlls/qcap/Makefile"
16684 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16685 qcap"
16686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16687 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules config.status"
16688 ac_config_files="$ac_config_files dlls/qcap/Makefile"
16690 ALL_MAKEFILES="$ALL_MAKEFILES \\
16691 dlls/qedit/Makefile"
16692 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16693 qedit"
16694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16695 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules config.status"
16696 ac_config_files="$ac_config_files dlls/qedit/Makefile"
16698 ALL_MAKEFILES="$ALL_MAKEFILES \\
16699 dlls/qedit/tests/Makefile"
16700 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16701 qedit/tests"
16702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16703 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules config.status"
16704 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
16706 ALL_MAKEFILES="$ALL_MAKEFILES \\
16707 dlls/qmgr/Makefile"
16708 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16709 qmgr"
16710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16711 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules config.status"
16712 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
16714 ALL_MAKEFILES="$ALL_MAKEFILES \\
16715 dlls/qmgr/tests/Makefile"
16716 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16717 qmgr/tests"
16718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16719 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules config.status"
16720 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
16722 ALL_MAKEFILES="$ALL_MAKEFILES \\
16723 dlls/qmgrprxy/Makefile"
16724 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16725 qmgrprxy"
16726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16727 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules config.status"
16728 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
16730 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16731 quartz/libquartz.$IMPLIBEXT"
16732 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16733 quartz/libquartz.def quartz/libquartz.a quartz/libquartz.cross.a: quartz/quartz.spec \$(WINEBUILD)
16734 @cd quartz && \$(MAKE) \`basename \$@\`"
16735 ALL_MAKEFILES="$ALL_MAKEFILES \\
16736 dlls/quartz/Makefile"
16737 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16738 quartz"
16739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16740 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules config.status"
16741 ac_config_files="$ac_config_files dlls/quartz/Makefile"
16743 ALL_MAKEFILES="$ALL_MAKEFILES \\
16744 dlls/quartz/tests/Makefile"
16745 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16746 quartz/tests"
16747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16748 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules config.status"
16749 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
16751 ALL_MAKEFILES="$ALL_MAKEFILES \\
16752 dlls/query/Makefile"
16753 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16754 query"
16755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16756 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules config.status"
16757 ac_config_files="$ac_config_files dlls/query/Makefile"
16759 ALL_MAKEFILES="$ALL_MAKEFILES \\
16760 dlls/rasapi16.dll16/Makefile"
16761 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16762 rasapi16.dll16"
16763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16764 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules config.status"
16765 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
16767 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16768 rasapi32/librasapi32.$IMPLIBEXT"
16769 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16770 rasapi32/librasapi32.def rasapi32/librasapi32.a rasapi32/librasapi32.cross.a: rasapi32/rasapi32.spec \$(WINEBUILD)
16771 @cd rasapi32 && \$(MAKE) \`basename \$@\`"
16772 ALL_MAKEFILES="$ALL_MAKEFILES \\
16773 dlls/rasapi32/Makefile"
16774 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16775 rasapi32"
16776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16777 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules config.status"
16778 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
16780 ALL_MAKEFILES="$ALL_MAKEFILES \\
16781 dlls/rasapi32/tests/Makefile"
16782 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16783 rasapi32/tests"
16784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16785 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules config.status"
16786 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
16788 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16789 rasdlg/librasdlg.$IMPLIBEXT"
16790 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16791 rasdlg/librasdlg.def rasdlg/librasdlg.a rasdlg/librasdlg.cross.a: rasdlg/rasdlg.spec \$(WINEBUILD)
16792 @cd rasdlg && \$(MAKE) \`basename \$@\`"
16793 ALL_MAKEFILES="$ALL_MAKEFILES \\
16794 dlls/rasdlg/Makefile"
16795 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16796 rasdlg"
16797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16798 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules config.status"
16799 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
16801 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16802 resutils/libresutils.$IMPLIBEXT"
16803 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16804 resutils/libresutils.def resutils/libresutils.a resutils/libresutils.cross.a: resutils/resutils.spec \$(WINEBUILD)
16805 @cd resutils && \$(MAKE) \`basename \$@\`"
16806 ALL_MAKEFILES="$ALL_MAKEFILES \\
16807 dlls/resutils/Makefile"
16808 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16809 resutils"
16810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16811 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules config.status"
16812 ac_config_files="$ac_config_files dlls/resutils/Makefile"
16814 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16815 riched20/libriched20.$IMPLIBEXT"
16816 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16817 riched20/libriched20.def riched20/libriched20.a riched20/libriched20.cross.a: riched20/riched20.spec \$(WINEBUILD)
16818 @cd riched20 && \$(MAKE) \`basename \$@\`"
16819 ALL_MAKEFILES="$ALL_MAKEFILES \\
16820 dlls/riched20/Makefile"
16821 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16822 riched20"
16823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16824 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules config.status"
16825 ac_config_files="$ac_config_files dlls/riched20/Makefile"
16827 ALL_MAKEFILES="$ALL_MAKEFILES \\
16828 dlls/riched20/tests/Makefile"
16829 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16830 riched20/tests"
16831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16832 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules config.status"
16833 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
16835 ALL_MAKEFILES="$ALL_MAKEFILES \\
16836 dlls/riched32/Makefile"
16837 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16838 riched32"
16839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16840 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules config.status"
16841 ac_config_files="$ac_config_files dlls/riched32/Makefile"
16843 ALL_MAKEFILES="$ALL_MAKEFILES \\
16844 dlls/riched32/tests/Makefile"
16845 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16846 riched32/tests"
16847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16848 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules config.status"
16849 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
16851 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16852 rpcrt4/librpcrt4.$IMPLIBEXT"
16853 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16854 rpcrt4/librpcrt4.def rpcrt4/librpcrt4.a rpcrt4/librpcrt4.cross.a: rpcrt4/rpcrt4.spec \$(WINEBUILD)
16855 @cd rpcrt4 && \$(MAKE) \`basename \$@\`"
16856 ALL_MAKEFILES="$ALL_MAKEFILES \\
16857 dlls/rpcrt4/Makefile"
16858 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16859 rpcrt4"
16860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16861 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules config.status"
16862 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
16864 ALL_MAKEFILES="$ALL_MAKEFILES \\
16865 dlls/rpcrt4/tests/Makefile"
16866 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16867 rpcrt4/tests"
16868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16869 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules config.status"
16870 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
16872 ALL_MAKEFILES="$ALL_MAKEFILES \\
16873 dlls/rsabase/Makefile"
16874 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16875 rsabase"
16876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16877 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules config.status"
16878 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
16880 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16881 rsaenh/librsaenh.$IMPLIBEXT"
16882 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16883 rsaenh/librsaenh.def rsaenh/librsaenh.a rsaenh/librsaenh.cross.a: rsaenh/rsaenh.spec \$(WINEBUILD)
16884 @cd rsaenh && \$(MAKE) \`basename \$@\`"
16885 ALL_MAKEFILES="$ALL_MAKEFILES \\
16886 dlls/rsaenh/Makefile"
16887 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16888 rsaenh"
16889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16890 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules config.status"
16891 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
16893 ALL_MAKEFILES="$ALL_MAKEFILES \\
16894 dlls/rsaenh/tests/Makefile"
16895 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16896 rsaenh/tests"
16897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16898 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules config.status"
16899 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
16901 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16902 rtutils/librtutils.$IMPLIBEXT"
16903 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16904 rtutils/librtutils.def rtutils/librtutils.a rtutils/librtutils.cross.a: rtutils/rtutils.spec \$(WINEBUILD)
16905 @cd rtutils && \$(MAKE) \`basename \$@\`"
16906 ALL_MAKEFILES="$ALL_MAKEFILES \\
16907 dlls/rtutils/Makefile"
16908 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16909 rtutils"
16910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16911 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules config.status"
16912 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
16914 ALL_MAKEFILES="$ALL_MAKEFILES \\
16915 dlls/sane.ds/Makefile"
16916 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16917 sane.ds"
16918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16919 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules config.status"
16920 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
16922 ALL_MAKEFILES="$ALL_MAKEFILES \\
16923 dlls/sccbase/Makefile"
16924 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16925 sccbase"
16926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16927 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules config.status"
16928 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
16930 ALL_MAKEFILES="$ALL_MAKEFILES \\
16931 dlls/schannel/Makefile"
16932 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16933 schannel"
16934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16935 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules config.status"
16936 ac_config_files="$ac_config_files dlls/schannel/Makefile"
16938 ALL_MAKEFILES="$ALL_MAKEFILES \\
16939 dlls/schannel/tests/Makefile"
16940 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16941 schannel/tests"
16942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16943 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules config.status"
16944 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
16946 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16947 secur32/libsecur32.$IMPLIBEXT"
16948 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16949 secur32/libsecur32.def secur32/libsecur32.a secur32/libsecur32.cross.a: secur32/secur32.spec \$(WINEBUILD)
16950 @cd secur32 && \$(MAKE) \`basename \$@\`"
16951 ALL_MAKEFILES="$ALL_MAKEFILES \\
16952 dlls/secur32/Makefile"
16953 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16954 secur32"
16955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16956 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules config.status"
16957 ac_config_files="$ac_config_files dlls/secur32/Makefile"
16959 ALL_MAKEFILES="$ALL_MAKEFILES \\
16960 dlls/secur32/tests/Makefile"
16961 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16962 secur32/tests"
16963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16964 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules config.status"
16965 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
16967 ALL_MAKEFILES="$ALL_MAKEFILES \\
16968 dlls/security/Makefile"
16969 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16970 security"
16971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16972 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules config.status"
16973 ac_config_files="$ac_config_files dlls/security/Makefile"
16975 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16976 sensapi/libsensapi.$IMPLIBEXT"
16977 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16978 sensapi/libsensapi.def sensapi/libsensapi.a sensapi/libsensapi.cross.a: sensapi/sensapi.spec \$(WINEBUILD)
16979 @cd sensapi && \$(MAKE) \`basename \$@\`"
16980 ALL_MAKEFILES="$ALL_MAKEFILES \\
16981 dlls/sensapi/Makefile"
16982 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16983 sensapi"
16984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16985 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules config.status"
16986 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
16988 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
16989 serialui/libserialui.$IMPLIBEXT"
16990 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
16991 serialui/libserialui.def serialui/libserialui.a serialui/libserialui.cross.a: serialui/serialui.spec \$(WINEBUILD)
16992 @cd serialui && \$(MAKE) \`basename \$@\`"
16993 ALL_MAKEFILES="$ALL_MAKEFILES \\
16994 dlls/serialui/Makefile"
16995 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16996 serialui"
16997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16998 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules config.status"
16999 ac_config_files="$ac_config_files dlls/serialui/Makefile"
17001 ALL_MAKEFILES="$ALL_MAKEFILES \\
17002 dlls/serialui/tests/Makefile"
17003 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17004 serialui/tests"
17005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17006 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules config.status"
17007 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
17009 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17010 setupapi/libsetupapi.$IMPLIBEXT"
17011 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17012 setupapi/libsetupapi.def setupapi/libsetupapi.a setupapi/libsetupapi.cross.a: setupapi/setupapi.spec \$(WINEBUILD)
17013 @cd setupapi && \$(MAKE) \`basename \$@\`"
17014 ALL_MAKEFILES="$ALL_MAKEFILES \\
17015 dlls/setupapi/Makefile"
17016 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17017 setupapi"
17018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17019 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules config.status"
17020 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
17022 ALL_MAKEFILES="$ALL_MAKEFILES \\
17023 dlls/setupapi/tests/Makefile"
17024 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17025 setupapi/tests"
17026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17027 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules config.status"
17028 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
17030 ALL_MAKEFILES="$ALL_MAKEFILES \\
17031 dlls/setupx.dll16/Makefile"
17032 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17033 setupx.dll16"
17034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17035 dlls/setupx.dll16/Makefile: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules config.status"
17036 ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
17038 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17039 sfc/libsfc.$IMPLIBEXT"
17040 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17041 sfc/libsfc.def sfc/libsfc.a sfc/libsfc.cross.a: sfc/sfc.spec \$(WINEBUILD)
17042 @cd sfc && \$(MAKE) \`basename \$@\`"
17043 ALL_MAKEFILES="$ALL_MAKEFILES \\
17044 dlls/sfc/Makefile"
17045 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17046 sfc"
17047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17048 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules config.status"
17049 ac_config_files="$ac_config_files dlls/sfc/Makefile"
17051 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17052 sfc_os/libsfc_os.$IMPLIBEXT"
17053 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17054 sfc_os/libsfc_os.def sfc_os/libsfc_os.a sfc_os/libsfc_os.cross.a: sfc_os/sfc_os.spec \$(WINEBUILD)
17055 @cd sfc_os && \$(MAKE) \`basename \$@\`"
17056 ALL_MAKEFILES="$ALL_MAKEFILES \\
17057 dlls/sfc_os/Makefile"
17058 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17059 sfc_os"
17060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17061 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules config.status"
17062 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
17064 ALL_MAKEFILES="$ALL_MAKEFILES \\
17065 dlls/shdoclc/Makefile"
17066 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17067 shdoclc"
17068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17069 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules config.status"
17070 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
17072 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17073 shdocvw/libshdocvw.$IMPLIBEXT"
17074 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17075 shdocvw/libshdocvw.def shdocvw/libshdocvw.a shdocvw/libshdocvw.cross.a: shdocvw/shdocvw.spec \$(WINEBUILD)
17076 @cd shdocvw && \$(MAKE) \`basename \$@\`"
17077 ALL_MAKEFILES="$ALL_MAKEFILES \\
17078 dlls/shdocvw/Makefile"
17079 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17080 shdocvw"
17081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17082 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules config.status"
17083 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
17085 ALL_MAKEFILES="$ALL_MAKEFILES \\
17086 dlls/shdocvw/tests/Makefile"
17087 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17088 shdocvw/tests"
17089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17090 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules config.status"
17091 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
17093 ALL_MAKEFILES="$ALL_MAKEFILES \\
17094 dlls/shell.dll16/Makefile"
17095 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17096 shell.dll16"
17097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17098 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules config.status"
17099 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
17101 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17102 shell32/libshell32.$IMPLIBEXT"
17103 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17104 shell32/libshell32.def shell32/libshell32.a shell32/libshell32.cross.a: shell32/shell32.spec \$(WINEBUILD)
17105 @cd shell32 && \$(MAKE) \`basename \$@\`"
17106 ALL_MAKEFILES="$ALL_MAKEFILES \\
17107 dlls/shell32/Makefile"
17108 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17109 shell32"
17110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17111 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules config.status"
17112 ac_config_files="$ac_config_files dlls/shell32/Makefile"
17114 ALL_MAKEFILES="$ALL_MAKEFILES \\
17115 dlls/shell32/tests/Makefile"
17116 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17117 shell32/tests"
17118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17119 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules config.status"
17120 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
17122 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17123 shfolder/libshfolder.$IMPLIBEXT"
17124 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17125 shfolder/libshfolder.def shfolder/libshfolder.a shfolder/libshfolder.cross.a: shfolder/shfolder.spec \$(WINEBUILD)
17126 @cd shfolder && \$(MAKE) \`basename \$@\`"
17127 ALL_MAKEFILES="$ALL_MAKEFILES \\
17128 dlls/shfolder/Makefile"
17129 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17130 shfolder"
17131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17132 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules config.status"
17133 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
17135 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17136 shlwapi/libshlwapi.$IMPLIBEXT"
17137 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17138 shlwapi/libshlwapi.def shlwapi/libshlwapi.a shlwapi/libshlwapi.cross.a: shlwapi/shlwapi.spec \$(WINEBUILD)
17139 @cd shlwapi && \$(MAKE) \`basename \$@\`"
17140 ALL_MAKEFILES="$ALL_MAKEFILES \\
17141 dlls/shlwapi/Makefile"
17142 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17143 shlwapi"
17144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17145 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules config.status"
17146 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
17148 ALL_MAKEFILES="$ALL_MAKEFILES \\
17149 dlls/shlwapi/tests/Makefile"
17150 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17151 shlwapi/tests"
17152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17153 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules config.status"
17154 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
17156 ALL_MAKEFILES="$ALL_MAKEFILES \\
17157 dlls/slbcsp/Makefile"
17158 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17159 slbcsp"
17160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17161 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules config.status"
17162 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
17164 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17165 slc/libslc.$IMPLIBEXT"
17166 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17167 slc/libslc.def slc/libslc.a slc/libslc.cross.a: slc/slc.spec \$(WINEBUILD)
17168 @cd slc && \$(MAKE) \`basename \$@\`"
17169 ALL_MAKEFILES="$ALL_MAKEFILES \\
17170 dlls/slc/Makefile"
17171 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17172 slc"
17173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17174 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules config.status"
17175 ac_config_files="$ac_config_files dlls/slc/Makefile"
17177 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17178 snmpapi/libsnmpapi.$IMPLIBEXT"
17179 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17180 snmpapi/libsnmpapi.def snmpapi/libsnmpapi.a snmpapi/libsnmpapi.cross.a: snmpapi/snmpapi.spec \$(WINEBUILD)
17181 @cd snmpapi && \$(MAKE) \`basename \$@\`"
17182 ALL_MAKEFILES="$ALL_MAKEFILES \\
17183 dlls/snmpapi/Makefile"
17184 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17185 snmpapi"
17186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17187 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules config.status"
17188 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
17190 ALL_MAKEFILES="$ALL_MAKEFILES \\
17191 dlls/snmpapi/tests/Makefile"
17192 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17193 snmpapi/tests"
17194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17195 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules config.status"
17196 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
17198 ALL_MAKEFILES="$ALL_MAKEFILES \\
17199 dlls/softpub/Makefile"
17200 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17201 softpub"
17202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17203 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules config.status"
17204 ac_config_files="$ac_config_files dlls/softpub/Makefile"
17206 ALL_MAKEFILES="$ALL_MAKEFILES \\
17207 dlls/sound.drv16/Makefile"
17208 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17209 sound.drv16"
17210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17211 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules config.status"
17212 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
17214 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17215 spoolss/libspoolss.$IMPLIBEXT"
17216 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17217 spoolss/libspoolss.def spoolss/libspoolss.a spoolss/libspoolss.cross.a: spoolss/spoolss.spec \$(WINEBUILD)
17218 @cd spoolss && \$(MAKE) \`basename \$@\`"
17219 ALL_MAKEFILES="$ALL_MAKEFILES \\
17220 dlls/spoolss/Makefile"
17221 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17222 spoolss"
17223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17224 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules config.status"
17225 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
17227 ALL_MAKEFILES="$ALL_MAKEFILES \\
17228 dlls/spoolss/tests/Makefile"
17229 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17230 spoolss/tests"
17231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17232 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules config.status"
17233 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
17235 ALL_MAKEFILES="$ALL_MAKEFILES \\
17236 dlls/stdole2.tlb/Makefile"
17237 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17238 stdole2.tlb"
17239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17240 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules config.status"
17241 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
17243 ALL_MAKEFILES="$ALL_MAKEFILES \\
17244 dlls/stdole32.tlb/Makefile"
17245 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17246 stdole32.tlb"
17247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17248 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules config.status"
17249 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
17251 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17252 sti/libsti.$IMPLIBEXT"
17253 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17254 sti/libsti.def sti/libsti.a sti/libsti.cross.a: sti/sti.spec \$(WINEBUILD)
17255 @cd sti && \$(MAKE) \`basename \$@\`"
17256 ALL_MAKEFILES="$ALL_MAKEFILES \\
17257 dlls/sti/Makefile"
17258 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17259 sti"
17260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17261 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules config.status"
17262 ac_config_files="$ac_config_files dlls/sti/Makefile"
17264 ALL_MAKEFILES="$ALL_MAKEFILES \\
17265 dlls/sti/tests/Makefile"
17266 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17267 sti/tests"
17268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17269 dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in dlls/Maketest.rules config.status"
17270 ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
17272 ALL_MAKEFILES="$ALL_MAKEFILES \\
17273 dlls/storage.dll16/Makefile"
17274 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17275 storage.dll16"
17276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17277 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules config.status"
17278 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
17280 ALL_MAKEFILES="$ALL_MAKEFILES \\
17281 dlls/stress.dll16/Makefile"
17282 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17283 stress.dll16"
17284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17285 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules config.status"
17286 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
17288 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
17289 strmiids/libstrmiids.a"
17290 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17291 strmiids/libstrmiids.a: strmiids
17292 strmiids/libstrmiids.cross.a: dummy
17293 @cd strmiids && \$(MAKE) libstrmiids.cross.a"
17294 ALL_MAKEFILES="$ALL_MAKEFILES \\
17295 dlls/strmiids/Makefile"
17296 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
17297 strmiids"
17298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17299 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules config.status"
17300 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
17302 ALL_MAKEFILES="$ALL_MAKEFILES \\
17303 dlls/svrapi/Makefile"
17304 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17305 svrapi"
17306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17307 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules config.status"
17308 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
17310 ALL_MAKEFILES="$ALL_MAKEFILES \\
17311 dlls/sxs/Makefile"
17312 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17313 sxs"
17314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17315 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules config.status"
17316 ac_config_files="$ac_config_files dlls/sxs/Makefile"
17318 ALL_MAKEFILES="$ALL_MAKEFILES \\
17319 dlls/system.drv16/Makefile"
17320 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17321 system.drv16"
17322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17323 dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules config.status"
17324 ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
17326 ALL_MAKEFILES="$ALL_MAKEFILES \\
17327 dlls/t2embed/Makefile"
17328 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17329 t2embed"
17330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17331 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules config.status"
17332 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
17334 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17335 tapi32/libtapi32.$IMPLIBEXT"
17336 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17337 tapi32/libtapi32.def tapi32/libtapi32.a tapi32/libtapi32.cross.a: tapi32/tapi32.spec \$(WINEBUILD)
17338 @cd tapi32 && \$(MAKE) \`basename \$@\`"
17339 ALL_MAKEFILES="$ALL_MAKEFILES \\
17340 dlls/tapi32/Makefile"
17341 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17342 tapi32"
17343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17344 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules config.status"
17345 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
17347 ALL_MAKEFILES="$ALL_MAKEFILES \\
17348 dlls/toolhelp.dll16/Makefile"
17349 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17350 toolhelp.dll16"
17351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17352 dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules config.status"
17353 ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
17355 ALL_MAKEFILES="$ALL_MAKEFILES \\
17356 dlls/traffic/Makefile"
17357 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17358 traffic"
17359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17360 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules config.status"
17361 ac_config_files="$ac_config_files dlls/traffic/Makefile"
17363 ALL_MAKEFILES="$ALL_MAKEFILES \\
17364 dlls/twain.dll16/Makefile"
17365 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17366 twain.dll16"
17367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17368 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules config.status"
17369 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
17371 ALL_MAKEFILES="$ALL_MAKEFILES \\
17372 dlls/twain_32/Makefile"
17373 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17374 twain_32"
17375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17376 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules config.status"
17377 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
17379 ALL_MAKEFILES="$ALL_MAKEFILES \\
17380 dlls/twain_32/tests/Makefile"
17381 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17382 twain_32/tests"
17383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17384 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules config.status"
17385 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
17387 ALL_MAKEFILES="$ALL_MAKEFILES \\
17388 dlls/typelib.dll16/Makefile"
17389 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17390 typelib.dll16"
17391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17392 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules config.status"
17393 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
17395 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17396 unicows/libunicows.$IMPLIBEXT"
17397 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17398 unicows/libunicows.def unicows/libunicows.a unicows/libunicows.cross.a: unicows/unicows.spec \$(WINEBUILD)
17399 @cd unicows && \$(MAKE) \`basename \$@\`"
17400 ALL_MAKEFILES="$ALL_MAKEFILES \\
17401 dlls/unicows/Makefile"
17402 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17403 unicows"
17404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17405 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules config.status"
17406 ac_config_files="$ac_config_files dlls/unicows/Makefile"
17408 ALL_MAKEFILES="$ALL_MAKEFILES \\
17409 dlls/updspapi/Makefile"
17410 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17411 updspapi"
17412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17413 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules config.status"
17414 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
17416 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17417 url/liburl.$IMPLIBEXT"
17418 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17419 url/liburl.def url/liburl.a url/liburl.cross.a: url/url.spec \$(WINEBUILD)
17420 @cd url && \$(MAKE) \`basename \$@\`"
17421 ALL_MAKEFILES="$ALL_MAKEFILES \\
17422 dlls/url/Makefile"
17423 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17424 url"
17425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17426 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules config.status"
17427 ac_config_files="$ac_config_files dlls/url/Makefile"
17429 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17430 urlmon/liburlmon.$IMPLIBEXT"
17431 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17432 urlmon/liburlmon.def urlmon/liburlmon.a urlmon/liburlmon.cross.a: urlmon/urlmon.spec \$(WINEBUILD)
17433 @cd urlmon && \$(MAKE) \`basename \$@\`"
17434 ALL_MAKEFILES="$ALL_MAKEFILES \\
17435 dlls/urlmon/Makefile"
17436 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17437 urlmon"
17438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17439 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules config.status"
17440 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
17442 ALL_MAKEFILES="$ALL_MAKEFILES \\
17443 dlls/urlmon/tests/Makefile"
17444 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17445 urlmon/tests"
17446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17447 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules config.status"
17448 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
17450 ALL_MAKEFILES="$ALL_MAKEFILES \\
17451 dlls/user.exe16/Makefile"
17452 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17453 user.exe16"
17454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17455 dlls/user.exe16/Makefile: dlls/user.exe16/Makefile.in dlls/Makedll.rules config.status"
17456 ac_config_files="$ac_config_files dlls/user.exe16/Makefile"
17458 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17459 user32/libuser32.$IMPLIBEXT"
17460 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17461 user32/libuser32.def user32/libuser32.a user32/libuser32.cross.a: user32/user32.spec \$(WINEBUILD)
17462 @cd user32 && \$(MAKE) \`basename \$@\`"
17463 ALL_MAKEFILES="$ALL_MAKEFILES \\
17464 dlls/user32/Makefile"
17465 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17466 user32"
17467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17468 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules config.status"
17469 ac_config_files="$ac_config_files dlls/user32/Makefile"
17471 ALL_MAKEFILES="$ALL_MAKEFILES \\
17472 dlls/user32/tests/Makefile"
17473 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17474 user32/tests"
17475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17476 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules config.status"
17477 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
17479 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17480 userenv/libuserenv.$IMPLIBEXT"
17481 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17482 userenv/libuserenv.def userenv/libuserenv.a userenv/libuserenv.cross.a: userenv/userenv.spec \$(WINEBUILD)
17483 @cd userenv && \$(MAKE) \`basename \$@\`"
17484 ALL_MAKEFILES="$ALL_MAKEFILES \\
17485 dlls/userenv/Makefile"
17486 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17487 userenv"
17488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17489 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules config.status"
17490 ac_config_files="$ac_config_files dlls/userenv/Makefile"
17492 ALL_MAKEFILES="$ALL_MAKEFILES \\
17493 dlls/userenv/tests/Makefile"
17494 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17495 userenv/tests"
17496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17497 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules config.status"
17498 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
17500 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17501 usp10/libusp10.$IMPLIBEXT"
17502 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17503 usp10/libusp10.def usp10/libusp10.a usp10/libusp10.cross.a: usp10/usp10.spec \$(WINEBUILD)
17504 @cd usp10 && \$(MAKE) \`basename \$@\`"
17505 ALL_MAKEFILES="$ALL_MAKEFILES \\
17506 dlls/usp10/Makefile"
17507 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17508 usp10"
17509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17510 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules config.status"
17511 ac_config_files="$ac_config_files dlls/usp10/Makefile"
17513 ALL_MAKEFILES="$ALL_MAKEFILES \\
17514 dlls/usp10/tests/Makefile"
17515 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17516 usp10/tests"
17517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17518 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules config.status"
17519 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
17521 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
17522 uuid/libuuid.a"
17523 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17524 uuid/libuuid.a: uuid
17525 uuid/libuuid.cross.a: dummy
17526 @cd uuid && \$(MAKE) libuuid.cross.a"
17527 ALL_MAKEFILES="$ALL_MAKEFILES \\
17528 dlls/uuid/Makefile"
17529 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
17530 uuid"
17531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17532 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules config.status"
17533 ac_config_files="$ac_config_files dlls/uuid/Makefile"
17535 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17536 uxtheme/libuxtheme.$IMPLIBEXT"
17537 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17538 uxtheme/libuxtheme.def uxtheme/libuxtheme.a uxtheme/libuxtheme.cross.a: uxtheme/uxtheme.spec \$(WINEBUILD)
17539 @cd uxtheme && \$(MAKE) \`basename \$@\`"
17540 ALL_MAKEFILES="$ALL_MAKEFILES \\
17541 dlls/uxtheme/Makefile"
17542 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17543 uxtheme"
17544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17545 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules config.status"
17546 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
17548 ALL_MAKEFILES="$ALL_MAKEFILES \\
17549 dlls/uxtheme/tests/Makefile"
17550 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17551 uxtheme/tests"
17552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17553 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules config.status"
17554 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
17556 ALL_MAKEFILES="$ALL_MAKEFILES \\
17557 dlls/vdhcp.vxd/Makefile"
17558 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17559 vdhcp.vxd"
17560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17561 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules config.status"
17562 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
17564 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17565 vdmdbg/libvdmdbg.$IMPLIBEXT"
17566 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17567 vdmdbg/libvdmdbg.def vdmdbg/libvdmdbg.a vdmdbg/libvdmdbg.cross.a: vdmdbg/vdmdbg.spec \$(WINEBUILD)
17568 @cd vdmdbg && \$(MAKE) \`basename \$@\`"
17569 ALL_MAKEFILES="$ALL_MAKEFILES \\
17570 dlls/vdmdbg/Makefile"
17571 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17572 vdmdbg"
17573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17574 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules config.status"
17575 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
17577 ALL_MAKEFILES="$ALL_MAKEFILES \\
17578 dlls/ver.dll16/Makefile"
17579 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17580 ver.dll16"
17581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17582 dlls/ver.dll16/Makefile: dlls/ver.dll16/Makefile.in dlls/Makedll.rules config.status"
17583 ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
17585 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17586 version/libversion.$IMPLIBEXT"
17587 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17588 version/libversion.def version/libversion.a version/libversion.cross.a: version/version.spec \$(WINEBUILD)
17589 @cd version && \$(MAKE) \`basename \$@\`"
17590 ALL_MAKEFILES="$ALL_MAKEFILES \\
17591 dlls/version/Makefile"
17592 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17593 version"
17594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17595 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules config.status"
17596 ac_config_files="$ac_config_files dlls/version/Makefile"
17598 ALL_MAKEFILES="$ALL_MAKEFILES \\
17599 dlls/version/tests/Makefile"
17600 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17601 version/tests"
17602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17603 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules config.status"
17604 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
17606 ALL_MAKEFILES="$ALL_MAKEFILES \\
17607 dlls/vmm.vxd/Makefile"
17608 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17609 vmm.vxd"
17610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17611 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules config.status"
17612 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
17614 ALL_MAKEFILES="$ALL_MAKEFILES \\
17615 dlls/vnbt.vxd/Makefile"
17616 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17617 vnbt.vxd"
17618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17619 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules config.status"
17620 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
17622 ALL_MAKEFILES="$ALL_MAKEFILES \\
17623 dlls/vnetbios.vxd/Makefile"
17624 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17625 vnetbios.vxd"
17626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17627 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules config.status"
17628 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
17630 ALL_MAKEFILES="$ALL_MAKEFILES \\
17631 dlls/vtdapi.vxd/Makefile"
17632 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17633 vtdapi.vxd"
17634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17635 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules config.status"
17636 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
17638 ALL_MAKEFILES="$ALL_MAKEFILES \\
17639 dlls/vwin32.vxd/Makefile"
17640 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17641 vwin32.vxd"
17642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17643 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules config.status"
17644 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
17646 ALL_MAKEFILES="$ALL_MAKEFILES \\
17647 dlls/w32skrnl/Makefile"
17648 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17649 w32skrnl"
17650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17651 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules config.status"
17652 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
17654 ALL_MAKEFILES="$ALL_MAKEFILES \\
17655 dlls/w32sys.dll16/Makefile"
17656 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17657 w32sys.dll16"
17658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17659 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules config.status"
17660 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
17662 ALL_MAKEFILES="$ALL_MAKEFILES \\
17663 dlls/wbemprox/Makefile"
17664 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17665 wbemprox"
17666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17667 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules config.status"
17668 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
17670 ALL_MAKEFILES="$ALL_MAKEFILES \\
17671 dlls/wiaservc/Makefile"
17672 test "x$enable_wiaservc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17673 wiaservc"
17674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17675 dlls/wiaservc/Makefile: dlls/wiaservc/Makefile.in dlls/Makedll.rules config.status"
17676 ac_config_files="$ac_config_files dlls/wiaservc/Makefile"
17678 ALL_MAKEFILES="$ALL_MAKEFILES \\
17679 dlls/win32s16.dll16/Makefile"
17680 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17681 win32s16.dll16"
17682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17683 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules config.status"
17684 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
17686 ALL_MAKEFILES="$ALL_MAKEFILES \\
17687 dlls/win87em.dll16/Makefile"
17688 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17689 win87em.dll16"
17690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17691 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules config.status"
17692 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
17694 ALL_MAKEFILES="$ALL_MAKEFILES \\
17695 dlls/winaspi.dll16/Makefile"
17696 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17697 winaspi.dll16"
17698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17699 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules config.status"
17700 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
17702 ALL_MAKEFILES="$ALL_MAKEFILES \\
17703 dlls/windebug.dll16/Makefile"
17704 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17705 windebug.dll16"
17706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17707 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules config.status"
17708 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
17710 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17711 windowscodecs/libwindowscodecs.$IMPLIBEXT"
17712 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17713 windowscodecs/libwindowscodecs.def windowscodecs/libwindowscodecs.a windowscodecs/libwindowscodecs.cross.a: windowscodecs/windowscodecs.spec \$(WINEBUILD)
17714 @cd windowscodecs && \$(MAKE) \`basename \$@\`"
17715 ALL_MAKEFILES="$ALL_MAKEFILES \\
17716 dlls/windowscodecs/Makefile"
17717 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17718 windowscodecs"
17719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17720 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules config.status"
17721 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
17723 ALL_MAKEFILES="$ALL_MAKEFILES \\
17724 dlls/windowscodecs/tests/Makefile"
17725 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17726 windowscodecs/tests"
17727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17728 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules config.status"
17729 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
17731 ALL_MAKEFILES="$ALL_MAKEFILES \\
17732 dlls/winealsa.drv/Makefile"
17733 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17734 winealsa.drv"
17735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17736 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules config.status"
17737 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
17739 ALL_MAKEFILES="$ALL_MAKEFILES \\
17740 dlls/wineaudioio.drv/Makefile"
17741 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17742 wineaudioio.drv"
17743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17744 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules config.status"
17745 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
17747 ALL_MAKEFILES="$ALL_MAKEFILES \\
17748 dlls/winecoreaudio.drv/Makefile"
17749 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17750 winecoreaudio.drv"
17751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17752 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules config.status"
17753 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
17755 ALL_STATIC_LIBS="$ALL_STATIC_LIBS \\
17756 winecrt0/libwinecrt0.a"
17757 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17758 winecrt0/libwinecrt0.a: winecrt0
17759 winecrt0/libwinecrt0.cross.a: dummy
17760 @cd winecrt0 && \$(MAKE) libwinecrt0.cross.a"
17761 ALL_MAKEFILES="$ALL_MAKEFILES \\
17762 dlls/winecrt0/Makefile"
17763 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
17764 winecrt0"
17765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17766 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules config.status"
17767 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
17769 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17770 wined3d/libwined3d.$IMPLIBEXT"
17771 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17772 wined3d/libwined3d.def wined3d/libwined3d.a wined3d/libwined3d.cross.a: wined3d/wined3d.spec \$(WINEBUILD)
17773 @cd wined3d && \$(MAKE) \`basename \$@\`"
17774 ALL_MAKEFILES="$ALL_MAKEFILES \\
17775 dlls/wined3d/Makefile"
17776 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17777 wined3d"
17778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17779 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules config.status"
17780 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
17782 ALL_MAKEFILES="$ALL_MAKEFILES \\
17783 dlls/wineesd.drv/Makefile"
17784 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17785 wineesd.drv"
17786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17787 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules config.status"
17788 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
17790 ALL_MAKEFILES="$ALL_MAKEFILES \\
17791 dlls/winejack.drv/Makefile"
17792 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17793 winejack.drv"
17794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17795 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules config.status"
17796 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
17798 ALL_MAKEFILES="$ALL_MAKEFILES \\
17799 dlls/winejoystick.drv/Makefile"
17800 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17801 winejoystick.drv"
17802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17803 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules config.status"
17804 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
17806 ALL_MAKEFILES="$ALL_MAKEFILES \\
17807 dlls/winemapi/Makefile"
17808 test "x$enable_winemapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17809 winemapi"
17810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17811 dlls/winemapi/Makefile: dlls/winemapi/Makefile.in dlls/Makedll.rules config.status"
17812 ac_config_files="$ac_config_files dlls/winemapi/Makefile"
17814 ALL_MAKEFILES="$ALL_MAKEFILES \\
17815 dlls/winemp3.acm/Makefile"
17816 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17817 winemp3.acm"
17818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17819 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules config.status"
17820 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
17822 ALL_MAKEFILES="$ALL_MAKEFILES \\
17823 dlls/winenas.drv/Makefile"
17824 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17825 winenas.drv"
17826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17827 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules config.status"
17828 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
17830 ALL_MAKEFILES="$ALL_MAKEFILES \\
17831 dlls/wineoss.drv/Makefile"
17832 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17833 wineoss.drv"
17834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17835 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules config.status"
17836 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
17838 ALL_MAKEFILES="$ALL_MAKEFILES \\
17839 dlls/wineps.drv/Makefile"
17840 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17841 wineps.drv"
17842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17843 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules config.status"
17844 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
17846 ALL_MAKEFILES="$ALL_MAKEFILES \\
17847 dlls/wineps16.drv16/Makefile"
17848 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17849 wineps16.drv16"
17850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17851 dlls/wineps16.drv16/Makefile: dlls/wineps16.drv16/Makefile.in dlls/Makedll.rules config.status"
17852 ac_config_files="$ac_config_files dlls/wineps16.drv16/Makefile"
17854 ALL_MAKEFILES="$ALL_MAKEFILES \\
17855 dlls/winequartz.drv/Makefile"
17856 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17857 winequartz.drv"
17858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17859 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules config.status"
17860 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
17862 ALL_MAKEFILES="$ALL_MAKEFILES \\
17863 dlls/winex11.drv/Makefile"
17864 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17865 winex11.drv"
17866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17867 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules config.status"
17868 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
17870 ALL_MAKEFILES="$ALL_MAKEFILES \\
17871 dlls/wing.dll16/Makefile"
17872 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17873 wing.dll16"
17874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17875 dlls/wing.dll16/Makefile: dlls/wing.dll16/Makefile.in dlls/Makedll.rules config.status"
17876 ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
17878 ALL_MAKEFILES="$ALL_MAKEFILES \\
17879 dlls/wing32/Makefile"
17880 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17881 wing32"
17882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17883 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules config.status"
17884 ac_config_files="$ac_config_files dlls/wing32/Makefile"
17886 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17887 winhttp/libwinhttp.$IMPLIBEXT"
17888 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17889 winhttp/libwinhttp.def winhttp/libwinhttp.a winhttp/libwinhttp.cross.a: winhttp/winhttp.spec \$(WINEBUILD)
17890 @cd winhttp && \$(MAKE) \`basename \$@\`"
17891 ALL_MAKEFILES="$ALL_MAKEFILES \\
17892 dlls/winhttp/Makefile"
17893 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17894 winhttp"
17895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17896 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules config.status"
17897 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
17899 ALL_MAKEFILES="$ALL_MAKEFILES \\
17900 dlls/winhttp/tests/Makefile"
17901 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17902 winhttp/tests"
17903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17904 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules config.status"
17905 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
17907 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17908 wininet/libwininet.$IMPLIBEXT"
17909 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17910 wininet/libwininet.def wininet/libwininet.a wininet/libwininet.cross.a: wininet/wininet.spec \$(WINEBUILD)
17911 @cd wininet && \$(MAKE) \`basename \$@\`"
17912 ALL_MAKEFILES="$ALL_MAKEFILES \\
17913 dlls/wininet/Makefile"
17914 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17915 wininet"
17916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17917 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules config.status"
17918 ac_config_files="$ac_config_files dlls/wininet/Makefile"
17920 ALL_MAKEFILES="$ALL_MAKEFILES \\
17921 dlls/wininet/tests/Makefile"
17922 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17923 wininet/tests"
17924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17925 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules config.status"
17926 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
17928 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17929 winmm/libwinmm.$IMPLIBEXT"
17930 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17931 winmm/libwinmm.def winmm/libwinmm.a winmm/libwinmm.cross.a: winmm/winmm.spec \$(WINEBUILD)
17932 @cd winmm && \$(MAKE) \`basename \$@\`"
17933 ALL_MAKEFILES="$ALL_MAKEFILES \\
17934 dlls/winmm/Makefile"
17935 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17936 winmm"
17937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17938 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules config.status"
17939 ac_config_files="$ac_config_files dlls/winmm/Makefile"
17941 ALL_MAKEFILES="$ALL_MAKEFILES \\
17942 dlls/winmm/tests/Makefile"
17943 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17944 winmm/tests"
17945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17946 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules config.status"
17947 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
17949 ALL_MAKEFILES="$ALL_MAKEFILES \\
17950 dlls/winnls.dll16/Makefile"
17951 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17952 winnls.dll16"
17953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17954 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules config.status"
17955 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
17957 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17958 winnls32/libwinnls32.$IMPLIBEXT"
17959 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17960 winnls32/libwinnls32.def winnls32/libwinnls32.a winnls32/libwinnls32.cross.a: winnls32/winnls32.spec \$(WINEBUILD)
17961 @cd winnls32 && \$(MAKE) \`basename \$@\`"
17962 ALL_MAKEFILES="$ALL_MAKEFILES \\
17963 dlls/winnls32/Makefile"
17964 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17965 winnls32"
17966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17967 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules config.status"
17968 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
17970 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17971 winscard/libwinscard.$IMPLIBEXT"
17972 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17973 winscard/libwinscard.def winscard/libwinscard.a winscard/libwinscard.cross.a: winscard/winscard.spec \$(WINEBUILD)
17974 @cd winscard && \$(MAKE) \`basename \$@\`"
17975 ALL_MAKEFILES="$ALL_MAKEFILES \\
17976 dlls/winscard/Makefile"
17977 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17978 winscard"
17979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17980 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules config.status"
17981 ac_config_files="$ac_config_files dlls/winscard/Makefile"
17983 ALL_MAKEFILES="$ALL_MAKEFILES \\
17984 dlls/winsock.dll16/Makefile"
17985 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17986 winsock.dll16"
17987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17988 dlls/winsock.dll16/Makefile: dlls/winsock.dll16/Makefile.in dlls/Makedll.rules config.status"
17989 ac_config_files="$ac_config_files dlls/winsock.dll16/Makefile"
17991 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
17992 winspool.drv/libwinspool.$IMPLIBEXT \\
17993 libwinspool.$IMPLIBEXT"
17994 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
17995 libwinspool.a: winspool.drv/libwinspool.a
17996 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.a \$@
17997 libwinspool.cross.a: winspool.drv/libwinspool.cross.a
17998 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.cross.a \$@
17999 libwinspool.def: winspool.drv/libwinspool.def
18000 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.def \$@
18001 clean::
18002 \$(RM) libwinspool.def
18003 winspool.drv/libwinspool.def winspool.drv/libwinspool.a winspool.drv/libwinspool.cross.a: winspool.drv/winspool.drv.spec \$(WINEBUILD)
18004 @cd winspool.drv && \$(MAKE) \`basename \$@\`"
18005 ALL_MAKEFILES="$ALL_MAKEFILES \\
18006 dlls/winspool.drv/Makefile"
18007 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18008 winspool.drv"
18009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18010 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules config.status"
18011 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
18013 ALL_MAKEFILES="$ALL_MAKEFILES \\
18014 dlls/winspool.drv/tests/Makefile"
18015 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18016 winspool.drv/tests"
18017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18018 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules config.status"
18019 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
18021 ALL_MAKEFILES="$ALL_MAKEFILES \\
18022 dlls/wintab.dll16/Makefile"
18023 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18024 wintab.dll16"
18025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18026 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules config.status"
18027 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
18029 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18030 wintab32/libwintab32.$IMPLIBEXT"
18031 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18032 wintab32/libwintab32.def wintab32/libwintab32.a wintab32/libwintab32.cross.a: wintab32/wintab32.spec \$(WINEBUILD)
18033 @cd wintab32 && \$(MAKE) \`basename \$@\`"
18034 ALL_MAKEFILES="$ALL_MAKEFILES \\
18035 dlls/wintab32/Makefile"
18036 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18037 wintab32"
18038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18039 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules config.status"
18040 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
18042 ALL_MAKEFILES="$ALL_MAKEFILES \\
18043 dlls/wintab32/tests/Makefile"
18044 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18045 wintab32/tests"
18046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18047 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules config.status"
18048 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
18050 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18051 wintrust/libwintrust.$IMPLIBEXT"
18052 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18053 wintrust/libwintrust.def wintrust/libwintrust.a wintrust/libwintrust.cross.a: wintrust/wintrust.spec \$(WINEBUILD)
18054 @cd wintrust && \$(MAKE) \`basename \$@\`"
18055 ALL_MAKEFILES="$ALL_MAKEFILES \\
18056 dlls/wintrust/Makefile"
18057 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18058 wintrust"
18059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18060 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules config.status"
18061 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
18063 ALL_MAKEFILES="$ALL_MAKEFILES \\
18064 dlls/wintrust/tests/Makefile"
18065 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18066 wintrust/tests"
18067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18068 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules config.status"
18069 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
18071 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18072 wldap32/libwldap32.$IMPLIBEXT"
18073 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18074 wldap32/libwldap32.def wldap32/libwldap32.a wldap32/libwldap32.cross.a: wldap32/wldap32.spec \$(WINEBUILD)
18075 @cd wldap32 && \$(MAKE) \`basename \$@\`"
18076 ALL_MAKEFILES="$ALL_MAKEFILES \\
18077 dlls/wldap32/Makefile"
18078 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18079 wldap32"
18080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18081 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules config.status"
18082 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
18084 ALL_MAKEFILES="$ALL_MAKEFILES \\
18085 dlls/wldap32/tests/Makefile"
18086 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18087 wldap32/tests"
18088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18089 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules config.status"
18090 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
18092 ALL_MAKEFILES="$ALL_MAKEFILES \\
18093 dlls/wmi/Makefile"
18094 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18095 wmi"
18096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18097 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules config.status"
18098 ac_config_files="$ac_config_files dlls/wmi/Makefile"
18100 ALL_MAKEFILES="$ALL_MAKEFILES \\
18101 dlls/wmiutils/Makefile"
18102 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18103 wmiutils"
18104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18105 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules config.status"
18106 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
18108 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18109 wnaspi32/libwnaspi32.$IMPLIBEXT"
18110 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18111 wnaspi32/libwnaspi32.def wnaspi32/libwnaspi32.a wnaspi32/libwnaspi32.cross.a: wnaspi32/wnaspi32.spec \$(WINEBUILD)
18112 @cd wnaspi32 && \$(MAKE) \`basename \$@\`"
18113 ALL_MAKEFILES="$ALL_MAKEFILES \\
18114 dlls/wnaspi32/Makefile"
18115 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18116 wnaspi32"
18117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18118 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules config.status"
18119 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
18121 test "x$enable_win16" = xno || ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18122 wow32/libwow32.$IMPLIBEXT"
18123 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18124 wow32/libwow32.def wow32/libwow32.a wow32/libwow32.cross.a: wow32/wow32.spec \$(WINEBUILD)
18125 @cd wow32 && \$(MAKE) \`basename \$@\`"
18126 ALL_MAKEFILES="$ALL_MAKEFILES \\
18127 dlls/wow32/Makefile"
18128 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18129 wow32"
18130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18131 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules config.status"
18132 ac_config_files="$ac_config_files dlls/wow32/Makefile"
18134 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18135 ws2_32/libws2_32.$IMPLIBEXT"
18136 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18137 ws2_32/libws2_32.def ws2_32/libws2_32.a ws2_32/libws2_32.cross.a: ws2_32/ws2_32.spec \$(WINEBUILD)
18138 @cd ws2_32 && \$(MAKE) \`basename \$@\`"
18139 ALL_MAKEFILES="$ALL_MAKEFILES \\
18140 dlls/ws2_32/Makefile"
18141 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18142 ws2_32"
18143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18144 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules config.status"
18145 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
18147 ALL_MAKEFILES="$ALL_MAKEFILES \\
18148 dlls/ws2_32/tests/Makefile"
18149 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18150 ws2_32/tests"
18151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18152 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules config.status"
18153 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
18155 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18156 wsock32/libwsock32.$IMPLIBEXT"
18157 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18158 wsock32/libwsock32.def wsock32/libwsock32.a wsock32/libwsock32.cross.a: wsock32/wsock32.spec \$(WINEBUILD)
18159 @cd wsock32 && \$(MAKE) \`basename \$@\`"
18160 ALL_MAKEFILES="$ALL_MAKEFILES \\
18161 dlls/wsock32/Makefile"
18162 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18163 wsock32"
18164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18165 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules config.status"
18166 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
18168 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18169 wtsapi32/libwtsapi32.$IMPLIBEXT"
18170 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18171 wtsapi32/libwtsapi32.def wtsapi32/libwtsapi32.a wtsapi32/libwtsapi32.cross.a: wtsapi32/wtsapi32.spec \$(WINEBUILD)
18172 @cd wtsapi32 && \$(MAKE) \`basename \$@\`"
18173 ALL_MAKEFILES="$ALL_MAKEFILES \\
18174 dlls/wtsapi32/Makefile"
18175 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18176 wtsapi32"
18177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18178 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules config.status"
18179 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
18181 ALL_MAKEFILES="$ALL_MAKEFILES \\
18182 dlls/wuapi/Makefile"
18183 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18184 wuapi"
18185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18186 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules config.status"
18187 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
18189 ALL_MAKEFILES="$ALL_MAKEFILES \\
18190 dlls/wuaueng/Makefile"
18191 test "x$enable_wuaueng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18192 wuaueng"
18193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18194 dlls/wuaueng/Makefile: dlls/wuaueng/Makefile.in dlls/Makedll.rules config.status"
18195 ac_config_files="$ac_config_files dlls/wuaueng/Makefile"
18197 ALL_MAKEFILES="$ALL_MAKEFILES \\
18198 dlls/xinput1_1/Makefile"
18199 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18200 xinput1_1"
18201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18202 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules config.status"
18203 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
18205 ALL_MAKEFILES="$ALL_MAKEFILES \\
18206 dlls/xinput1_2/Makefile"
18207 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18208 xinput1_2"
18209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18210 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules config.status"
18211 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
18213 ALL_IMPORT_LIBS="$ALL_IMPORT_LIBS \\
18214 xinput1_3/libxinput.$IMPLIBEXT \\
18215 libxinput.$IMPLIBEXT"
18216 ALL_IMPORTLIB_RULES="$ALL_IMPORTLIB_RULES
18217 libxinput.a: xinput1_3/libxinput.a
18218 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.a \$@
18219 libxinput.cross.a: xinput1_3/libxinput.cross.a
18220 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.cross.a \$@
18221 libxinput.def: xinput1_3/libxinput.def
18222 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.def \$@
18223 clean::
18224 \$(RM) libxinput.def
18225 xinput1_3/libxinput.def xinput1_3/libxinput.a xinput1_3/libxinput.cross.a: xinput1_3/xinput1_3.spec \$(WINEBUILD)
18226 @cd xinput1_3 && \$(MAKE) \`basename \$@\`"
18227 ALL_MAKEFILES="$ALL_MAKEFILES \\
18228 dlls/xinput1_3/Makefile"
18229 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18230 xinput1_3"
18231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18232 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules config.status"
18233 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
18235 ALL_MAKEFILES="$ALL_MAKEFILES \\
18236 dlls/xinput1_3/tests/Makefile"
18237 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18238 xinput1_3/tests"
18239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18240 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules config.status"
18241 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
18243 ALL_MAKEFILES="$ALL_MAKEFILES \\
18244 dlls/xinput9_1_0/Makefile"
18245 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18246 xinput9_1_0"
18247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18248 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules config.status"
18249 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
18251 ALL_MAKEFILES="$ALL_MAKEFILES \\
18252 dlls/xmllite/Makefile"
18253 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
18254 xmllite"
18255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18256 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules config.status"
18257 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
18259 ALL_MAKEFILES="$ALL_MAKEFILES \\
18260 dlls/xmllite/tests/Makefile"
18261 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
18262 xmllite/tests"
18263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18264 dlls/xmllite/tests/Makefile: dlls/xmllite/tests/Makefile.in dlls/Maketest.rules config.status"
18265 ac_config_files="$ac_config_files dlls/xmllite/tests/Makefile"
18267 ALL_MAKEFILES="$ALL_MAKEFILES \\
18268 documentation/Makefile"
18269 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18270 documentation"
18271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18272 documentation/Makefile: documentation/Makefile.in Make.rules config.status"
18273 ac_config_files="$ac_config_files documentation/Makefile"
18275 ALL_MAKEFILES="$ALL_MAKEFILES \\
18276 fonts/Makefile"
18277 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18278 fonts"
18279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18280 fonts/Makefile: fonts/Makefile.in Make.rules config.status"
18281 ac_config_files="$ac_config_files fonts/Makefile"
18283 ALL_MAKEFILES="$ALL_MAKEFILES \\
18284 include/Makefile"
18285 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18286 include"
18287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18288 include/Makefile: include/Makefile.in Make.rules config.status"
18289 ac_config_files="$ac_config_files include/Makefile"
18291 ALL_MAKEFILES="$ALL_MAKEFILES \\
18292 libs/Makefile"
18293 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18294 libs"
18295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18296 libs/Makefile: libs/Makefile.in Make.rules config.status"
18297 ac_config_files="$ac_config_files libs/Makefile"
18299 ALL_MAKEFILES="$ALL_MAKEFILES \\
18300 libs/port/Makefile"
18302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18303 libs/port/Makefile: libs/port/Makefile.in Make.rules config.status"
18304 ac_config_files="$ac_config_files libs/port/Makefile"
18306 ALL_MAKEFILES="$ALL_MAKEFILES \\
18307 libs/wine/Makefile"
18309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18310 libs/wine/Makefile: libs/wine/Makefile.in Make.rules config.status"
18311 ac_config_files="$ac_config_files libs/wine/Makefile"
18313 ALL_MAKEFILES="$ALL_MAKEFILES \\
18314 libs/wpp/Makefile"
18316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18317 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules config.status"
18318 ac_config_files="$ac_config_files libs/wpp/Makefile"
18320 ALL_MAKEFILES="$ALL_MAKEFILES \\
18321 loader/Makefile"
18322 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18323 loader"
18324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18325 loader/Makefile: loader/Makefile.in Make.rules config.status"
18326 ac_config_files="$ac_config_files loader/Makefile"
18328 ALL_MAKEFILES="$ALL_MAKEFILES \\
18329 programs/Makefile"
18330 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18331 programs"
18332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18333 programs/Makefile: programs/Makefile.in Make.rules config.status"
18334 ac_config_files="$ac_config_files programs/Makefile"
18336 ALL_MAKEFILES="$ALL_MAKEFILES \\
18337 programs/cacls/Makefile"
18338 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18339 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18340 cacls"
18341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18342 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules config.status"
18343 ac_config_files="$ac_config_files programs/cacls/Makefile"
18345 ALL_MAKEFILES="$ALL_MAKEFILES \\
18346 programs/clock/Makefile"
18347 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18348 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18349 clock"
18350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18351 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules config.status"
18352 ac_config_files="$ac_config_files programs/clock/Makefile"
18354 ALL_MAKEFILES="$ALL_MAKEFILES \\
18355 programs/cmd/Makefile"
18356 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18357 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18358 cmd"
18359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18360 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules config.status"
18361 ac_config_files="$ac_config_files programs/cmd/Makefile"
18363 ALL_MAKEFILES="$ALL_MAKEFILES \\
18364 programs/cmdlgtst/Makefile"
18365 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18366 cmdlgtst"
18367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18368 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules config.status"
18369 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
18371 ALL_MAKEFILES="$ALL_MAKEFILES \\
18372 programs/control/Makefile"
18373 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18374 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18375 control"
18376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18377 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules config.status"
18378 ac_config_files="$ac_config_files programs/control/Makefile"
18380 ALL_MAKEFILES="$ALL_MAKEFILES \\
18381 programs/dxdiag/Makefile"
18382 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18383 dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18384 dxdiag"
18385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18386 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules config.status"
18387 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
18389 ALL_MAKEFILES="$ALL_MAKEFILES \\
18390 programs/eject/Makefile"
18391 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18392 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18393 eject"
18394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18395 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules config.status"
18396 ac_config_files="$ac_config_files programs/eject/Makefile"
18398 ALL_MAKEFILES="$ALL_MAKEFILES \\
18399 programs/expand/Makefile"
18400 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18401 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18402 expand"
18403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18404 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules config.status"
18405 ac_config_files="$ac_config_files programs/expand/Makefile"
18407 ALL_MAKEFILES="$ALL_MAKEFILES \\
18408 programs/explorer/Makefile"
18409 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18410 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18411 explorer"
18412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18413 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules config.status"
18414 ac_config_files="$ac_config_files programs/explorer/Makefile"
18416 ALL_MAKEFILES="$ALL_MAKEFILES \\
18417 programs/extrac32/Makefile"
18418 test "x$enable_extrac32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18419 extrac32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18420 extrac32"
18421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18422 programs/extrac32/Makefile: programs/extrac32/Makefile.in programs/Makeprog.rules config.status"
18423 ac_config_files="$ac_config_files programs/extrac32/Makefile"
18425 ALL_MAKEFILES="$ALL_MAKEFILES \\
18426 programs/hh/Makefile"
18427 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18428 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18431 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules config.status"
18432 ac_config_files="$ac_config_files programs/hh/Makefile"
18434 ALL_MAKEFILES="$ALL_MAKEFILES \\
18435 programs/icinfo/Makefile"
18436 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18437 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18438 icinfo"
18439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18440 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules config.status"
18441 ac_config_files="$ac_config_files programs/icinfo/Makefile"
18443 ALL_MAKEFILES="$ALL_MAKEFILES \\
18444 programs/iexplore/Makefile"
18445 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18446 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18447 iexplore"
18448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18449 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules config.status"
18450 ac_config_files="$ac_config_files programs/iexplore/Makefile"
18452 ALL_MAKEFILES="$ALL_MAKEFILES \\
18453 programs/lodctr/Makefile"
18454 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18455 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18456 lodctr"
18457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18458 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules config.status"
18459 ac_config_files="$ac_config_files programs/lodctr/Makefile"
18461 ALL_MAKEFILES="$ALL_MAKEFILES \\
18462 programs/mshta/Makefile"
18463 test "x$enable_mshta" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18464 mshta" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18465 mshta"
18466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18467 programs/mshta/Makefile: programs/mshta/Makefile.in programs/Makeprog.rules config.status"
18468 ac_config_files="$ac_config_files programs/mshta/Makefile"
18470 ALL_MAKEFILES="$ALL_MAKEFILES \\
18471 programs/msiexec/Makefile"
18472 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18473 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18474 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18475 msiexec"
18476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18477 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules config.status"
18478 ac_config_files="$ac_config_files programs/msiexec/Makefile"
18480 ALL_MAKEFILES="$ALL_MAKEFILES \\
18481 programs/net/Makefile"
18482 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18483 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18484 net"
18485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18486 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules config.status"
18487 ac_config_files="$ac_config_files programs/net/Makefile"
18489 ALL_MAKEFILES="$ALL_MAKEFILES \\
18490 programs/notepad/Makefile"
18491 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18492 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18493 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18494 notepad"
18495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18496 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules config.status"
18497 ac_config_files="$ac_config_files programs/notepad/Makefile"
18499 ALL_MAKEFILES="$ALL_MAKEFILES \\
18500 programs/oleview/Makefile"
18501 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18502 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18503 oleview"
18504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18505 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules config.status"
18506 ac_config_files="$ac_config_files programs/oleview/Makefile"
18508 ALL_MAKEFILES="$ALL_MAKEFILES \\
18509 programs/progman/Makefile"
18510 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18511 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18512 progman"
18513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18514 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules config.status"
18515 ac_config_files="$ac_config_files programs/progman/Makefile"
18517 ALL_MAKEFILES="$ALL_MAKEFILES \\
18518 programs/reg/Makefile"
18519 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18520 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18521 reg"
18522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18523 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules config.status"
18524 ac_config_files="$ac_config_files programs/reg/Makefile"
18526 ALL_MAKEFILES="$ALL_MAKEFILES \\
18527 programs/regedit/Makefile"
18528 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18529 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18530 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18531 regedit"
18532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18533 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules config.status"
18534 ac_config_files="$ac_config_files programs/regedit/Makefile"
18536 ALL_MAKEFILES="$ALL_MAKEFILES \\
18537 programs/regsvr32/Makefile"
18538 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18539 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18540 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18541 regsvr32"
18542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18543 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules config.status"
18544 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
18546 ALL_MAKEFILES="$ALL_MAKEFILES \\
18547 programs/rpcss/Makefile"
18548 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18549 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18550 rpcss"
18551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18552 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules config.status"
18553 ac_config_files="$ac_config_files programs/rpcss/Makefile"
18555 ALL_MAKEFILES="$ALL_MAKEFILES \\
18556 programs/rundll32/Makefile"
18557 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18558 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18559 rundll32"
18560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18561 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules config.status"
18562 ac_config_files="$ac_config_files programs/rundll32/Makefile"
18564 ALL_MAKEFILES="$ALL_MAKEFILES \\
18565 programs/secedit/Makefile"
18566 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18567 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18568 secedit"
18569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18570 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules config.status"
18571 ac_config_files="$ac_config_files programs/secedit/Makefile"
18573 ALL_MAKEFILES="$ALL_MAKEFILES \\
18574 programs/services/Makefile"
18575 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18576 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18577 services"
18578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18579 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules config.status"
18580 ac_config_files="$ac_config_files programs/services/Makefile"
18582 ALL_MAKEFILES="$ALL_MAKEFILES \\
18583 programs/spoolsv/Makefile"
18584 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18585 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18586 spoolsv"
18587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18588 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules config.status"
18589 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
18591 ALL_MAKEFILES="$ALL_MAKEFILES \\
18592 programs/start/Makefile"
18593 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18594 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18595 start"
18596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18597 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules config.status"
18598 ac_config_files="$ac_config_files programs/start/Makefile"
18600 ALL_MAKEFILES="$ALL_MAKEFILES \\
18601 programs/svchost/Makefile"
18602 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18603 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18604 svchost"
18605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18606 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules config.status"
18607 ac_config_files="$ac_config_files programs/svchost/Makefile"
18609 ALL_MAKEFILES="$ALL_MAKEFILES \\
18610 programs/taskmgr/Makefile"
18611 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18612 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18613 taskmgr"
18614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18615 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules config.status"
18616 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
18618 ALL_MAKEFILES="$ALL_MAKEFILES \\
18619 programs/termsv/Makefile"
18620 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18621 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18622 termsv"
18623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18624 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules config.status"
18625 ac_config_files="$ac_config_files programs/termsv/Makefile"
18627 ALL_MAKEFILES="$ALL_MAKEFILES \\
18628 programs/uninstaller/Makefile"
18629 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18630 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18631 uninstaller"
18632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18633 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules config.status"
18634 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
18636 ALL_MAKEFILES="$ALL_MAKEFILES \\
18637 programs/unlodctr/Makefile"
18638 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18639 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18640 unlodctr"
18641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18642 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules config.status"
18643 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
18645 ALL_MAKEFILES="$ALL_MAKEFILES \\
18646 programs/view/Makefile"
18647 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18648 view"
18649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18650 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules config.status"
18651 ac_config_files="$ac_config_files programs/view/Makefile"
18653 ALL_MAKEFILES="$ALL_MAKEFILES \\
18654 programs/wineboot/Makefile"
18655 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18656 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18657 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18658 wineboot"
18659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18660 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules config.status"
18661 ac_config_files="$ac_config_files programs/wineboot/Makefile"
18663 ALL_MAKEFILES="$ALL_MAKEFILES \\
18664 programs/winebrowser/Makefile"
18665 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18666 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18667 winebrowser"
18668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18669 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules config.status"
18670 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
18672 ALL_MAKEFILES="$ALL_MAKEFILES \\
18673 programs/winecfg/Makefile"
18674 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18675 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18676 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18677 winecfg"
18678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18679 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules config.status"
18680 ac_config_files="$ac_config_files programs/winecfg/Makefile"
18682 ALL_MAKEFILES="$ALL_MAKEFILES \\
18683 programs/wineconsole/Makefile"
18684 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18685 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18686 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18687 wineconsole"
18688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18689 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules config.status"
18690 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
18692 ALL_MAKEFILES="$ALL_MAKEFILES \\
18693 programs/winedbg/Makefile"
18694 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18695 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18696 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18697 winedbg"
18698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18699 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules config.status"
18700 ac_config_files="$ac_config_files programs/winedbg/Makefile"
18702 ALL_MAKEFILES="$ALL_MAKEFILES \\
18703 programs/winedevice/Makefile"
18704 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18705 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18706 winedevice"
18707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18708 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules config.status"
18709 ac_config_files="$ac_config_files programs/winedevice/Makefile"
18711 ALL_MAKEFILES="$ALL_MAKEFILES \\
18712 programs/winefile/Makefile"
18713 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18714 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18715 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18716 winefile"
18717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18718 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules config.status"
18719 ac_config_files="$ac_config_files programs/winefile/Makefile"
18721 ALL_MAKEFILES="$ALL_MAKEFILES \\
18722 programs/winemenubuilder/Makefile"
18723 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18724 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18725 winemenubuilder"
18726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18727 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules config.status"
18728 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
18730 ALL_MAKEFILES="$ALL_MAKEFILES \\
18731 programs/winemine/Makefile"
18732 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18733 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18734 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18735 winemine"
18736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18737 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules config.status"
18738 ac_config_files="$ac_config_files programs/winemine/Makefile"
18740 ALL_MAKEFILES="$ALL_MAKEFILES \\
18741 programs/winepath/Makefile"
18742 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18743 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18744 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18745 winepath"
18746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18747 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules config.status"
18748 ac_config_files="$ac_config_files programs/winepath/Makefile"
18750 ALL_MAKEFILES="$ALL_MAKEFILES \\
18751 programs/winetest/Makefile"
18752 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18753 winetest"
18754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18755 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules config.status"
18756 ac_config_files="$ac_config_files programs/winetest/Makefile"
18758 ALL_MAKEFILES="$ALL_MAKEFILES \\
18759 programs/winevdm/Makefile"
18760 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18761 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18762 winevdm"
18763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18764 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules config.status"
18765 ac_config_files="$ac_config_files programs/winevdm/Makefile"
18767 ALL_MAKEFILES="$ALL_MAKEFILES \\
18768 programs/winhelp.exe16/Makefile"
18769 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18770 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18771 winhelp.exe16"
18772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18773 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules config.status"
18774 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
18776 ALL_MAKEFILES="$ALL_MAKEFILES \\
18777 programs/winhlp32/Makefile"
18778 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18779 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18780 winhlp32"
18781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18782 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules config.status"
18783 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
18785 ALL_MAKEFILES="$ALL_MAKEFILES \\
18786 programs/winoldap.mod16/Makefile"
18787 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18788 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18789 winoldap.mod16"
18790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18791 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules config.status"
18792 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
18794 ALL_MAKEFILES="$ALL_MAKEFILES \\
18795 programs/winver/Makefile"
18796 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18797 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18798 winver"
18799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18800 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules config.status"
18801 ac_config_files="$ac_config_files programs/winver/Makefile"
18803 ALL_MAKEFILES="$ALL_MAKEFILES \\
18804 programs/wordpad/Makefile"
18805 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18806 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18807 wordpad"
18808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18809 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules config.status"
18810 ac_config_files="$ac_config_files programs/wordpad/Makefile"
18812 ALL_MAKEFILES="$ALL_MAKEFILES \\
18813 programs/write/Makefile"
18814 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18815 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18816 write"
18817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18818 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules config.status"
18819 ac_config_files="$ac_config_files programs/write/Makefile"
18821 ALL_MAKEFILES="$ALL_MAKEFILES \\
18822 programs/xcopy/Makefile"
18823 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18824 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18825 xcopy"
18826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18827 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules config.status"
18828 ac_config_files="$ac_config_files programs/xcopy/Makefile"
18830 ALL_MAKEFILES="$ALL_MAKEFILES \\
18831 server/Makefile"
18832 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18833 server"
18834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18835 server/Makefile: server/Makefile.in Make.rules config.status"
18836 ac_config_files="$ac_config_files server/Makefile"
18838 ALL_MAKEFILES="$ALL_MAKEFILES \\
18839 tools/Makefile"
18840 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18841 tools"
18842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18843 tools/Makefile: tools/Makefile.in Make.rules config.status"
18844 ac_config_files="$ac_config_files tools/Makefile"
18846 ALL_MAKEFILES="$ALL_MAKEFILES \\
18847 tools/widl/Makefile"
18849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18850 tools/widl/Makefile: tools/widl/Makefile.in Make.rules config.status"
18851 ac_config_files="$ac_config_files tools/widl/Makefile"
18853 ALL_MAKEFILES="$ALL_MAKEFILES \\
18854 tools/winebuild/Makefile"
18856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18857 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules config.status"
18858 ac_config_files="$ac_config_files tools/winebuild/Makefile"
18860 ALL_MAKEFILES="$ALL_MAKEFILES \\
18861 tools/winedump/Makefile"
18863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18864 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules config.status"
18865 ac_config_files="$ac_config_files tools/winedump/Makefile"
18867 ALL_MAKEFILES="$ALL_MAKEFILES \\
18868 tools/winegcc/Makefile"
18870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18871 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules config.status"
18872 ac_config_files="$ac_config_files tools/winegcc/Makefile"
18874 ALL_MAKEFILES="$ALL_MAKEFILES \\
18875 tools/wmc/Makefile"
18877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18878 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules config.status"
18879 ac_config_files="$ac_config_files tools/wmc/Makefile"
18881 ALL_MAKEFILES="$ALL_MAKEFILES \\
18882 tools/wrc/Makefile"
18884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18885 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules config.status"
18886 ac_config_files="$ac_config_files tools/wrc/Makefile"
18890 ALL_WINETEST_DEPENDS="# Test binaries"
18892 for dir in $ALL_TEST_DIRS
18894 if test "$dir" != "\\"
18895 then
18896 testname=`expr $dir : '\(.*\)/tests'`_test
18897 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18899 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
18900 cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
18901 $testname.rc:
18902 echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18903 $testname.res: $testname.rc $testname.exe"
18905 done
18907 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
18909 cat >confcache <<\_ACEOF
18910 # This file is a shell script that caches the results of configure
18911 # tests run on this system so they can be shared between configure
18912 # scripts and configure runs, see configure's option --config-cache.
18913 # It is not useful on other systems. If it contains results you don't
18914 # want to keep, you may remove or edit it.
18916 # config.status only pays attention to the cache file if you give it
18917 # the --recheck option to rerun configure.
18919 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18920 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18921 # following values.
18923 _ACEOF
18925 # The following way of writing the cache mishandles newlines in values,
18926 # but we know of no workaround that is simple, portable, and efficient.
18927 # So, we kill variables containing newlines.
18928 # Ultrix sh set writes to stderr and can't be redirected directly,
18929 # and sets the high bit in the cache file unless we assign to the vars.
18931 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18932 eval ac_val=\$$ac_var
18933 case $ac_val in #(
18934 *${as_nl}*)
18935 case $ac_var in #(
18936 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18937 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18938 esac
18939 case $ac_var in #(
18940 _ | IFS | as_nl) ;; #(
18941 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18942 *) { eval $ac_var=; unset $ac_var;} ;;
18943 esac ;;
18944 esac
18945 done
18947 (set) 2>&1 |
18948 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18949 *${as_nl}ac_space=\ *)
18950 # `set' does not quote correctly, so add quotes: double-quote
18951 # substitution turns \\\\ into \\, and sed turns \\ into \.
18952 sed -n \
18953 "s/'/'\\\\''/g;
18954 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18955 ;; #(
18957 # `set' quotes correctly as required by POSIX, so do not add quotes.
18958 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18960 esac |
18961 sort
18963 sed '
18964 /^ac_cv_env_/b end
18965 t clear
18966 :clear
18967 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18968 t end
18969 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18970 :end' >>confcache
18971 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18972 if test -w "$cache_file"; then
18973 test "x$cache_file" != "x/dev/null" &&
18974 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18975 $as_echo "$as_me: updating cache $cache_file" >&6;}
18976 cat confcache >$cache_file
18977 else
18978 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18979 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18982 rm -f confcache
18984 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18985 # Let make expand exec_prefix.
18986 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18988 DEFS=-DHAVE_CONFIG_H
18990 ac_libobjs=
18991 ac_ltlibobjs=
18992 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18993 # 1. Remove the extension, and $U if already installed.
18994 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18995 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18996 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18997 # will be set to the directory where LIBOBJS objects are built.
18998 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18999 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
19000 done
19001 LIBOBJS=$ac_libobjs
19003 LTLIBOBJS=$ac_ltlibobjs
19007 : ${CONFIG_STATUS=./config.status}
19008 ac_write_fail=0
19009 ac_clean_files_save=$ac_clean_files
19010 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
19011 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
19012 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
19013 as_write_fail=0
19014 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
19015 #! $SHELL
19016 # Generated by $as_me.
19017 # Run this file to recreate the current configuration.
19018 # Compiler output produced by configure, useful for debugging
19019 # configure, is in config.log if it exists.
19021 debug=false
19022 ac_cs_recheck=false
19023 ac_cs_silent=false
19025 SHELL=\${CONFIG_SHELL-$SHELL}
19026 export SHELL
19027 _ASEOF
19028 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
19029 ## -------------------- ##
19030 ## M4sh Initialization. ##
19031 ## -------------------- ##
19033 # Be more Bourne compatible
19034 DUALCASE=1; export DUALCASE # for MKS sh
19035 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
19036 emulate sh
19037 NULLCMD=:
19038 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
19039 # is contrary to our usage. Disable this feature.
19040 alias -g '${1+"$@"}'='"$@"'
19041 setopt NO_GLOB_SUBST
19042 else
19043 case `(set -o) 2>/dev/null` in #(
19044 *posix*) :
19045 set -o posix ;; #(
19046 *) :
19048 esac
19052 as_nl='
19054 export as_nl
19055 # Printing a long string crashes Solaris 7 /usr/bin/printf.
19056 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
19057 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
19058 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
19059 # Prefer a ksh shell builtin over an external printf program on Solaris,
19060 # but without wasting forks for bash or zsh.
19061 if test -z "$BASH_VERSION$ZSH_VERSION" \
19062 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
19063 as_echo='print -r --'
19064 as_echo_n='print -rn --'
19065 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
19066 as_echo='printf %s\n'
19067 as_echo_n='printf %s'
19068 else
19069 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
19070 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
19071 as_echo_n='/usr/ucb/echo -n'
19072 else
19073 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
19074 as_echo_n_body='eval
19075 arg=$1;
19076 case $arg in #(
19077 *"$as_nl"*)
19078 expr "X$arg" : "X\\(.*\\)$as_nl";
19079 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
19080 esac;
19081 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
19083 export as_echo_n_body
19084 as_echo_n='sh -c $as_echo_n_body as_echo'
19086 export as_echo_body
19087 as_echo='sh -c $as_echo_body as_echo'
19090 # The user is always right.
19091 if test "${PATH_SEPARATOR+set}" != set; then
19092 PATH_SEPARATOR=:
19093 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
19094 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
19095 PATH_SEPARATOR=';'
19100 # IFS
19101 # We need space, tab and new line, in precisely that order. Quoting is
19102 # there to prevent editors from complaining about space-tab.
19103 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
19104 # splitting by setting IFS to empty value.)
19105 IFS=" "" $as_nl"
19107 # Find who we are. Look in the path if we contain no directory separator.
19108 case $0 in #((
19109 *[\\/]* ) as_myself=$0 ;;
19110 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19111 for as_dir in $PATH
19113 IFS=$as_save_IFS
19114 test -z "$as_dir" && as_dir=.
19115 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
19116 done
19117 IFS=$as_save_IFS
19120 esac
19121 # We did not find ourselves, most probably we were run as `sh COMMAND'
19122 # in which case we are not to be found in the path.
19123 if test "x$as_myself" = x; then
19124 as_myself=$0
19126 if test ! -f "$as_myself"; then
19127 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
19128 exit 1
19131 # Unset variables that we do not need and which cause bugs (e.g. in
19132 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
19133 # suppresses any "Segmentation fault" message there. '((' could
19134 # trigger a bug in pdksh 5.2.14.
19135 for as_var in BASH_ENV ENV MAIL MAILPATH
19136 do eval test x\${$as_var+set} = xset \
19137 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
19138 done
19139 PS1='$ '
19140 PS2='> '
19141 PS4='+ '
19143 # NLS nuisances.
19144 LC_ALL=C
19145 export LC_ALL
19146 LANGUAGE=C
19147 export LANGUAGE
19149 # CDPATH.
19150 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
19153 # as_fn_error ERROR [LINENO LOG_FD]
19154 # ---------------------------------
19155 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
19156 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
19157 # script with status $?, using 1 if that was 0.
19158 as_fn_error ()
19160 as_status=$?; test $as_status -eq 0 && as_status=1
19161 if test "$3"; then
19162 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
19163 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
19165 $as_echo "$as_me: error: $1" >&2
19166 as_fn_exit $as_status
19167 } # as_fn_error
19170 # as_fn_set_status STATUS
19171 # -----------------------
19172 # Set $? to STATUS, without forking.
19173 as_fn_set_status ()
19175 return $1
19176 } # as_fn_set_status
19178 # as_fn_exit STATUS
19179 # -----------------
19180 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
19181 as_fn_exit ()
19183 set +e
19184 as_fn_set_status $1
19185 exit $1
19186 } # as_fn_exit
19188 # as_fn_unset VAR
19189 # ---------------
19190 # Portably unset VAR.
19191 as_fn_unset ()
19193 { eval $1=; unset $1;}
19195 as_unset=as_fn_unset
19196 # as_fn_append VAR VALUE
19197 # ----------------------
19198 # Append the text in VALUE to the end of the definition contained in VAR. Take
19199 # advantage of any shell optimizations that allow amortized linear growth over
19200 # repeated appends, instead of the typical quadratic growth present in naive
19201 # implementations.
19202 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
19203 eval 'as_fn_append ()
19205 eval $1+=\$2
19207 else
19208 as_fn_append ()
19210 eval $1=\$$1\$2
19212 fi # as_fn_append
19214 # as_fn_arith ARG...
19215 # ------------------
19216 # Perform arithmetic evaluation on the ARGs, and store the result in the
19217 # global $as_val. Take advantage of shells that can avoid forks. The arguments
19218 # must be portable across $(()) and expr.
19219 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
19220 eval 'as_fn_arith ()
19222 as_val=$(( $* ))
19224 else
19225 as_fn_arith ()
19227 as_val=`expr "$@" || test $? -eq 1`
19229 fi # as_fn_arith
19232 if expr a : '\(a\)' >/dev/null 2>&1 &&
19233 test "X`expr 00001 : '.*\(...\)'`" = X001; then
19234 as_expr=expr
19235 else
19236 as_expr=false
19239 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
19240 as_basename=basename
19241 else
19242 as_basename=false
19245 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
19246 as_dirname=dirname
19247 else
19248 as_dirname=false
19251 as_me=`$as_basename -- "$0" ||
19252 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
19253 X"$0" : 'X\(//\)$' \| \
19254 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
19255 $as_echo X/"$0" |
19256 sed '/^.*\/\([^/][^/]*\)\/*$/{
19257 s//\1/
19260 /^X\/\(\/\/\)$/{
19261 s//\1/
19264 /^X\/\(\/\).*/{
19265 s//\1/
19268 s/.*/./; q'`
19270 # Avoid depending upon Character Ranges.
19271 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
19272 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
19273 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
19274 as_cr_digits='0123456789'
19275 as_cr_alnum=$as_cr_Letters$as_cr_digits
19277 ECHO_C= ECHO_N= ECHO_T=
19278 case `echo -n x` in #(((((
19279 -n*)
19280 case `echo 'xy\c'` in
19281 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
19282 xy) ECHO_C='\c';;
19283 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
19284 ECHO_T=' ';;
19285 esac;;
19287 ECHO_N='-n';;
19288 esac
19290 rm -f conf$$ conf$$.exe conf$$.file
19291 if test -d conf$$.dir; then
19292 rm -f conf$$.dir/conf$$.file
19293 else
19294 rm -f conf$$.dir
19295 mkdir conf$$.dir 2>/dev/null
19297 if (echo >conf$$.file) 2>/dev/null; then
19298 if ln -s conf$$.file conf$$ 2>/dev/null; then
19299 as_ln_s='ln -s'
19300 # ... but there are two gotchas:
19301 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
19302 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
19303 # In both cases, we have to default to `cp -p'.
19304 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
19305 as_ln_s='cp -p'
19306 elif ln conf$$.file conf$$ 2>/dev/null; then
19307 as_ln_s=ln
19308 else
19309 as_ln_s='cp -p'
19311 else
19312 as_ln_s='cp -p'
19314 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
19315 rmdir conf$$.dir 2>/dev/null
19318 # as_fn_mkdir_p
19319 # -------------
19320 # Create "$as_dir" as a directory, including parents if necessary.
19321 as_fn_mkdir_p ()
19324 case $as_dir in #(
19325 -*) as_dir=./$as_dir;;
19326 esac
19327 test -d "$as_dir" || eval $as_mkdir_p || {
19328 as_dirs=
19329 while :; do
19330 case $as_dir in #(
19331 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
19332 *) as_qdir=$as_dir;;
19333 esac
19334 as_dirs="'$as_qdir' $as_dirs"
19335 as_dir=`$as_dirname -- "$as_dir" ||
19336 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19337 X"$as_dir" : 'X\(//\)[^/]' \| \
19338 X"$as_dir" : 'X\(//\)$' \| \
19339 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
19340 $as_echo X"$as_dir" |
19341 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19342 s//\1/
19345 /^X\(\/\/\)[^/].*/{
19346 s//\1/
19349 /^X\(\/\/\)$/{
19350 s//\1/
19353 /^X\(\/\).*/{
19354 s//\1/
19357 s/.*/./; q'`
19358 test -d "$as_dir" && break
19359 done
19360 test -z "$as_dirs" || eval "mkdir $as_dirs"
19361 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
19364 } # as_fn_mkdir_p
19365 if mkdir -p . 2>/dev/null; then
19366 as_mkdir_p='mkdir -p "$as_dir"'
19367 else
19368 test -d ./-p && rmdir ./-p
19369 as_mkdir_p=false
19372 if test -x / >/dev/null 2>&1; then
19373 as_test_x='test -x'
19374 else
19375 if ls -dL / >/dev/null 2>&1; then
19376 as_ls_L_option=L
19377 else
19378 as_ls_L_option=
19380 as_test_x='
19381 eval sh -c '\''
19382 if test -d "$1"; then
19383 test -d "$1/.";
19384 else
19385 case $1 in #(
19386 -*)set "./$1";;
19387 esac;
19388 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
19389 ???[sx]*):;;*)false;;esac;fi
19390 '\'' sh
19393 as_executable_p=$as_test_x
19395 # Sed expression to map a string onto a valid CPP name.
19396 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
19398 # Sed expression to map a string onto a valid variable name.
19399 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
19402 exec 6>&1
19403 ## ----------------------------------- ##
19404 ## Main body of $CONFIG_STATUS script. ##
19405 ## ----------------------------------- ##
19406 _ASEOF
19407 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
19409 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19410 # Save the log message, to keep $0 and so on meaningful, and to
19411 # report actual input values of CONFIG_FILES etc. instead of their
19412 # values after options handling.
19413 ac_log="
19414 This file was extended by Wine $as_me 1.1.37, which was
19415 generated by GNU Autoconf 2.65. Invocation command line was
19417 CONFIG_FILES = $CONFIG_FILES
19418 CONFIG_HEADERS = $CONFIG_HEADERS
19419 CONFIG_LINKS = $CONFIG_LINKS
19420 CONFIG_COMMANDS = $CONFIG_COMMANDS
19421 $ $0 $@
19423 on `(hostname || uname -n) 2>/dev/null | sed 1q`
19426 _ACEOF
19428 case $ac_config_files in *"
19429 "*) set x $ac_config_files; shift; ac_config_files=$*;;
19430 esac
19432 case $ac_config_headers in *"
19433 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
19434 esac
19437 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19438 # Files that config.status was made for.
19439 config_files="$ac_config_files"
19440 config_headers="$ac_config_headers"
19441 config_commands="$ac_config_commands"
19443 _ACEOF
19445 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19446 ac_cs_usage="\
19447 \`$as_me' instantiates files and other configuration actions
19448 from templates according to the current configuration. Unless the files
19449 and actions are specified as TAGs, all are instantiated by default.
19451 Usage: $0 [OPTION]... [TAG]...
19453 -h, --help print this help, then exit
19454 -V, --version print version number and configuration settings, then exit
19455 --config print configuration, then exit
19456 -q, --quiet, --silent
19457 do not print progress messages
19458 -d, --debug don't remove temporary files
19459 --recheck update $as_me by reconfiguring in the same conditions
19460 --file=FILE[:TEMPLATE]
19461 instantiate the configuration file FILE
19462 --header=FILE[:TEMPLATE]
19463 instantiate the configuration header FILE
19465 Configuration files:
19466 $config_files
19468 Configuration headers:
19469 $config_headers
19471 Configuration commands:
19472 $config_commands
19474 Report bugs to <wine-devel@winehq.org>.
19475 Wine home page: <http://www.winehq.org>."
19477 _ACEOF
19478 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19479 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
19480 ac_cs_version="\\
19481 Wine config.status 1.1.37
19482 configured by $0, generated by GNU Autoconf 2.65,
19483 with options \\"\$ac_cs_config\\"
19485 Copyright (C) 2009 Free Software Foundation, Inc.
19486 This config.status script is free software; the Free Software Foundation
19487 gives unlimited permission to copy, distribute and modify it."
19489 ac_pwd='$ac_pwd'
19490 srcdir='$srcdir'
19491 INSTALL='$INSTALL'
19492 test -n "\$AWK" || AWK=awk
19493 _ACEOF
19495 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19496 # The default lists apply if the user does not specify any file.
19497 ac_need_defaults=:
19498 while test $# != 0
19500 case $1 in
19501 --*=*)
19502 ac_option=`expr "X$1" : 'X\([^=]*\)='`
19503 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
19504 ac_shift=:
19507 ac_option=$1
19508 ac_optarg=$2
19509 ac_shift=shift
19511 esac
19513 case $ac_option in
19514 # Handling of the options.
19515 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
19516 ac_cs_recheck=: ;;
19517 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
19518 $as_echo "$ac_cs_version"; exit ;;
19519 --config | --confi | --conf | --con | --co | --c )
19520 $as_echo "$ac_cs_config"; exit ;;
19521 --debug | --debu | --deb | --de | --d | -d )
19522 debug=: ;;
19523 --file | --fil | --fi | --f )
19524 $ac_shift
19525 case $ac_optarg in
19526 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19527 esac
19528 as_fn_append CONFIG_FILES " '$ac_optarg'"
19529 ac_need_defaults=false;;
19530 --header | --heade | --head | --hea )
19531 $ac_shift
19532 case $ac_optarg in
19533 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19534 esac
19535 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
19536 ac_need_defaults=false;;
19537 --he | --h)
19538 # Conflict between --help and --header
19539 as_fn_error "ambiguous option: \`$1'
19540 Try \`$0 --help' for more information.";;
19541 --help | --hel | -h )
19542 $as_echo "$ac_cs_usage"; exit ;;
19543 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
19544 | -silent | --silent | --silen | --sile | --sil | --si | --s)
19545 ac_cs_silent=: ;;
19547 # This is an error.
19548 -*) as_fn_error "unrecognized option: \`$1'
19549 Try \`$0 --help' for more information." ;;
19551 *) as_fn_append ac_config_targets " $1"
19552 ac_need_defaults=false ;;
19554 esac
19555 shift
19556 done
19558 ac_configure_extra_args=
19560 if $ac_cs_silent; then
19561 exec 6>/dev/null
19562 ac_configure_extra_args="$ac_configure_extra_args --silent"
19565 _ACEOF
19566 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19567 if \$ac_cs_recheck; then
19568 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19569 shift
19570 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19571 CONFIG_SHELL='$SHELL'
19572 export CONFIG_SHELL
19573 exec "\$@"
19576 _ACEOF
19577 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19578 exec 5>>config.log
19580 echo
19581 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19582 ## Running $as_me. ##
19583 _ASBOX
19584 $as_echo "$ac_log"
19585 } >&5
19587 _ACEOF
19588 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19589 _ACEOF
19591 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19593 # Handling of arguments.
19594 for ac_config_target in $ac_config_targets
19596 case $ac_config_target in
19597 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
19598 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
19599 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
19600 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
19601 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
19602 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
19603 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
19604 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
19605 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
19606 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
19607 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
19608 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
19609 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
19610 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
19611 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
19612 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
19613 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
19614 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
19615 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
19616 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
19617 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
19618 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
19619 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
19620 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
19621 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
19622 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
19623 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
19624 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
19625 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
19626 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
19627 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
19628 "dlls/avifil32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/tests/Makefile" ;;
19629 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
19630 "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
19631 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
19632 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
19633 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
19634 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
19635 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
19636 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
19637 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
19638 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
19639 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
19640 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
19641 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
19642 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
19643 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
19644 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
19645 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
19646 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
19647 "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
19648 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
19649 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
19650 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
19651 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
19652 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
19653 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
19654 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
19655 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
19656 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
19657 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
19658 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
19659 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
19660 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
19661 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
19662 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
19663 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
19664 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
19665 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
19666 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
19667 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
19668 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
19669 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
19670 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
19671 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
19672 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
19673 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
19674 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
19675 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
19676 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
19677 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
19678 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
19679 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
19680 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
19681 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
19682 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
19683 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
19684 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
19685 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
19686 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
19687 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
19688 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
19689 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
19690 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
19691 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
19692 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
19693 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
19694 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
19695 "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
19696 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
19697 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
19698 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
19699 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
19700 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
19701 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
19702 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
19703 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
19704 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
19705 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
19706 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
19707 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
19708 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
19709 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
19710 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
19711 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
19712 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
19713 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
19714 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
19715 "dlls/dmloader/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/tests/Makefile" ;;
19716 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
19717 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
19718 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
19719 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
19720 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
19721 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
19722 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
19723 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
19724 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
19725 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
19726 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
19727 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
19728 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
19729 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
19730 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
19731 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
19732 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
19733 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
19734 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
19735 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
19736 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
19737 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
19738 "dlls/dxdiagn/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/tests/Makefile" ;;
19739 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
19740 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
19741 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
19742 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
19743 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
19744 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
19745 "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
19746 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
19747 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
19748 "dlls/fwpuclnt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fwpuclnt/Makefile" ;;
19749 "dlls/gdi.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi.exe16/Makefile" ;;
19750 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
19751 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
19752 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
19753 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
19754 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
19755 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
19756 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
19757 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
19758 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
19759 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
19760 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
19761 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
19762 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
19763 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
19764 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
19765 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
19766 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
19767 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
19768 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
19769 "dlls/imagehlp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/tests/Makefile" ;;
19770 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
19771 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
19772 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
19773 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
19774 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
19775 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
19776 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
19777 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
19778 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
19779 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
19780 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
19781 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
19782 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
19783 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
19784 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
19785 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
19786 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
19787 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
19788 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
19789 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
19790 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
19791 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
19792 "dlls/krnl386.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/krnl386.exe16/Makefile" ;;
19793 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
19794 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
19795 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
19796 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
19797 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
19798 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
19799 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
19800 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
19801 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
19802 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
19803 "dlls/mapistub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapistub/Makefile" ;;
19804 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
19805 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
19806 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
19807 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
19808 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
19809 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
19810 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
19811 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
19812 "dlls/mmdevapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/Makefile" ;;
19813 "dlls/mmdevapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/tests/Makefile" ;;
19814 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
19815 "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
19816 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
19817 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
19818 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
19819 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
19820 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
19821 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
19822 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
19823 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
19824 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
19825 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
19826 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
19827 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
19828 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
19829 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
19830 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
19831 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
19832 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
19833 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
19834 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
19835 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
19836 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
19837 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
19838 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
19839 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
19840 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
19841 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
19842 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
19843 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
19844 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
19845 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
19846 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
19847 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
19848 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
19849 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
19850 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
19851 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
19852 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
19853 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
19854 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
19855 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
19856 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
19857 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
19858 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
19859 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
19860 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
19861 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
19862 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
19863 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
19864 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
19865 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
19866 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
19867 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
19868 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
19869 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
19870 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
19871 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
19872 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
19873 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
19874 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
19875 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
19876 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
19877 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
19878 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
19879 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
19880 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
19881 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
19882 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
19883 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
19884 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
19885 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
19886 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
19887 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
19888 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
19889 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
19890 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
19891 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
19892 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
19893 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
19894 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
19895 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
19896 "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
19897 "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
19898 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
19899 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
19900 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
19901 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
19902 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
19903 "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
19904 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
19905 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
19906 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
19907 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
19908 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
19909 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
19910 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
19911 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
19912 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
19913 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
19914 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
19915 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
19916 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
19917 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
19918 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
19919 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
19920 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
19921 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
19922 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
19923 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
19924 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
19925 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
19926 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
19927 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
19928 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
19929 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
19930 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
19931 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
19932 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
19933 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
19934 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
19935 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
19936 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
19937 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
19938 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
19939 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
19940 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
19941 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
19942 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
19943 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
19944 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
19945 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
19946 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
19947 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
19948 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
19949 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
19950 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
19951 "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
19952 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
19953 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
19954 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
19955 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
19956 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
19957 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
19958 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
19959 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
19960 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
19961 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
19962 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
19963 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
19964 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
19965 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
19966 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
19967 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
19968 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
19969 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
19970 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
19971 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
19972 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
19973 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
19974 "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
19975 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
19976 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
19977 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
19978 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
19979 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
19980 "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
19981 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
19982 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
19983 "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
19984 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
19985 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
19986 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
19987 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
19988 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
19989 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
19990 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
19991 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
19992 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
19993 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
19994 "dlls/user.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user.exe16/Makefile" ;;
19995 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
19996 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
19997 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
19998 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
19999 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
20000 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
20001 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
20002 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
20003 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
20004 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
20005 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
20006 "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
20007 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
20008 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
20009 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
20010 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
20011 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
20012 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
20013 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
20014 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
20015 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
20016 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
20017 "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
20018 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
20019 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
20020 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
20021 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
20022 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
20023 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
20024 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
20025 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
20026 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
20027 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
20028 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
20029 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
20030 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
20031 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
20032 "dlls/winemapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemapi/Makefile" ;;
20033 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
20034 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
20035 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
20036 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
20037 "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
20038 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
20039 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
20040 "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
20041 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
20042 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
20043 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
20044 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
20045 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
20046 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
20047 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
20048 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
20049 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
20050 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
20051 "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
20052 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
20053 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
20054 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
20055 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
20056 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
20057 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
20058 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
20059 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
20060 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
20061 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
20062 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
20063 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
20064 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
20065 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
20066 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
20067 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
20068 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
20069 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
20070 "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
20071 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
20072 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
20073 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
20074 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
20075 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
20076 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
20077 "dlls/xmllite/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/tests/Makefile" ;;
20078 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
20079 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
20080 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
20081 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
20082 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
20083 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
20084 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
20085 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
20086 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
20087 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
20088 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
20089 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
20090 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
20091 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
20092 "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
20093 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
20094 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
20095 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
20096 "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
20097 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
20098 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
20099 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
20100 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
20101 "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
20102 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
20103 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
20104 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
20105 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
20106 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
20107 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
20108 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
20109 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
20110 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
20111 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
20112 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
20113 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
20114 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
20115 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
20116 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
20117 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
20118 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
20119 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
20120 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
20121 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
20122 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
20123 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
20124 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
20125 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
20126 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
20127 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
20128 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
20129 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
20130 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
20131 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
20132 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
20133 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
20134 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
20135 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
20136 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
20137 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
20138 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
20139 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
20140 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
20141 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
20142 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
20143 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
20144 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
20145 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
20146 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
20147 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
20148 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
20150 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
20151 esac
20152 done
20155 # If the user did not use the arguments to specify the items to instantiate,
20156 # then the envvar interface is used. Set only those that are not.
20157 # We use the long form for the default assignment because of an extremely
20158 # bizarre bug on SunOS 4.1.3.
20159 if $ac_need_defaults; then
20160 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
20161 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
20162 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
20165 # Have a temporary directory for convenience. Make it in the build tree
20166 # simply because there is no reason against having it here, and in addition,
20167 # creating and moving files from /tmp can sometimes cause problems.
20168 # Hook for its removal unless debugging.
20169 # Note that there is a small window in which the directory will not be cleaned:
20170 # after its creation but before its name has been assigned to `$tmp'.
20171 $debug ||
20173 tmp=
20174 trap 'exit_status=$?
20175 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
20177 trap 'as_fn_exit 1' 1 2 13 15
20179 # Create a (secure) tmp directory for tmp files.
20182 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
20183 test -n "$tmp" && test -d "$tmp"
20184 } ||
20186 tmp=./conf$$-$RANDOM
20187 (umask 077 && mkdir "$tmp")
20188 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
20190 # Set up the scripts for CONFIG_FILES section.
20191 # No need to generate them if there are no CONFIG_FILES.
20192 # This happens for instance with `./config.status config.h'.
20193 if test -n "$CONFIG_FILES"; then
20195 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
20196 ac_cs_awk_getline=:
20197 ac_cs_awk_pipe_init=
20198 ac_cs_awk_read_file='
20199 while ((getline aline < (F[key])) > 0)
20200 print(aline)
20201 close(F[key])'
20202 ac_cs_awk_pipe_fini=
20203 else
20204 ac_cs_awk_getline=false
20205 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
20206 ac_cs_awk_read_file='
20207 print "|#_!!_#|"
20208 print "cat " F[key] " &&"
20209 '$ac_cs_awk_pipe_init
20210 # The final `:' finishes the AND list.
20211 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
20213 ac_cr=`echo X | tr X '\015'`
20214 # On cygwin, bash can eat \r inside `` if the user requested igncr.
20215 # But we know of no other shell where ac_cr would be empty at this
20216 # point, so we can use a bashism as a fallback.
20217 if test "x$ac_cr" = x; then
20218 eval ac_cr=\$\'\\r\'
20220 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
20221 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
20222 ac_cs_awk_cr='\r'
20223 else
20224 ac_cs_awk_cr=$ac_cr
20227 echo 'BEGIN {' >"$tmp/subs1.awk" &&
20228 _ACEOF
20230 # Create commands to substitute file output variables.
20232 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
20233 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
20234 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
20235 echo "_ACAWK" &&
20236 echo "_ACEOF"
20237 } >conf$$files.sh &&
20238 . ./conf$$files.sh ||
20239 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20240 rm -f conf$$files.sh
20243 echo "cat >conf$$subs.awk <<_ACEOF" &&
20244 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
20245 echo "_ACEOF"
20246 } >conf$$subs.sh ||
20247 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20248 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
20249 ac_delim='%!_!# '
20250 for ac_last_try in false false false false false :; do
20251 . ./conf$$subs.sh ||
20252 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20254 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
20255 if test $ac_delim_n = $ac_delim_num; then
20256 break
20257 elif $ac_last_try; then
20258 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20259 else
20260 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
20262 done
20263 rm -f conf$$subs.sh
20265 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20266 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
20267 _ACEOF
20268 sed -n '
20270 s/^/S["/; s/!.*/"]=/
20273 s/^[^!]*!//
20274 :repl
20275 t repl
20276 s/'"$ac_delim"'$//
20277 t delim
20280 s/\(.\{148\}\)..*/\1/
20281 t more1
20282 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
20285 b repl
20286 :more1
20287 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
20290 s/.\{148\}//
20291 t nl
20292 :delim
20294 s/\(.\{148\}\)..*/\1/
20295 t more2
20296 s/["\\]/\\&/g; s/^/"/; s/$/"/
20299 :more2
20300 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
20303 s/.\{148\}//
20304 t delim
20305 ' <conf$$subs.awk | sed '
20306 /^[^""]/{
20308 s/\n//
20310 ' >>$CONFIG_STATUS || ac_write_fail=1
20311 rm -f conf$$subs.awk
20312 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20313 _ACAWK
20314 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
20315 for (key in S) S_is_set[key] = 1
20316 FS = "\a"
20317 \$ac_cs_awk_pipe_init
20320 line = $ 0
20321 nfields = split(line, field, "@")
20322 substed = 0
20323 len = length(field[1])
20324 for (i = 2; i < nfields; i++) {
20325 key = field[i]
20326 keylen = length(key)
20327 if (S_is_set[key]) {
20328 value = S[key]
20329 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
20330 len += length(value) + length(field[++i])
20331 substed = 1
20332 } else
20333 len += 1 + keylen
20335 if (nfields == 3 && !substed) {
20336 key = field[2]
20337 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
20338 \$ac_cs_awk_read_file
20339 next
20342 print line
20344 \$ac_cs_awk_pipe_fini
20345 _ACAWK
20346 _ACEOF
20347 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20348 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
20349 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
20350 else
20352 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
20353 || as_fn_error "could not setup config files machinery" "$LINENO" 5
20354 _ACEOF
20356 # VPATH may cause trouble with some makes, so we remove $(srcdir),
20357 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
20358 # trailing colons and then remove the whole line if VPATH becomes empty
20359 # (actually we leave an empty line to preserve line numbers).
20360 if test "x$srcdir" = x.; then
20361 ac_vpsub='/^[ ]*VPATH[ ]*=/{
20362 s/:*\$(srcdir):*/:/
20363 s/:*\${srcdir}:*/:/
20364 s/:*@srcdir@:*/:/
20365 s/^\([^=]*=[ ]*\):*/\1/
20366 s/:*$//
20367 s/^[^=]*=[ ]*$//
20371 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20372 fi # test -n "$CONFIG_FILES"
20374 # Set up the scripts for CONFIG_HEADERS section.
20375 # No need to generate them if there are no CONFIG_HEADERS.
20376 # This happens for instance with `./config.status Makefile'.
20377 if test -n "$CONFIG_HEADERS"; then
20378 cat >"$tmp/defines.awk" <<\_ACAWK ||
20379 BEGIN {
20380 _ACEOF
20382 # Transform confdefs.h into an awk script `defines.awk', embedded as
20383 # here-document in config.status, that substitutes the proper values into
20384 # config.h.in to produce config.h.
20386 # Create a delimiter string that does not exist in confdefs.h, to ease
20387 # handling of long lines.
20388 ac_delim='%!_!# '
20389 for ac_last_try in false false :; do
20390 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
20391 if test -z "$ac_t"; then
20392 break
20393 elif $ac_last_try; then
20394 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
20395 else
20396 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
20398 done
20400 # For the awk script, D is an array of macro values keyed by name,
20401 # likewise P contains macro parameters if any. Preserve backslash
20402 # newline sequences.
20404 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
20405 sed -n '
20406 s/.\{148\}/&'"$ac_delim"'/g
20407 t rset
20408 :rset
20409 s/^[ ]*#[ ]*define[ ][ ]*/ /
20410 t def
20412 :def
20413 s/\\$//
20414 t bsnl
20415 s/["\\]/\\&/g
20416 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
20417 D["\1"]=" \3"/p
20418 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
20420 :bsnl
20421 s/["\\]/\\&/g
20422 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
20423 D["\1"]=" \3\\\\\\n"\\/p
20424 t cont
20425 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
20426 t cont
20428 :cont
20430 s/.\{148\}/&'"$ac_delim"'/g
20431 t clear
20432 :clear
20433 s/\\$//
20434 t bsnlc
20435 s/["\\]/\\&/g; s/^/"/; s/$/"/p
20437 :bsnlc
20438 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
20439 b cont
20440 ' <confdefs.h | sed '
20441 s/'"$ac_delim"'/"\\\
20442 "/g' >>$CONFIG_STATUS || ac_write_fail=1
20444 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20445 for (key in D) D_is_set[key] = 1
20446 FS = "\a"
20448 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
20449 line = \$ 0
20450 split(line, arg, " ")
20451 if (arg[1] == "#") {
20452 defundef = arg[2]
20453 mac1 = arg[3]
20454 } else {
20455 defundef = substr(arg[1], 2)
20456 mac1 = arg[2]
20458 split(mac1, mac2, "(") #)
20459 macro = mac2[1]
20460 prefix = substr(line, 1, index(line, defundef) - 1)
20461 if (D_is_set[macro]) {
20462 # Preserve the white space surrounding the "#".
20463 print prefix "define", macro P[macro] D[macro]
20464 next
20465 } else {
20466 # Replace #undef with comments. This is necessary, for example,
20467 # in the case of _POSIX_SOURCE, which is predefined and required
20468 # on some systems where configure will not decide to define it.
20469 if (defundef == "undef") {
20470 print "/*", prefix defundef, macro, "*/"
20471 next
20475 { print }
20476 _ACAWK
20477 _ACEOF
20478 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20479 as_fn_error "could not setup config headers machinery" "$LINENO" 5
20480 fi # test -n "$CONFIG_HEADERS"
20483 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
20484 shift
20485 for ac_tag
20487 case $ac_tag in
20488 :[FHLC]) ac_mode=$ac_tag; continue;;
20489 esac
20490 case $ac_mode$ac_tag in
20491 :[FHL]*:*);;
20492 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
20493 :[FH]-) ac_tag=-:-;;
20494 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
20495 esac
20496 ac_save_IFS=$IFS
20497 IFS=:
20498 set x $ac_tag
20499 IFS=$ac_save_IFS
20500 shift
20501 ac_file=$1
20502 shift
20504 case $ac_mode in
20505 :L) ac_source=$1;;
20506 :[FH])
20507 ac_file_inputs=
20508 for ac_f
20510 case $ac_f in
20511 -) ac_f="$tmp/stdin";;
20512 *) # Look for the file first in the build tree, then in the source tree
20513 # (if the path is not absolute). The absolute path cannot be DOS-style,
20514 # because $ac_f cannot contain `:'.
20515 test -f "$ac_f" ||
20516 case $ac_f in
20517 [\\/$]*) false;;
20518 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
20519 esac ||
20520 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
20521 esac
20522 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
20523 as_fn_append ac_file_inputs " '$ac_f'"
20524 done
20526 # Let's still pretend it is `configure' which instantiates (i.e., don't
20527 # use $as_me), people would be surprised to read:
20528 # /* config.h. Generated by config.status. */
20529 configure_input='Generated from '`
20530 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
20531 `' by configure.'
20532 if test x"$ac_file" != x-; then
20533 configure_input="$ac_file. $configure_input"
20534 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
20535 $as_echo "$as_me: creating $ac_file" >&6;}
20537 # Neutralize special characters interpreted by sed in replacement strings.
20538 case $configure_input in #(
20539 *\&* | *\|* | *\\* )
20540 ac_sed_conf_input=`$as_echo "$configure_input" |
20541 sed 's/[\\\\&|]/\\\\&/g'`;; #(
20542 *) ac_sed_conf_input=$configure_input;;
20543 esac
20545 case $ac_tag in
20546 *:-:* | *:-) cat >"$tmp/stdin" \
20547 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
20548 esac
20550 esac
20552 ac_dir=`$as_dirname -- "$ac_file" ||
20553 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20554 X"$ac_file" : 'X\(//\)[^/]' \| \
20555 X"$ac_file" : 'X\(//\)$' \| \
20556 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
20557 $as_echo X"$ac_file" |
20558 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20559 s//\1/
20562 /^X\(\/\/\)[^/].*/{
20563 s//\1/
20566 /^X\(\/\/\)$/{
20567 s//\1/
20570 /^X\(\/\).*/{
20571 s//\1/
20574 s/.*/./; q'`
20575 as_dir="$ac_dir"; as_fn_mkdir_p
20576 ac_builddir=.
20578 case "$ac_dir" in
20579 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
20581 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
20582 # A ".." for each directory in $ac_dir_suffix.
20583 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
20584 case $ac_top_builddir_sub in
20585 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
20586 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
20587 esac ;;
20588 esac
20589 ac_abs_top_builddir=$ac_pwd
20590 ac_abs_builddir=$ac_pwd$ac_dir_suffix
20591 # for backward compatibility:
20592 ac_top_builddir=$ac_top_build_prefix
20594 case $srcdir in
20595 .) # We are building in place.
20596 ac_srcdir=.
20597 ac_top_srcdir=$ac_top_builddir_sub
20598 ac_abs_top_srcdir=$ac_pwd ;;
20599 [\\/]* | ?:[\\/]* ) # Absolute name.
20600 ac_srcdir=$srcdir$ac_dir_suffix;
20601 ac_top_srcdir=$srcdir
20602 ac_abs_top_srcdir=$srcdir ;;
20603 *) # Relative name.
20604 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
20605 ac_top_srcdir=$ac_top_build_prefix$srcdir
20606 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
20607 esac
20608 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
20611 case $ac_mode in
20614 # CONFIG_FILE
20617 case $INSTALL in
20618 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
20619 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
20620 esac
20621 _ACEOF
20623 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20624 # If the template does not know about datarootdir, expand it.
20625 # FIXME: This hack should be removed a few years after 2.60.
20626 ac_datarootdir_hack=; ac_datarootdir_seen=
20627 ac_sed_dataroot='
20628 /datarootdir/ {
20632 /@datadir@/p
20633 /@docdir@/p
20634 /@infodir@/p
20635 /@localedir@/p
20636 /@mandir@/p'
20637 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
20638 *datarootdir*) ac_datarootdir_seen=yes;;
20639 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
20640 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
20641 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
20642 _ACEOF
20643 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20644 ac_datarootdir_hack='
20645 s&@datadir@&$datadir&g
20646 s&@docdir@&$docdir&g
20647 s&@infodir@&$infodir&g
20648 s&@localedir@&$localedir&g
20649 s&@mandir@&$mandir&g
20650 s&\\\${datarootdir}&$datarootdir&g' ;;
20651 esac
20652 _ACEOF
20654 # Neutralize VPATH when `$srcdir' = `.'.
20655 # Shell code in configure.ac might set extrasub.
20656 # FIXME: do we really want to maintain this feature?
20657 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20658 ac_sed_extra="$ac_vpsub
20659 $extrasub
20660 _ACEOF
20661 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20663 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
20664 s|@configure_input@|$ac_sed_conf_input|;t t
20665 s&@top_builddir@&$ac_top_builddir_sub&;t t
20666 s&@top_build_prefix@&$ac_top_build_prefix&;t t
20667 s&@srcdir@&$ac_srcdir&;t t
20668 s&@abs_srcdir@&$ac_abs_srcdir&;t t
20669 s&@top_srcdir@&$ac_top_srcdir&;t t
20670 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
20671 s&@builddir@&$ac_builddir&;t t
20672 s&@abs_builddir@&$ac_abs_builddir&;t t
20673 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
20674 s&@INSTALL@&$ac_INSTALL&;t t
20675 $ac_datarootdir_hack
20677 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
20678 if $ac_cs_awk_getline; then
20679 $AWK -f "$tmp/subs.awk"
20680 else
20681 $AWK -f "$tmp/subs.awk" | $SHELL
20682 fi >$tmp/out \
20683 || as_fn_error "could not create $ac_file" "$LINENO" 5
20685 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
20686 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
20687 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
20688 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
20689 which seems to be undefined. Please make sure it is defined." >&5
20690 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
20691 which seems to be undefined. Please make sure it is defined." >&2;}
20693 rm -f "$tmp/stdin"
20694 case $ac_file in
20695 -) cat "$tmp/out" && rm -f "$tmp/out";;
20696 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
20697 esac \
20698 || as_fn_error "could not create $ac_file" "$LINENO" 5
20702 # CONFIG_HEADER
20704 if test x"$ac_file" != x-; then
20706 $as_echo "/* $configure_input */" \
20707 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
20708 } >"$tmp/config.h" \
20709 || as_fn_error "could not create $ac_file" "$LINENO" 5
20710 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
20711 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
20712 $as_echo "$as_me: $ac_file is unchanged" >&6;}
20713 else
20714 rm -f "$ac_file"
20715 mv "$tmp/config.h" "$ac_file" \
20716 || as_fn_error "could not create $ac_file" "$LINENO" 5
20718 else
20719 $as_echo "/* $configure_input */" \
20720 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
20721 || as_fn_error "could not create -" "$LINENO" 5
20725 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
20726 $as_echo "$as_me: executing $ac_file commands" >&6;}
20728 esac
20731 case $ac_file$ac_mode in
20732 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
20733 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
20734 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
20735 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
20736 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
20737 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
20738 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
20739 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
20740 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
20741 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
20742 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
20743 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
20744 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
20746 esac
20747 done # for ac_tag
20750 as_fn_exit 0
20751 _ACEOF
20752 ac_clean_files=$ac_clean_files_save
20754 test $ac_write_fail = 0 ||
20755 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
20758 # configure is writing to config.log, and then calls config.status.
20759 # config.status does its own redirection, appending to config.log.
20760 # Unfortunately, on DOS this fails, as config.log is still kept open
20761 # by configure, so config.status won't be able to write to it; its
20762 # output is simply discarded. So we exec the FD to /dev/null,
20763 # effectively closing config.log, so it can be properly (re)opened and
20764 # appended to by config.status. When coming back to configure, we
20765 # need to make the FD available again.
20766 if test "$no_create" != yes; then
20767 ac_cs_success=:
20768 ac_config_status_args=
20769 test "$silent" = yes &&
20770 ac_config_status_args="$ac_config_status_args --quiet"
20771 exec 5>/dev/null
20772 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
20773 exec 5>>config.log
20774 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
20775 # would make configure fail if this is the last instruction.
20776 $ac_cs_success || as_fn_exit $?
20778 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
20779 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
20780 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
20784 if test "$no_create" = "yes"
20785 then
20786 exit 0
20789 ac_save_IFS="$IFS"
20790 if test "x$wine_notices != "x; then
20791 echo >&6
20792 IFS="|"
20793 for msg in $wine_notices; do
20794 IFS="$ac_save_IFS"
20795 if test -n "$msg"; then
20796 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
20797 $as_echo "$as_me: $msg" >&6;}
20799 done
20801 IFS="|"
20802 for msg in $wine_warnings; do
20803 IFS="$ac_save_IFS"
20804 if test -n "$msg"; then
20805 echo >&2
20806 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
20807 $as_echo "$as_me: WARNING: $msg" >&2;}
20809 done
20810 IFS="$ac_save_IFS"
20812 echo "
20813 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
20814 " >&6